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

Issue 1185923002: Oilpan: fix build after r197063, move HitTestCache to the heap. (Closed)

Created:
5 years, 6 months ago by sof
Modified:
5 years, 6 months ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews, pdr+renderingwatchlist_chromium.org, zoltan1, szager+layoutwatch_chromium.org, eae+blinkwatch, leviw+renderwatch, blink-reviews-rendering, jchaffraix+rendering
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: fix build after r197063, move HitTestCache to the heap. Follow up r197063 and make HitTestCache compatible with Oilpan. R=haraken BUG=398920 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197095

Patch Set 1 #

Total comments: 3

Patch Set 2 : add TODO for HitTestResult's trait override #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -7 lines) Patch
M Source/core/layout/HitTestCache.h View 3 chunks +10 lines, -2 lines 0 comments Download
M Source/core/layout/HitTestCache.cpp View 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/layout/HitTestResult.h View 1 2 chunks +13 lines, -0 lines 0 comments Download
M Source/core/layout/LayoutView.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutView.cpp View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
sof
please take a look. Please verify that the VectorTraits for HitTestResult is safe for our ...
5 years, 6 months ago (2015-06-13 06:09:21 UTC) #2
haraken
https://codereview.chromium.org/1185923002/diff/1/Source/core/layout/HitTestResult.h File Source/core/layout/HitTestResult.h (right): https://codereview.chromium.org/1185923002/diff/1/Source/core/layout/HitTestResult.h#newcode176 Source/core/layout/HitTestResult.h:176: WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS(blink::HitTestResult); The default constructor of blink::HitTestResult is setting m_hitTestRequest ...
5 years, 6 months ago (2015-06-13 07:12:21 UTC) #4
sof
https://codereview.chromium.org/1185923002/diff/1/Source/core/layout/HitTestResult.h File Source/core/layout/HitTestResult.h (right): https://codereview.chromium.org/1185923002/diff/1/Source/core/layout/HitTestResult.h#newcode176 Source/core/layout/HitTestResult.h:176: WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS(blink::HitTestResult); On 2015/06/13 07:12:21, haraken wrote: > > The ...
5 years, 6 months ago (2015-06-13 12:30:31 UTC) #5
sof
https://codereview.chromium.org/1185923002/diff/1/Source/core/layout/HitTestResult.h File Source/core/layout/HitTestResult.h (right): https://codereview.chromium.org/1185923002/diff/1/Source/core/layout/HitTestResult.h#newcode176 Source/core/layout/HitTestResult.h:176: WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS(blink::HitTestResult); On 2015/06/13 12:30:31, sof wrote: > On 2015/06/13 ...
5 years, 6 months ago (2015-06-13 17:00:03 UTC) #6
haraken
On 2015/06/13 17:00:03, sof wrote: > https://codereview.chromium.org/1185923002/diff/1/Source/core/layout/HitTestResult.h > File Source/core/layout/HitTestResult.h (right): > > https://codereview.chromium.org/1185923002/diff/1/Source/core/layout/HitTestResult.h#newcode176 > ...
5 years, 6 months ago (2015-06-14 01:47:40 UTC) #7
sof
On 2015/06/14 01:47:40, haraken wrote: > On 2015/06/13 17:00:03, sof wrote: > > > https://codereview.chromium.org/1185923002/diff/1/Source/core/layout/HitTestResult.h ...
5 years, 6 months ago (2015-06-14 05:21:53 UTC) #8
sof
On 2015/06/14 05:21:53, sof wrote: > On 2015/06/14 01:47:40, haraken wrote: > > On 2015/06/13 ...
5 years, 6 months ago (2015-06-14 07:20:26 UTC) #9
haraken
On 2015/06/14 07:20:26, sof wrote: > On 2015/06/14 05:21:53, sof wrote: > > On 2015/06/14 ...
5 years, 6 months ago (2015-06-14 09:58:54 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1185923002/20001
5 years, 6 months ago (2015-06-14 10:37:41 UTC) #12
commit-bot: I haz the power
5 years, 6 months ago (2015-06-14 10:40:53 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197095

Powered by Google App Engine
This is Rietveld 408576698