searching for reviewer(mccr8)
a67caf145931c59a6471afd2dc0f7bb68f2fe6f4: Bug 1594181 - Reset external variable properly on destruction. r=mccr8
Alex Chronopoulos <achronop@gmail.com> - Mon, 18 Nov 2019 10:42:40 +0000 - rev 502398
Push
114172 by dluca@mozilla.com at Tue, 19 Nov 2019 11:31:10 +0000
Bug 1594181 - Reset external variable properly on destruction. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D52639
adfdc1b55325d4b7e93381b903d186d73f2cd8f2: Bug 1586139 - enable reader mode tests in fission, r=mccr8
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Sat, 16 Nov 2019 01:36:09 +0000 - rev 502336
Push
114172 by dluca@mozilla.com at Tue, 19 Nov 2019 11:31:10 +0000
Bug 1586139 - enable reader mode tests in fission, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D53180
4466d109fc5183c6a9a4df40b23d16003c47c463: Bug 1585231 - disable browser_delay_autoplay_media_pausedAfterPlay.js on fission r=mccr8
Andreea Pavel <apavel@mozilla.com> - Thu, 14 Nov 2019 23:00:39 +0000 - rev 502075
Push
114172 by dluca@mozilla.com at Tue, 19 Nov 2019 11:31:10 +0000
Bug 1585231 - disable browser_delay_autoplay_media_pausedAfterPlay.js on fission r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D53087
ec6979a95056337dc316159ce353b39d98b86bd9: Bug 1594981 - improve BUG_COMPONENT in various moz.build files r=mccr8
Anne van Kesteren <annevk@annevk.nl> - Thu, 14 Nov 2019 15:44:32 +0000 - rev 501972
Push
114172 by dluca@mozilla.com at Tue, 19 Nov 2019 11:31:10 +0000
Bug 1594981 - improve BUG_COMPONENT in various moz.build files r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D53024
839d6c2efea375f8b881e4a5218d6abe2e754323: Bug 1595183 - Unskip passing Fission tests, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Tue, 12 Nov 2019 15:09:22 +0000 - rev 501583
Push
114172 by dluca@mozilla.com at Tue, 19 Nov 2019 11:31:10 +0000
Bug 1595183 - Unskip passing Fission tests, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D52406
656958c4362d1cc04e0eb37b02d13ee5f25524cb: Bug 1595597: Part 2 - Make test_postMessage_override Fission-compatible. r=mccr8
Kris Maglione <maglione.k@gmail.com> - Mon, 11 Nov 2019 23:21:00 +0000 - rev 501535
Push
114170 by malexandru@mozilla.com at Tue, 12 Nov 2019 21:58:32 +0000
Bug 1595597: Part 2 - Make test_postMessage_override Fission-compatible. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D52572
aa6d07508d28b0f9be071a8736956e82648d4e9a: Bug 1595597: Part 1 - Make test_postMessage_origin Fission-compatible. r=mccr8
Kris Maglione <maglione.k@gmail.com> - Mon, 11 Nov 2019 23:20:53 +0000 - rev 501534
Push
114170 by malexandru@mozilla.com at Tue, 12 Nov 2019 21:58:32 +0000
Bug 1595597: Part 1 - Make test_postMessage_origin Fission-compatible. r=mccr8
This test currently relies on the assumption that cross-origin postMessage
operations complete in one spin of the event loop, which is not a valid
assumption under Fission. This patch updates it to perform a second
postMessage round-trip after sending the test message to ensure that the first
round trip has had time to complete.
Differential Revision:
https://phabricator.services.mozilla.com/D52571
c2fcb4ff77b243b551a5669db820ed3690e490de: Bug 1542885 - Make some event related atoms static in order to reduce content process memory usage; r=mccr8
Ehsan Akhgari <ehsan@mozilla.com> - Mon, 04 Nov 2019 18:04:14 +0000 - rev 501451
Push
114170 by malexandru@mozilla.com at Tue, 12 Nov 2019 21:58:32 +0000
Bug 1542885 - Make some event related atoms static in order to reduce content process memory usage; r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D51488
67675911cb0b54363cf9f572bffcf05be91d67c1: Bug 1593797 - Unskip browser_bug422543 in Fission mode. r=mccr8
Kris Maglione <maglione.k@gmail.com> - Fri, 08 Nov 2019 20:05:02 +0000 - rev 501375
Push
114169 by ncsoregi@mozilla.com at Mon, 11 Nov 2019 12:39:11 +0000
Bug 1593797 - Unskip browser_bug422543 in Fission mode. r=mccr8
This is a partial fix, which prevents the test from simply timing out. It
still fails, because this is a test of content session history listeners,
which don't currently work as expected for cross-process navigations.
Differential Revision:
https://phabricator.services.mozilla.com/D51696
2ce8f24176dd2f040f2e3be487696ab415399abc: Bug 1594856 - Make browser_isSynthetic.js Fission-compatible, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Fri, 08 Nov 2019 16:25:18 +0000 - rev 501335
Push
114168 by dluca@mozilla.com at Sun, 10 Nov 2019 03:08:55 +0000
Bug 1594856 - Make browser_isSynthetic.js Fission-compatible, r=mccr8
This also updates the test to only register the web progress listener for
onLocationChange events (to avoid NS_ERROR_XPC_JSOBJECT_HAS_NO_FUNCTION_NAMED
exceptions caused by attempting to access other web progress methods).
Depends on D51441
Differential Revision:
https://phabricator.services.mozilla.com/D52238
a05560d1ff4341d37ba9d252a5000e9c92bd2f17: Bug 1592614 - Make browser_content_url_annotation.js Fission-compatible, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Fri, 08 Nov 2019 15:21:44 +0000 - rev 501315
Push
114168 by dluca@mozilla.com at Sun, 10 Nov 2019 03:08:55 +0000
Bug 1592614 - Make browser_content_url_annotation.js Fission-compatible, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D51112
7c24449d6802f24cb122e0d2d06ee1bf772884d9: Bug 1588193 - Fix broken tests, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Thu, 07 Nov 2019 21:33:10 +0000 - rev 501170
Push
114168 by dluca@mozilla.com at Sun, 10 Nov 2019 03:08:55 +0000
Bug 1588193 - Fix broken tests, r=mccr8
Most of these tests relied on assumptions that were broken by the updated
content event helpers (timing, being in a ContentTask, etc).
Depends on D51441
Differential Revision:
https://phabricator.services.mozilla.com/D51442
9944bddc7b997b433f348d5ad3603952f7a258b8: Bug 1588193 - Fix BrowserTestUtils.waitForContentEvent with Fission, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Thu, 07 Nov 2019 21:16:01 +0000 - rev 501169
Push
114168 by dluca@mozilla.com at Sun, 10 Nov 2019 03:08:55 +0000
Bug 1588193 - Fix BrowserTestUtils.waitForContentEvent with Fission, r=mccr8
This also changes BrowserTestUtils.addContentEventListener to use browsing
contexts to track added listeners and their associated targets.
Depends on D52105
Differential Revision:
https://phabricator.services.mozilla.com/D51441
3c4ee65f29c6507e470e75aa26d644eda63d09d1: Bug 1588193 - Swallow InvalidStateError exceptions caused by docshell retrievals, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Thu, 07 Nov 2019 21:14:53 +0000 - rev 501168
Push
114168 by dluca@mozilla.com at Sun, 10 Nov 2019 03:08:55 +0000
Bug 1588193 - Swallow InvalidStateError exceptions caused by docshell retrievals, r=mccr8
These are thrown when the actor no longer has a manager but attempts to access
its docshell or browsing context. We may arrive at this state without seeing
a willDestroy() if the process is being shutdown or the actor was destroyed from
the parent.
Depends on D51440
Differential Revision:
https://phabricator.services.mozilla.com/D52105
9980819fa82c062cbd5bb121a36bcb3738d36c6f: Bug 1594471 - Bug 1593865 - More safely remove rules in ServoCSSRuleList. r=mccr8
Emilio Cobos Álvarez <emilio@crisal.io> - Wed, 06 Nov 2019 19:23:18 +0000 - rev 501043
Push
114167 by csabou@mozilla.com at Fri, 08 Nov 2019 00:35:25 +0000
Bug 1594471 -
Bug 1593865 - More safely remove rules in ServoCSSRuleList. r=mccr8
This turned out not to be the culprit, but it doesn't seem unreasonable for
DropAllRules -> DropRules -> cycle-collection-stuff that ends up reentering in
the parent rule list.
It seems safer to first remove from the array / move the array to the stack,
then free the pointer, than to leave dangling pointers while we iterate through
the array.
Differential Revision:
https://phabricator.services.mozilla.com/D51869
df4c4004abc5aeb874666f06f0d49f059c94481f: Bug 1588193 - Fix broken tests, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Wed, 06 Nov 2019 15:35:19 +0000 - rev 500866
Push
114166 by apavel@mozilla.com at Thu, 07 Nov 2019 10:04:01 +0000
Bug 1588193 - Fix broken tests, r=mccr8
Most of these tests relied on assumptions that were broken by the new content
event utils (timing, being in a ContentTask, etc).
Differential Revision:
https://phabricator.services.mozilla.com/D51442
1beab20978b27832e8ec3222c3cffbcc4d11e862: Bug 1588193 - Fix BrowserTestUtils.waitForContentEvent with Fission, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Wed, 06 Nov 2019 15:35:18 +0000 - rev 500865
Push
114166 by apavel@mozilla.com at Thu, 07 Nov 2019 10:04:01 +0000
Bug 1588193 - Fix BrowserTestUtils.waitForContentEvent with Fission, r=mccr8
This also changes BrowserTestUtils.addContentEventListener to use browsing
contexts to track added listeners and their associated targets.
Differential Revision:
https://phabricator.services.mozilla.com/D51441
0bbb1f92bb4721a0bc090a10d2c34ded75f8e01c: Bug 1588193 - Fix broken tests, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Tue, 05 Nov 2019 21:52:43 +0000 - rev 500759
Push
114166 by apavel@mozilla.com at Thu, 07 Nov 2019 10:04:01 +0000
Bug 1588193 - Fix broken tests, r=mccr8
Most of these tests relied on assumptions that were broken by the new content
event utils (timing, being in a ContentTask, etc).
Differential Revision:
https://phabricator.services.mozilla.com/D51442
074bb8a6fd6851f9ebfc68e7505d6e30b4342bdb: Bug 1588193 - Fix BrowserTestUtils.waitForContentEvent with Fission, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Tue, 05 Nov 2019 21:52:36 +0000 - rev 500758
Push
114166 by apavel@mozilla.com at Thu, 07 Nov 2019 10:04:01 +0000
Bug 1588193 - Fix BrowserTestUtils.waitForContentEvent with Fission, r=mccr8
This also changes BrowserTestUtils.addContentEventListener to use browsing
contexts to track added listeners and their associated targets.
Differential Revision:
https://phabricator.services.mozilla.com/D51441
e7c9a7ee428bc7c9e171e12e5b118e27200232e6: Bug 1578241 - Get rid of dom.promise_rejection_events.enabled; r=mccr8
Edgar Chen <echen@mozilla.com> - Mon, 04 Nov 2019 18:08:54 +0000 - rev 500571
Push
114166 by apavel@mozilla.com at Thu, 07 Nov 2019 10:04:01 +0000
Bug 1578241 - Get rid of dom.promise_rejection_events.enabled; r=mccr8
promise rejection event was enabled by default on 69 (
bug 1525554).
We could get rid of this preference.
Differential Revision:
https://phabricator.services.mozilla.com/D51491
68e2d5612d472cbafb1d975f31bf9473ea60912c: Bug 1591873 - Make browser_mixedcontent_aboutblocked.js work when fission is enabled. r=mccr8
DimiDL <dlee@mozilla.com> - Fri, 01 Nov 2019 22:59:30 +0000 - rev 500567
Push
114166 by apavel@mozilla.com at Thu, 07 Nov 2019 10:04:01 +0000
Bug 1591873 - Make browser_mixedcontent_aboutblocked.js work when fission is enabled. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D51114
182daeba07e6bf9be6ebfda39cfb47cd3066b707: Bug 1585777 - Part 3: Enable browser/modules/test/browser/browser_UsageTelemetry_domains.js for Fission, r=mccr8
Anny Gakhokidze <agakhokidze@mozilla.com> - Thu, 31 Oct 2019 17:52:00 +0000 - rev 500084
Push
114164 by aiakab@mozilla.com at Tue, 05 Nov 2019 10:06:15 +0000
Bug 1585777 - Part 3: Enable browser/modules/test/browser/browser_UsageTelemetry_domains.js for Fission, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D51279
f4486310c70b7f6a2c754100f8749c61d42e04cb: Bug 1592598 - Ensure CC selected zones are scheduled for GC r=sfink,mccr8
Jon Coppeard <jcoppeard@mozilla.com> - Wed, 30 Oct 2019 21:39:07 +0000 - rev 499971
Push
114164 by aiakab@mozilla.com at Tue, 05 Nov 2019 10:06:15 +0000
Bug 1592598 - Ensure CC selected zones are scheduled for GC r=sfink,mccr8
The problem is that a GC can be triggered in a number of ways, so scheduling zones in nsJSContext::GarbageCollectNow is not effective. This patch schedules these zones in the GC callback, which is always called at the start of GC. This means we have to change the internal logic slightly to allow the GC callback to schedule addional zones; previously this state was saved and restored before/after running the callback.
Differential Revision:
https://phabricator.services.mozilla.com/D51145
a34b4fe91d324075b8796c4551a50902d10f9b8e: Bug 1592771. Add tests for round-tripping of various external strings through bindings. r=mccr8
Boris Zbarsky <bzbarsky@mit.edu> - Wed, 30 Oct 2019 22:09:15 +0000 - rev 499878
Push
114163 by aiakab@mozilla.com at Thu, 31 Oct 2019 10:03:38 +0000
Bug 1592771. Add tests for round-tripping of various external strings through bindings. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D51180
b0d44d8a83e5e5c9f0ad8d36763f15f29cc73995: Bug 1582531 - Update fission annotations for tests that fail cleanly, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Wed, 30 Oct 2019 21:51:35 +0000 - rev 499856
Push
114163 by aiakab@mozilla.com at Thu, 31 Oct 2019 10:03:38 +0000
Bug 1582531 - Update fission annotations for tests that fail cleanly, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50508
456c75995eeec115979f47001948813ae9078590: Bug 1582531 - Update fission annotations for tests that pass, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Wed, 30 Oct 2019 21:51:22 +0000 - rev 499855
Push
114163 by aiakab@mozilla.com at Thu, 31 Oct 2019 10:03:38 +0000
Bug 1582531 - Update fission annotations for tests that pass, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50507
617567f745c2494bc969f279219b4d53b6194d1e: Bug 1586189 - Re-implement waitForMessage based on waitForContentEvent; r=mccr8,janv
Simon Giesecke <sgiesecke@mozilla.com> - Wed, 30 Oct 2019 15:26:25 +0000 - rev 499797
Push
114163 by aiakab@mozilla.com at Thu, 31 Oct 2019 10:03:38 +0000
Bug 1586189 - Re-implement waitForMessage based on waitForContentEvent; r=mccr8,janv
Differential Revision:
https://phabricator.services.mozilla.com/D49752
e91fee31774ba89ab25ff847b060aec4926d4437: Bug 1591514 part 2. Add assertions to FakeString that its mData is only initialized once and not used before initialization. r=mccr8
Boris Zbarsky <bzbarsky@mit.edu> - Tue, 29 Oct 2019 19:02:42 +0000 - rev 499791
Push
114163 by aiakab@mozilla.com at Thu, 31 Oct 2019 10:03:38 +0000
Bug 1591514 part 2. Add assertions to FakeString that its mData is only initialized once and not used before initialization. r=mccr8
Also removes some unused API bits to make the number of entry points smaller
and safer.
Differential Revision:
https://phabricator.services.mozilla.com/D50693
eed1acc4c7794a16fe6d1b54430871e85a4be3c9: Bug 1591514 part 1. Change bindings to use actual literal strings for string constants. r=mccr8
Boris Zbarsky <bzbarsky@mit.edu> - Tue, 29 Oct 2019 00:26:28 +0000 - rev 499790
Push
114163 by aiakab@mozilla.com at Thu, 31 Oct 2019 10:03:38 +0000
Bug 1591514 part 1. Change bindings to use actual literal strings for string constants. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50692
72dac552b3871c254c564d2b7ba83b626ea9b4b0: Bug 1591481 part 2. Don't force copying when external strings are passed to Web IDL bindings. r=mccr8
Boris Zbarsky <bzbarsky@mit.edu> - Wed, 30 Oct 2019 15:52:22 +0000 - rev 499787
Push
114163 by aiakab@mozilla.com at Thu, 31 Oct 2019 10:03:38 +0000
Bug 1591481 part 2. Don't force copying when external strings are passed to Web IDL bindings. r=mccr8
The codesize impact is approximately 0 (actually positive by a a few KB),
because AssignJSString is not inlined.
If we were to force-inline AssignJSString, that would actually _save_ ~115KB
based on bloaty measurements for linux64 shippable opt builds (so with LTO),
because then ConvertJSValueToString stops being inlined in bindings.
Given that ConvertJSValueToString pretty much always calls AssignJSString, so
there is no slowdown from changing which of them is inlined, this is _really_
tempting to do, but I don't want to mess with compiler inlining heuristics...
Inlining both AssignJSString and ConvertJSValueToString increases codesize by
~2MB, so that's definitely _not_ desirable.
Differential Revision:
https://phabricator.services.mozilla.com/D50627
dd64db27cdb804cc37dab12d6cb67cf9437c7d70: Bug 1591481 part 1. Make NormalizeUSVString fallible. r=mccr8
Boris Zbarsky <bzbarsky@mit.edu> - Tue, 29 Oct 2019 00:24:10 +0000 - rev 499786
Push
114163 by aiakab@mozilla.com at Thu, 31 Oct 2019 10:03:38 +0000
Bug 1591481 part 1. Make NormalizeUSVString fallible. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50691
40d1c4f9b9fb812245e646358c1b42ecf5054f13: Bug 1591865: Make browser_cross_process_csp_inheritance.js work with fission enabled. r=mccr8
Christoph Kerschbaumer <ckerschb@christophkerschbaumer.com> - Mon, 28 Oct 2019 18:55:53 +0000 - rev 499484
Push
114161 by ncsoregi@mozilla.com at Tue, 29 Oct 2019 21:34:24 +0000
Bug 1591865: Make browser_cross_process_csp_inheritance.js work with fission enabled. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50842
bb62609416c8981592cd5a39d8b8654964b918ec: Bug 1591923 - Remove some dead code for cooperative contexts from XPConnect, XPCOM and JSAPI. r=mccr8
Jan de Mooij <jdemooij@mozilla.com> - Mon, 28 Oct 2019 14:38:03 +0000 - rev 499468
Push
114161 by ncsoregi@mozilla.com at Tue, 29 Oct 2019 21:34:24 +0000
Bug 1591923 - Remove some dead code for cooperative contexts from XPConnect, XPCOM and JSAPI. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50802
949ac9ffd9d9cd8f9494d9cbb9a26e7735687bb2: Bug 1588284 - disable test_ext_web_accessible_resources.html on fission r=mccr8
Andreea Pavel <apavel@mozilla.com> - Mon, 28 Oct 2019 17:05:02 +0000 - rev 499465
Push
114161 by ncsoregi@mozilla.com at Tue, 29 Oct 2019 21:34:24 +0000
Bug 1588284 - disable test_ext_web_accessible_resources.html on fission r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50826
e48111fd8ea2d1073bdb4002722ec33ed2cc3f76: Bug 1586189 - Re-implement waitForMessage based on waitForContentEvent. r=mccr8
Simon Giesecke <sgiesecke@mozilla.com> - Fri, 18 Oct 2019 17:53:15 +0000 - rev 499432
Push
114161 by ncsoregi@mozilla.com at Tue, 29 Oct 2019 21:34:24 +0000
Bug 1586189 - Re-implement waitForMessage based on waitForContentEvent. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D49752
cabe240bda921d09d4f6374f59094bb21a87c77a: Bug 1591338 - Add a JS API to call a object's finalizer r=mccr8
Jon Coppeard <jcoppeard@mozilla.com> - Fri, 25 Oct 2019 15:33:52 +0000 - rev 499278
Push
114161 by ncsoregi@mozilla.com at Tue, 29 Oct 2019 21:34:24 +0000
Bug 1591338 - Add a JS API to call a object's finalizer r=mccr8
This replaces a direct call of an object's finalizer with a more formal API. This adds some assertions and passes a valid FreeOp pointer to the finalizer rather than null.
Differential Revision:
https://phabricator.services.mozilla.com/D50571
d33fde64cf037bb6831d3c0393f09d3a860a6ee4: Bug 1590110 - Enable dom/base/test/test_bug1091883.html in Fission; r=mccr8
John Dai <jdai@mozilla.com> - Tue, 22 Oct 2019 19:42:14 +0000 - rev 499084
Push
114161 by ncsoregi@mozilla.com at Tue, 29 Oct 2019 21:34:24 +0000
Bug 1590110 - Enable dom/base/test/test_bug1091883.html in Fission; r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50050
a222623d04c820ca3d4ab96c497e5b98752a456d: Bug 1533895 - Skip browser_broadcast.js with Fission enabled, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Wed, 23 Oct 2019 15:49:02 +0000 - rev 498733
Push
114159 by shindli@mozilla.com at Thu, 24 Oct 2019 09:49:00 +0000
Bug 1533895 - Skip browser_broadcast.js with Fission enabled, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50243
3cb9925071e7ebbd81d31f13b370d9702db177d5: Bug 1582531 - Re-enable some skipped tests, r=mccr8
Kashav Madan <kmadan@mozilla.com> - Wed, 23 Oct 2019 16:04:53 +0000 - rev 498732
Push
114159 by shindli@mozilla.com at Thu, 24 Oct 2019 09:49:00 +0000
Bug 1582531 - Re-enable some skipped tests, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50246
9ab74403e75278f511317b337728dfba6f56e68b: Bug 1588284 - disable test_ext_web_accessible_incognito.html on fission r=mccr8
Andreea Pavel <apavel@mozilla.com> - Wed, 23 Oct 2019 15:50:16 +0000 - rev 498722
Push
114159 by shindli@mozilla.com at Thu, 24 Oct 2019 09:49:00 +0000
Bug 1588284 - disable test_ext_web_accessible_incognito.html on fission r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D50161
32edc29b094cb26a46d31116980a5e780de4a02f: Bug 1588778 - Enable dom/tests/mochitest/bugs/test_bug369306.html for fission debug build r=mccr8
Alphan Chen <alchen@mozilla.com> - Mon, 21 Oct 2019 18:36:37 +0000 - rev 498520
Push
114159 by shindli@mozilla.com at Thu, 24 Oct 2019 09:49:00 +0000
Bug 1588778 - Enable dom/tests/mochitest/bugs/test_bug369306.html for fission debug build r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D49722
96bb55419dcb5b8a31c3b65ddaaf07ef00b0eba0: Bug 1504136 - Suppress several leaks in web-platform tests. r=mccr8
Christian Holler <choller@mozilla.com> - Mon, 21 Oct 2019 15:45:47 +0000 - rev 498385
Push
114157 by nbeleuzu@mozilla.com at Mon, 21 Oct 2019 22:00:13 +0000
Bug 1504136 - Suppress several leaks in web-platform tests. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D49935
2acc61e7e6a2328a1d921efb6ea533d38b6730e3: Bug 1589305 - Disable leaked window/docshell reporting for Thunderbird mochitests; r=mccr8
Geoff Lankow <geoff@darktrojan.net> - Fri, 18 Oct 2019 13:42:44 +0000 - rev 498277
Push
114157 by nbeleuzu@mozilla.com at Mon, 21 Oct 2019 22:00:13 +0000
Bug 1589305 - Disable leaked window/docshell reporting for Thunderbird mochitests; r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D49557
6a3fa624359372522de13d26c05f4884f3f89ce0: Bug 1589207 - Suppress two leaks in WebPlatform tests. r=mccr8
Christian Holler <choller@mozilla.com> - Fri, 18 Oct 2019 13:28:05 +0000 - rev 498183
Push
114157 by nbeleuzu@mozilla.com at Mon, 21 Oct 2019 22:00:13 +0000
Bug 1589207 - Suppress two leaks in WebPlatform tests. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D49640
945fcfda3d1fefef54b791d60c9ec41f1b0e15c4: Bug 1586148 - fix web protocol handler behaviour under fission, r=mccr8
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Wed, 16 Oct 2019 14:56:23 +0000 - rev 497859
Push
114154 by btara@mozilla.com at Thu, 17 Oct 2019 09:58:40 +0000
Bug 1586148 - fix web protocol handler behaviour under fission, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D48238
30bc2bf7941f5f0c795099c49128f41a81cd81f5: Bug 1582318 - Disable browser_sharedWorker.js on fission. r=mccr8
Cosmin Sabou <csabou@mozilla.com> - Tue, 15 Oct 2019 19:38:07 +0000 - rev 497753
Push
114154 by btara@mozilla.com at Thu, 17 Oct 2019 09:58:40 +0000
Bug 1582318 - Disable browser_sharedWorker.js on fission. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D49211
ddd238ce2201f7eb1a3f2d37c06b2affe029d28c: Bug 1588846 - move browser_bug839103.js somewhere more topical and make it pass with fission enabled, r=mccr8
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Tue, 15 Oct 2019 19:37:55 +0000 - rev 497749
Push
114154 by btara@mozilla.com at Thu, 17 Oct 2019 09:58:40 +0000
Bug 1588846 - move browser_bug839103.js somewhere more topical and make it pass with fission enabled, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D49322
ac01b45d14a1ed1e3383566814ecc4eb2369515f: Bug 1588208 - Don't need to traverse to TimeoutHandler; r=mccr8
Edgar Chen <echen@mozilla.com> - Tue, 15 Oct 2019 20:53:00 +0000 - rev 497730
Push
114154 by btara@mozilla.com at Thu, 17 Oct 2019 09:58:40 +0000
Bug 1588208 - Don't need to traverse to TimeoutHandler; r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D49282
0999a4c81a05c47e77ab9e593ad2d7a3db5d4d09: Bug 1588846 - move browser_bug839103.js somewhere more topical and make it pass with fission enabled, r=mccr8
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Tue, 15 Oct 2019 19:37:55 +0000 - rev 497729
Push
114154 by btara@mozilla.com at Thu, 17 Oct 2019 09:58:40 +0000
Bug 1588846 - move browser_bug839103.js somewhere more topical and make it pass with fission enabled, r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D49322
6f39a839d53229a05ba8d5ff6b6abd4038a8b57f: Bug 1587580 - Use the actual source filename and line number for SpecialPowers.spawn callback. r=mccr8
Kris Maglione <maglione.k@gmail.com> - Wed, 09 Oct 2019 21:05:46 +0000 - rev 497041
Push
114147 by ccoroiu@mozilla.com at Thu, 10 Oct 2019 09:56:56 +0000
Bug 1587580 - Use the actual source filename and line number for SpecialPowers.spawn callback. r=mccr8
Differential Revision:
https://phabricator.services.mozilla.com/D48758