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

Issue 707273003: Refactor AsyncCallStackTracker to hide private implementation inner class. (Closed)

Created:
6 years, 1 month ago by aandrey
Modified:
6 years, 1 month 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

Refactor AsyncCallStackTracker to hide private implementation inner class. R=yurys, haraken, keishi, oilpan-reviews Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185141

Patch Set 1 #

Total comments: 3

Patch Set 2 : addressed #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : make class ExecutionContextData forward declaration public #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -60 lines) Patch
M Source/core/inspector/AsyncCallStackTracker.h View 1 2 3 4 chunks +4 lines, -34 lines 0 comments Download
M Source/core/inspector/AsyncCallStackTracker.cpp View 1 3 chunks +54 lines, -26 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
aandrey
6 years, 1 month ago (2014-11-11 12:07:18 UTC) #1
yurys
https://codereview.chromium.org/707273003/diff/1/Source/core/inspector/AsyncCallStackTracker.cpp File Source/core/inspector/AsyncCallStackTracker.cpp (left): https://codereview.chromium.org/707273003/diff/1/Source/core/inspector/AsyncCallStackTracker.cpp#oldcode457 Source/core/inspector/AsyncCallStackTracker.cpp:457: data = m_executionContextDataMap.set(context, adoptPtrWillBeNoop(new AsyncCallStackTracker::ExecutionContextData(this, context))) Please revert this. ...
6 years, 1 month ago (2014-11-11 12:31:37 UTC) #2
aandrey
PTAL
6 years, 1 month ago (2014-11-11 13:01:54 UTC) #3
sof
https://codereview.chromium.org/707273003/diff/2/Source/core/inspector/AsyncCallStackTracker.h File Source/core/inspector/AsyncCallStackTracker.h (right): https://codereview.chromium.org/707273003/diff/2/Source/core/inspector/AsyncCallStackTracker.h#newcode52 Source/core/inspector/AsyncCallStackTracker.h:52: class AsyncCallStackTracker final : public NoBaseWillBeGarbageCollectedFinalized<AsyncCallStackTracker> { If you ...
6 years, 1 month ago (2014-11-11 13:07:45 UTC) #5
aandrey
https://codereview.chromium.org/707273003/diff/2/Source/core/inspector/AsyncCallStackTracker.h File Source/core/inspector/AsyncCallStackTracker.h (right): https://codereview.chromium.org/707273003/diff/2/Source/core/inspector/AsyncCallStackTracker.h#newcode52 Source/core/inspector/AsyncCallStackTracker.h:52: class AsyncCallStackTracker final : public NoBaseWillBeGarbageCollectedFinalized<AsyncCallStackTracker> { On 2014/11/11 ...
6 years, 1 month ago (2014-11-11 13:15:02 UTC) #6
sof
lgtm
6 years, 1 month ago (2014-11-11 13:18:47 UTC) #7
haraken
LGTM
6 years, 1 month ago (2014-11-11 13:20:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/707273003/50001
6 years, 1 month ago (2014-11-11 17:33:16 UTC) #10
commit-bot: I haz the power
6 years, 1 month ago (2014-11-11 19:41:13 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:50001) as 185141

Powered by Google App Engine
This is Rietveld 408576698