Alexandre Poirot
86f3a72ea7
Bug 1382968 - Only try to forward console messages from content processes to parent when browser console/toolbox are opened. r=jryans,tromey
...
MozReview-Commit-ID: 8cFUbF4msHx
--HG--
rename : toolkit/components/processsingleton/ContentProcessSingleton.js => devtools/server/actors/webconsole/content-process-forward.js
extra : rebase_source : 024d016c37d0f188f5ac3f3f87511595a072eea6
2017-08-01 16:51:07 +02:00
Wes Kocher
e36214b3fb
Backed out 3 changesets (bug 1382968) for breaking browser_addons_debug_webextension.js a=backout
...
Backed out changeset e25b4bd21ac8 (bug 1382968)
Backed out changeset 5a2260bc98ca (bug 1382968)
Backed out changeset 869a9b46b5cc (bug 1382968)
MozReview-Commit-ID: DSKWAHxdXI
--HG--
rename : devtools/server/actors/webconsole/listeners.js => devtools/server/actors/utils/webconsole-listeners.js
rename : devtools/server/actors/webconsole/utils.js => devtools/server/actors/utils/webconsole-utils.js
rename : devtools/server/actors/webconsole/worker-listeners.js => devtools/server/actors/utils/webconsole-worker-listeners.js
2017-08-08 09:17:56 -07:00
Alexandre Poirot
9aee8eedf4
Bug 1382968 - Only try to forward console messages from content processes to parent when browser console/toolbox are opened. r=jryans,tromey
...
MozReview-Commit-ID: 8cFUbF4msHx
--HG--
rename : toolkit/components/processsingleton/ContentProcessSingleton.js => devtools/server/actors/webconsole/content-process-forward.js
extra : rebase_source : 8f30b1484e8ec1410f59a8764dced0e645ebec28
2017-08-01 16:51:07 +02:00
Julien Wajsberg
638f92e9b7
Bug 1380449 - Do not clone when not in a Web Extension r=kmag
...
MozReview-Commit-ID: D1Ry7INxnYo
--HG--
extra : rebase_source : c8061b008169e019c90cfe526e99017bd6efb420
2017-07-20 16:06:15 +02:00
Brian Grinstead
b86762c77a
Bug 1383208 - Allow for null functionName in console messages;r=baku
...
MozReview-Commit-ID: 47O6kPQ3W8o
--HG--
extra : rebase_source : 36f1434de4e252b254d0159137f33aa87908bf89
2017-07-26 15:14:07 -07:00
Kris Maglione
8b191a28e1
Bug 1357486: Part 0d - Propagate clonable console message args to the parent process. r=aswan
...
MozReview-Commit-ID: Bkecqr7hRvx
--HG--
extra : source : 0159b012fa2d1135647f31689824ca6e31497a7d
extra : histedit_source : 9aa1c517ddc2735e8f9641c956826a1824166f2e
2017-07-07 14:34:37 -07:00
Kris Maglione
cd6ceeee81
Bug 1357486: Part 0c - Propagate addonId to parent process with console messages. r=aswan
...
MozReview-Commit-ID: I1LzpMcfgEh
--HG--
extra : source : c72d36a91e448d73a48c7f0e37175537530089b8
extra : histedit_source : 360dd27184803f22ac24b2672f8aa3773a52962c
2017-07-07 14:34:02 -07:00
Sebastian Hengst
bfb49e4366
Backed out changeset c72d36a91e44 (bug 1357486)
2017-07-08 11:23:40 +02:00
Sebastian Hengst
7cc4391f90
Backed out changeset 0159b012fa2d (bug 1357486)
2017-07-08 11:23:36 +02:00
Kris Maglione
28759b4b6d
Bug 1357486: Part 0d - Propagate clonable console message args to the parent process. r=aswan
...
MozReview-Commit-ID: Bkecqr7hRvx
--HG--
extra : rebase_source : 00dc5151a4b0f8dc6015cdb5cd392e2b968f7cf4
extra : absorb_source : 6f4b52a86c1d3dfb7d4821caebc15c4be34932ba
extra : histedit_source : 8299f402f489ca9765874a85fb92e868c36adad0
2017-07-07 14:34:37 -07:00
Kris Maglione
7b766c977b
Bug 1357486: Part 0c - Propagate addonId to parent process with console messages. r=aswan
...
MozReview-Commit-ID: I1LzpMcfgEh
--HG--
extra : rebase_source : 7431a0ecced243a96ffb4cf1cc04adf6fbc17a4e
extra : histedit_source : 8f9eb8408f130b0472f3cb25039d99edd896313c
2017-07-07 14:34:02 -07:00
Julian Descottes
9bedf05e44
Bug 1364075 - remove DevTools dependency in ContentProcessSingleton;r=ochameau
...
MozReview-Commit-ID: 38XKKM37jC5
--HG--
extra : rebase_source : 65b3aced59a7f5ceca35b2941c1ab1c80ac89b2b
2017-05-29 23:36:26 +02: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
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
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
95d4d20c17
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Andrew McCreight
45774ba552
Bug 1355611 - Don't load TelemetryStartup.js in the content process. r=gfritzsche
...
Instead, run the telemetry startup in ContentProcessSingleton.js, to
avoid loading a .jsm in every content process.
MozReview-Commit-ID: BnwoZTjFB3i
--HG--
extra : rebase_source : 1d515668c9d0af0aa498c573a14c96681baa4605
2017-04-11 15:13:30 -07:00
Joel Maher
bc070be3c8
Bug 1351067 - add BUG_COMPONENT to toolkit/* files. r=myk,enndeakin,mossop
...
MozReview-Commit-ID: 8mv5Oed68JL
2017-04-09 05:43:43 -04:00
Andrew McCreight
2f83bee3a7
Bug 1353174, part 1 - Turn ContentObservers.jsm into a process script. r=Gijs
...
This retains the advantage of running only once per process, while
avoiding the per-process overhead of a jsm.
MozReview-Commit-ID: 1N53MvRwUpg
--HG--
rename : browser/modules/ContentObservers.jsm => browser/modules/ContentObservers.js
extra : rebase_source : 6a502cff26fcb55526f97385274bbae871f5cc6c
2017-04-04 11:21:48 -07:00
Mark Banner
bdb3d1158d
Bug 1218324 - Correctly report when a search engine could not be installed due to an invalid format. r=florian
...
MozReview-Commit-ID: Cqw0uKDWguy
--HG--
extra : rebase_source : 50f852a20e8e46500e7728d3ebdceca39f9784d0
2016-12-14 14:55:00 +00:00
Florian Quèze
b11907c7aa
Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws.
2017-01-27 10:51:03 +01:00
Jared Wein
9141469edf
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
--HG--
extra : rebase_source : 8ab34c4e46a7c3075b459bf44786ec184d10d203
2016-12-30 21:47:25 -05:00
Jared Wein
ecab54a7c9
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72
2016-12-29 18:34:54 -05:00
Wes Kocher
0dfb7c2b5c
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
7255df4e9a
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
2016-12-29 15:20:47 -05:00
Dave Townsend
c5bb304fd9
Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
...
MozReview-Commit-ID: FGFwg6TYkvm
--HG--
extra : rebase_source : 4073cebbef1694393efe312aaafbdb803adbd304
2016-11-11 15:22:34 -08:00
Jared Wein
fd84c776c7
Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
...
MozReview-Commit-ID: EMjJ3yWt9Wt
--HG--
extra : rebase_source : 2b8327e5a7cf0bfd190d696ad5fe475f13faa3cc
2016-08-04 03:28:58 -04:00
Tom Tromey
5538d692d3
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Haik Aftandilian
91677b958d
Bug 1274074 - console.log()ging too much data can crash e10s via IPC call from mozilla::dom::ProcessGlobal::SendAsyncMessage; r=mconley
...
MozReview-Commit-ID: 6ICgsnNHFpq
--HG--
extra : transplant_source : %95%98%12%20n%AEl%E1%86%C8%8A%FF%A8%25%0D%8B%5B%C0%2A0
2016-05-28 01:15:14 -07:00
J. Ryan Stinnett
986f2a5cde
Bug 1203159 - Rewrite DevTools resource URLs. r=ochameau
2015-10-21 12:48:53 -05:00
Florian Quèze
7f751627bc
Bug 862148 - stop supporting installation of Sherlock plugins through Services.search.addEngine, r=adw.
2015-09-23 12:05:36 +02:00
Florian Quèze
5eee2c7669
Bug 862148 - drop support for Sherlock plugins in window.sidebar.addSearchEngine, r=adw.
2015-09-23 12:05:36 +02:00
J. Ryan Stinnett
efe328f1b2
Bug 912121 - Rewrite require / import to match source tree. rs=devtools
...
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location. Here we rewrite all require and import calls to match the new
location that these files are installed to.
--HG--
extra : commitid : F2ItGm8ptRz
extra : rebase_source : b082fe4bf77e22e297e303fc601165ceff1c4cbc
2015-09-21 12:04:18 -05:00
Blake Kaplan
3cf91da55a
Bug 1141661 - No need to manually convert this URI anymore. r=mossop
...
--HG--
extra : rebase_source : 5b4448b4b900b0cd1bd82ab4cd8b32f34972610e
2015-04-20 12:50:33 -07:00
Dave Townsend
c9c9a7a81f
Bug 1068087: Add a simple mechanism for content pages to communicate with chrome. r=mconley
...
--HG--
extra : rebase_source : 171bb44ec7f1e57517c65f62e1028e202bb374f0
2015-03-10 09:19:17 -07:00
Dave Townsend
fcf968baa0
Bug 1068186: Update window.sidebar and window.external APIs to support e10s. r=felipe
...
Moves nsSidebar.js to toolkit and makes it just pass messages to chrome for each
API call. MainProcessSingleton listens for those messages and passes the call
along to the search service.
Combines the validation code into the same function and takes the opportunity to
support relative URLs too.
Adds a bunch of tests for these web APIs.
Also fixes:
Bug 518929: Implement window.external APIs in core code
Bug 530847: Remove Fennec's nsISidebar implementation once that code is moved into the core
Bug 517720: Adding a search engine using relative URIs is not supported
--HG--
rename : browser/components/sidebar/nsSidebar.js => toolkit/components/search/nsSidebar.js
extra : rebase_source : 3e9caa49383e78e73e5f111ff09fb063f2cfa7c0
2015-02-02 12:15:26 -08:00
Alexandre Poirot
64aef65e17
Bug 1060093 - Implement toolbox to debug chrome of the content process. r=jryans
2014-11-07 14:24:47 -06:00
Bill McCloskey
42e95291a1
Bug 1067576 - Make console.log work in frame scripts (r=Mossop)
2014-10-07 11:46:25 -07:00