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

Issue 413113003: Oilpan: Prepare moving AsyncCallChain to Oilpan (Closed)

Created:
6 years, 5 months ago by keishi
Modified:
6 years, 4 months ago
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

Oilpan: Prepare moving AsyncCallChain to Oilpan BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179931

Patch Set 1 #

Patch Set 2 : #

Total comments: 9

Patch Set 3 : Changed to memeber #

Patch Set 4 : #

Total comments: 7

Patch Set 5 : #

Total comments: 1

Patch Set 6 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -18 lines) Patch
M Source/core/inspector/AsyncCallStackTracker.h View 1 2 3 4 chunks +8 lines, -6 lines 0 comments Download
M Source/core/inspector/AsyncCallStackTracker.cpp View 1 2 3 chunks +17 lines, -12 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
keishi
6 years, 4 months ago (2014-07-29 02:11:24 UTC) #1
tkent
https://codereview.chromium.org/413113003/diff/20001/Source/core/inspector/AsyncCallStackTracker.cpp File Source/core/inspector/AsyncCallStackTracker.cpp (right): https://codereview.chromium.org/413113003/diff/20001/Source/core/inspector/AsyncCallStackTracker.cpp#newcode94 Source/core/inspector/AsyncCallStackTracker.cpp:94: WillBePersistentHeapHashMap<Event*, RefPtrWillBeMember<AsyncCallChain> > m_eventCallChains; Event* should be WeakMember<Event> or ...
6 years, 4 months ago (2014-07-29 02:33:54 UTC) #2
haraken
https://codereview.chromium.org/413113003/diff/20001/Source/core/inspector/AsyncCallStackTracker.cpp File Source/core/inspector/AsyncCallStackTracker.cpp (right): https://codereview.chromium.org/413113003/diff/20001/Source/core/inspector/AsyncCallStackTracker.cpp#newcode59 Source/core/inspector/AsyncCallStackTracker.cpp:59: class AsyncCallStackTracker::ExecutionContextData FINAL : public ContextLifecycleObserver { Consider moving ...
6 years, 4 months ago (2014-07-29 03:43:39 UTC) #3
zerny-chromium
Also consider adding FINAL if possible to classes with a non-virtual trace method.
6 years, 4 months ago (2014-07-29 06:51:15 UTC) #4
keishi
> Also consider adding FINAL if possible to classes with a non-virtual trace method. Done. ...
6 years, 4 months ago (2014-07-29 07:56:36 UTC) #5
tkent
https://codereview.chromium.org/413113003/diff/60001/Source/core/inspector/NetworkResourcesData.h File Source/core/inspector/NetworkResourcesData.h (right): https://codereview.chromium.org/413113003/diff/60001/Source/core/inspector/NetworkResourcesData.h#newcode53 Source/core/inspector/NetworkResourcesData.h:53: : public RefCountedWillBeGarbageCollectedFinalized<XHRReplayData> Is this related to this CL?
6 years, 4 months ago (2014-07-29 08:04:06 UTC) #6
yurys
+aandrey
6 years, 4 months ago (2014-07-29 08:07:24 UTC) #7
aandrey
looks good https://codereview.chromium.org/413113003/diff/60001/Source/core/inspector/AsyncCallStackTracker.cpp File Source/core/inspector/AsyncCallStackTracker.cpp (right): https://codereview.chromium.org/413113003/diff/60001/Source/core/inspector/AsyncCallStackTracker.cpp#newcode92 Source/core/inspector/AsyncCallStackTracker.cpp:92: WillBePersistentHeapHashMap<int, RefPtrWillBeMember<AsyncCallChain> > m_timerCallChains; shouldn't these hash ...
6 years, 4 months ago (2014-07-29 09:09:41 UTC) #8
keishi
https://codereview.chromium.org/413113003/diff/60001/Source/core/inspector/AsyncCallStackTracker.cpp File Source/core/inspector/AsyncCallStackTracker.cpp (right): https://codereview.chromium.org/413113003/diff/60001/Source/core/inspector/AsyncCallStackTracker.cpp#newcode92 Source/core/inspector/AsyncCallStackTracker.cpp:92: WillBePersistentHeapHashMap<int, RefPtrWillBeMember<AsyncCallChain> > m_timerCallChains; On 2014/07/29 09:09:41, aandrey wrote: ...
6 years, 4 months ago (2014-07-29 09:32:37 UTC) #9
tkent
lgtm
6 years, 4 months ago (2014-07-29 09:34:51 UTC) #10
haraken
LGTM I'm not confident that persistent handles introduced in this CL doesn't cause cycles, but ...
6 years, 4 months ago (2014-07-29 10:19:07 UTC) #11
aandrey
> Not related to this CL, ExecutionContextData* should be an OwnPtr. You can make > ...
6 years, 4 months ago (2014-07-29 10:28:10 UTC) #12
aandrey
lgtm
6 years, 4 months ago (2014-07-29 13:55:59 UTC) #13
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 4 months ago (2014-08-11 08:00:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/413113003/100001
6 years, 4 months ago (2014-08-11 08:01:49 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-11 09:08:29 UTC) #16
commit-bot: I haz the power
Change committed as 179931
6 years, 4 months ago (2014-08-11 09:49:55 UTC) #17
sof
Is there a followup CL imminent to address the GC plugin complaining that InspectorDebuggerAgent (a ...
6 years, 4 months ago (2014-08-11 10:20:24 UTC) #18
keishi
On 2014/08/11 10:20:24, sof wrote: > Is there a followup CL imminent to address the ...
6 years, 4 months ago (2014-08-11 10:23:38 UTC) #19
keishi
On 2014/08/11 10:23:38, keishi wrote: > On 2014/08/11 10:20:24, sof wrote: > > Is there ...
6 years, 4 months ago (2014-08-11 10:38:24 UTC) #20
sof
6 years, 4 months ago (2014-08-11 10:54:14 UTC) #21
Message was sent while issue was closed.
On 2014/08/11 10:38:24, keishi wrote:
> On 2014/08/11 10:23:38, keishi wrote:
> > On 2014/08/11 10:20:24, sof wrote:
> > > Is there a followup CL imminent to address the GC plugin complaining that
> > > InspectorDebuggerAgent (a GCed object) now having a field containing a
> > > Persistent?
> > > 
> > >
> >
>
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Oilpan%...
> > 
> > Sorry. Reverting right now.
> 
> I will merge this CL to https://codereview.chromium.org/422273002/

Thanks very much for doing this & so quickly! (landing a temporary
GC_PLUGIN_IGNORE() for the problematic field would have been an alternative.)

Powered by Google App Engine
This is Rietveld 408576698