|
Rename DOMPath IDL interface to Path to match the specification
Rename DOMPath IDL interface to Path to match its name on JS side and use
[ImplementedAs=DOMPath] extended attribute instead.
This is an initial step towards removing [InterfaceName] extended attribute
and consistently use [ImplementedAs] instead.
This patch also adds a IDL test for this as [ImplementedAs] was not usable
on interfaces before, only attributes and operations.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150154
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+632 lines, -401 lines) |
Patch |
|
M |
Source/bindings/scripts/CodeGeneratorV8.pm
|
View
|
|
135 chunks |
+278 lines, -241 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/idls/TestCallback.idl
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A |
Source/bindings/tests/idls/TestInterfaceImplementedAs.idl
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/idls/TestObj.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8Float64Array.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestActiveDOMObject.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestCallback.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestCallback.cpp
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestCustomNamedGetter.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestEventConstructor.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestEventTarget.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestException.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestInterface.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A + |
Source/bindings/tests/results/V8TestInterfaceImplementedAs.h
|
View
|
|
7 chunks |
+23 lines, -25 lines |
0 comments
|
Download
|
|
A |
Source/bindings/tests/results/V8TestInterfaceImplementedAs.cpp
|
View
|
|
1 chunk |
+257 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestMediaQueryListListener.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestNode.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestObj.cpp
|
View
|
|
7 chunks |
+10 lines, -21 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestOverloadedConstructors.cpp
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/bindings/tests/results/V8TestTypedefs.cpp
|
View
|
|
4 chunks |
+7 lines, -26 lines |
0 comments
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/canvas/CanvasRenderingContext2D.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
Source/core/html/canvas/DOMPath.idl
|
View
|
|
1 chunk |
+0 lines, -70 lines |
0 comments
|
Download
|
|
A + |
Source/core/html/canvas/Path.idl
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|