752d3ef653f9caa7c48a8c0f490c71af24eb40f0: try_task_config for https://phabricator.services.mozilla.com/D168360
draft default tip
libmozevent <release-mgmt-analysis@mozilla.com> - Mon, 06 Feb 2023 10:48:39 +0000 - rev 4898625
Push
904287 by reviewbot at Mon, 06 Feb 2023 10:48:59 +0000
try_task_config for
https://phabricator.services.mozilla.com/D168360
Differential Diff: PHID-DIFF-5jsfyfthowtzutp56ip7
941dffd7340a98e371f73899c3c95b5e7c27dae4: Bug 1814013 - [devtools] Remove test-only echo request from the root actor. r=devtools-reviewers
draft
Alexandre Poirot <poirot.alex@gmail.com> - Mon, 06 Feb 2023 10:48:34 +0000 - rev 4898624
Push
904287 by reviewbot at Mon, 06 Feb 2023 10:48:59 +0000
Bug 1814013 - [devtools] Remove test-only echo request from the root actor. r=devtools-reviewers
This wasn't so trivial to revisit tests, but at least we stop shipping test-only
features in RDP. And the cryptic echo implement now only exists in tests.
Differential Revision:
https://phabricator.services.mozilla.com/D168360
Differential Diff: PHID-DIFF-5jsfyfthowtzutp56ip7
d48a101067723da1f05fa6ce9bed38cfb1cb5342: Bug 1813995 - [devtools] Nullify conn for all Actors on destruction. r=devtools-reviewers
draft
Alexandre Poirot <poirot.alex@gmail.com> - Mon, 06 Feb 2023 10:48:32 +0000 - rev 4898623
Push
904287 by reviewbot at Mon, 06 Feb 2023 10:48:59 +0000
Bug 1813995 - [devtools] Nullify conn for all Actors on destruction. r=devtools-reviewers
A few classes weren't passing the conn object to Actor's constructor
and instead manually defining it.
Some others were having a duplicated `_conn` alias.
Differential Revision:
https://phabricator.services.mozilla.com/D168351
Differential Diff: PHID-DIFF-yprhyo7zp4apporck4ix
20de8f28847d989b225b696b6cd2d91a58d22335: Fuzzy query='node-debugger | 'node-devtools&query='mozlint-eslint&query='mochitest-devtools-chrome | 'mochitest-chrome-1proc 'linux '64-qr/ !swr&query='xpcshell 'linux !nofis '64-qr/
draft
Alexandre Poirot <poirot.alex@gmail.com> - Mon, 06 Feb 2023 02:45:43 -0800 - rev 4898622
Push
904286 by apoirot@mozilla.com at Mon, 06 Feb 2023 10:46:27 +0000
Fuzzy query='node-debugger | 'node-devtools&query='mozlint-eslint&query='mochitest-devtools-chrome | 'mochitest-chrome-1proc 'linux '64-qr/ !swr&query='xpcshell 'linux !nofis '64-qr/
Pushed via `mach try fuzzy`
bba5d5d5ee386bfdbfe4e14e4a99e434a2e3b034: Bug 1813478 - [devtools] Move StyleSheetsManager to WindowGlobalTargetActor. r=devtools-reviewers
draft
Alexandre Poirot <poirot.alex@gmail.com> - Thu, 02 Feb 2023 00:45:48 -0800 - rev 4898621
Push
904286 by apoirot@mozilla.com at Mon, 06 Feb 2023 10:46:27 +0000
Bug 1813478 - [devtools] Move StyleSheetsManager to WindowGlobalTargetActor. r=devtools-reviewers
This is specific to WindowGlobal targets and isn't used by worker/process targets.
Differential Revision:
https://phabricator.services.mozilla.com/D168663
725ac445a5d39555e76f839f2f014bb6f5e00f4f: Bug 1813478 - [devtools] Migrate target actors to ES Classes. r=devtools-reviewers
draft
Alexandre Poirot <poirot.alex@gmail.com> - Wed, 01 Feb 2023 13:27:12 -0800 - rev 4898620
Push
904286 by apoirot@mozilla.com at Mon, 06 Feb 2023 10:46:27 +0000
Bug 1813478 - [devtools] Migrate target actors to ES Classes. r=devtools-reviewers
The main challenge of this patch is around the initial `docShell`.
We have to call inner methods of WebExtensionTargetActor to compute it,
but this is forbiden by ES Class constructor. You can't use `this` before calling `super()`.
Otherwise this is also some troubles on destruction.
CssChangesActor was emitting late RDP event and throwing when closing the browser toolbox.
Differential Revision:
https://phabricator.services.mozilla.com/D168662
0843123b0eed824b13ea0e52f2827bb31614d53f: Bug 1814011 - [devtools] Migrate storage actors to ES Classes. r=devtools-reviewers
draft
Alexandre Poirot <poirot.alex@gmail.com> - Wed, 01 Feb 2023 00:20:05 -0800 - rev 4898619
Push
904286 by apoirot@mozilla.com at Mon, 06 Feb 2023 10:46:27 +0000
Bug 1814011 - [devtools] Migrate storage actors to ES Classes. r=devtools-reviewers
Differential Revision:
https://phabricator.services.mozilla.com/D168577
8f937e29eef3b19d371b991bf64ece5da73a5bd2: Bug 1814013 - [devtools] Remove test-only echo request from the root actor. r=devtools-reviewers
draft
Alexandre Poirot <poirot.alex@gmail.com> - Tue, 31 Jan 2023 02:26:42 -0800 - rev 4898618
Push
904286 by apoirot@mozilla.com at Mon, 06 Feb 2023 10:46:27 +0000
Bug 1814013 - [devtools] Remove test-only echo request from the root actor. r=devtools-reviewers
This wasn't so trivial to revisit tests, but at least we stop shipping test-only
features in RDP. And the cryptic echo implement now only exists in tests.
Differential Revision:
https://phabricator.services.mozilla.com/D168360
bcd89e7ad44bed96de9e90fee29e0d06bb1aaf16: Bug 1813995 - [devtools] Nullify conn for all Actors on destruction. r=devtools-reviewers
draft
Alexandre Poirot <poirot.alex@gmail.com> - Mon, 30 Jan 2023 11:37:52 -0800 - rev 4898617
Push
904286 by apoirot@mozilla.com at Mon, 06 Feb 2023 10:46:27 +0000
Bug 1813995 - [devtools] Nullify conn for all Actors on destruction. r=devtools-reviewers
A few classes weren't passing the conn object to Actor's constructor
and instead manually defining it.
Some others were having a duplicated `_conn` alias.
Differential Revision:
https://phabricator.services.mozilla.com/D168351
0ef8fd3e4f42bebb867c2000d37409e6bb26ed3b: Fuzzy query=linux opt&paths=browser/components/urlbar/tests/browser/
draft
Marco Bonardo <mbonardo@mozilla.com> - Mon, 06 Feb 2023 11:42:56 +0100 - rev 4898616
Push
904285 by mak77@bonardo.net at Mon, 06 Feb 2023 10:43:39 +0000
Fuzzy query=linux opt&paths=browser/components/urlbar/tests/browser/
Pushed via `mach try fuzzy`
9005b7dd77014b1394db145f4c5c4afc9dd83c28: test_go_button
draft
Marco Bonardo <mbonardo@mozilla.com> - Mon, 06 Feb 2023 11:01:25 +0100 - rev 4898615
Push
904285 by mak77@bonardo.net at Mon, 06 Feb 2023 10:43:39 +0000
test_go_button
6c8d58d8f7485cc1f73aa58e00d5f027d97eb711: staging release: 111.0b1
draft
Narcis Beleuzu <nbeleuzu@mozilla.com> - Mon, 06 Feb 2023 12:28:19 +0200 - rev 4898614
Push
904284 by nbeleuzu@mozilla.com at Mon, 06 Feb 2023 10:30:13 +0000
staging release: 111.0b1
Pushed via `mach try release`
d6ba103e5bf44203401f3832d4019083e1544723: Try Chooser Enhanced (871 tasks selected)
draft
sotaro <sotaro.ikeda.g@gmail.com> - Mon, 06 Feb 2023 19:24:42 +0900 - rev 4898613
Push
904283 by sikeda.birchill@mozilla.com at Mon, 06 Feb 2023 10:25:23 +0000
Try Chooser Enhanced (871 tasks selected)
Pushed via `mach try chooser`
d7dbd620405206b31a5c5a2f27e0d4bc5c7864df: Bug 1811456 - Fix srcOrigin of Android SurfaceTexture Blit
draft
sotaro <sotaro.ikeda.g@gmail.com> - Mon, 06 Feb 2023 18:10:14 +0900 - rev 4898612
Push
904283 by sikeda.birchill@mozilla.com at Mon, 06 Feb 2023 10:25:23 +0000
Bug 1811456 - Fix srcOrigin of Android SurfaceTexture Blit
Differential Revision:
https://phabricator.services.mozilla.com/D168933
47ad4357c530401a8fbbabe667cd612f103eef9e: try_task_config for https://phabricator.services.mozilla.com/D168770
draft
libmozevent <release-mgmt-analysis@mozilla.com> - Mon, 06 Feb 2023 10:14:13 +0000 - rev 4898611
Push
904282 by reviewbot at Mon, 06 Feb 2023 10:14:43 +0000
try_task_config for
https://phabricator.services.mozilla.com/D168770
Differential Diff: PHID-DIFF-ibwyfocokqtu32c6aeo4
789598e13d8cf1fdc1a79657908f97bf658159be: Bug 1814830 - [devtools] Drop side-effect free requirement for custom formatter hooks. r=ochameau.
draft
Nicolas Chevobbe <nchevobbe@mozilla.com> - Mon, 06 Feb 2023 10:14:09 +0000 - rev 4898610
Push
904282 by reviewbot at Mon, 06 Feb 2023 10:14:43 +0000
Bug 1814830 - [devtools] Drop side-effect free requirement for custom formatter hooks. r=ochameau.
Summary:
Differential Revision:
https://phabricator.services.mozilla.com/D168770
Test Plan:
Reviewers: ochameau
Subscribers:
Bug #: 1814830
Differential Diff: PHID-DIFF-ibwyfocokqtu32c6aeo4
972f5d52f557e72bc170b14199412944f74e3541: Fuzzy query='linux1804-64-shippable-qr/ 'damp
draft
Hubert Boma Manilla <hmanilla@mozilla.com> - Mon, 06 Feb 2023 10:13:21 +0000 - rev 4898609
Push
904281 by hmanilla@mozilla.com at Mon, 06 Feb 2023 10:14:00 +0000
Fuzzy query='linux1804-64-shippable-qr/ 'damp
Pushed via `mach try fuzzy`
43adb7cfea32784db627ba8c980706c00d0f0143: Bug 1815168 - [devtools] Fix regression on webconsole damp tests r=
draft
Hubert Boma Manilla <hmanilla@mozilla.com> - Mon, 06 Feb 2023 10:11:24 +0000 - rev 4898608
Push
904281 by hmanilla@mozilla.com at Mon, 06 Feb 2023 10:14:00 +0000
Bug 1815168 - [devtools] Fix regression on webconsole damp tests r=
6e41a8e06b0982d829dd7325d9984957b9e746d2: try_task_config for https://phabricator.services.mozilla.com/D154808
draft
libmozevent <release-mgmt-analysis@mozilla.com> - Mon, 06 Feb 2023 10:05:13 +0000 - rev 4898607
Push
904280 by reviewbot at Mon, 06 Feb 2023 10:05:47 +0000
try_task_config for
https://phabricator.services.mozilla.com/D154808
Differential Diff: PHID-DIFF-5yikaqprl37hen4jwzpv
39adc522bf5e7285445518f25d00e6c2ff4e8d6b: Bug 1811845 - [devtools] Pass the browser toolbox scope to the server via TARGET_FILTERING_OPTIONS session data. r=devtools-reviewers
draft
Alexandre Poirot <poirot.alex@gmail.com> - Mon, 06 Feb 2023 10:05:09 +0000 - rev 4898606
Push
904280 by reviewbot at Mon, 06 Feb 2023 10:05:47 +0000
Bug 1811845 - [devtools] Pass the browser toolbox scope to the server via TARGET_FILTERING_OPTIONS session data. r=devtools-reviewers
This new data is passed down to all function filtering in/out the WindowGlobal's.
This will be used in a next patch to:
* allow listening for frame targets in the parent-process-only mode (
bug 1785106 and
bug 1785266).
* filter targets specific to the current tab (
bug 1772310)
It would have been easier to re-use `sessionContext` and integrate toolbox scope in it...
But it would make `sessionContext` become mutable whereas it is static today.
It is built once on WatcherActor construction.
I think it is best to keep this data immutable. It can simplify the overall codebase
to have some environment data that can't change.
Otherwise, making sessionContext mutable would still require the same additional
JSWindowActor essage to update it accordingly in all processes and threads.
Differential Revision:
https://phabricator.services.mozilla.com/D154808
Differential Diff: PHID-DIFF-5yikaqprl37hen4jwzpv