Jean-Yves Avenard
95d45780b2
Bug 1432779 - P4. Remove the concept of preferred layout. r=padenot,r=kamidphish
...
Channel layout is derived by the content being played. The concept of preferred layout is meaningless. Either we have a layout defined, or we don't. There's no in-between.
So we remove it.
MozReview-Commit-ID: CSCAInNmzMS
2018-03-24 10:57:59 +01:00
Emilio Cobos Álvarez
e1fca35db2
Bug 1447611: Remove references to stylo prefs from Troubleshoot.jsm. r=jwatt
...
MozReview-Commit-ID: 3tD2GRgE00o
2018-03-21 19:13:55 +01:00
Csoregi Natalia
96a3c6af7f
Backed out 4 changesets (bug 1447611) for mass failures due to --enable-stylo removal. CLOSED TREE
...
Backed out changeset c6193142bbcf (bug 1447611)
Backed out changeset 01ada1c5a95f (bug 1447611)
Backed out changeset 86c9fed44da2 (bug 1447611)
Backed out changeset bb84ac6e1468 (bug 1447611)
2018-03-21 19:01:07 +02:00
Emilio Cobos Álvarez
0cad4be5a3
Bug 1447611: Remove references to stylo prefs from Troubleshoot.jsm. r=jwatt
...
MozReview-Commit-ID: 3tD2GRgE00o
2018-03-21 17:24:50 +01:00
Richard Marti
13a30ec3de
Bug 1442866 - Make the policiesStatus work on TB too. r=Felipe
2018-03-03 19:18:23 +01:00
Felipe Gomes
340eaf4334
Bug 1426362 - Display status of policy engine in about:support. r=bytesized
...
This also changes the const values of nsIEnterprisePolicies to a more common numbering pattern.
MozReview-Commit-ID: CKs1TWGMqJN
2018-03-02 15:28:14 -03:00
Florian Quèze
f1a55f73f8
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01: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
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
Ryan Hunt
4e6b289eed
Add tiling and paint worker count information to about:support. (bug 1432516, r=milan)
2018-01-23 15:52:13 -06:00
Aaron Klotz
0133c7304c
Bug 1418131: Part 2 - Add security software section to about:support; r=jimm
...
MozReview-Commit-ID: 2hJkpPxFakp
2017-11-18 13:59:45 -07:00
Dorel Luca
048a76fe98
Backed out 3 changesets (bug 1418131) for failing Browser-chrome on toolkit/modules/tests/browser/browser_Troubleshoot.js on a CLOSED TREE
...
Backed out changeset 8962ed624e0c (bug 1418131)
Backed out changeset a287c5db8be6 (bug 1418131)
Backed out changeset a0cf39ae0b3d (bug 1418131)
2018-01-16 03:39:43 +02:00
Aaron Klotz
81c190e44e
Bug 1418131: Part 2 - Add security software section to about:support; r=jimm
...
MozReview-Commit-ID: 2hJkpPxFakp
2017-11-18 13:59:45 -07:00
Dorel Luca
fdebf94692
Backed out 3 changesets (bug 1418131) for build bustages on Windows mingw
...
Backed out changeset 073eb94e1d21 (bug 1418131)
Backed out changeset 625b2d120fd9 (bug 1418131)
Backed out changeset d66bae3d5be1 (bug 1418131)
2018-01-15 23:48:41 +02:00
Aaron Klotz
180219fd82
Bug 1418131: Part 2 - Add security software section to about:support; r=jimm
...
MozReview-Commit-ID: 2hJkpPxFakp
2017-11-18 13:59:45 -07:00
Dorel Luca
e99ef2d7a5
Backed out 3 changesets (bug 1418131) for Browser-chrome failure, mochitest failre and build bustage on Windows mingw
...
Backed out changeset 75591ea83b3c (bug 1418131)
Backed out changeset 73dca2043525 (bug 1418131)
Backed out changeset 5dd6963e2a12 (bug 1418131)
2018-01-15 22:51:31 +02:00
Aaron Klotz
16a9b661e8
Bug 1418131: Part 2 - Add security software section to about:support; r=jimm
...
MozReview-Commit-ID: 2hJkpPxFakp
2017-11-18 13:59:45 -07:00
Georg Koppen
e165495f86
Bug 1384309 - Fix about:support's graphics section when 'webgl.disable-extensions' is true. r=jrmuizel
2018-01-12 12:56:00 +02:00
Mark Banner
62d89b0f75
Bug 1417940 - Change various instances of manually calling getService to use Services.jsm in toolkit/. r=mossop
...
MozReview-Commit-ID: 8eEhjFZc4mT
2017-11-09 16:36:57 +00:00
Andreea Pavel
4d905c03dd
Backed out 1 changesets (bug 1417940) for failing browser-chrome browser/components/contextualidentity/test/browser/browser_aboutURLs.js r=backout on a CLOSED TREE
...
Backed out changeset 2c2f807e23b5 (bug 1417940)
2017-11-17 18:08:45 +02:00
Mark Banner
0841e15072
Bug 1417940 - Change various instances of manually calling getService to use Services.jsm in toolkit/. r=mossop
...
MozReview-Commit-ID: 8eEhjFZc4mT
2017-11-09 16:36:57 +00:00
Nicholas Nethercote
2c805ac89f
Bug 1414096 (attempt 2) - Remove support for nsISupportsString values in nsPrefBranch::{get,set}ComplexValue(). r=florian.
...
Bug 1345294 introduced nsPrefBranch::{get,set}StringPref(), which allowed the
getting of utf8 strings from prefs, which previously required using
nsISupportsString with {get,set}ComplexValue. That bug also converted most
uses.
This patch finishes the job.
- It removes the nsISupportsString support.
- It converts existing code that relied on the nsISupportsString.
- It removes the lint that was set up to detect such uses of nsISupportsString.
2017-11-10 09:07:48 +11:00
Sebastian Hengst
52ea9f8769
merge mozilla-inbound to mozilla-central. r=merge a=merge
2017-11-09 00:00:16 +02:00
Narcis Beleuzu
2d99ba07ef
Backed out 1 changesets (bug 1414096) for dt1 failures "devtools/client/commandline/test/browser_cmd_pref3.js" r=backout on a CLOSED TREE
...
Backed out changeset e843de356b7e (bug 1414096)
2017-11-08 18:04:01 +02:00
Zibi Braniecki
a0db0e1dbd
Bug 1414975 - Add locale information to about:support. r=mkelly
...
MozReview-Commit-ID: Dwy3pEPJgeN
2017-11-06 15:42:32 -08:00
Nicholas Nethercote
44eb7f0274
Bug 1414096 - Remove support for nsISupportsString values in nsPrefBranch::{get,set}ComplexValue(). r=florian.
...
Bug 1345294 introduced nsPrefBranch::{get,set}StringPref(), which allowed the
getting of utf8 strings from prefs, which previously required using
nsISupportsString with {get,set}ComplexValue. That bug also converted most
uses.
This patch finishes the job.
- It removes the nsISupportsString support.
- It converts existing code that relied on the nsISupportsString.
- It removes the lint that was set up to detect such uses of nsISupportsString.
2017-10-31 16:34:35 +11:00
Xidorn Quan
450dffd38d
Bug 1411532 part 2 - Add a line to about:support that says whether stylo is enabled for chrome. r=bz
...
MozReview-Commit-ID: K1DU9KbtQJZ
2017-10-27 15:37:22 +11:00
Miko Mynttinen
b95036261b
Bug 1411288 - Add layout.display-list. to pref whitelist for about:support r=johannh
...
MozReview-Commit-ID: 3FMXLqS4bpq
2017-10-24 18:32:26 +02:00
Simon Van Accoleyen
000fe4fb01
Bug 1406193 - Remove last remaining SocialAPI bits. r=dao
...
MozReview-Commit-ID: E5GKq2CYclF
2017-10-21 18:38:17 +02:00
Dan Banner
5af4450327
Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8
...
MozReview-Commit-ID: Jm8BRgt6mIv
2017-10-15 20:50:39 +01:00
Georg Fritzsche
d6966b9120
Bug 1402609 - Part 1: Fix missing rejection handling in Troubleshoot.jsm. r=felipe
2017-10-06 05:04:00 -04:00
J. Ryan Stinnett
4d25c11fbf
Bug 1393233 - Add env var to disable Stylo. r=bholley
...
MozReview-Commit-ID: BjNWGh3LQIj
2017-08-23 17:58:32 -05:00
Mason Chang
4b6b4137c2
Bug 1389338 - Show Off Main Thread Status in about:support. r=rhunt
2017-08-14 21:08:18 -07:00
Eitan Isaacson
81f97435c9
Bug 1384672 - Add accessibility instantiator to about:support. r=jimm
2017-08-10 15:32:07 -07:00
Chun-Min Chang
502de9ec25
Bug 1197045 - part3: Add audio devices information to about:support; r=Felipe
...
MozReview-Commit-ID: FoF52HG0Nou
2017-07-25 10:46:39 +08:00
Sebastian Hengst
0a9f826037
Backed out changeset fd48cc71efef (bug 1197045)
2017-07-24 13:23:42 +02:00
Chun-Min Chang
132e7d8a9e
Bug 1197045 - part3: Add audio devices information to about:support; r=Felipe
...
MozReview-Commit-ID: Lo3WgXC5ikN
2017-07-21 17:58:59 +08:00
J. Ryan Stinnett
683b92b4ba
Bug 1382090 - Test both prefs and build for Stylo in about:support. r=bholley
...
Avoid the confusing state of "Stylo: true (disabled by build)" by also checking
the build constant _and_ the pref / env var together.
MozReview-Commit-ID: jTK66cWcyv
2017-07-19 16:32:40 -05:00
Wes Kocher
8af379020a
Backed out 3 changesets (bug 1197045) for failures in browser_Troubleshoot.js a=backout CLOSED TREE
...
Backed out changeset 78b66a4c6b7c (bug 1197045)
Backed out changeset feea60a002a7 (bug 1197045)
Backed out changeset 57842092a282 (bug 1197045)
MozReview-Commit-ID: J0KZDSSw4XQ
2017-07-18 22:54:15 -07:00
Chun-Min Chang
ebd40b9a65
Bug 1197045 - part3: Add audio devices information to about:support; r=Felipe
...
MozReview-Commit-ID: 53E1cr2igyv
2017-07-13 14:07:05 +08:00
Felipe Gomes
168776d93f
Bug 1381175 - Display count of web content processes in about:support. r=mrbkap
...
MozReview-Commit-ID: 55j6uusx3RL
2017-07-14 20:33:07 -03:00
J. Ryan Stinnett
d50f115910
Bug 1379300 - Add Stylo env var for easier enabling. r=mbrubeck
...
MozReview-Commit-ID: A8XBdavSkNN
2017-07-07 18:03:44 -05:00
J. Ryan Stinnett
b82a9ff20c
Bug 1375692 - Add Stylo status to about:support. r=bholley
...
Display current Stylo status in about:support along with a reason why it is
enabled or disabled.
MozReview-Commit-ID: HZaTL7y2FsY
2017-06-23 15:37:09 -05:00
David Anderson
be1ec99ec3
Add Advanced Layers to the compositor line in about:support. (bug 1365879 part 22, r=milan)
2017-06-23 14:23:13 -07:00
Carsten "Tomcat" Book
fc76f10152
Backed out changeset be62d3eb3b3b (bug 1365879)
2017-06-23 12:15:30 +02:00
David Anderson
3956e7121d
Add Advanced Layers to the compositor line in about:support. (bug 1365879 part 22, r=milan)
2017-06-22 21:12:20 -07:00