|
Support indexed setter generation
If JS value is null and [TreatNullAs=functionName],
functionName(name/index) is called instead of normal setter.
Using the feature, following custom implementation has been removed.
- V8HTMLOptionsCollection::indexedPropertySetter
- V8HTMLSelectElement::indexedPropertySetter
- V8Storage::indexedPropertySetter
R=haraken@chromium.org
BUG= 229740
TEST=TestEventTarget.idl
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151449
Total comments: 3
Total comments: 7
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+174 lines, -62 lines) |
Patch |
 |
M |
Source/bindings/scripts/CodeGeneratorV8.pm
|
View
|
1
2
3
4
|
6 chunks |
+125 lines, -15 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/scripts/IDLAttributes.txt
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/idls/TestEventTarget.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/tests/results/V8TestEventTarget.cpp
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/custom/V8HTMLSelectElementCustom.cpp
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/custom/V8StorageCustom.cpp
|
View
|
1
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLOptionsCollection.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLOptionsCollection.cpp
|
View
|
1
2
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLOptionsCollection.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLSelectElement.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLSelectElement.cpp
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLSelectElement.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/storage/Storage.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/storage/Storage.cpp
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/storage/Storage.idl
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|