k88hudson
de81b7c4f7
Bug 1451006 - Send correct category for about:preferences#home telemetry r=jaws
...
MozReview-Commit-ID: 4B9RqNhyjUo
2018-04-03 16:42:02 -04:00
Jared Wein
d0b4fed665
Bug 1449658 - Don't set hidden=true on items that are already visually-hidden when they don't match the search query since it is causing unnecessary layout changes. r=Gijs
...
MozReview-Commit-ID: 2HqpinGyuKw
2018-03-29 15:05:57 -07:00
k88hudson
8f426ef6fa
Bug 1417155 - Add Home section to about:preferences for Activity Stream preferences r=flod,gandalf,jaws
...
MozReview-Commit-ID: FobtLGbqf6m
2018-03-05 19:52:07 -05:00
Edouard Oger
196afc24ca
Bug 1443593 - Remove FxA preferences from search results when FxA is disabled. r=markh
...
MozReview-Commit-ID: 3x5wuJLDVWN
2018-03-09 14:36:59 -05:00
Felipe Gomes
db353634cb
Bug 1432906 - Display notice in about:preferences when Policies are in use. r=gandalf,jaws
...
MozReview-Commit-ID: 83UUY9DmK2K
2018-03-05 14:18:44 -03:00
Edouard Oger
1a12c1fce4
Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
...
MozReview-Commit-ID: 4UuppJyOi5s
2018-02-15 11:24:44 +08:00
Gregory Wlodarek
9fb48cb92c
Bug 1434427 - Replace string for preferences confirmRestartPrompt to use "cancel" instead of "revert". r=flod
...
* Removed the revertNoRestartButton entry from the migration script as this no longer exists after this change
MozReview-Commit-ID: AGJ2OfYVPok
2018-02-16 13:34:18 -05:00
Csoregi Natalia
5f4a31b802
Backed out changeset 22901b9f9199 (bug 1434706) for browser-chrome failures browser_contextmenu_sendtab.js. CLOSED TREE
2018-02-26 21:16:01 +02:00
Edouard Oger
cf78f22e8e
Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
...
MozReview-Commit-ID: 4UuppJyOi5s
2018-02-15 11:24:44 +08:00
Cosmin Sabou
bb25b037bd
Backed out changeset a2147499c437 (bug 1434706) for frequent mochitest browser chrome failures on browser_contextmenu_sendpage.js
2018-02-23 22:15:08 +02:00
Edouard Oger
23fa89126c
Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
...
MozReview-Commit-ID: 4UuppJyOi5s
2018-02-15 11:24:44 +08:00
shindli
4f93afdfba
Backed out changeset 6e3058771f18 (bug 1434706) for bc6 and X failures in browser/base/content/test/general/browser_contextmenu_input.js and services/fxaccounts/tests/xpcshell/test_accounts.js respectively on a CLOSED TREE
2018-02-23 10:25:56 +02:00
Edouard Oger
b7ef270fb8
Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
...
MozReview-Commit-ID: 4UuppJyOi5s
2018-02-15 11:24:44 +08:00
Zibi Braniecki
85527f89ee
Bug 1424682 - Migrate the chrome of Preferences to the new Localization API. r=flod,jaws
...
MozReview-Commit-ID: ALnFUmnJMDB
2017-12-18 23:19:13 -08:00
Bob Silverberg
2777c6ca53
Bug 1429593 - Part 2: Show that a WebExtension is managing the proxy config setting, r=jaws,mstriemer
...
Update the general page of about:preferences, as well as the Connection Settings panel, to show
when an extension is controlling proxy settings, and allow a user to disable the extension to
regain control.
MozReview-Commit-ID: HKYPkg78IOK
2018-01-22 11:49:42 -05:00
Andrew McCreight
272cee1e65
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
...
This patch was autogenerated by my decomponents.py
It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.
It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.
It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)
MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Gurzau Raul
82749346c0
Backed out 2 changesets (bug 1429593) for l10n issues
...
Backed out changeset 9dfaa0724a42 (bug 1429593)
Backed out changeset 20829d727fdf (bug 1429593)
2018-02-06 22:03:23 +02:00
Bob Silverberg
e9b15452db
Bug 1429593 - Part 1: Extract functions for dealing with extensions into a separate file, r=jaws,mstriemer
...
This moves all the functions that manage/change the UI because of extensions being in
control of certain preferences to a separate file, so it can be included in SubDialogs.
MozReview-Commit-ID: 7OkEn478Pus
2018-01-22 14:40:20 -05:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Francesco Lodolo (:flod)
12205346f5
Bug 1432555 - Restore and use existing string extensionControlled.enable for instruction on how to enable extensions r=Gijs
...
MozReview-Commit-ID: 4nGtBhWzakN
2018-01-23 19:25:59 +01:00
Gijs Kruitbosch
57a7dfb2e1
Bug 1431428 - use DOM instead of innerHTML for extension messaging in prefs, r=jaws
...
MozReview-Commit-ID: JkG6zT8ADDU
2018-01-18 18:19:10 +00:00
Bob Silverberg
878eea3782
Bug 1390161 - Show that a WebExtension is managing the tracking protection setting, r=jaws,mstriemer
...
This adjusts both the new Tracking Protection UI and the old Tracking Protection UI on
about:preferences to indicate when an extension is controlling Tracking Protection. It
will disable the controls on about:preferences if an extension is in control, and provide
a button to disable the extension.
MozReview-Commit-ID: G04jWrS6Pr9
2017-11-06 12:41:48 -05:00
Myk Melez
30f98a841a
Bug 1379338 - scriptify preferences XBL; r=jaws
...
MozReview-Commit-ID: Egyzs2KxhzH
2018-01-04 21:37:47 -08:00
Sebastian Hengst
14608b5894
Backed out 2 changesets (bug 1379338) for failing Marionette headless' test_anonymous_content.py TestAnonymousNodes.test_find_anonymous_children. r=backout on a CLOSED TREE
...
Backed out changeset 232c97d7c2ea (bug 1379338)
Backed out changeset a76ff10b9bff (bug 1379338)
2018-01-04 20:15:18 +02:00
Myk Melez
5b9b2b305f
Bug 1379338 - scriptify preferences XBL; r=jaws
...
MozReview-Commit-ID: 7NRHlSsdOtf
2018-01-04 07:34:15 -08:00
Evan Tseng
3ce21cf646
Bug 1407568 - Add a spotlight indicator to a specific section and UI component. r=jaws,lchang
...
MozReview-Commit-ID: 4AgAFq2r418
2017-11-30 17:42:40 +08:00
Mark Striemer
5f785e2ea9
Bug 1403751 - Tell users how to enable extensions in about:preferences r=jaws
...
MozReview-Commit-ID: FLzekXwTK52
2017-10-05 15:39:51 -05:00
Mark Striemer
7eda41692e
Bug 1386018 - Tell users that the default search engine was set by an extension r=aswan,bsilverberg,jaws
...
MozReview-Commit-ID: A7uJ2lN0cLF
2017-10-18 14:54:54 -05:00
Phil Ringnalda
f29b26e80a
Backed out changeset 607922c730a1 (bug 1386018) for eslint bustage
...
MozReview-Commit-ID: JKQnKm7Nf4K
2017-10-31 19:12:01 -07:00
Mark Striemer
806e8bd04e
Bug 1386018 - Tell users that the default search engine was set by an extension r=aswan,bsilverberg,jaws
...
MozReview-Commit-ID: A7uJ2lN0cLF
2017-10-18 14:54:54 -05:00
Sebastian Hengst
6090308fdf
Backed out changeset ba4a39241953 (bug 1386018) for xpcshell failures, e.g. toolkit/mozapps/extensions/test/xpcshell/test_signed_install.js on Linux debug. r=backout on a CLOSED TREE
2017-10-25 00:32:35 +02:00
Mark Striemer
c48b27c5af
Bug 1386018 - Tell users that the default search engine was set by an extension r=bsilverberg,jaws
...
MozReview-Commit-ID: A7uJ2lN0cLF
2017-10-18 14:54:54 -05:00
Mark Banner
4de85b3d5b
Bug 1230373 - Enable mozilla/use-services for browser/components/ r=mossop
...
MozReview-Commit-ID: 9m9iss3jUJJ
2017-10-11 15:43:51 +01:00
Ricky Chien
fbfec60637
Bug 1389550 - Move help button into category and remove init_dynamic_padding in preferences.js r=jaws
...
MozReview-Commit-ID: 3IU7jTqYr5g
2017-09-28 15:43:12 +08:00
Ricky Chien
ab16a0526c
Bug 1402918 - Initialize Applications pane in preferences.js r=jaws
...
MozReview-Commit-ID: LUvyzBt6ahg
2017-09-27 17:51:59 +08:00
Ricky Chien
4732c60753
Bug 1397731 - Clear Preferences search query after category switchover r=mconley
...
MozReview-Commit-ID: DoV5xHW0xKP
2017-09-11 23:33:10 +08:00
Ricky Chien
6bbcb028a8
Bug 1349689 - Remove old preferences fork r=jaws
...
MozReview-Commit-ID: GNPcQGUTUKJ
2017-08-21 17:48:18 +08:00
Sebastian Hengst
c97c631ff5
Backed out changeset df8215261c7e (bug 1349689) on request from rchien. r=backout
2017-08-31 16:58:32 +02:00
Ricky Chien
4dd95d9a6c
Bug 1349689 - Remove old preferences fork r=jaws
...
MozReview-Commit-ID: GNPcQGUTUKJ
2017-08-21 17:48:18 +08:00
Rajesh Kathiriya
bfb3762076
Bug 1374670 - Enabled the ESLint no-tabs rule across mozilla-central r=standard8
...
MozReview-Commit-ID: RT5QTipaOW
2017-07-04 21:30:18 +05:30
Timothy Guan-tin Chien
07e1c956ed
Bug 1363850 - Part II, Move old about:preferences from in-content-old/ to in-content/, r=jaws,mconley
...
MozReview-Commit-ID: DPLJT1adO1c
2017-05-31 08:20:26 +08:00
Timothy Guan-tin Chien
3a021a04eb
Bug 1363850 - Part I, Move new about:preferences from in-content/ to in-content-new/, r=jaws,mconley
...
MozReview-Commit-ID: ButUfsGP7lS
2017-05-25 18:31:41 +08:00
Evan Tseng
e5981dbb6e
Bug 1353862 - Remove the Search Results category, search input string, and highlights after performing a search then clicking on a category, r=jaws
...
MozReview-Commit-ID: BJC7DOQ5uV0
2017-05-02 16:28:11 +08:00
Evan Tseng
b862a83cdc
Bug 1361969 - Update the URL of "Firefox Support" Link r=mconley
...
MozReview-Commit-ID: 1aBPa6Pv9Fs
2017-05-04 22:34:46 +08:00
Fischer.json
44995021d4
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
2017-04-22 16:42:31 +08:00
Jared Wein
9ca4439e2c
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
2017-04-19 15:42:06 -04:00