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

Issue 298963003: Oilpan: Move ClickHandlingState to heap (Closed)

Created:
6 years, 7 months ago by keishi
Modified:
6 years, 6 months ago
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org
Visibility:
Public.

Description

Oilpan: Move ClickHandlingState to heap BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175533

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added FINAL #

Total comments: 1

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -12 lines) Patch
M Source/core/html/HTMLInputElement.cpp View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M Source/core/html/forms/CheckboxInputType.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/CheckboxInputType.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/forms/InputTypeView.h View 1 2 2 chunks +6 lines, -4 lines 0 comments Download
M Source/core/html/forms/InputTypeView.cpp View 2 chunks +6 lines, -1 line 0 comments Download
M Source/core/html/forms/RadioInputType.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/RadioInputType.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
keishi
6 years, 7 months ago (2014-05-22 09:55:26 UTC) #1
zerny-chromium
lgtm. It is nice to get rid of the "does this leak" cases :-) https://codereview.chromium.org/298963003/diff/1/Source/core/html/forms/InputTypeView.h ...
6 years, 7 months ago (2014-05-22 10:03:42 UTC) #2
keishi
yup it sure is https://codereview.chromium.org/298963003/diff/1/Source/core/html/forms/InputTypeView.h File Source/core/html/forms/InputTypeView.h (right): https://codereview.chromium.org/298963003/diff/1/Source/core/html/forms/InputTypeView.h#newcode57 Source/core/html/forms/InputTypeView.h:57: struct ClickHandlingState : public NoBaseWillBeGarbageCollected<ClickHandlingState> ...
6 years, 7 months ago (2014-05-22 10:37:12 UTC) #3
haraken
LGTM https://codereview.chromium.org/298963003/diff/10001/Source/core/html/HTMLInputElement.cpp File Source/core/html/HTMLInputElement.cpp (right): https://codereview.chromium.org/298963003/diff/10001/Source/core/html/HTMLInputElement.cpp#newcode1097 Source/core/html/HTMLInputElement.cpp:1097: return m_inputTypeView->willDispatchClick().leakPtr(); Shall we add RawPtr::leakPtr so that ...
6 years, 7 months ago (2014-05-22 10:44:50 UTC) #4
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 6 months ago (2014-05-30 02:35:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/298963003/10001
6 years, 6 months ago (2014-05-30 02:36:16 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-30 02:36:24 UTC) #7
commit-bot: I haz the power
Failed to apply patch for Source/core/html/forms/InputTypeView.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-05-30 02:36:24 UTC) #8
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 6 months ago (2014-06-05 04:05:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/298963003/30001
6 years, 6 months ago (2014-06-05 04:06:15 UTC) #10
commit-bot: I haz the power
6 years, 6 months ago (2014-06-05 05:19:09 UTC) #11
Message was sent while issue was closed.
Change committed as 175533

Powered by Google App Engine
This is Rietveld 408576698