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

Issue 301983003: Make Inspector aware of RemoteFrames in FrameTree (Closed)

Created:
6 years, 6 months ago by kenrb
Modified:
6 years, 6 months ago
Reviewers:
eustas, vsevik, pfeldman, yurys
CC:
blink-reviews, caseq+blink_chromium.org, jsbell+idb_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, tzik, alecflett, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, ericu+idb_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, nhiroki, cmumford, devtools-reviews_chromium.org, dgrogan, sergeyv+blink_chromium.org, aandrey+blink_chromium.org, kinuko+fileapi, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Make Inspector aware of RemoteFrames in FrameTree We will soon make FrameTree operate on the Frame base class, which can be instantiated as either LocalFrame or RemoteFrame. This patch modifies the call sites in the Inspector that will be affected by this change. BUG=346764 TBR=pfeldman@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175303

Patch Set 1 #

Patch Set 2 : Fixed a cast problem #

Total comments: 8

Patch Set 3 : yurys' review comment addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -37 lines) Patch
M Source/core/inspector/InspectorApplicationCacheAgent.cpp View 2 chunks +5 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorCanvasAgent.cpp View 1 2 1 chunk +9 lines, -6 lines 0 comments Download
M Source/core/inspector/InspectorDOMAgent.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorPageAgent.cpp View 1 2 6 chunks +26 lines, -13 lines 0 comments Download
M Source/core/inspector/InspectorResourceAgent.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M Source/core/inspector/PageRuntimeAgent.cpp View 1 chunk +8 lines, -5 lines 0 comments Download
M Source/modules/filesystem/InspectorFileSystemAgent.cpp View 1 2 1 chunk +6 lines, -3 lines 0 comments Download
M Source/modules/indexeddb/InspectorIndexedDBAgent.cpp View 1 chunk +5 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
kenrb
Vsevolod: it looks like Pavel is out of office. Are you able to review this ...
6 years, 6 months ago (2014-05-29 19:55:41 UTC) #1
kenrb
eustas@, are you able to review this change?
6 years, 6 months ago (2014-05-30 16:34:57 UTC) #2
pfeldman
+yurys
6 years, 6 months ago (2014-05-30 17:38:11 UTC) #3
yurys
lgtm https://codereview.chromium.org/301983003/diff/20001/Source/core/inspector/InspectorCanvasAgent.cpp File Source/core/inspector/InspectorCanvasAgent.cpp (right): https://codereview.chromium.org/301983003/diff/20001/Source/core/inspector/InspectorCanvasAgent.cpp#newcode321 Source/core/inspector/InspectorCanvasAgent.cpp:321: if (m_framesWithUninstrumentedCanvases.contains(toLocalFrame(frame))) Please extract toLocalFrame(frame) into a variable. ...
6 years, 6 months ago (2014-06-02 07:56:26 UTC) #4
kenrb
Thanks for the review. Looks like I still need pfeldman's to review and/or rubber stamp ...
6 years, 6 months ago (2014-06-02 15:20:47 UTC) #5
yurys
On 2014/06/02 15:20:47, kenrb wrote: > Thanks for the review. > > Looks like I ...
6 years, 6 months ago (2014-06-02 15:34:53 UTC) #6
kenrb
The CQ bit was checked by kenrb@chromium.org
6 years, 6 months ago (2014-06-02 16:23:03 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kenrb@chromium.org/301983003/40001
6 years, 6 months ago (2014-06-02 16:23:18 UTC) #8
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, 6 months ago (2014-06-02 17:05:20 UTC) #9
commit-bot: I haz the power
6 years, 6 months ago (2014-06-02 17:55:38 UTC) #10
Message was sent while issue was closed.
Change committed as 175303

Powered by Google App Engine
This is Rietveld 408576698