Christoph Walcher
cd62e48b1b
Bug 1593051 - Remove usage of parseXULToFragment from applicationManager.js r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D51545
2019-11-04 20:18:53 +00:00
Zibi Braniecki
0e1b926b16
Bug 1508156 - Use fluent for the default application choice section of about:preferences. r=fluent-reviewers,Gijs,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D45622
2019-09-20 20:09:42 +00:00
Victor Porof
8eb72fd3fc
Bug 1561435 - Format browser/components/, a=automatic-formatting
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D36042
2019-07-05 09:53:32 +02:00
Jonas Allmann
245381a9bb
Bug 1529231, Remove all occurences of ondialogaccept and ondialogcancel, r=Gijs
...
Removed all occurences of ondialogaccept.
Removed all occurences of ondialogcancel.
Replaced all removed attributes with event handlers.
Differential Revision: https://phabricator.services.mozilla.com/D21227
2019-03-26 18:34:02 +00:00
Gijs Kruitbosch
fa4965716a
Bug 1477669 - remove feed preview code and associated files/code, r=flod,mak,nika
...
Differential Revision: https://phabricator.services.mozilla.com/D8524
2018-10-16 12:47:36 +00:00
Mark Banner
462116b7f9
Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop
...
Automatic changes by ESLint, except for manual corrections for .xml files.
Differential Revision: https://phabricator.services.mozilla.com/D4439
2018-08-31 05:59:17 +00:00
Brendan Dahl
532fe1f6b0
Bug 1485426 - Use createXULElement instead of createElement in XUL docs. r=bgrins
...
Preparing for transitioning to XHTML.
MozReview-Commit-ID: JLlmUxsvhIB
Differential Revision: https://phabricator.services.mozilla.com/D4265
2018-08-25 00:16:27 +00:00
Kris Maglione
f6a4413b4c
Bug 1484496: Part 5a - Convert browser/ nsISimpleEnumerator users to use JS iteration. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D3729
2018-08-18 19:27:33 -07:00
Gijs Kruitbosch
0ed5658d73
Bug 1477670 - remove content handler code from browser/, r=florian,jkt
...
MozReview-Commit-ID: 3kS7yPdkjGs
2018-07-24 17:54:40 +01:00
Paolo Amadini
fddb8800ed
Bug 1435688 - Part 2 - Replace "listitem-iconic" with "richlistitem" in the application manager dialog and adjust the styling. r=bgrins
...
MozReview-Commit-ID: 9qykVWLV23j
2018-06-23 20:59:01 +01:00
Paolo Amadini
e5cc2fb617
Bug 1457027 - Part 5 - Move _describeType to HandlerInfoWrapper. r=jaws
...
MozReview-Commit-ID: NjmxPwLngc
2018-05-04 14:17:50 +01:00
Dão Gottwald
7121db42ab
Bug 1456611 - Remove insertItemAt and removeItemAt methods from XUL widgets. r=enn
...
MozReview-Commit-ID: BaChYp8bBbI
2018-04-24 21:42:26 +02:00
Zibi Braniecki
2a3c4c8d10
Bug 1457252 - Ensure l10n and initialization are done before sizing the subdialog. r=Gijs
...
MozReview-Commit-ID: 8YMpRuzz04A
2018-04-30 16:58:22 -07:00
Zibi Braniecki
a9c7669a55
Bug 1451992 - Migrate Preferences::Subdialogs::ApplicationManager to Fluent. r=jaws,flod
...
MozReview-Commit-ID: JZmQtwimYsO
2018-03-27 01:52:09 +02: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
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
Florian Quèze
29d8e398cc
Bug 1381853 - Make browser mochitests ignore global properties added by XPCOMUtils.defineLazyScriptGetter, r=Mossop.
2017-07-23 00:18:00 +02:00
Evan Tseng
f7fbbb5f30
Bug 1365133 - Reorganize Preferences sections and regroup <xul:groupbox> elements by new categories - Part 1. r=jaws
...
MozReview-Commit-ID: Lh8iduzVoad
2017-06-16 16:24:33 +08:00
Sebastian Hengst
0e2f88676f
Backed out changeset 19d1e9dccdbb (bug 1365133) for frequently failing modified browser/components/preferences/in-content-new/tests/browser_change_app_handler.js. r=backout
2017-07-14 11:35:49 +02:00
Evan Tseng
0c4c6d710c
Bug 1365133 - Reorganize Preferences sections and regroup <xul:groupbox> elements by new categories - Part 1. r=jaws
...
MozReview-Commit-ID: Lh8iduzVoad
2017-06-16 16:24:33 +08:00
Sebastian Hengst
a3d08d451a
Backed out changeset 74b19063d4e2 (bug 1365133) for failing browser/components/preferences/in-content-new/tests/browser_security.js and leaking in browser_notification_open_settings.js on Linux debug. r=backout on a CLOSED TREE
2017-06-28 06:24:50 +02:00
Evan Tseng
cdaae1ff38
Bug 1365133 - Reorganize Preferences sections - Part 1. r=jaws
...
MozReview-Commit-ID: HqgWtyN3G6J
2017-06-06 13:55:45 +08:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Mark Banner
c0170c9aa4
Bug 1311315 - General small fixes for no-undef eslint issues in browser/. r=jaws
...
Drop linting of the .eslintrc.js config files.
Fix some minor errors in the code (missing let/const, undefined vars).
Let eslint know that some files get their globals from other places (typically via xul script tags).
MozReview-Commit-ID: CwxuwPtRUr6
2016-10-18 12:34:35 +01:00
Felipe Gomes
31107e3d09
Bug 1214052 - Remove unnecessary files from the pre-processing list. r=glandium
2015-10-13 23:50:30 -03:00
Jared Wein
f10555e743
Bug 1140495 - Remove support for windowed preferences. r=ttaubert
2015-09-02 12:12:55 -04:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
3ea7e86841
Bug 416899 - invalid handlers listed in the Application Details dialog. r=Mano, a1.9=beltzner
2008-02-14 09:51:17 -08:00
551e67a8a4
Bug 415826 - Application Handler -> Web Feed -> Application details is empty. patch from Florian Queze <florian@queze.net>, r=me.
2008-02-06 11:44:30 -08:00
7f658745bc
bug 415202: applicationManager.js unnecessarily redefines TYPE_MAYBE_FEED; r,a=beltzner
2008-02-01 15:59:54 -08:00
f1fac80cf7
Bug 414735 - New application details window spewing errors. r=gavin.
2008-01-29 21:59:11 -08:00
7654046011
Bug 402252 - application details should be accessible from prefs UI. r=Mano, ui-r=beltzner (over IRC), a1.9=damons.
2008-01-29 07:30:53 -08:00