|
Oilpan: Prepare to move FormAssociatedElement to Oilpan heap, part 1.
FormAssociatedElement should be GarbageCollectedMixin, and this CL replaces
existing RefPtr<FormAssociatedElement> with Oilpan transition types.
This CL doesn't handle existing FormAssociatedElement raw pointers. The next CL
will handle them.
This CL moves ValidityState to Oilpan heap because ValidityState depends on
FormAssociatedElement::ref() and deref().
BUG= 357163
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173634
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+66 lines, -15 lines) |
Patch |
 |
M |
Source/core/html/FormAssociatedElement.h
|
View
|
|
4 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/FormAssociatedElement.cpp
|
View
|
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormControlElement.h
|
View
|
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormControlElement.cpp
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormElement.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLFormElement.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLObjectElement.h
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLObjectElement.cpp
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/ValidityState.h
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/ValidityState.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|