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

Issue 232133004: Split WebLocalFrame into a distinct subclass of WebFrame. (Closed)

Created:
6 years, 8 months ago by dcheng
Modified:
6 years, 8 months ago
Reviewers:
eseidel
CC:
blink-reviews, jamesr, dglazkov+blink, abarth-chromium, site-isolation-reviews_chromium.org
Visibility:
Public.

Description

Split WebLocalFrame into a distinct subclass of WebFrame. This also moves a few static methods that don't make sense on WebFrame to WebLocalFrame. BUG=346764 R=eseidel@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171396

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : Fix Mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -40 lines) Patch
M Source/web/WebEmbeddedWorkerImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebFrameImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebFrameImpl.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/web/WebLeakDetector.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebSharedWorkerImpl.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebTestingSupport.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/mac/WebSubstringUtil.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/ChromeClientImplTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/tests/CompositedLayerMappingTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/FrameLoaderClientImplTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/FrameTestHelpers.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M Source/web/tests/WebHelperPluginTest.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebFrame.h View 1 3 chunks +7 lines, -20 lines 0 comments Download
M public/web/WebLocalFrame.h View 1 1 chunk +28 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
dcheng
After this, we can start moving APIs off WebFrame, as well as land initial stubs ...
6 years, 8 months ago (2014-04-09 23:14:14 UTC) #1
dcheng
Note that this can't land until 1-2 more cleanup CLs land in Chrome, but the ...
6 years, 8 months ago (2014-04-09 23:14:58 UTC) #2
eseidel
https://codereview.chromium.org/232133004/diff/1/Source/web/WebFrameImpl.h File Source/web/WebFrameImpl.h (right): https://codereview.chromium.org/232133004/diff/1/Source/web/WebFrameImpl.h#newcode34 Source/web/WebFrameImpl.h:34: #include "WebLocalFrame.h" Are you sure you want this?
6 years, 8 months ago (2014-04-10 00:40:10 UTC) #3
dcheng
https://codereview.chromium.org/232133004/diff/1/Source/web/WebFrameImpl.h File Source/web/WebFrameImpl.h (right): https://codereview.chromium.org/232133004/diff/1/Source/web/WebFrameImpl.h#newcode34 Source/web/WebFrameImpl.h:34: #include "WebLocalFrame.h" On 2014/04/10 00:40:10, eseidel wrote: > Are ...
6 years, 8 months ago (2014-04-10 00:50:32 UTC) #4
dcheng
eseidel: ping? Also +isherman. I've added some basic comments to WebLocalFrame and WebFrame. I'm not ...
6 years, 8 months ago (2014-04-10 23:03:27 UTC) #5
eseidel
lgtm
6 years, 8 months ago (2014-04-11 16:52:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/232133004/1
6 years, 8 months ago (2014-04-11 16:52:21 UTC) #7
dcheng
The CQ bit was unchecked by dcheng@chromium.org
6 years, 8 months ago (2014-04-11 16:52:42 UTC) #8
Ilya Sherman
On 2014/04/10 23:03:27, dcheng wrote: > Also +isherman. I've added some basic comments to WebLocalFrame ...
6 years, 8 months ago (2014-04-11 23:02:53 UTC) #9
dcheng
On 2014/04/11 23:02:53, Ilya Sherman wrote: > On 2014/04/10 23:03:27, dcheng wrote: > > Also ...
6 years, 8 months ago (2014-04-11 23:07:08 UTC) #10
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 8 months ago (2014-04-12 05:51:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/232133004/20001
6 years, 8 months ago (2014-04-12 05:51:15 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-12 06:35:00 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_compile_dbg
6 years, 8 months ago (2014-04-12 06:35:00 UTC) #14
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 8 months ago (2014-04-12 08:31:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/232133004/40001
6 years, 8 months ago (2014-04-12 08:31:19 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-12 09:10:14 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on mac_blink_rel
6 years, 8 months ago (2014-04-12 09:10:14 UTC) #18
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 8 months ago (2014-04-12 09:55:36 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/232133004/40001
6 years, 8 months ago (2014-04-12 09:55:49 UTC) #20
dcheng
6 years, 8 months ago (2014-04-12 10:25:15 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 manually as r171396 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698