|
Sync CSS interfaces with the specs
Other than code movement, there are two changes to the generated code:
CSSImportRule.href and StyleSheet.type are made non-nullable, so
v8SetReturnValueString is used instead of v8SetReturnValueStringOrNull.
This doesn't matter, because these never return String() internally. If
they did, the return value would change from null to the empty string.
BUG= 460722
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193357
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+154 lines, -90 lines) |
Patch |
|
M |
Source/core/css/CSS.idl
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSFontFaceRule.idl
|
View
|
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSImportRule.idl
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSKeyframeRule.idl
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSKeyframesRule.idl
|
View
|
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSMediaRule.idl
|
View
|
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSPageRule.idl
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSRule.idl
|
View
|
|
2 chunks |
+22 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSRuleList.idl
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSStyleDeclaration.idl
|
View
|
|
1 chunk |
+22 lines, -14 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSStyleRule.idl
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSStyleSheet.idl
|
View
|
|
1 chunk |
+8 lines, -10 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSSupportsRule.idl
|
View
|
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSUnknownRule.idl
|
View
|
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSViewportRule.idl
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/MediaList.idl
|
View
|
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/css/MediaQueryList.idl
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/css/MediaQueryListEvent.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/StyleMedia.idl
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/css/StyleSheet.idl
|
View
|
|
1 chunk |
+11 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/css/StyleSheetList.idl
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/frame/Window.idl
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 6 (2 generated)
|