|
DevTools: Do not unbind stylesheets in multiframe documents
Stylesheets from top-level document appear as removed if the activeStyleSheetsUpdated() event
comes from an iframe and thus gets unbound. Multiple variations of this issue are possible,
so the originating document should be taken into account to filter the bound stylesheets.
BUG= 238589
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149874
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+191 lines, -234 lines) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking.css
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-iframe.html
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-import.css
|
View
|
1
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-import-1.css
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector/styles/resources/stylesheet-tracking-import-2.css
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/inspector/styles/stylesheet-tracking.html
|
View
|
1
2
|
8 chunks |
+76 lines, -9 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/inspector/styles/stylesheet-tracking-expected.txt
|
View
|
1
2
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/inspector/styles/resources/stylesheet-tracking.css
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/styles/stylesheet-tracking.html
|
View
|
1
|
1 chunk |
+0 lines, -179 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/styles/stylesheet-tracking-expected.txt
|
View
|
1
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorCSSAgent.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorCSSAgent.cpp
|
View
|
1
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorInstrumentation.cpp
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorInstrumentationInl.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|