09c30c75adaa3707b72892e20282c7a9eff42c47: Merge mozilla-central to autoland. a=merge CLOSED TREE
shindli <shindli@mozilla.com> - Tue, 20 Mar 2018 12:15:46 +0200 - rev 770079
Push
103310 by bmo:adrian.wielgosik@gmail.com at Tue, 20 Mar 2018 18:04:22 +0000
Merge mozilla-central to autoland. a=merge CLOSED TREE
ea23c2dda34a04a42e13efa5637934f528a668f6: Bug 1428264 - Do not show chrome urls in storage inspector r=pbro
Michael Ratcliffe <mratcliffe@mozilla.com> - Fri, 16 Mar 2018 14:33:24 +0000 - rev 770078
Push
103310 by bmo:adrian.wielgosik@gmail.com at Tue, 20 Mar 2018 18:04:22 +0000
Bug 1428264 - Do not show chrome urls in storage inspector r=pbro
On investigation it turns out that no storage types are supported for chrome:// urls.
MozReview-Commit-ID: JZcQg5FvfvN
4ae06613c0b2fbafdeec0c92498e3675ce985f7f: Bug 1447198 - Disable event emitter logging in DevTools. r=ochameau
draft
J. Ryan Stinnett <jryans@gmail.com> - Mon, 19 Mar 2018 22:50:26 -0500 - rev 770077
Push
103309 by bmo:jryans@gmail.com at Tue, 20 Mar 2018 17:54:32 +0000
Bug 1447198 - Disable event emitter logging in DevTools. r=ochameau
Disable event logging by default, particularly in workers, which can't read the
pref normally used to control this. (The pref is already false by default, so
this is only a behavior change in workers.)
MozReview-Commit-ID: 8DGrpe0koSY
576603dbf884e5ebd60312ed848f93d321bab578: Bug 1446222 - Move DevTools worker startup to new dir. r=jdescottes
draft
J. Ryan Stinnett <jryans@gmail.com> - Mon, 19 Mar 2018 22:14:08 -0500 - rev 770076
Push
103309 by bmo:jryans@gmail.com at Tue, 20 Mar 2018 17:54:32 +0000
Bug 1446222 - Move DevTools worker startup to new dir. r=jdescottes
Move and rename the server's worker debugger script that starts DevTools for a
worker from `worker.js` to `startup/worker.js`.
These code paths will likely change more as Site Isolation work continues, but
for now, we have this light cleanup to gather startup-related paths together.
MozReview-Commit-ID: EvzDSGnG1vU
807ed7846b061285bc6eacda95cf3af229d121fa: Bug 1446222 - Move DevTools service worker control script to worker actor dir. r=jdescottes
draft
J. Ryan Stinnett <jryans@gmail.com> - Mon, 19 Mar 2018 21:53:24 -0500 - rev 770075
Push
103309 by bmo:jryans@gmail.com at Tue, 20 Mar 2018 17:54:32 +0000
Bug 1446222 - Move DevTools service worker control script to worker actor dir. r=jdescottes
The `service-worker-child.js` process script is used by actors to control
service workers as needed. This moves it to helper directory near the actors
that make use of it.
MozReview-Commit-ID: LIq1zcU6fBc
8424dbb11fdf3f570ccfd9251a3c7ebfe89d8cb3: Bug 1446222 - Move DevTools content process startup to new dir. r=jdescottes
draft
J. Ryan Stinnett <jryans@gmail.com> - Mon, 19 Mar 2018 21:28:26 -0500 - rev 770074
Push
103309 by bmo:jryans@gmail.com at Tue, 20 Mar 2018 17:54:32 +0000
Bug 1446222 - Move DevTools content process startup to new dir. r=jdescottes
Move and rename the server's process script (and accompanying JSM) that starts
DevTools for an entire content process from `content-process-debugger-server.js`
to `startup/content-process.js`. `connectToContent` also becomes the more
specific `connectToContentProcess`.
These code paths will likely change more as Site Isolation work continues, but
for now, we have this light cleanup to gather startup-related paths together.
MozReview-Commit-ID: 1evbZMB8T7r
831292c6070114271617fba45e2a6989544b5610: Bug 1446222 - Move DevTools frame startup to new dir. r=jdescottes
draft
J. Ryan Stinnett <jryans@gmail.com> - Mon, 19 Mar 2018 18:53:46 -0500 - rev 770073
Push
103309 by bmo:jryans@gmail.com at Tue, 20 Mar 2018 17:54:32 +0000
Bug 1446222 - Move DevTools frame startup to new dir. r=jdescottes
Move and rename the server's frame script that starts DevTools in remote frames
from `child.js` to `startup/frame.js`. `connectToChild` also becomes the more
generic `connectToFrame`. A few b2g-isms like "app" are also removed.
These code paths will likely change more as Site Isolation work continues, but
for now, we have this light cleanup to gather startup-related paths together.
MozReview-Commit-ID: El8a0OE99gZ
45bc5c2bc94c748ac5147563c35e399ae6af382c: Bug 1446222 - Move websocket-server.js to socket dir. r=jdescottes
draft
J. Ryan Stinnett <jryans@gmail.com> - Mon, 19 Mar 2018 18:06:44 -0500 - rev 770072
Push
103309 by bmo:jryans@gmail.com at Tue, 20 Mar 2018 17:54:32 +0000
Bug 1446222 - Move websocket-server.js to socket dir. r=jdescottes
MozReview-Commit-ID: 9LZZXTKGCOb
03a5a5854d06bd9daea3636e5c87cf88828842b0: Bug 1446222 - Move CssLogic to Inspector actor dir. r=jdescottes
draft
J. Ryan Stinnett <jryans@gmail.com> - Mon, 19 Mar 2018 17:39:11 -0500 - rev 770071
Push
103309 by bmo:jryans@gmail.com at Tue, 20 Mar 2018 17:54:32 +0000
Bug 1446222 - Move CssLogic to Inspector actor dir. r=jdescottes
MozReview-Commit-ID: 8IWTgRyWXNQ
a4146f1879ad8603417d40f6bacae49c9dc46e66: Bug 1446222 - Move event parsers to Inspector actor dir. r=jdescottes
draft
J. Ryan Stinnett <jryans@gmail.com> - Thu, 15 Mar 2018 19:25:37 -0500 - rev 770070
Push
103309 by bmo:jryans@gmail.com at Tue, 20 Mar 2018 17:54:32 +0000
Bug 1446222 - Move event parsers to Inspector actor dir. r=jdescottes
MozReview-Commit-ID: LoMjO3v0bDN
285116af6eb023412080893a8f34d6d00cfdda8a: Bug 1446222 - Move WebGL primitives to Canvas actor dir. r=jdescottes
draft
J. Ryan Stinnett <jryans@gmail.com> - Thu, 15 Mar 2018 19:20:32 -0500 - rev 770069
Push
103309 by bmo:jryans@gmail.com at Tue, 20 Mar 2018 17:54:32 +0000
Bug 1446222 - Move WebGL primitives to Canvas actor dir. r=jdescottes
MozReview-Commit-ID: 8Zv7cJFFG88
92b8e8af42a18c3328402d524778d05f08d97afb: Bug 1447345 - Change enterprise policy that sets homepage to set it as the default rather than the user value for the pref
draft
Kirk Steuber <ksteuber@mozilla.com> - Tue, 20 Mar 2018 10:43:19 -0700 - rev 770068
Push
103308 by ksteuber@mozilla.com at Tue, 20 Mar 2018 17:43:48 +0000
Bug 1447345 - Change enterprise policy that sets homepage to set it as the default rather than the user value for the pref
Additionally removes a stray debugging line that I accidentally checked into the tree previously.
MozReview-Commit-ID: 7F2S8WBgKCj
e2325efabada0e86061062a317c460ae6a226cb6: Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r?baku
draft
Tarek Ziadé <tarek@mozilla.com> - Tue, 20 Mar 2018 17:19:32 +0100 - rev 770067
Push
103307 by tziade@mozilla.com at Tue, 20 Mar 2018 17:38:28 +0000
Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r?baku
Adds the IPDL layer to asynchronously retrieve in the parent process the performance counters.
MozReview-Commit-ID: RbKstNx8pi
8930776bdae783e491d60fed3bef767827e067cc: Bug 1444976 - Decide how many threads to use in the threadpool using the number of threads the machine can run. DO NOT LAND
draft
Paul Adenot <paul@paul.cx> - Thu, 15 Mar 2018 14:39:07 +0100 - rev 770066
Push
103306 by paul@paul.cx at Tue, 20 Mar 2018 17:27:46 +0000
Bug 1444976 - Decide how many threads to use in the threadpool using the number of threads the machine can run. DO NOT LAND
MozReview-Commit-ID: LlLCKjeJ6Ez
f9af0e1376e098d6210eadd8913c440dc30845b9: Bug 1444976 - Another type of logging to be converted later or maybe removed.
draft
Paul Adenot <paul@paul.cx> - Tue, 20 Mar 2018 18:24:19 +0100 - rev 770065
Push
103306 by paul@paul.cx at Tue, 20 Mar 2018 17:27:46 +0000
Bug 1444976 - Another type of logging to be converted later or maybe removed.
MozReview-Commit-ID: LdKQZ4zagxV
43d5fdea158011c2dade855b381e84a0a6f887ab: Bug 1444976 - Trace some initial real-time media stuff.
draft
Paul Adenot <paul@paul.cx> - Tue, 20 Mar 2018 18:23:26 +0100 - rev 770064
Push
103306 by paul@paul.cx at Tue, 20 Mar 2018 17:27:46 +0000
Bug 1444976 - Trace some initial real-time media stuff.
Tracing is very cheap, we should trace a bunch of stuff.
MozReview-Commit-ID: IhOyyRPXfg9
67108970c0845ea44a9620f0663a95ffa457322e: Bug 1444976 - Use the AsyncLog to implement a tracing subsystem for real-time media.
draft
Paul Adenot <paul@paul.cx> - Tue, 20 Mar 2018 18:22:08 +0100 - rev 770063
Push
103306 by paul@paul.cx at Tue, 20 Mar 2018 17:27:46 +0000
Bug 1444976 - Use the AsyncLog to implement a tracing subsystem for real-time media.
Use it like this:
> MOZ_DISABLE_CONTENT_SANDBOX=1 MOZ_LOG=MSGTracing:5 MOZ_LOG_FILE=trace.log ./mach run
After done, open `trace.log`, remove the junk that MOZ_LOG puts in front with
something like `sed 's/.*MSGTracing //' trace.log.child-1`, and add a single
`[` at the beginning of the file.
Now open `chrome://tracing` and load the file.
Lanes are threads, thread 0 is the audio callback thread, the other thread have
normal numbers.
Thread 1 shows the theoretical budget we have for a particular audio callback.
MozReview-Commit-ID: 87woGiFT4ID
1713fdab55c41e4298d1ddfb86c5f744935d59e1: Bug 1444976 - Implement a lock-free asynchronous logging system to be used from real-time audio and video code.
draft
Paul Adenot <paul@paul.cx> - Tue, 20 Mar 2018 18:14:47 +0100 - rev 770062
Push
103306 by paul@paul.cx at Tue, 20 Mar 2018 17:27:46 +0000
Bug 1444976 - Implement a lock-free asynchronous logging system to be used from real-time audio and video code.
This outputs to MOZ_LOG and using an MPSC lock-free queue so we can log to a
particular module from any thread.
MozReview-Commit-ID: INtlki4PEJs
9216afcc8b3bfbcc730ab40e0ff012351295728c: Bug 1443886 - Bounce dispatches to the main thread on another thread. f?pehrsons
draft
Paul Adenot <paul@paul.cx> - Mon, 12 Mar 2018 14:02:13 +0100 - rev 770061
Push
103305 by paul@paul.cx at Tue, 20 Mar 2018 17:25:48 +0000
Bug 1443886 - Bounce dispatches to the main thread on another thread. f?pehrsons
MozReview-Commit-ID: Lnujy5kdvo2
af4b39808c6ec274275bf14795bad92803ee3ed2: Bug 1444973 - Remove browser-test-overlay.xul. r?ahal
draft
Brendan Dahl <brendan.dahl@gmail.com> - Tue, 13 Mar 2018 17:33:33 -0700 - rev 770060
Push
103304 by bmo:bdahl@mozilla.com at Tue, 20 Mar 2018 16:58:55 +0000
Bug 1444973 - Remove browser-test-overlay.xul. r?ahal
On desktop use sub script loader during bootstrap instead of the overlay.
On android use a component that listens for browser windows to be created
and then use a sub script loader.
MozReview-Commit-ID: Knj5OdVNEMA