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

Issue 2390863002: Replace InspectedFrames::root with pointer to directly stored LocalFrame (Closed)

Created:
4 years, 2 months ago by panicker
Modified:
4 years, 2 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace InspectedFrames::root with pointer to directly stored LocalFrame BUG=635596 Committed: https://crrev.com/d0717890f1c0e5f7311e2284e0381dca050e90c5 Cr-Commit-Position: refs/heads/master@{#422916}

Patch Set 1 #

Total comments: 2

Patch Set 2 : sync to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -15 lines) Patch
M third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp View 1 4 chunks +8 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorWebPerfAgentTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/Performance.cpp View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
panicker
Based on suggestion by Pavel - replacing reference to InspectedFrames::root
4 years, 2 months ago (2016-10-03 22:02:52 UTC) #2
pfeldman
lgtm
4 years, 2 months ago (2016-10-03 22:06:16 UTC) #3
dgozman
lgtm https://codereview.chromium.org/2390863002/diff/1/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h File third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h (right): https://codereview.chromium.org/2390863002/diff/1/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h#newcode53 third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h:53: Member<LocalFrame> m_localFrame; We usually call it m_frame, since ...
4 years, 2 months ago (2016-10-03 22:06:33 UTC) #4
panicker
https://codereview.chromium.org/2390863002/diff/1/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h File third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h (right): https://codereview.chromium.org/2390863002/diff/1/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h#newcode53 third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h:53: Member<LocalFrame> m_localFrame; On 2016/10/03 22:06:32, dgozman wrote: > We ...
4 years, 2 months ago (2016-10-03 22:10:28 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2390863002/1
4 years, 2 months ago (2016-10-04 18:44:28 UTC) #11
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.cpp: While running git apply --index -3 -p1; error: patch ...
4 years, 2 months ago (2016-10-04 18:50:11 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2390863002/20001
4 years, 2 months ago (2016-10-04 18:53:57 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-04 20:39:24 UTC) #17
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 20:41:38 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d0717890f1c0e5f7311e2284e0381dca050e90c5
Cr-Commit-Position: refs/heads/master@{#422916}

Powered by Google App Engine
This is Rietveld 408576698