Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for nsPrefBranch::{get,set}StringPref() #901

Merged
merged 1 commit into from
Nov 19, 2017
Merged

support for nsPrefBranch::{get,set}StringPref() #901

merged 1 commit into from
Nov 19, 2017

Commits on Nov 19, 2017

  1. support for nsPrefBranch::{get,set}StringPref()

    Firefox commit:
    
    --8<--
    
    Bug 1414096 (attempt 2) - Remove support for nsISupportsString values in nsPrefBranch::{get,set}ComplexValue(). r=florian.
    
    Bug 1345294 introduced nsPrefBranch::{get,set}StringPref(), which allowed the
    getting of utf8 strings from prefs, which previously required using
    nsISupportsString with {get,set}ComplexValue. That bug also converted most
    uses.
    
    This patch finishes the job.
    
    - It removes the nsISupportsString support.
    - It converts existing code that relied on the nsISupportsString.
    - It removes the lint that was set up to detect such uses of nsISupportsString.
    
    -->8--
    lilydjwg committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    18a6349 View commit details
    Browse the repository at this point in the history