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

Issue 700803002: bindings: Window must be LocalDOMWindow by definition. (Closed)

Created:
6 years, 1 month ago by Yuki
Modified:
6 years, 1 month ago
Reviewers:
haraken, dcheng
CC:
blink-reviews, arv+blink, Inactive, blink-reviews-bindings_chromium.org
Project:
blink
Visibility:
Public.

Description

bindings: Window must be LocalDOMWindow by definition. Window.idl declares that Window is ImplementedAs=LocalDOMWindow. It also declares self/window/frames/opener/parent/top attributes return Window, so LocalDOMWindow::self/window/frames/opener/parent/ top member functions must return LocalDOMWindow, not DOMWindow. dcheng@, you can change Window.idl to declare ImplementedAs=DOMWindow instead of LocalDOMWindow, if necessary. Otherwise, please keep the consistency here. BUG=425623 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184827

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -9 lines) Patch
M Source/core/frame/LocalDOMWindow.h View 1 chunk +6 lines, -4 lines 0 comments Download
M Source/core/frame/LocalDOMWindow.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/frame/Window.idl View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
Yuki
Could you guys review this CL? This CL blocks http://crrev.com/684763004
6 years, 1 month ago (2014-11-04 09:45:04 UTC) #2
haraken
This looks good but dcheng@ wants to confirm.
6 years, 1 month ago (2014-11-04 10:39:14 UTC) #3
dcheng
On 2014/11/04 10:39:14, haraken wrote: > This looks good but dcheng@ wants to confirm. lgtm ...
6 years, 1 month ago (2014-11-04 12:22:54 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/700803002/1
6 years, 1 month ago (2014-11-04 12:51:11 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as 184827
6 years, 1 month ago (2014-11-04 13:55:42 UTC) #7
haraken
6 years, 1 month ago (2014-11-04 17:26:34 UTC) #8
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698