|
Support for CSSOM CSSNamespaceRule interface
Support for CSSOM CSSNamespaceRule interface
Spec:http://drafts.csswg.org/cssom/#the-cssnamespacerule-interface
Changes include
1) Exposing CSSNamespaceRule interface
2) Reflecting namespace rules in stylesheet rule list
BUG= 389549
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201884
Total comments: 14
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+311 lines, -19 lines) |
Patch |
|
M |
LayoutTests/css3/supports-cssom.html
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/css3/supports-cssom-expected.txt
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/cssom/insertrule-namespace-mapping.html
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A |
LayoutTests/fast/css/css-namespace-rule.html
|
View
|
1
2
3
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/css/css-namespace-rule-expected.txt
|
View
|
1
2
3
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/css/namespaces/insert-namespace-with-same-prefix.xhtml
|
View
|
1
2
3
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/css-mediarule-functions.html
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/css-mediarule-functions-expected.txt
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/platform/android/virtual/stable/webexposed/global-interface-listing-expected.txt
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/platform/android/webexposed/global-interface-listing-expected.txt
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
1
2
3
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSGroupingRule.cpp
|
View
|
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
|
A |
Source/core/css/CSSNamespaceRule.h
|
View
|
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
A |
Source/core/css/CSSNamespaceRule.cpp
|
View
|
1
2
3
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
A |
Source/core/css/CSSNamespaceRule.idl
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSRule.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSRule.idl
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSStyleSheet.cpp
|
View
|
1
2
|
3 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/css/StyleRule.cpp
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/StyleSheetContents.h
|
View
|
1
2
3
|
4 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/StyleSheetContents.cpp
|
View
|
1
2
3
|
7 chunks |
+48 lines, -4 lines |
0 comments
|
Download
|
Total messages: 13 (2 generated)
|