- 26 Oct, 2020 2 commits
-
-
Ricky Stewart authored
Allow-list all Python code in tree for use with the black linter, and re-format all code in-tree accordingly. To produce this patch I did all of the following: 1. Make changes to tools/lint/black.yml to remove include: stanza and update list of source extensions. 2. Run ./mach lint --linter black --fix 3. Make some ad-hoc manual updates to python/mozbuild/mozbuild/test/configure/test_configure.py -- it has some hard-coded line numbers that the reformat breaks. 4. Make some ad-hoc manual updates to `testing/marionette/client/setup.py`, `testing/marionette/harness/setup.py`, and `testing/firefox-ui/harness/setup.py`, which have hard-coded regexes that break after the reformat. 5. Add a set of exclusions to black.yml. These will be deleted in a follow-up bug (1672023). # ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D94045
-
Dorel Luca authored
Backed out changeset 7ead316c420d (bug 1664053) Backed out changeset 7ae93e1c8b86 (bug 1664053)
-
- 16 Oct, 2020 1 commit
-
-
Bryce Seager van Dyk authored
Depends on D93806 Differential Revision: https://phabricator.services.mozilla.com/D93807
-
- 26 Oct, 2020 10 commits
-
-
Bryce Seager van Dyk authored
This renames the thread and identifiers derived from the thread's name. This is to avoid ambiguity over if the thread relates to the MediaController class, which it does not. Differential Revision: https://phabricator.services.mozilla.com/D93806
-
Emilio Cobos Álvarez authored
Differential Revision: https://phabricator.services.mozilla.com/D94696
-
Gijs Kruitbosch authored
Differential Revision: https://phabricator.services.mozilla.com/D94729
-
Alexandre Poirot authored
Differential Revision: https://phabricator.services.mozilla.com/D94282
-
Henrik Skupin authored
Bug 1305822 - [marionette] WebDriver:SwitchToWindow should switch back to the top-level browsing context. r=marionette-reviewers,webdriver-reviewers,maja_zf Differential Revision: https://phabricator.services.mozilla.com/D94709
-
Nicolas Chevobbe authored
Differential Revision: https://phabricator.services.mozilla.com/D88770
-
Nicolas Chevobbe authored
Bug 1633712 - [devtools] Add test cases to browser_target_list_tab_workers and remove the fission fail-if. r=jdescottes. Check that when removing iframes, we're notified about the worker unregistration, and check that the target list works as expected when we have multiple iframes on same origin (both remote and same-origin as main document). The test documents are modified so we can avoid spawning shared and/or service workers (in the case of this test, this seems to prevent some memory leaks/crashes). Differential Revision: https://phabricator.services.mozilla.com/D88769
-
Nicolas Chevobbe authored
Bug 1633712 - [devtools] Create WorkerTargets as soon as possible. r=ochameau,devtools-backward-compat-reviewers. This patch adds support for dedicated worker targets in the Watcher actor. Shared and Service workers are not handled yet. In a similar manner to what we already have for frame targets, we add a worker-helper file that will communicate with a JsWindowActor pair spawned on each document, that will manage workers (DevToolsWorkerParent/DevToolsWorkerChild). For a given document, the DevToolsWorkerChild will enumerate the existing workers related to it, as well as add an event listener to be notified when workers are being registered and unregistered, and communicate that back to the DevToolsWorkerParent on the main thread, so worker targets creation and destruction are notified by the Watcher actor (via target-available-form and target-destroyed-form events). When a worker is created, the DevToolsWorkerChild for the document the worker was spawned from will create a WorkerTargetActor, that will live in the worker thread (using worker-connector.js), passing it resources the Watcher is currently listening for. It will also handle communication between the main thread and the worker thread, when the watcher listen to new resources (or stop watching resources). A WorkerTargetFront is created so the client can be notified about available resources (via the resource-available-form event, emitted from the worker target). Tests are added in the next patches of this queue. Differential Revision: https://phabricator.services.mozilla.com/D85399
-
Nicolas Chevobbe authored
Bug 1633712 - [devtools] Move shouldNotifyWindowGlobal and getAllRemoteBrowsingContexts to a util file. r=ochameau. These functions will be used by the worker-helper.js module as well. Differential Revision: https://phabricator.services.mozilla.com/D92751
-
Micah Tigley authored
Depends on D93698 Differential Revision: https://phabricator.services.mozilla.com/D94404
-
- 22 Oct, 2020 1 commit
-
-
Micah Tigley authored
Differential Revision: https://phabricator.services.mozilla.com/D93698
-
- 26 Oct, 2020 13 commits
-
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D93765
-
Simon Giesecke authored
Bug 1663924 - Use IDB_TRY in DeleteDatabaseOp::DoDatabaseWork. r=dom-workers-and-storage-reviewers,ttung Differential Revision: https://phabricator.services.mozilla.com/D93991
-
Razvan Maries authored
Bug 1582395 - Disabled browser_boxmodel_update-after-navigation.js on Windows and Linux x64. r=intermittent-reviewers,ahal DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D94689
-
Andreea Pavel authored
Bug 1569205 - disable browser_contextMenu.js on linux18.04 64 bits r=intermittent-reviewers,ahal DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D94684
-
Razvan Maries authored
Bug 1668871 - Disabled browser_platform_emulation.js on Windows and Linux with fission. r=intermittent-reviewers,ahal DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D94691
-
Bogdan Tara authored
-
Razvan Maries authored
Bug 1605107 - Disabled browser_browser_toolbox_fission_inspector.js on multiple platforms. r=intermittent-reviewers,ahal DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D94683
-
Bogdan Tara authored
Backed out changeset d87480ebae7e (bug 1672003) for browser_preXULSkeletonUIRegistry failures CLOSED TREE
-
Chris H-C authored
Differential Revision: https://phabricator.services.mozilla.com/D94738
-
Connor Sheehan authored
Vendors the latest robustcheckout from version-control-tools, revision db4a0fb8baa9. Changes include adding a `--noupdate` flag, removing a compatibility version check that caused Mercurial version upgrades to unnecessarily fail, and making stream clones the default behaviour. Differential Revision: https://phabricator.services.mozilla.com/D94615
-
Sebastian Hengst authored
Bug 1673113 - set css/CSS2/text/text-transform-bicameral-001.xht also as fuzzy on Windows 7 opt. DONTBUILD CLOSED TREE
-
Edgar Chen authored
Bug 1665752 - Do not send IPC to request focus if the browsing context already has the focus; r=hsivonen Differential Revision: https://phabricator.services.mozilla.com/D94678
-
Jonathan Kew authored
Bug 1673098 - Ensure we use our implementation of the get_nominal_glyph callback when shaping a CFF font, so that hyphen fallbacks can take effect. r=lsalzman CLOSED TREE Differential Revision: https://phabricator.services.mozilla.com/D94681
-
- 24 Oct, 2020 1 commit
-
-
Nika Layzell authored
Differential Revision: https://phabricator.services.mozilla.com/D94598
-
- 26 Oct, 2020 6 commits
-
-
Chris H-C authored
We got the data we need to make a decision. (( This is a combined revert of the four commits that added the instrumentation )) Differential Revision: https://phabricator.services.mozilla.com/D94620
-
Fabien CASTERS authored
Bug 1672433 - Remove backward compatibility method getDescription from devtools/client/fronts/device.js r=jdescottes Differential Revision: https://phabricator.services.mozilla.com/D94731
-
Tim Huang authored
Bug 16706178 - Part 3: Add a web-platform test for the cors preflight partitioning. r=ckerschb,annevk Differential Revision: https://phabricator.services.mozilla.com/D93993
-
Tim Huang authored
Bug 16706178 - Part 2: Make the CORS preflight cache partitioned by the originAttributes. r=ckerschb,necko-reviewers We want to partition the CORS preflight cache by the network state partitioning. So, we have done two things in the patch. First, we make the CORS preflight cache to be aware of the OriginAttributes. Second, we use the originAttributes of the network state partitioning in the CORS preflight cache. As the result, the CORS preflight cache will be partitioned by the originAttributes.partitionKey as well as other originAttributes fields if present. Differential Revision: https://phabricator.services.mozilla.com/D93683
-
Tim Huang authored
Differential Revision: https://phabricator.services.mozilla.com/D93682
-
ffxbld authored
Differential Revision: https://phabricator.services.mozilla.com/D94734
-
- 23 Oct, 2020 1 commit
-
-
Doug Thayer authored
Differential Revision: https://phabricator.services.mozilla.com/D94111
-
- 26 Oct, 2020 5 commits
-
-
Sebastian Streich authored
Differential Revision: https://phabricator.services.mozilla.com/D94426
-
Frederik Braun authored
Differential Revision: https://phabricator.services.mozilla.com/D94704
-
Mihai Alexandru Michis authored
Backed out changeset b3557a86d1c3 (bug 1663571) for causing mda failures in webrtc/tests/mochitests/test_peerConnection/* CLOSED TREE
-
Mihai Alexandru Michis authored
Backed out 13 changesets (bug 1641595, bug 1671998, bug 1672770, bug 1641641, bug 1672697, bug 1672911, bug 1671996, bug 1671907, bug 1640662) for causing sm failures in splat-x64-ion-codegen.js CLOSED TREE Backed out changeset b5f6faabcb09 (bug 1641595) Backed out changeset 326887a2b839 (bug 1641595) Backed out changeset 2db3227f010f (bug 1672911) Backed out changeset 857eeed4ed64 (bug 1672770) Backed out changeset 388b419c10c6 (bug 1672697) Backed out changeset 3d7f502d9ead (bug 1671998) Backed out changeset 202d806bac14 (bug 1671996) Backed out changeset bda987b1c505 (bug 1640662) Backed out changeset 4e949bd393fa (bug 1640662) Backed out changeset 164c3fd55821 (bug 1640662) Backed out changeset 2026ca13fc92 (bug 1640662) Backed out changeset 2716ecaf485c (bug 1671907) Backed out changeset 92fe89072e8c (bug 1641641)
-
Mihai Alexandru Michis authored
CLOSED TREE
-