Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1504)

Issue 2500513002: Link stylesheets in shadow trees do not belong to document scope. (Closed)

Created:
4 years, 1 month ago by rune
Modified:
4 years, 1 month ago
Reviewers:
hayato, kochi
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2883
Project:
chromium
Visibility:
Public.

Description

Link stylesheets in shadow trees do not belong to document scope. We have incorrectly kept DCHECKs checking that stylesheets in shadow trees come from style elements. That is no longer true, and modifying link elements in shadow trees would trigger some of these DCHECKs. Also, we simply used Document as the TreeScope handling link elements. Always use the treeScope() from the associated node instead. Using the wrong TreeScope in these cases would cause missing updates of active stylesheets in ShadowTreeStyleSheetCollections for AnalyzedStyleUpdate. I have not been able to find a triggering test case for this. R=hayato@chromium.org,kochi@chromium.org BUG=661914 Review-Url: https://codereview.chromium.org/2472973002 Cr-Commit-Position: refs/heads/master@{#429877} (cherry picked from commit 7187fe2ac3d98d0219268914aeddf4eb03c5f42b) Committed: https://chromium.googlesource.com/chromium/src/+/0e5e70acdb5e1946af50c8565fdc9728529f84f1

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -18 lines) Patch
A third_party/WebKit/LayoutTests/shadow-dom/crashes/link-style-change-href-assert.html View 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/StyleEngine.cpp View 5 chunks +4 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
rune
4 years, 1 month ago (2016-11-11 15:02:21 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0e5e70acdb5e1946af50c8565fdc9728529f84f1.

Powered by Google App Engine
This is Rietveld 408576698