Florian Queze
6cc0b6e992
Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws.
2017-04-27 00:25:45 +02:00
Fischer.json
9165dcc2f9
Bug 1358381 - Fix Nightly-only enabled siteDataGroup testing issue beyond Beta build and reorganize tests to the proper test files, r=jaws.
...
The goal of browser_bug795764_cachedisabled.js is to test elements using nsIApplicationCacheService so always enable siteDataGroup and offlineGroup there.
The goal of browser_bug731866.js is to test loading panes so move the checking of elements pref-on/off state to it.
MozReview-Commit-ID: 9QWMNnuu0OD
2017-04-21 18:15:25 +08:00
Fischer.json
b1eccb7cb4
Bug 1355795 - about:preferences#privacy is broken with browser.cache.offline.enable=false, r=jaws
...
If browser.cache.offline.enable was set to false, then calls to nsIApplicationCacheService would throw. The SiteDataManger and OfflineGroup using nsIApplicationCacheService has been moved into the privacy pane. We should test that the privacy pane is loaded well.
MozReview-Commit-ID: C9RRRYmb3Zb
2017-04-12 11:53:18 +08:00
Florian Queze
451928e614
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
aca1103c68
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Sebastian Hengst
4189eac09e
Backed out changeset e1f191aad863 (bug 1356569)
2017-04-14 23:39:17 +02:00
Sebastian Hengst
f75839c723
Backed out changeset 55f3df15eaa6 (bug 1356569)
2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237
Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
6c119a88d3
Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws.
2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Jared Wein
65aee677db
Bug 1352738 - Move the position of the Container Tabs 'Learn More' link so it is inline with the checkbox like the other preferences. r=jkt
...
MozReview-Commit-ID: FGowC3cp1J2
2017-04-12 09:50:03 -04:00
Fischer.json
45e6ba6982
Bug 1348252 - Disable buttons and display loading message in Site Data section while loading data, r=Gijs
...
MozReview-Commit-ID: 9EfG71hRoDe
2017-04-05 22:28:30 +08:00
Jared Wein
fea20c83ce
Bug 1267480 - Only open the preferences once during the test run and reload it for subsequent tests to improve the speed of the browser_security.js test. r=Gijs
...
MozReview-Commit-ID: KmzwTxvbf4r
2017-04-05 20:53:48 -04:00
Masayuki Nakano
fee70af553
Bug 1353699 <menulist> for default font should use onsyncfrompreference r=jaws
...
When font.name.*.* is set to false, "value" attribute of <preference> is removed. Then, <preference>.setElementValue() with an element which doesn't have onsyncfrompreference tries to set null. Then, <menulist> selects nothing.
In such case, <menulist> should select the item whose value is "". If there is onsyncfrompreference attribute and it returns empty string, <preference>.setElementValue() works as expected.
MozReview-Commit-ID: 54KIe3JxwyA
2017-04-06 10:04:04 +09:00
Iris Hsiao
ab8e76f34b
Backed out changeset 28f8a3519d73 (bug 1267480) for mochitest bc6 perma-failing
2017-04-05 14:23:13 +08:00
Jared Wein
b29dfdc793
Bug 1267480 - Split up browser_security.js due to the test timing out. r=Gijs
...
MozReview-Commit-ID: Frqzb2fQDs7
2017-04-04 15:29:22 -04:00
Jared Wein
d3ffa6a825
Bug 1351999 - Fix references to in-content-old files and create a backup of dialog.css in in-content-old instead of relying on the 'in-content' version to not change. r=florian
...
MozReview-Commit-ID: 8opiqSx0WP0
2017-03-31 19:37:37 -04:00
Masayuki Nakano
2aa2ad7d38
Bug 1344990 part.4 FontBuilder.readFontSelection() should return empty string when saved font isn't available r=jaws
...
FontBuilder adjusted font settings if reading font isn't available in the system. Now, we support empty string value of "font.name.*" which means default font in the system. If it's empty string, gfx checks default font from "font.name-list.*" at runtime. Therefore, resetting "font.name.*" to empty string is the best approach if specified font becomes not available (e.g., uninstalled from the system).
Therefore, this patch replaces the code in FontBuilder.readFontSelection() with just returning empty string.
MozReview-Commit-ID: HgR88Qw8Xwe
2017-03-29 23:55:37 +09:00
Edouard Oger
fc3baf3523
Bug 1096343 - Use a different sync link in dev edition main preferences. r=jaws,markh
...
MozReview-Commit-ID: BPGSVN2EQza
2017-03-30 15:59:09 +01:00
Fischer.json
e8ea897479
Bug 1312349 - Hide the section of Offline Web Content and User Data in about:preferences r=jaws
...
MozReview-Commit-ID: 6K3PigI3wEf
2017-03-08 19:34:21 +08:00
Jared Wein
3239592aa4
Bug 1350087 - Create a fork of the preferences styling and icons. r=mconley
...
MozReview-Commit-ID: LqL4YXu42NJ
2017-03-23 16:20:01 -04:00
maxim
75c0ed04df
Bug 493527 - Directly change the remember-history pref through the preference element since setting it through the checkbox required multiple attempts. r=jaws
...
This looks to be happening because the binding for the checkbox may get torn down too fast when a restart is required.
MozReview-Commit-ID: 1y68jMubATx
2017-03-23 14:15:33 -04:00
Carsten "Tomcat" Book
0947398f26
merge autoland to mozilla-central a=merge
2017-03-23 13:42:40 +01:00
Jared Wein
510540930d
Bug 1343682 - Create temporary killswitch for preference reorg. r=mconley
...
This uses the pref browser.preferences.useOldOrganization=true to use the old prefs.
MozReview-Commit-ID: DQyHYSZJTKd
2017-03-22 16:56:25 -04:00
Wes Kocher
ba3b23adff
Backed out changeset 0847b9063bf7 (bug 1343682) for test failures a=backout
...
MozReview-Commit-ID: Egs8sDcfmUq
2017-03-22 16:50:14 -07:00
Jared Wein
bb651e00f1
Bug 1343682 - Create temporary killswitch for preference reorg. r=mconley
...
This uses the pref browser.preferences.useOldOrganization=true to use the old prefs.
MozReview-Commit-ID: DQyHYSZJTKd
2017-03-22 16:56:25 -04:00
Wes Kocher
6643e2de19
Backed out changeset f23ce5b464f8 (bug 1343682) for build bustage a=backout
...
MozReview-Commit-ID: FiNslDCHP1S
2017-03-22 14:29:18 -07:00
Jared Wein
058db503af
Bug 1343682 - Create temporary killswitch for preference reorg. r=mconley
...
This uses the pref browser.preferences.useOldOrganization=true to use the old prefs.
MozReview-Commit-ID: DQyHYSZJTKd
2017-03-22 16:56:25 -04:00
Wes Kocher
7981e8df65
Backed out changeset c00c5431182b (bug 1343682) for build failures a=backout
...
MozReview-Commit-ID: 7WIAaKqw62K
2017-03-10 12:31:31 -08:00
Jared Wein
f8846e1cce
Bug 1343682 - Create temporary killswitch for preference reorg. r=mconley
...
This uses the pref browser.preferences.useOldOrganization=true to use the old prefs.
MozReview-Commit-ID: DQyHYSZJTKd
2017-03-10 15:10:21 -05:00