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

Issue 2206153002: DevTools: make iframe nodes report correct frame they belong to (Closed)

Created:
4 years, 4 months ago by lushnikov
Modified:
4 years, 4 months ago
Reviewers:
dgozman
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, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: make iframe nodes report correct frame they belong to Technically, the iframe node belongs to the parent frame. The patch changes the WI.DOMNode.frameId method to correspond to this logic. BUG=633167 R=dgozman Committed: https://crrev.com/c43dd9a10d97cad56ac0d8780ac93947a0edeb4f Cr-Commit-Position: refs/heads/master@{#409611}

Patch Set 1 #

Total comments: 4

Patch Set 2 : rename + test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -39 lines) Patch
M third_party/WebKit/LayoutTests/inspector/elements/selected-element-changes-execution-context.html View 1 1 chunk +43 lines, -27 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/elements/selected-element-changes-execution-context-expected.txt View 1 1 chunk +20 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
lushnikov
please, take a look
4 years, 4 months ago (2016-08-03 16:45:15 UTC) #1
dgozman
https://codereview.chromium.org/2206153002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js File third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js (right): https://codereview.chromium.org/2206153002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js#newcode606 third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js:606: var node = this.parentNode || this; Does this work ...
4 years, 4 months ago (2016-08-03 16:53:13 UTC) #2
lushnikov
https://codereview.chromium.org/2206153002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js File third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js (right): https://codereview.chromium.org/2206153002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js#newcode606 third_party/WebKit/Source/devtools/front_end/sdk/DOMModel.js:606: var node = this.parentNode || this; On 2016/08/03 16:53:13, ...
4 years, 4 months ago (2016-08-03 18:00:08 UTC) #3
dgozman
lgtm
4 years, 4 months ago (2016-08-03 18:55:06 UTC) #6
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/2206153002/20001
4 years, 4 months ago (2016-08-03 19:29:15 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-03 20:24:15 UTC) #10
commit-bot: I haz the power
4 years, 4 months ago (2016-08-03 20:25:39 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c43dd9a10d97cad56ac0d8780ac93947a0edeb4f
Cr-Commit-Position: refs/heads/master@{#409611}

Powered by Google App Engine
This is Rietveld 408576698