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

Issue 2704133002: Associate Location with DOMWindow instead of Frame. (Closed)

Created:
3 years, 10 months ago by dcheng
Modified:
3 years, 10 months ago
Reviewers:
haraken, Yuki
CC:
chromium-reviews, blink-reviews, mlamouri+watch-blink_chromium.org, dcheng
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Associate Location with DOMWindow instead of Frame. BUG=694111 Review-Url: https://codereview.chromium.org/2704133002 Cr-Commit-Position: refs/heads/master@{#451603} Committed: https://chromium.googlesource.com/chromium/src/+/ad0db3749c27fd3c427f32d4c75d782540b40fba

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix typos, consistent naming #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -87 lines) Patch
M third_party/WebKit/Source/core/frame/DOMWindow.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindow.cpp View 2 chunks +1 line, -10 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Frame.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Location.h View 1 3 chunks +24 lines, -10 lines 2 comments Download
M third_party/WebKit/Source/core/frame/Location.cpp View 17 chunks +32 lines, -63 lines 0 comments Download

Messages

Total messages: 24 (13 generated)
dcheng
https://codereview.chromium.org/2704133002/diff/1/third_party/WebKit/Source/core/frame/Location.cpp File third_party/WebKit/Source/core/frame/Location.cpp (left): https://codereview.chromium.org/2704133002/diff/1/third_party/WebKit/Source/core/frame/Location.cpp#oldcode143 third_party/WebKit/Source/core/frame/Location.cpp:143: if (!m_frame) I opted to move these checks all ...
3 years, 10 months ago (2017-02-20 08:32:58 UTC) #6
Yuki
LGTM. https://codereview.chromium.org/2704133002/diff/1/third_party/WebKit/Source/core/frame/Location.h File third_party/WebKit/Source/core/frame/Location.h (right): https://codereview.chromium.org/2704133002/diff/1/third_party/WebKit/Source/core/frame/Location.h#newcode60 third_party/WebKit/Source/core/frame/Location.h:60: DOMWindow* window() const { return m_domWindow.get(); } nit: ...
3 years, 10 months ago (2017-02-20 08:57:47 UTC) #7
dcheng
https://codereview.chromium.org/2704133002/diff/1/third_party/WebKit/Source/core/frame/Location.h File third_party/WebKit/Source/core/frame/Location.h (right): https://codereview.chromium.org/2704133002/diff/1/third_party/WebKit/Source/core/frame/Location.h#newcode60 third_party/WebKit/Source/core/frame/Location.h:60: DOMWindow* window() const { return m_domWindow.get(); } On 2017/02/20 ...
3 years, 10 months ago (2017-02-20 09:22:56 UTC) #8
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/2704133002/20001
3 years, 10 months ago (2017-02-20 09:24:10 UTC) #11
haraken
LGTM https://codereview.chromium.org/2704133002/diff/20001/third_party/WebKit/Source/core/frame/Location.h File third_party/WebKit/Source/core/frame/Location.h (right): https://codereview.chromium.org/2704133002/diff/20001/third_party/WebKit/Source/core/frame/Location.h#newcode136 third_party/WebKit/Source/core/frame/Location.h:136: // (2) and the frame is attached. What's ...
3 years, 10 months ago (2017-02-20 09:31:51 UTC) #12
dcheng
https://codereview.chromium.org/2704133002/diff/20001/third_party/WebKit/Source/core/frame/Location.h File third_party/WebKit/Source/core/frame/Location.h (right): https://codereview.chromium.org/2704133002/diff/20001/third_party/WebKit/Source/core/frame/Location.h#newcode136 third_party/WebKit/Source/core/frame/Location.h:136: // (2) and the frame is attached. On 2017/02/20 ...
3 years, 10 months ago (2017-02-20 09:36:00 UTC) #13
haraken
On 2017/02/20 09:36:00, dcheng wrote: > https://codereview.chromium.org/2704133002/diff/20001/third_party/WebKit/Source/core/frame/Location.h > File third_party/WebKit/Source/core/frame/Location.h (right): > > https://codereview.chromium.org/2704133002/diff/20001/third_party/WebKit/Source/core/frame/Location.h#newcode136 > ...
3 years, 10 months ago (2017-02-20 09:36:53 UTC) #15
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/2704133002/20001
3 years, 10 months ago (2017-02-20 09:40:15 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/369741)
3 years, 10 months ago (2017-02-20 10:41:03 UTC) #19
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/2704133002/20001
3 years, 10 months ago (2017-02-20 10:46:01 UTC) #21
commit-bot: I haz the power
3 years, 10 months ago (2017-02-20 12:16:17 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/ad0db3749c27fd3c427f32d4c75d...

Powered by Google App Engine
This is Rietveld 408576698