Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Issue 271533009: Oilpan: Prepare to move FormAssociatedElement to Oilpan heap, part 1. (Closed)

Created:
6 years, 7 months ago by tkent
Modified:
6 years, 7 months ago
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org, arv+blink, Inactive, watchdog-blink-watchlist_google.com
Visibility:
Public.

Description

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

Patch Set 1 : #

Total comments: 4

Patch Set 2 : remove using #

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

Messages

Total messages: 13 (0 generated)
tkent
Please review this.
6 years, 7 months ago (2014-05-08 06:47:35 UTC) #1
haraken
LGTM https://codereview.chromium.org/271533009/diff/20001/Source/core/html/HTMLObjectElement.h File Source/core/html/HTMLObjectElement.h (right): https://codereview.chromium.org/271533009/diff/20001/Source/core/html/HTMLObjectElement.h#newcode39 Source/core/html/HTMLObjectElement.h:39: using HTMLPlugInElement::trace; Do you need this? I wonder ...
6 years, 7 months ago (2014-05-08 07:24:45 UTC) #2
Mads Ager (chromium)
LGTM2
6 years, 7 months ago (2014-05-08 07:36:23 UTC) #3
zerny-chromium
lgtm with a nit https://codereview.chromium.org/271533009/diff/20001/Source/core/html/ValidityState.h File Source/core/html/ValidityState.h (right): https://codereview.chromium.org/271533009/diff/20001/Source/core/html/ValidityState.h#newcode33 Source/core/html/ValidityState.h:33: class ValidityState : public NoBaseWillBeGarbageCollectedFinalized<ValidityState>, ...
6 years, 7 months ago (2014-05-08 07:48:24 UTC) #4
haraken
https://codereview.chromium.org/271533009/diff/20001/Source/core/html/ValidityState.h File Source/core/html/ValidityState.h (right): https://codereview.chromium.org/271533009/diff/20001/Source/core/html/ValidityState.h#newcode33 Source/core/html/ValidityState.h:33: class ValidityState : public NoBaseWillBeGarbageCollectedFinalized<ValidityState>, public ScriptWrappable { On ...
6 years, 7 months ago (2014-05-08 08:00:33 UTC) #5
tkent
https://codereview.chromium.org/271533009/diff/20001/Source/core/html/HTMLObjectElement.h File Source/core/html/HTMLObjectElement.h (right): https://codereview.chromium.org/271533009/diff/20001/Source/core/html/HTMLObjectElement.h#newcode39 Source/core/html/HTMLObjectElement.h:39: using HTMLPlugInElement::trace; On 2014/05/08 07:24:45, haraken wrote: > > ...
6 years, 7 months ago (2014-05-08 08:15:32 UTC) #6
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 7 months ago (2014-05-08 08:41:04 UTC) #7
tkent
The CQ bit was unchecked by tkent@chromium.org
6 years, 7 months ago (2014-05-08 08:41:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/271533009/40001
6 years, 7 months ago (2014-05-08 08:41:31 UTC) #9
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 7 months ago (2014-05-08 08:42:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/271533009/40001
6 years, 7 months ago (2014-05-08 08:43:18 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-08 10:05:33 UTC) #12
commit-bot: I haz the power
6 years, 7 months ago (2014-05-08 10:54:17 UTC) #13
Message was sent while issue was closed.
Change committed as 173634

Powered by Google App Engine
This is Rietveld 408576698