https://github.com/web-platform-tests/wpt
Revision 736f2bef4c6150b8584798121663db838b573320 authored by Emilio Cobos Álvarez on 04 April 2018, 18:00:47 UTC, committed by moz-wptsync-bot on 04 April 2018, 18:00:47 UTC
The dirty bit fiddling is nontrivial, but it's pretty much what we do for
invalidation and allows to keep this incrementally easily.

The only caller that we cared about for the GetFlattenedTreeParent check in
DestroyFramesForAndRestyle was the old ShadowRoot invalidation functions that
went away.
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1435632
gecko-commit: 284b9d43b1135581e88a14c2b135b63cc4720fd1
gecko-integration-branch: central
gecko-reviewers: smaug, xidorn
1 parent 7c51ebb
Raw File
Tip revision: 736f2bef4c6150b8584798121663db838b573320 authored by Emilio Cobos Álvarez on 04 April 2018, 18:00:47 UTC
Fix the logic to do layout stuff after reassigning a slot.
Tip revision: 736f2be
.gitignore
# Python
*.py[co]
.virtualenv/
_venv/
.cache/
.pytest_cache/
.tox/

# Node
node_modules/

# WPT repo stuff
/MANIFEST.json

testharness_runner.html
!/testharness_runner.html
!/tools/wptrunner/wptrunner/testharness_runner.html

_certs
config.json

# Various OS/editor specific files
*#
*.sw[po]
*~
\#*
scratch
.idea/
.vscode/
.DS_Store
*.rej
back to top