Commit graph

1524 commits

Author SHA1 Message Date
Fischer.json
6176870f45 Bug 1360844 - Test browserContainersGroup according to privacy.userContext.ui.enabled state, r=jaws
The browserContainersGroup is behind privacy.userContext.ui.enabled so have to test it according the pref state.

MozReview-Commit-ID: 5GxJJh2Mi6S

--HG--
extra : rebase_source : edae0ebb8cdb197629469db53f6583706006262b
2017-04-28 17:31:59 +08:00
Timothy Guan-tin Chien
8a3fa4ab4d Bug 1330121 - Allow <checkbox> in preferences to expand to full width. r=jaws
This is fortunately quite easy to do with XUL box layout. I converted all
of the checkboxes except the ones come with a "Learn more" link.

MozReview-Commit-ID: DeBAP8GROrd

--HG--
extra : rebase_source : f4ce45c2c39d8e03a6b2aacd9b71b9512a852abc
2017-04-27 16:15:42 +08:00
Evan Tseng
00cfc78b04 Bug 1357348 - Add the performance section to set the hardware acceleration and content process count prefs, r=jaws
MozReview-Commit-ID: IendRIuWP85

--HG--
extra : rebase_source : 8cb38edc572825debfb88a4e9b425462a3ebc099
2017-04-19 12:02:34 +08:00
Jared Wein
3308dfb33d Bug 1359907 - Add ellipsis back to Sync pane of preferences since these two buttons require additional confirmation or input. r=mconley
MozReview-Commit-ID: O6vSp37vYx

--HG--
extra : rebase_source : b7b31ee8451cefff9995389cd3b41b119360e14f
2017-04-26 14:29:11 -04:00
Florian Queze
4b1556a5f2 Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
Jared Wein
71a3692cf8 Bug 1357827 - Set the 'accessory-button' class on the Container Tabs button so it will have the same width as the buttons above and below it. r=jkt
MozReview-Commit-ID: 7eM1hZyXbOh

--HG--
extra : rebase_source : 6c2dd45451d193351bd922ca1497839e44034654
2017-04-19 13:30:19 -04:00
Fischer.json
0956db6c55 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

--HG--
extra : rebase_source : 323e05c493a575a879aff4cbceb84c332cf3a16f
2017-04-21 18:15:25 +08:00
Fischer.json
640ffd0075 Bug 1358475 - The category must be retrieved from either the argument, the hash, or the default category name before computing the subcategory. r=jaws
Computing the subcategory based off of just the hash doesn't work when switchToTabHavingURI is used to open the preferences.

MozReview-Commit-ID: 5rYkiLkDgfT

--HG--
extra : rebase_source : 4edfa0e1e8f994625a7b7a9a3970acc6946a81f4
2017-04-22 16:42:31 +08:00
Timothy Guan-tin Chien
fe5b091814 Bug 1358394 - Ensure "Reports" section caption is shown without telemetry section, r=jaws
MozReview-Commit-ID: EgovgZk0X0o

--HG--
extra : rebase_source : 10fcb7eb2ed893bacae87ef2588f6c88ada9a9f8
2017-04-21 22:05:15 +08:00
Frederik Braun
777b70a929 Bug 1358050: Add no-implied-eval rule to eslint config r=standard8
MozReview-Commit-ID: KdmpXq2rg1q

--HG--
extra : rebase_source : fc89233a590604e1035be4aebfee9cda894ee07e
2017-04-20 10:33:22 +02:00
Jared Wein
edf52b9061 Bug 1357905 - Add missing _removeMasterPassword function that got lost in the re-org, as well as a test to confirm that the master password functionality works. r=mossop
I checked each function of the old security.js to make sure there weren't any other missing functions.

MozReview-Commit-ID: DpFcAYsfcyg

--HG--
extra : rebase_source : 5d1b25ebde5a0cf8849210315c773bf25c10e7a3
2017-04-19 18:52:22 -04:00
Jared Wein
3a2f579a67 Bug 1349744 - Move help button to the bottom-left of the preferences per spec. r=mconley
Due to bug 1357841 we cannot put the help button as low as the spec desired (14px from the bottom). However the patch will reduce the bottom offset when the height of the window is low so as not to waste space.

Ian Ferguson <xfergusi@gmail.com> contributed substantially to this patch.

MozReview-Commit-ID: 4Dxa30RmSBZ

--HG--
extra : rebase_source : f45a3ee10437e4fee0b504339f87e7e027d3d9cc
2017-04-19 15:42:06 -04:00
Jared Wein
f9d7bab84d Bug 1356508 - Buttons on the right-side of the preferences UI should be mainly uniform in width. r=mconley
MozReview-Commit-ID: I03pYYpYREv

--HG--
extra : rebase_source : 22cf2f7f7d3f9b3a029802e9561415156aadfa69
2017-04-14 17:09:01 -04:00
Fischer.json
b11d8148e6 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

