|
Use fastGetAttribute in more places
We can use fastGetAttribute in more places, as long as it is not an SVG animatable or style property. The HTMLTableSectionElement getAttributes don't have to be replaced since the code is not needed anymore, HTMLTableSectionElement.idl uses Reflect for these getters/setters.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167114
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+18 lines, -69 lines) |
Patch |
|
M |
Source/core/dom/Element.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/ShadowTreeStyleSheetCollection.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/StyleSheetCandidate.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLElement.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLHtmlElement.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLImageElement.cpp
|
View
|
1
2
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLInputElement.cpp
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableCellElement.cpp
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableSectionElement.h
|
View
|
1
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableSectionElement.cpp
|
View
|
1
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|