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

Issue 451013003: Rename V8WindowShell to WindowProxy (Closed)

Created:
6 years, 4 months ago by haraken
Modified:
6 years, 4 months ago
CC:
abarth-chromium, arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, gavinp+loader_chromium.org, Nate Chapin
Project:
blink
Visibility:
Public.

Description

Rename V8WindowShell to WindowProxy V8WindowShell is an implementation of "WindowProxy" in the spec (http://www.w3.org/TR/2009/WD-html5-20090423/browsers.html#windowproxy). We should rename it accordingly. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180146

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -714 lines) Patch
M Source/bindings/core/v8/DOMWrapperWorld.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/PageScriptDebugServer.cpp View 1 3 2 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/core/v8/ScriptController.h View 1 5 chunks +6 lines, -6 lines 0 comments Download
M Source/bindings/core/v8/ScriptController.cpp View 1 2 3 11 chunks +44 lines, -44 lines 0 comments Download
M Source/bindings/core/v8/ScriptEventListener.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/core/v8/V8Binding.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/core/v8/V8DOMWrapper.h View 1 3 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/core/v8/V8Initializer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
D Source/bindings/core/v8/V8WindowShell.h View 1 chunk +0 lines, -121 lines 0 comments Download
D Source/bindings/core/v8/V8WindowShell.cpp View 1 2 3 1 chunk +0 lines, -492 lines 0 comments Download
A + Source/bindings/core/v8/WindowProxy.h View 5 chunks +8 lines, -8 lines 0 comments Download
A + Source/bindings/core/v8/WindowProxy.cpp View 1 2 3 16 chunks +23 lines, -23 lines 0 comments Download
M Source/bindings/core/v8/v8.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/scripts/v8_interface.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/templates/interface.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceDocument.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/frame/LocalFrame.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/core/loader/FrameLoader.cpp View 1 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
haraken
PTAL
6 years, 4 months ago (2014-08-11 02:18:27 UTC) #1
jochen (gone - plz use gerrit)
https://codereview.chromium.org/451013003/diff/1/Source/bindings/core/v8/PageScriptDebugServer.cpp File Source/bindings/core/v8/PageScriptDebugServer.cpp (right): https://codereview.chromium.org/451013003/diff/1/Source/bindings/core/v8/PageScriptDebugServer.cpp#newcode129 Source/bindings/core/v8/PageScriptDebugServer.cpp:129: WindowProxy* shell = scriptController.existingWindowShell(DOMWrapperWorld::mainWorld()); WindowProxy* existingWindowShell() looks odd. We ...
6 years, 4 months ago (2014-08-11 14:27:31 UTC) #2
haraken
PTAL https://codereview.chromium.org/451013003/diff/1/Source/bindings/core/v8/PageScriptDebugServer.cpp File Source/bindings/core/v8/PageScriptDebugServer.cpp (right): https://codereview.chromium.org/451013003/diff/1/Source/bindings/core/v8/PageScriptDebugServer.cpp#newcode129 Source/bindings/core/v8/PageScriptDebugServer.cpp:129: WindowProxy* shell = scriptController.existingWindowShell(DOMWrapperWorld::mainWorld()); On 2014/08/11 14:27:31, jochen ...
6 years, 4 months ago (2014-08-12 01:09:57 UTC) #3
jochen (gone - plz use gerrit)
lgtm
6 years, 4 months ago (2014-08-12 14:56:26 UTC) #4
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-08-12 15:48:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/451013003/40001
6 years, 4 months ago (2014-08-12 15:49:05 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-12 15:49:42 UTC) #7
commit-bot: I haz the power
Failed to apply patch for Source/bindings/core/v8/ScriptController.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-12 15:49:43 UTC) #8
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-08-13 00:56:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/451013003/60001
6 years, 4 months ago (2014-08-13 00:59:28 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_blink_compile_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-13 01:30:35 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-13 01:32:51 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/40877)
6 years, 4 months ago (2014-08-13 01:32:56 UTC) #13
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-08-13 01:33:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/451013003/60001
6 years, 4 months ago (2014-08-13 01:35:08 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_blink_compile_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-13 01:59:29 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-13 02:04:40 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/19563)
6 years, 4 months ago (2014-08-13 02:04:41 UTC) #18
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-08-13 05:26:14 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/451013003/80001
6 years, 4 months ago (2014-08-13 05:26:50 UTC) #20
commit-bot: I haz the power
6 years, 4 months ago (2014-08-13 06:51:10 UTC) #21
Message was sent while issue was closed.
Change committed as 180146

Powered by Google App Engine
This is Rietveld 408576698