71b23fab4c0b8a450cf906a725f55171c0e81638: Bug 1453925 - BroadcastChannel doesn't need to use a runnable to dispatch messages, r=asuth
Andrea Marchesini <amarchesini@mozilla.com> - Sat, 14 Apr 2018 01:01:52 +0200 - rev 414089
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1453925 - BroadcastChannel doesn't need to use a runnable to dispatch messages, r=asuth
e2b49506d98cfc7dba7a15ce28e9c4b35a8328ed: Merge mozilla-central to inbound. a=merge CLOSED TREE
Brindusan Cristian <cbrindusan@mozilla.com> - Tue, 17 Apr 2018 13:10:25 +0300 - rev 414088
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Merge mozilla-central to inbound. a=merge CLOSED TREE
617ce8cb79fbf444b207e840a89cd1b67f5baab1: Bug 1454503: Remove unused nsFrameManager::mIsDestroyingFrames. r=xidorn
Emilio Cobos Álvarez <emilio@crisal.io> - Tue, 17 Apr 2018 00:29:24 +0200 - rev 414087
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1454503: Remove unused nsFrameManager::mIsDestroyingFrames. r=xidorn
MozReview-Commit-ID: 4105FqU8Xxm
761677ac644f072389c1ea4ada13d1db90dbc9c3: Bug 1454503: Remove unneeded refcounting in nsAnimationManager / nsTransitionManager. r=hiro
Emilio Cobos Álvarez <emilio@crisal.io> - Tue, 17 Apr 2018 00:28:00 +0200 - rev 414086
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1454503: Remove unneeded refcounting in nsAnimationManager / nsTransitionManager. r=hiro
MozReview-Commit-ID: 1zgUfDhH8bm
40a157e04cbc852d7292bb0a016a2b428a6d0e05: Bug 1454503: Remove unused RestyleManager refcounting. r=xidorn
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 16 Apr 2018 23:45:17 +0200 - rev 414085
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1454503: Remove unused RestyleManager refcounting. r=xidorn
MozReview-Commit-ID: DILRptmC8wJ
20b1c2e6fceba63ebb758cb6b8d9659cf7466631: Bug 1452143: Fix dom / style tests. r=bholley
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 16 Apr 2018 16:40:15 +0200 - rev 414084
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1452143: Fix dom / style tests. r=bholley
MozReview-Commit-ID: 95JfwBVDdRD
7b130a4f638a17f5cea2aec8abd14e48aee67d86: Bug 1452143: Fix webconsole tests. r=jryans
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 16 Apr 2018 16:39:41 +0200 - rev 414083
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1452143: Fix webconsole tests. r=jryans
MozReview-Commit-ID: ClzJ0Ee1n5I
5520fcaf93d2c53d2348831451af20ca0999ff87: Bug 1452143: Don't test content CSS error reporting in the browser console. r=jryans
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 16 Apr 2018 16:29:38 +0200 - rev 414082
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1452143: Don't test content CSS error reporting in the browser console. r=jryans
The browser console doesn't enable the cssErrorReportingEnabled bit on the
content process remote windows, and making it work seems non-trivial and kinda
useless per the firefox-dev@ discussions. So just remove this test.
MozReview-Commit-ID: GMGuQC7YNof
6b3425746bfdd30f900ebda6b7419d551ad54ac3: Bug 1452143: Reparse doc sheets after enabling error reporting on a docshell. r=jryans
Emilio Cobos Álvarez <emilio@crisal.io> - Thu, 12 Apr 2018 23:58:12 +0200 - rev 414081
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1452143: Reparse doc sheets after enabling error reporting on a docshell. r=jryans
While at it, remove useless charset rule lookups, since charset rules aren't
part of the OM, and have no effect at all anymore.
MozReview-Commit-ID: EefGrOZvmm7
fabc60b735a660d3972c9ebbbd08abc93572acd0: Bug 1452143: Hook the filters and enable error reporting on demand. r=nchevobbe
Emilio Cobos Álvarez <emilio@crisal.io> - Thu, 12 Apr 2018 17:38:29 +0200 - rev 414080
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1452143: Hook the filters and enable error reporting on demand. r=nchevobbe
MozReview-Commit-ID: BDFmxWjbDgj
8c85b98829b26bf386ab01b60ce3ae3e565d2ed0: Bug 1452143: Make InspectorUtils.getAllStyleSheets handle Shadow DOM, and also optionally not return UA / User sheets. r=bholley
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 16 Apr 2018 19:10:57 +0200 - rev 414079
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1452143: Make InspectorUtils.getAllStyleSheets handle Shadow DOM, and also optionally not return UA / User sheets. r=bholley
We don't want to reparse over and over shared sheets, and that confused code
pretty heavily.
MozReview-Commit-ID: 7qkXoCoPNFW
3f214ca585db301f1c1f284b9a63dd5c98c15f8b: Bug 1452143: Expose and honor a cssErrorReportingEnabled in the docshell. r=bholley
Emilio Cobos Álvarez <emilio@crisal.io> - Thu, 12 Apr 2018 11:59:09 +0200 - rev 414078
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1452143: Expose and honor a cssErrorReportingEnabled in the docshell. r=bholley
The idea would be for parallel CSS parsing to check the static methods in
ErrorReporter before loading the sheet.
MozReview-Commit-ID: D7cedJQpz9K
d46b75deaae586798e885c3e61f8efb0bfdb3069: Bug 1452982 part 12 - Clean up ContextKind and CheckThreadLocal. r=jonco
Jan de Mooij <jdemooij@mozilla.com> - Tue, 17 Apr 2018 10:48:10 +0200 - rev 414077
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1452982 part 12 - Clean up ContextKind and CheckThreadLocal. r=jonco
7cb5e6101f4a788d162e8aa7e8002f0f8c6d080e: Bug 1452982 part 11 - Rename ActiveThread to MainThread. r=jonco
Jan de Mooij <jdemooij@mozilla.com> - Tue, 17 Apr 2018 10:47:33 +0200 - rev 414076
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1452982 part 11 - Rename ActiveThread to MainThread. r=jonco
44662c81a04d0e0f5a2f10f98bdf1b9ffbcdf19f: Bug 1454161: Make --wasm-gc a no-op in non-Nightly builds; r=lth
Benjamin Bouvier <benj@benj.me> - Mon, 16 Apr 2018 10:13:57 +0200 - rev 414075
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1454161: Make --wasm-gc a no-op in non-Nightly builds; r=lth
MozReview-Commit-ID: AynuyMIj9Rz
25682f0fb6488aded7f3aec579b48297ccba7395: Bug 1454411 Update stat calls in funsize r=catlee
Simon Fraser <sfraser@mozilla.com> - Tue, 17 Apr 2018 08:03:54 +0100 - rev 414074
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1454411 Update stat calls in funsize r=catlee
Reviewers: catlee
Reviewed By: catlee
Bug #: 1454411
Differential Revision:
https://phabricator.services.mozilla.com/D952
c0f28a370935a094926f22d3d49ac68ee2d87256: Bug 1453028 - Add new zeal modes to test the different parts of incremental sweeping r=sfink
Jon Coppeard <jcoppeard@mozilla.com> - Tue, 17 Apr 2018 08:44:56 +0200 - rev 414073
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1453028 - Add new zeal modes to test the different parts of incremental sweeping r=sfink
de5cfd97ac491f80740ccd4822d5bf5119573e46: Bug 1453028 - Add a new sweep action to yield in a specified zeal mode r=sfink
Jon Coppeard <jcoppeard@mozilla.com> - Tue, 17 Apr 2018 08:44:56 +0200 - rev 414072
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1453028 - Add a new sweep action to yield in a specified zeal mode r=sfink
12337456bdd9cefdc8663d0c1fc1c1040247c616: Bug 1453028 - Rename GC zeal modes that run in two slices and refactor r=sfink
Jon Coppeard <jcoppeard@mozilla.com> - Tue, 17 Apr 2018 08:44:56 +0200 - rev 414071
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1453028 - Rename GC zeal modes that run in two slices and refactor r=sfink
0f26c7b0aa7d9a4ef77bb4819e53c46d663e88b8: Bug 1453028 - Refactor the way we parse zeal mode strings r=sfink
Jon Coppeard <jcoppeard@mozilla.com> - Tue, 17 Apr 2018 08:44:55 +0200 - rev 414070
Push
33858 by ncsoregi@mozilla.com at Tue, 17 Apr 2018 21:55:44 +0000
Bug 1453028 - Refactor the way we parse zeal mode strings r=sfink