|
Implement Custom Elements inserted and removed callbacks.
This also fixes the order in which the ready callback is dispatched as
a result of parsing.
BUG= 247166
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+439 lines, -96 lines) |
Patch |
|
A |
LayoutTests/fast/dom/custom/callbacks-parsing.html
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/custom/callbacks-parsing-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/custom/callbacks-upgrade.html
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/custom/callbacks-upgrade-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/custom/inserted-callback.html
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/custom/inserted-callback-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/custom/lifecycle-ready-innerHTML.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/custom/lifecycle-ready-innerHTML-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/custom/lifecycle-ready-paste.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/custom/lifecycle-ready-paste-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/custom/ready-callback.html
|
View
|
|
1 chunk |
+28 lines, -24 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/dom/custom/ready-callback-expected.txt
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/custom/removed-callback.html
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/custom/removed-callback-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/custom/transfer-callbacks.html
|
View
|
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/fast/dom/custom/transfer-callbacks-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/CustomElementConstructorBuilder.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/CustomElementConstructorBuilder.cpp
|
View
|
|
2 chunks |
+14 lines, -7 lines |
1 comment
|
Download
|
|
M |
Source/bindings/v8/V8CustomElementCallback.h
|
View
|
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/V8CustomElementCallback.cpp
|
View
|
|
4 chunks |
+32 lines, -7 lines |
0 comments
|
Download
|
|
M |
Source/bindings/v8/V8HiddenPropertyName.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/CustomElementCallback.h
|
View
|
|
1 chunk |
+12 lines, -4 lines |
1 comment
|
Download
|
|
M |
Source/core/dom/CustomElementCallbackDispatcher.h
|
View
|
|
3 chunks |
+15 lines, -11 lines |
1 comment
|
Download
|
|
M |
Source/core/dom/CustomElementCallbackDispatcher.cpp
|
View
|
|
3 chunks |
+55 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/CustomElementRegistry.h
|
View
|
|
2 chunks |
+7 lines, -4 lines |
1 comment
|
Download
|
|
M |
Source/core/dom/CustomElementRegistry.cpp
|
View
|
|
5 chunks |
+25 lines, -7 lines |
1 comment
|
Download
|
|
M |
Source/core/dom/Document.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/Element.cpp
|
View
|
|
3 chunks |
+16 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/scripts/make_names.pl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|