mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
b65bd4baaf
Automatic update from web-platform-tests Revert "Dispatch close event when MessagePort is disentangled" This reverts commit 6a74d3d8049e1744b862757a73f90f3d7a5e08b0. Reason for revert: The tests newly added by the original CL are failing on chrome_wpt_tests on the Linux Tests bot: https://ci.chromium.org/ui/p/chromium/builders/ci/Linux%20Tests/138259/overview Original change's description: > Dispatch close event when MessagePort is disentangled > > We want to dispatch a close event when an entangled MessagePort is disconnected. > Given a pair of entangled ports, port1 and port2, if port2 is closed at any point, > a port1’s error handler is run. > So we can change an error handler to dispatch a close event. > > The tests of close event are as follows: > 1) port was explicitly closed. > 2) owning document was destroyed. > 3) owning document crashed. > 4) port was garbage collected. > > Design Doc:https://docs.google.com/document/d/1lXZU2Pk2ycitqj8aL9kxT2aauwXqpA0vJDUalkXA29Y > Explainer:https://github.com/fergald/explainer-messageport-close > HTML spec PR:https://github.com/whatwg/html/pull/9933 > > Bug: 1495616 > Change-Id: I99f9f5a0d7cc63f0916da316ec666ba793215019 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5003089 > Reviewed-by: Jeremy Roman <jbroman@chromium.org> > Commit-Queue: Nonoka Muraki <murakinonoka@chromium.org> > Reviewed-by: Ming-Ying Chung <mych@chromium.org> > Cr-Commit-Position: refs/heads/main@{#1231743} Bug: 1495616 Change-Id: Ib697597d6ab70a9a7bfc41a67dfc647698024a64 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5075742 Reviewed-by: Ming-Ying Chung <mych@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Owners-Override: Hiroki Nakagawa <nhiroki@chromium.org> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1231780} -- wpt-commits: 5d1c45f9f81c37c45e7acc351348cd6e9879597f wpt-pr: 43465 |
||
---|---|---|
.cargo | ||
.github/workflows | ||
.vscode | ||
accessible | ||
browser | ||
build | ||
caps | ||
chrome | ||
config | ||
devtools | ||
docs | ||
docshell | ||
dom | ||
editor | ||
extensions | ||
gfx | ||
gradle/wrapper | ||
hal | ||
image | ||
intl | ||
ipc | ||
js | ||
layout | ||
media | ||
memory | ||
mfbt | ||
mobile | ||
modules | ||
mozglue | ||
netwerk | ||
nsprpub | ||
other-licenses | ||
parser | ||
python | ||
remote | ||
security | ||
services | ||
servo | ||
startupcache | ||
storage | ||
supply-chain | ||
taskcluster | ||
testing | ||
third_party | ||
toolkit | ||
tools | ||
uriloader | ||
view | ||
widget | ||
xpcom | ||
xpfe/appshell | ||
.arcconfig | ||
.babel-eslint.rc.js | ||
.clang-format | ||
.clang-format-ignore | ||
.cron.yml | ||
.eslintignore | ||
.eslintrc-test-paths.js | ||
.eslintrc.js | ||
.git-blame-ignore-revs | ||
.gitattributes | ||
.gitignore | ||
.hg-annotate-ignore-revs | ||
.hg-format-source | ||
.hgignore | ||
.hgtags | ||
.lando.ini | ||
.lldbinit | ||
.mailmap | ||
.prettierignore | ||
.prettierrc.js | ||
.stylelintignore | ||
.stylelintrc.js | ||
.taskcluster.yml | ||
.trackerignore | ||
.yamllint | ||
.ycm_extra_conf.py | ||
aclocal.m4 | ||
AUTHORS | ||
build.gradle | ||
Cargo.lock | ||
Cargo.toml | ||
client.mk | ||
client.py | ||
CLOBBER | ||
configure | ||
configure.py | ||
GNUmakefile | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
mach | ||
mach.cmd | ||
mach.ps1 | ||
Makefile.in | ||
mots.yaml | ||
moz.build | ||
moz.configure | ||
mozilla-config.h.in | ||
old-configure.in | ||
package-lock.json | ||
package.json | ||
pyproject.toml | ||
README.txt | ||
settings.gradle | ||
substitute-local-geckoview.gradle | ||
test.mozbuild |
An explanation of the Firefox Source Code Directory Structure and links to project pages with documentation can be found at: https://firefox-source-docs.mozilla.org/contributing/directory_structure.html For information on how to build Firefox from the source code and create the patch see: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html If you have a question about developing Firefox, and can't find the solution on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel. Nightly development builds can be downloaded from: https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/ - or - https://www.mozilla.org/firefox/channel/desktop/#nightly Keep in mind that nightly builds, which are used by Firefox developers for testing, may be buggy.