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
Перейти к файлу
Chris Harrelson 406beb86e9 Bug 1598457 [wpt PR 20374] - [IntersectionObserver] Check containing block chain for stop node, a=testonly
Automatic update from web-platform-tests
[IntersectionObserver] Check containing block chain for stop node

When doing a hit test to measure occlusion, the code previously
assumed that the hit test logic would always prevent descending into
the subtree of the stop node. That's not the case when parent and
child positioned objects are in the same stacking context and the
parent positioned object is the stop node. In that case the subtree
of the child positioned object will be traversed before the parent
positioned object.

When a hit is identified, we need to explicitly check whether it's a
containing block descendant of the stop node; and if so, reject the
hit.

NOTE: this is a clone of
https://chromium-review.googlesource.com/c/chromium/src/+/1914537
that I'm committing on behalf of szager@

BUG=1020784

Change-Id: Ic9270d7b6491be1b3364131fb20cd120fbb6d272
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929643
Reviewed-by: Stefan Zager <szager@chromium.org>
Commit-Queue: Chris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#717879}

--

wpt-commits: dff3a6865c67b469be3b9bc1f4b318554008931b
wpt-pr: 20374
2019-11-29 10:57:27 +00:00
.cargo Bug 1596069 - Update neqo to version 0.1.6 r=agrover 2019-11-17 03:30:04 +00:00
.vscode Bug 1594520 - Change directory before running mach in .vscode/tasks.json on Windows. r=jya 2019-11-14 10:35:12 +00:00
accessible Bug 1572595: Make ARIA 1.0 combo boxes reachable with Talkback. r=MarcoZ 2019-11-29 10:11:28 +00:00
browser Bug 1598571 - Make MozParams be able to be updated dynamically, without needing a reinitialisation of the cache nor a reload. r=mikedeboer 2019-11-29 09:00:35 +00:00
build Bug 1600033 - for clang-tidy force the output diagnostic as warnings from errors.r=sylvestre 2019-11-28 21:15:01 +00:00
caps Backed out changeset 68ff34ec8e96 (bug 1597704) for causing perma bc3 failures in browser/extensions/formautofill/test/browser/browser_autocomplete_footer.js CLOSED TREE 2019-11-28 16:12:45 +02:00
chrome Bug 1597822 - Hook up intl.l10n.pseudo in DOM/chrome. r=jfkthame 2019-11-26 16:41:55 +00:00
config Bug 1599648 - Add a py3_action build action r=firefox-build-system-reviewers,mshal 2019-11-27 23:38:49 +00:00
devtools Bug 1600230 - Allow running mocha tests on Windows. r=Honza. 2019-11-29 10:43:08 +00:00
docshell Bug 1423959 - Cleanup browser_loadURI.js and re-enable it on all platforms, r=kmag 2019-11-28 16:13:26 +00:00
dom Bug 1596395 - Avoid copying of tokenizer token sub-strings. r=dom-workers-and-storage-reviewers,edenchuang 2019-11-29 10:40:55 +00:00
editor Bug 1599843 - nsCommandManager::CommandStatusChanged is infallible. r=masayuki 2019-11-28 02:22:29 +00:00
extensions Bug 1597931 - Add libFuzzer instrumentation to extensions/auth/. r=mayhemer 2019-11-22 14:46:17 +00:00
gfx Bug 1596086 - Add a reftest. r=gw 2019-11-28 16:22:01 +00:00
gradle/wrapper Bug 1595926 - Don't use distribution256Sum until Android Studio is fixed. r=snorp 2019-11-14 17:04:32 +00:00
hal Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
image Bug 1600184. Test multipart images that aren't loaded at the toplevel. 2019-11-28 23:09:19 +00:00
intl Bug 1597822 - Hook up intl.l10n.pseudo in DOM/chrome. r=jfkthame 2019-11-26 16:41:55 +00:00
ipc Bug 1595578 - Don't release the AutoIPCStream immediately when called from IPDLParamTraits, since we need it to outlive the message currently being serialized. r=baku,kmag 2019-11-28 19:50:43 +00:00
js Bug 1599931 - Fix stack depth for the block created in createEmptyBlockForTest. r=tcampbell 2019-11-29 10:49:20 +00:00
layout Bug 1597642 - Have scale function and scale property accept percentage value. r=emilio 2019-11-29 04:40:03 +00:00
media Bug 1588233 - P3: Update soundtouch to version 2.1.2. r=padenot 2019-11-26 00:42:19 +00:00
memory Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
mfbt Bug 1590907 - Use a static assert in HashTable that doesn't depend on configure. r=sfink 2019-11-25 21:55:56 +00:00
mobile Bug 1572595: Make ARIA 1.0 combo boxes reachable with Talkback. r=MarcoZ 2019-11-29 10:11:28 +00:00
modules Bug 1594449 - <link rel="preload"> implemented as a speculative load initiated during the prescan phase in the HTML5 parser, disabled by default, only supports "script" and "styles" types, r=ckerschb 2019-11-27 21:45:12 +00:00
mozglue Bug 1598531 - Output Base Profiler logging to stderr, so it is correctly sync'd with MOZ_LOG - r=gregtatum 2019-11-26 23:01:25 +00:00
netwerk Bug 1595692 - Handle missing base64 challenge in NegotiateAuth. r=mayhemer 2019-11-22 21:17:10 +00:00
nsprpub Bug 1591887 - NSPR_4_24_BETA1. r=jcj 2019-10-28 18:35:18 +00:00
other-licenses Bug 1578489 - New Windows installer icon. r=agashlin 2019-09-23 22:00:43 +00:00
parser Bug 1594449 - <link rel="preload"> implemented as a speculative load initiated during the prescan phase in the HTML5 parser, disabled by default, only supports "script" and "styles" types, r=ckerschb 2019-11-27 21:45:12 +00:00
python Bug 1599303 - Migrate bookmark panel to Fluent. r=fluent-reviewers,Gijs 2019-11-29 07:18:04 +00:00
remote bug 1600081: remote: correct build instructions for startup r=remote-protocol-reviewers,whimboo 2019-11-28 19:42:58 +00:00
security Bug 1597956 - Add telemetry for session resumption time r=keeler 2019-11-27 11:04:27 +00:00
services Bug 1598971 - codespell: Fix typos in the doc r=remote-protocol-reviewers,marionette-reviewers,webdriver-reviewers,ato 2019-11-25 10:06:12 +00:00
servo Bug 1597642 - Have scale function and scale property accept percentage value. r=emilio 2019-11-29 04:40:03 +00:00
startupcache Bug 1587112 - Make asserts in StartupCache::LoadArchive explicit r=njn 2019-10-22 03:15:18 +00:00
storage Bug 1576593 - P2 - Change the way for tunneling quota information to SQLite; r=janv 2019-10-25 12:02:10 +00:00
taskcluster Bug 1598055 - Part 1: modest streamlining of the Ubuntu 18.04 docker image r=jmaher 2019-11-28 21:52:06 +00:00
testing Bug 1598457 [wpt PR 20374] - [IntersectionObserver] Check containing block chain for stop node, a=testonly 2019-11-29 10:57:27 +00:00
third_party Bug 1599532 - Update unic-langid-impl to 0.7.2 r=emilio 2019-11-27 10:24:41 +00:00
toolkit Bug 1598571 - Cache MozParam preferences rather than obtaining them from the pref service for each search. r=mikedeboer 2019-11-29 09:00:43 +00:00
tools Bug 1598013 - Add link to Artifcat build r=sylvestre 2019-11-28 18:09:56 +00:00
uriloader Bug 1496380 - implement IsCurrentAppOSDefaultForProtocol on Windows, r=emk 2019-11-26 17:59:15 +00:00
view Bug 1586986 - Deliver 'fixed-bottom' offset to the top of the pres context on the foreground tab. r=geckoview-reviewers,tnikkel,snorp 2019-11-21 21:15:46 +00:00
widget Bug 1600029 - Avoid assigned string length as character in IMContextWrapper::Selection::Assign. r=masayuki 2019-11-28 15:46:17 +00:00
xpcom No bug - Fixup a comment in nsMemoryImpl. 2019-11-27 22:06:46 +00:00
xpfe/appshell Bug 1588484 - Disable Advanced Layers for now when using fission for the window. r=kmag 2019-11-24 20:59:07 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1594182 - Move wgpu stuff under gfx/wgpu r=jgilbert,remote-protocol-reviewers 2019-11-15 00:29:53 +00:00
.cron.yml Bug 1598436 - add nightly bouncer checks to cron, r=aki 2019-11-26 04:01:49 +00:00
.eslintignore Bug 1588223 - Use many domains in iframes for tabswitch test r=stephendonner,perftest-reviewers,rwood 2019-11-25 18:31:36 +00:00
.eslintrc.js Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
.flake8 Bug 1583197. Rename 'cold' conditioned profile to 'settled'. r=tarek 2019-11-26 09:06:32 +00:00
.gdbinit
.gdbinit_python Bug 1564314 - Move gdbpp back to python/. r=nalexander 2019-07-11 02:39:31 +00:00
.git-blame-ignore-revs Bug 1572125 - Update .hg-annotate-ignore-revs and .git-blame-ignore-revs to ignore devtools/client/responsive reformatting using Prettier (Bug 1569574) in blame/annotate. r=vporof 2019-08-12 17:27:22 +00:00
.gitattributes Bug 770286: Prevent git LF-to-CRLF autoconversion r=glandium 2019-07-06 02:36:03 +00:00
.gitignore Bug 1588223 - Use many domains in iframes for tabswitch test r=stephendonner,perftest-reviewers,rwood 2019-11-25 18:31:36 +00:00
.hg-annotate-ignore-revs Bug 1572125 - Update .hg-annotate-ignore-revs and .git-blame-ignore-revs to ignore devtools/client/responsive reformatting using Prettier (Bug 1569574) in blame/annotate. r=vporof 2019-08-12 17:27:22 +00:00
.hg-format-source
.hgignore Bug 1588223 - Use many domains in iframes for tabswitch test r=stephendonner,perftest-reviewers,rwood 2019-11-25 18:31:36 +00:00
.hgtags No bug - Tagging mozilla-central d42c22627c8dee9e9286fd5d7bbc3d02afbfad44 with FIREFOX_NIGHTLY_71_END a=release DONTBUILD CLOSED TREE 2019-10-21 17:57:42 +00:00
.lldbinit
.mailmap
.prettierignore Bug 1572332 - Move non-debugger devtools prefs into all.js and firefox.js. r=jdescottes 2019-08-26 01:44:59 +00:00
.prettierrc Bug 1578564 - Workaround a prettier warning so that we can run it on html/xhtml files. r=vporof 2019-09-04 06:59:03 +00:00
.taskcluster.yml Bug 1589706: [firefox-ci] Use AWS Provider-based decision worker; r=Callek 2019-10-24 00:54:12 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1583269 - Part 5: Updating ICU requires a clobber. r=jwalden 2019-10-19 01:40:06 +00:00
Cargo.lock Bug 1599532 - Update unic-langid-impl to 0.7.2 r=emilio 2019-11-27 10:24:41 +00:00
Cargo.toml Bug 1594182 - Move wgpu stuff under gfx/wgpu r=jgilbert,remote-protocol-reviewers 2019-11-15 00:29:53 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1540276: Migrate authenticode signing to autograph r=Callek,mshal 2019-09-30 13:57:32 +00:00
README.txt
aclocal.m4
build.gradle Bug 1580356 - Remove Fennec (Firefox for Android). r=snorp,mshal 2019-10-04 20:55:11 +00:00
client.mk
client.py Bug 1559975 - fix python2 and python3 linter errors for client.py r=ahal 2019-09-11 21:06:34 +00:00
configure.in
configure.py Bug 1593948 - Touch clobber in configure.py instead of clobber.py; r=firefox-build-system-reviewers,chmanchester 2019-11-19 21:49:13 +00:00
gradle.properties Bug 1577814 - Increase Gradle heap size. r=nalexander 2019-08-30 17:13:46 +00:00
gradlew
gradlew.bat
mach Bug 1598839 - run mach environment with python3 r=ahal 2019-11-25 18:27:28 +00:00
moz.build Bug 1591538 - Don't include taskcluster stuff in SM tarball; r=sfink 2019-11-18 08:47:00 +00:00
moz.configure Bug 1594867 - Add moz.build/backend bits to specify files that should be built as a sandboxed wasm library r=firefox-build-system-reviewers,mshal 2019-11-27 20:11:59 +00:00
mozilla-config.h.in
old-configure.in Bug 1580234 - Disable the custom linker when mozjemalloc is disabled. r=froydnj 2019-11-22 01:04:20 +00:00
package-lock.json Bug 1540982 - Upgrade to ESLint 6.2.2 and switch to ECMA version 11 (BigInt support, Dynamic imports). r=mossop 2019-08-27 14:51:29 +00:00
package.json Bug 1540982 - Upgrade to ESLint 6.2.2 and switch to ECMA version 11 (BigInt support, Dynamic imports). r=mossop 2019-08-27 14:51:29 +00:00
settings.gradle Bug 1598010 - Move examples into mozilla-central r=agi 2019-11-22 13:30:57 +00:00
substitute-local-geckoview.gradle Bug 1533465 - Add Gradle script for substituting local GeckoView into downstream consumers. r=sebastian 2019-08-15 21:18:24 +00:00
test.mozbuild

README.txt

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

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 Mozilla developers for
testing, may be buggy.