|
Rename WebNodeCollection to WebElementCollection for clarity
Rename WebNodeCollection to WebElementCollection for clarity. WebElementCollection
is a wrapper around HTMLCollection which is a collection of Elements, not mere
Nodes. The WebElementCollection methods have already been updated to return
WebElements instead of WebNodes in r166411.
WebNodeCollection is kept for now as a typedef to WebElementCollection until the
users on Chromium side are updated.
R=tkent, adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166500
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+46 lines, -170 lines) |
Patch |
|
M |
Source/web/WebDocument.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
Source/web/WebElementCollection.cpp
|
View
|
|
6 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/web/WebInputElement.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/web/WebNode.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
D |
Source/web/WebNodeCollection.cpp
|
View
|
|
1 chunk |
+0 lines, -88 lines |
0 comments
|
Download
|
|
M |
Source/web/WebNodeList.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/web/web.gypi
|
View
|
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
public/web/WebDocument.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A + |
public/web/WebElementCollection.h
|
View
|
|
4 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
|
M |
public/web/WebInputElement.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
public/web/WebNode.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
public/web/WebNodeCollection.h
|
View
|
|
1 chunk |
+2 lines, -40 lines |
0 comments
|
Download
|
|
M |
public/web/WebNodeList.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|