--HG--
extra : rebase_source : b93ca35fdfe375b22dd82dfbc7c1ffe4cfde1d72
2017-04-12 11:53:18 +08:00
Phil Ringnalda
e669dc7bd5 Backed out changeset 245952e7a2d5 (bug 1355795) for failures in browser_bug795764_cachedisabled.js 2017-04-16 19:59:17 -07:00
Fischer.json
b402f34dd0 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

--HG--
extra : rebase_source : 5fd811f1eb99b5318e4e501baea85fd0fc697639
2017-04-12 11:53:18 +08:00
Sebastian Hengst
8bd051237a merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: JpAhOPjgvkF
2017-04-15 19:59:24 +02:00
Jared Wein
2c196d9ca0 Bug 1356021 - Update about:preferences#advanced to fix inconsistencies with strings, show the bottom-border beneath the header to match other categories, and update the layout of radio buttons and checkboxes to match the requested layout. r=florian
MozReview-Commit-ID: GAepdok7x3R

--HG--
extra : rebase_source : f9d41fd4f55bf1f8cb2f096f4e96cc9f0963b49d
2017-04-14 02:10:53 -04:00
Jared Wein
a432540bb2 Bug 1356020 - Update about:preferences#privacy to fix inconsistencies with strings, move the positioning of the Certificates buttons to the right-side, and update the styling of the Reports section to match the requested text-formatting. r=florian
MozReview-Commit-ID: DIsr1tfqmcT

--HG--
extra : rebase_source : 5b4629d96f203bf76352897953d9cf95307ed82c
2017-04-14 01:51:32 -04:00
Jared Wein
06d3c649d5 Bug 1356009 - Fix inconsistencies with strings in about:preferences#sync. r=Gijs
MozReview-Commit-ID: CG2IxP4wO2f

--HG--
extra : rebase_source : cbb036c03f6a505bbfd1733841f8572c7800f7d6
2017-04-14 00:35:37 -04:00
Jared Wein
5b52e7a5e8 Bug 1356008 - Fix inconsistencies with strings in about:preferences#applications. r=Gijs
MozReview-Commit-ID: 5VN48CyHbvx

--HG--
extra : rebase_source : b62c252db47e4e224a573431316778476ecb67b8
2017-04-14 00:23:53 -04:00
Jared Wein
abb7f51b68 Bug 1356006 - Fix inconsistencies with strings in about:preferences#general. r=Gijs
MozReview-Commit-ID: 8hUKm1DeGgr

--HG--
extra : rebase_source : 52f5b89cd33569d078d1ade4f8f9646d81ca4277
2017-04-14 00:09:57 -04:00
Jared Wein
15d7f903a8 Bug 1355522 - Move scripts for spell-checking, hardware acceleration, and on-screen keyboards to main.js since the prefs moved to the main category. r=florian
MozReview-Commit-ID: ExZDYWx92XD

--HG--
extra : rebase_source : bbcae715a16778f8414aaae94da3646fa96840d1
2017-04-12 11:08:46 -04:00
Jared Wein
70423b9a34 Bug 1355522 - Move Telemetry and Health Report prefs to Privacy & Security section. r=florian
MozReview-Commit-ID: 1Ybpr68SKC0

--HG--
extra : rebase_source : ffb1c0430105dd30a6d406fbebdbb9b84bca245d
2017-04-12 10:14:51 -04:00
Fischer.json
c39e57fe94 Part 2: Bug 1354530 - Disable offline group in Preferences in Nightly because Storage Management v1 spec is done, r=jaws
MozReview-Commit-ID: A4xbomLFYlQ

--HG--
extra : rebase_source : 9b5088f65c86ea6eb78b1c020cabed8922555234
2017-04-07 21:21:32 +08:00
Fischer.json
a08651e908 Part 1: Bug 1354530 - Update the strings about Storage Manager according to the latest v1 specs, r=jaws
MozReview-Commit-ID: H9gCEZS7U3N

--HG--
extra : rebase_source : 95c23a122fa2c3830f9671334eb686d6a456bd6f
2017-04-07 21:04:49 +08:00
Jared Wein
a9e45312b0 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

--HG--
extra : rebase_source : 629575f3d9c17d735f65f1352f801bbf9d64ec0d
2017-04-12 09:50:03 -04:00
Florian Queze
f935ddc4b3 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Florian Queze
37f2343b9a Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws. 2017-04-14 21:51:39 +02:00
Florian Queze
37ff4fc7cc Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Sebastian Hengst
a07223d699 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
9e0ecf32c5 Backed out changeset e1f191aad863 (bug 1356569) 2017-04-14 23:39:17 +02:00
Sebastian Hengst
738d097aae Backed out changeset 55f3df15eaa6 (bug 1356569) 2017-04-14 23:39:17 +02:00
Florian Queze
3c564a2b02 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Florian Queze
93a734a3ce Bug 1356569 - Remove appendElement's last parameter when it is false, r=jaws. 2017-04-14 21:51:39 +02:00
Florian Queze
95d4d20c17 Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Jared Wein
e0f097b470 Bug 1353808 - Only show the 'Search' preferences when the Manage Search Engines button is clicked. r=mconley
MozReview-Commit-ID: 2sVbayD6tPf

