[Gecko Bug 1433417] Fix a bunch of typo in the doc#139
Open
jgraham wants to merge 46 commits into
Open
Conversation
bugzilla-url: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1430622 gecko-commit: 2ea467872d7fcd3dbb31fcf881e4147b6dd6bebe gecko-integration-branch: autoland gecko-reviewers: xidorn, mats
bugzilla-url: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1303025 gecko-commit: 62f5c4a3682381134b607d359824b7605ec15156 gecko-integration-branch: autoland gecko-reviewers: bkelly
This is a partial revert of servo/servo@ce1d8cd If you're in a shadow tree, you may not be slotted but you still need to look at the slotted rules, since a <slot> could be a descendant of yours. Just use the same invalidation map everywhere, and remove complexity. This means that we can do some extra work while trying to gather invalidation if there are slotted rules, but I don't think it's a problem. The test is ported from https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/fast/css/invalidation/slotted.html?l=1&rcl=58d68fdf783d7edde1c82a642e037464861f2787 Curiously, Blink fails the test as written, presumably because they don't flush styles from getComputedStyle correctly (in their test they do via updateStyleAndReturnAffectedElementCount), due to <slot>s not being in the flat tree in their implementation. bugzilla-url: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1429846 gecko-commit: bec4537b2efd4f8381c5f398c71bc0f09d4da981 gecko-integration-branch: central gecko-reviewers: heycam
bugzilla-url: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1425458 gecko-commit: b96d58fd945ced9050f9b4602b9dfdf857d0954c gecko-integration-branch: mozilla-inbound gecko-reviewers: smaug
Behavior change: Certain unpaired high surrogates will result in the text being considered RTL where that wasn't the case before. bugzilla-url: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1428774 gecko-commit: 1e903401fe835f02ccfefef39ffc2706d5a8c032 gecko-integration-branch: autoland gecko-reviewers: jfkthame
bugzilla-url: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1431814 gecko-commit: 4fe6b13848c8a9ab5897a5d9958e16d1eb83edd9 gecko-integration-branch: mozilla-inbound gecko-reviewers: asuth
bugzilla-url: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1433417 gecko-commit: 4f1a5068af92d329781d4805519a0904c45d0e67 gecko-integration-branch: central gecko-reviewers: ahal
jgraham
pushed a commit
that referenced
this pull request
Apr 25, 2018
2d7b73c3ac Merge pull request #147 from hiroshige-g/iframe 0f74d91dac Merge pull request #144 from google/mintotal de2aff455f Merge pull request web-platform-tests#148 from google/noteupdate 7e824d9b1c Add a note about NaN on the stddev column e738dec947 Remove code for mintotal from xhr_benchmark.html and fetch_benchmark.html 4f10526e90 Use iframe for Chromium performance tests to remove --disable-web-security fe816aa381 Merge pull request #146 from ricea/non-integer-multipliers ed8233f0a4 Update fetch_benchmark and xhr_benchmark also. b692883ca1 Support non-integer multpliers in benchmark. 9882bb1749 PEP-8/0257 cleanup 09d842794c Merge pull request #140 from hiroshige-g/license a79008b69d Merge pull request #141 from hiroshige-g/readme 78e3bdc27a Update README.md to short description + redirect to Wiki. 8d3d6e65e2 Update README.md to redirect to Wiki. c00ffdaa59 Place LICENSE and CONTRIBUTING at the root directory 76b3a63919 Merge pull request #139 from hiroshige-g/mv 5e3cd59ecc Move files from /src/ to /. Fixes #138. c4c4c51a18 ../finishGoogleCodeGitHubWikiMigration/finishGoogleCodeGitHubWikiMigration: Moved ProjectHome.md from wiki branch to README.md in master branch. 5137aa5c14 Remove draft8 option from PerMessageDeflateExtensionProcessor 51ca310274 [benchmark] Add Fetch API performance tests. ff93bef712 [benchmark] Add config for HTTP method and cache control config 588d504845 Remove permessage-compress extension support 286b871b1c Update expectation for permessage-deflate compression result for empty payload 6aa4ebb863 Add comments about Stream.close_connection()'s behavior d51867c2de Call notifyAbort when error occurs 20b418b053 [benchmark] Check and warn if proxy is enabled f0236e143c [xhr_event_logger] Show timestamps of events e650db3f91 [benchmark] Do not call measureValue in warm-up iterations git-subtree-dir: tools/pywebsocket git-subtree-split: 2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2
d955567 to
c33d9e2
Compare
efa3035 to
e30043c
Compare
84a5e70 to
aac8664
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bugzilla-url: https://bugzilla-dev.allizom.org/show_bug.cgi?id=1433417
gecko-commit: 4f1a5068af92d329781d4805519a0904c45d0e67
gecko-integration-branch: central
gecko-reviewers: ahal