|
Change [ConstructorCallWith={Document => ExecutionContext}]
Drop support for [ConstructorCallWith=Document] from the IDL code
generator.
[ConstructorCallWith=ExecutionContext] provides equivalent functionality;
the implementation can simply extract the document from the execution
context using
toDocument(executionContext)
instead if it needs to.
BUG=
Total comments: 8
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Stats (+76 lines, -76 lines) |
 |
M |
Source/bindings/IDLExtendedAttributes.txt
|
View
|
1 chunk |
+1 line, -3 lines |
0 comments
|
 |
M |
Source/bindings/scripts/v8_interface.py
|
View
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
 |
M |
Source/bindings/scripts/v8_utilities.py
|
View
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
 |
M |
Source/bindings/templates/methods.cpp
|
View
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
 |
M |
Source/bindings/tests/idls/TestInterfaceConstructor.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/bindings/tests/idls/TestInterfaceEventTarget.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/bindings/tests/results/V8TestInterfaceConstructor.cpp
|
View
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
 |
M |
Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp
|
View
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
 |
M |
Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
View
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
 |
M |
Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
View
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
 |
M |
Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp
|
View
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
 |
M |
Source/core/dom/Comment.h
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/dom/Comment.cpp
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
 |
M |
Source/core/dom/Comment.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/dom/Document.h
|
View
|
1 chunk |
+2 lines, -0 lines |
4 comments
|
 |
M |
Source/core/dom/DocumentFragment.h
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/dom/DocumentFragment.cpp
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
 |
M |
Source/core/dom/DocumentFragment.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/dom/Range.h
|
View
|
1 chunk |
+3 lines, -3 lines |
1 comment
|
 |
M |
Source/core/dom/Range.cpp
|
View
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
 |
M |
Source/core/dom/Range.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/dom/Text.h
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
 |
M |
Source/core/dom/Text.cpp
|
View
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
 |
M |
Source/core/dom/Text.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/html/HTMLAudioElement.h
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/html/HTMLAudioElement.cpp
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
 |
M |
Source/core/html/HTMLAudioElement.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/html/HTMLImageElement.h
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/html/HTMLImageElement.cpp
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
 |
M |
Source/core/html/HTMLImageElement.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/html/HTMLOptionElement.h
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/html/HTMLOptionElement.cpp
|
View
|
1 chunk |
+2 lines, -1 line |
0 comments
|
 |
M |
Source/core/html/HTMLOptionElement.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/core/html/track/InbandTextTrack.cpp
|
View
|
1 chunk |
+1 line, -0 lines |
0 comments
|
 |
M |
Source/core/html/track/vtt/VTTCue.h
|
View
|
1 chunk |
+1 line, -4 lines |
0 comments
|
 |
M |
Source/core/html/track/vtt/VTTCue.cpp
|
View
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
 |
M |
Source/core/html/track/vtt/VTTCue.idl
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/modules/webaudio/AudioContext.h
|
View
|
1 chunk |
+1 line, -1 line |
0 comments
|
 |
M |
Source/modules/webaudio/AudioContext.cpp
|
View
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
 |
M |
Source/modules/webaudio/AudioContext.idl
|
View
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Total messages: 25 (0 generated)
|