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

Issue 289323003: Move markerlists to Oilpan heap and remove finalizer from DocumentMarkerController (Closed)

Created:
6 years, 7 months ago by Erik Corry
Modified:
6 years, 7 months ago
CC:
blink-reviews, jamesr, blink-reviews-rendering, krit, blink-reviews-events_chromium.org, sof, eae+blinkwatch, leviw+renderwatch, jbroman, danakj, blink-reviews-dom_chromium.org, dglazkov+blink, Rik, groby+blinkspell_chromium.org, jchaffraix+rendering, pdr., rune+blink, zoltan1, Stephen Chennney, rwlbuis
Visibility:
Public.

Description

Move markerlists to Oilpan heap and remove finalizer from DocumentMarkerController R=ager@chromium.org, haraken@chromium.org, sigbjornf@opera.com BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174362

Patch Set 1 #

Total comments: 11

Patch Set 2 : Fix nit #

Patch Set 3 : Insert DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED #

Patch Set 4 : Move DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -53 lines) Patch
M Source/core/dom/DocumentMarker.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M Source/core/dom/DocumentMarkerController.h View 1 2 3 3 chunks +8 lines, -8 lines 0 comments Download
M Source/core/dom/DocumentMarkerController.cpp View 1 2 18 chunks +31 lines, -33 lines 0 comments Download
M Source/core/dom/RenderedDocumentMarker.h View 1 chunk +7 lines, -0 lines 0 comments Download
M Source/core/editing/CompositeEditCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SpellCheckRequester.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/SpellChecker.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/InlineTextBox.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M Source/platform/geometry/IntPoint.h View 2 chunks +8 lines, -0 lines 0 comments Download
M Source/platform/geometry/IntRect.h View 2 chunks +8 lines, -0 lines 0 comments Download
M Source/web/ContextMenuClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebViewImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
Erik Corry
6 years, 7 months ago (2014-05-19 06:40:23 UTC) #1
sof
lgtm https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarker.h File Source/core/dom/DocumentMarker.h (right): https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarker.h#newcode30 Source/core/dom/DocumentMarker.h:30: nit: add #include "wtf/VectorTraits.h"? https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarkerController.h File Source/core/dom/DocumentMarkerController.h (right): ...
6 years, 7 months ago (2014-05-19 07:05:23 UTC) #2
haraken
https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarkerController.h File Source/core/dom/DocumentMarkerController.h (left): https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarkerController.h#oldcode50 Source/core/dom/DocumentMarkerController.h:50: ~DocumentMarkerController(); You can use DEFINE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED. https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarkerController.h File Source/core/dom/DocumentMarkerController.h (right): ...
6 years, 7 months ago (2014-05-19 07:13:20 UTC) #3
Erik Corry
https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarker.h File Source/core/dom/DocumentMarker.h (right): https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarker.h#newcode30 Source/core/dom/DocumentMarker.h:30: On 2014/05/19 07:05:24, sof wrote: > nit: add #include ...
6 years, 7 months ago (2014-05-19 07:52:10 UTC) #4
Mads Ager (chromium)
LGTM, lots of room for follow-up changes to move DocumentMarker and friends to the oilpan ...
6 years, 7 months ago (2014-05-19 09:23:18 UTC) #5
jochen (gone - plz use gerrit)
Source/web lgtm
6 years, 7 months ago (2014-05-19 09:34:05 UTC) #6
haraken
LGTM but we should consider moving DocumentMarker and DocumentMarkerDetails to the heap in a follow-up. ...
6 years, 7 months ago (2014-05-19 09:54:24 UTC) #7
Erik Corry
On 2014/05/19 09:54:24, haraken wrote: > LGTM but we should consider moving DocumentMarker and DocumentMarkerDetails ...
6 years, 7 months ago (2014-05-19 10:27:51 UTC) #8
Erik Corry
The CQ bit was checked by erik.corry@gmail.com
6 years, 7 months ago (2014-05-19 10:28:17 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erik.corry@gmail.com/289323003/20001
6 years, 7 months ago (2014-05-19 10:28:27 UTC) #10
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-19 13:46:38 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 14:04:40 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/17591)
6 years, 7 months ago (2014-05-19 14:04:40 UTC) #13
Erik Corry
https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarkerController.h File Source/core/dom/DocumentMarkerController.h (left): https://codereview.chromium.org/289323003/diff/1/Source/core/dom/DocumentMarkerController.h#oldcode50 Source/core/dom/DocumentMarkerController.h:50: ~DocumentMarkerController(); On 2014/05/19 07:52:11, Erik Corry wrote: > On ...
6 years, 7 months ago (2014-05-20 08:40:37 UTC) #14
Erik Corry
The CQ bit was checked by erik.corry@gmail.com
6 years, 7 months ago (2014-05-20 08:40:47 UTC) #15
Erik Corry
The CQ bit was unchecked by erik.corry@gmail.com
6 years, 7 months ago (2014-05-20 08:40:54 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erik.corry@gmail.com/289323003/40001
6 years, 7 months ago (2014-05-20 08:40:58 UTC) #17
Erik Corry
The CQ bit was checked by erik.corry@gmail.com
6 years, 7 months ago (2014-05-20 08:43:41 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/erik.corry@gmail.com/289323003/60001
6 years, 7 months ago (2014-05-20 08:43:49 UTC) #19
commit-bot: I haz the power
6 years, 7 months ago (2014-05-20 10:02:21 UTC) #20
Message was sent while issue was closed.
Change committed as 174362

Powered by Google App Engine
This is Rietveld 408576698