|
|
Remove ScriptState from NodeIterator, NodeFilter, NodeFilterCondition and TreeWalker
I'm deprecating ScriptState. This CL removes ScriptState from NodeIterator, NodeFilter, NodeFilterCondition and TreeWalker. What they really need is just ExceptionState, so this CL replaces ScriptState with ExceptionState.
BUG= 357144
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170871
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+86 lines, -85 lines) |
Patch |
 |
M |
Source/bindings/v8/V8NodeFilterCondition.h
|
View
|
1
|
4 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/V8NodeFilterCondition.cpp
|
View
|
1
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeFilter.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeFilter.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeFilter.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeFilterCondition.h
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeFilterCondition.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeIterator.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeIterator.cpp
|
View
|
|
5 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeIterator.idl
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeIteratorBase.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/NodeIteratorBase.cpp
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/TreeWalker.h
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/TreeWalker.cpp
|
View
|
|
10 chunks |
+31 lines, -32 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/TreeWalker.idl
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|