--HG--
extra : rebase_source : 222a1d8553c4580dc21992867735c4b91d5ed691
2017-04-05 23:38:30 -04:00
Jared Wein
bb639760df Bug 1353805 - Allow showing only subcategories of a section to make finding prefs easier. r=mconley
This is a temporary measure until we have search complete and shipped (1353954).

MozReview-Commit-ID: KFeOefJ1RGM

--HG--
extra : rebase_source : 326a61f43e3e6f6d771b5bab713454945c9ee060
2017-04-05 23:03:10 -04:00
Jared Wein
9f7350e7ff Bug 1354887 - The Tracking Protection exceptions and block list dialogs should always be visible within the tracking protection section. r=mconley
A couple other hidden="false" attributes were removed since they are unnecessary and shouldn't have been there. The changes to the downloadsGroup are because it is now nested inside of #applicationsContent.

MozReview-Commit-ID: IHZuKZUNYcR

--HG--
extra : rebase_source : f251849fd5a10bff8ad78554b96dc67c69a0ac78
2017-04-11 10:41:39 -04:00
Fischer.json
1338acd53a Bug 1348252 - Disable buttons and display loading message in Site Data section while loading data, r=Gijs
MozReview-Commit-ID: 9EfG71hRoDe

--HG--
extra : rebase_source : 5163e88d3ebd7b7dd0578b27e9934e6a340bf6fb
2017-04-05 22:28:30 +08:00
Jared Wein
8ff8eca2f9 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

--HG--
extra : rebase_source : fc2ac83133939e8ed3ca7a98f4460c4dbaa1562c
2017-04-05 20:53:48 -04:00
Masayuki Nakano
14608ddcac 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

--HG--
extra : rebase_source : 8b94ff9a790cb5f771901cbfea72240d6d8df554
2017-04-06 10:04:04 +09:00
Jared Wein
017442145e Bug 1353848 - Add the 'searchresults' category to the telemetry histogram bucket list. r=mconley
We need to run toLowerCase() on the category name because the searchresults category is actually searchResults.

MozReview-Commit-ID: 1AgSULER7N4

--HG--
extra : rebase_source : 64dd5aa30cf03666c829c3a8bd1aafa2d1f61860
2017-04-05 15:40:13 -04:00
manotejmeka
d0454ad41d Bug 1335905 - Add Preferences search feature, preffed off by default. r=jaws,mconley
Code written by Manotej Meka <manotejmeka@gmail.com> and Ian Ferguson <fergu272@msu.edu>
This is the initial landing of the search feature, and is preffed off behind
browser.preferences.search.

MozReview-Commit-ID: 7iaeRsIIV3Y

--HG--
extra : rebase_source : 5e875ed0777397ecc6d98731179a1dfbd1f073df
2017-04-04 16:33:34 -04:00
Jared Wein
0117fd004b Bug 1348828 - Only prevent default behavior of scroll event if the tree is scrollable. r=enndeakin+6102
MozReview-Commit-ID: AGS103gy08O

--HG--
extra : rebase_source : f262d6df34d44ee5f4aa758c49d0f3795f1194ae
2017-04-03 21:51:11 -04:00
Iris Hsiao
e9db7e1f92 Backed out changeset 28f8a3519d73 (bug 1267480) for mochitest bc6 perma-failing 2017-04-05 14:23:13 +08:00
Jared Wein
9ab8b29624 Bug 1267480 - Split up browser_security.js due to the test timing out. r=Gijs
MozReview-Commit-ID: Frqzb2fQDs7

--HG--
extra : rebase_source : ef3e97e908e399521211badf687b2b2ece48d66a
2017-04-04 15:29:22 -04:00
Jared Wein
ef29d11729 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

--HG--
rename : browser/themes/linux/preferences/in-content/dialog.css => browser/themes/linux/preferences/in-content-old/dialog.css
rename : browser/themes/osx/preferences/in-content/dialog.css => browser/themes/osx/preferences/in-content-old/dialog.css
rename : browser/themes/windows/preferences/in-content/dialog.css => browser/themes/windows/preferences/in-content-old/dialog.css
extra : rebase_source : 697938951bebc3e03aeed26981803b1f222ca1be
2017-03-31 19:37:37 -04:00
Fischer.json
d10331869b Bug 1352374 - Part 2: Move a few sections of code that were missed when rebasing bug 1335907. r=jaws
MozReview-Commit-ID: 1IEQcUUgqms

--HG--
extra : rebase_source : fcac5de1438c66eadb32be3e6c9331f1787fd2ea
2017-04-03 00:40:21 +08:00
Fischer.json
7af1942bc9 Bug 1352374 - Part 1: Exclude element with data-hidden-from-search=true from search results, r=jaws
MozReview-Commit-ID: AS1EMkfyH9b

--HG--
extra : rebase_source : 8820716e6ccec6a6c62f8cb0a7cc39a750c0dbc4
2017-03-31 18:46:31 +08:00