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

Issue 348833005: [DO NOT COMMIT] Random hacks to unblock work on replication. (Closed)

Created:
6 years, 6 months ago by nasko
Modified:
6 years, 5 months ago
CC:
abarth-chromium, blink-reviews, blink-reviews-wtf_chromium.org, dcheng, Mikhail, mvanouwerkerk+watch_chromium.org, timvolodine
Project:
blink
Visibility:
Public.

Description

[DO NOT COMMIT] Random hacks to unblock work on replication. BUG=

Patch Set 1 #

Total comments: 6

Patch Set 2 : More hacks. #

Patch Set 3 : More hacks. #

Patch Set 4 : More random hacks, including also dcheng's https://codereview.chromium.org/346403002 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -89 lines) Patch
M Source/core/frame/Frame.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/frame/Frame.cpp View 1 2 1 chunk +11 lines, -1 line 0 comments Download
M Source/core/frame/FrameView.cpp View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M Source/core/page/FocusController.cpp View 1 2 3 2 chunks +9 lines, -1 line 0 comments Download
M Source/core/page/Page.cpp View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/rendering/compositing/RenderLayerCompositor.cpp View 1 2 3 10 chunks +12 lines, -11 lines 0 comments Download
M Source/modules/geolocation/GeolocationController.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M Source/web/ChromeClientImpl.cpp View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M Source/web/WebFrame.cpp View 1 2 3 5 chunks +22 lines, -0 lines 0 comments Download
M Source/web/WebLocalFrameImpl.h View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 chunks +11 lines, -17 lines 0 comments Download
M Source/web/WebRemoteFrameImpl.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/WebRemoteFrameImpl.cpp View 1 2 3 6 chunks +26 lines, -11 lines 0 comments Download
M Source/web/WebViewImpl.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 20 chunks +102 lines, -33 lines 0 comments Download
M Source/wtf/Assertions.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
nasko
Hey Daniel, These are the hacks I've put in place to make progress on frame ...
6 years, 6 months ago (2014-06-20 20:02:25 UTC) #1
dcheng
https://codereview.chromium.org/348833005/diff/1/Source/web/WebLocalFrameImpl.cpp File Source/web/WebLocalFrameImpl.cpp (right): https://codereview.chromium.org/348833005/diff/1/Source/web/WebLocalFrameImpl.cpp#newcode1662 Source/web/WebLocalFrameImpl.cpp:1662: bool isMainFrame = (parent() == 0); I think Blink ...
6 years, 6 months ago (2014-06-20 20:49:12 UTC) #2
nasko
Hey Ken, There is a question that Daniel asked that I think you can handle ...
6 years, 6 months ago (2014-06-20 21:09:53 UTC) #3
abarth-chromium
> Random hacks ...
6 years, 6 months ago (2014-06-20 23:31:55 UTC) #4
kenrb
https://codereview.chromium.org/348833005/diff/1/Source/web/WebViewImpl.cpp File Source/web/WebViewImpl.cpp (right): https://codereview.chromium.org/348833005/diff/1/Source/web/WebViewImpl.cpp#newcode1588 Source/web/WebViewImpl.cpp:1588: if (!mainFrameImpl()) On 2014/06/20 21:09:53, nasko wrote: > On ...
6 years, 6 months ago (2014-06-23 15:21:19 UTC) #5
kenrb
6 years, 5 months ago (2014-07-16 20:58:57 UTC) #6
I have reduced this to a smaller patch that is up for review:
https://codereview.chromium.org/397023003/

Closing this accordingly.

Powered by Google App Engine
This is Rietveld 408576698