author | Jared Wein <jwein@mozilla.com> |
Mon, 20 Apr 2015 11:43:34 -0700 | |
changeset 240151 | 6a29dd1152df0118eed9caadd56ddd8ed743bb0e |
parent 240150 | 0352b6fb976fa24fc4a0267f882621a6729166d2 |
child 240152 | 8bcd9d38bb20446ed9296a9ee5b46c8080beb3c0 |
push id | 58752 |
push user | cbook@mozilla.com |
push date | Tue, 21 Apr 2015 10:39:00 +0000 |
treeherder | mozilla-inbound@b8d59286a581 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1156114 |
milestone | 40.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -247,17 +247,17 @@ pref("browser.eme.ui.enabled", false); // UI tour experience. pref("browser.uitour.enabled", true); pref("browser.uitour.loglevel", "Error"); pref("browser.uitour.requireSecure", true); pref("browser.uitour.themeOrigin", "https://addons.mozilla.org/%LOCALE%/firefox/themes/"); pref("browser.uitour.url", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tour/"); // This is used as a regexp match against the page's URL. -pref("browser.uitour.readerViewTrigger", "^https:\/\/www\.mozilla\.org\/[^\/]+\/firefox\/reading\/start"); +pref("browser.uitour.readerViewTrigger", "^https:\\/\\/www\\.mozilla\\.org\\/[^\\/]+\\/firefox\\/reading\\/start"); pref("browser.customizemode.tip0.shown", false); pref("browser.customizemode.tip0.learnMoreUrl", "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/customize"); pref("keyword.enabled", true); pref("browser.fixup.domainwhitelist.localhost", true); pref("general.useragent.locale", "@AB_CD@");