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

Issue 682413006: Add a separate call to initialize the bounds for a sky <iframe> element. (Closed)

Created:
6 years, 1 month ago by Matt Perry
Modified:
6 years, 1 month ago
Reviewers:
abarth-chromium
CC:
abarth-chromium, esprehn, mojo-reviews_chromium.org, ojan
Base URL:
https://github.com/domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Add a separate call to initialize the bounds for a sky <iframe> element. Also rename the methods to refer to "frames" not "views". R=abarth@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/7375f7ab5c6cffe257cbad9e3f45fe006a9fb78c

Patch Set 1 #

Total comments: 15

Patch Set 2 : review #

Patch Set 3 : . #

Total comments: 3

Patch Set 4 : forgot a file #

Patch Set 5 : rm RemoteFrame #

Total comments: 1

Patch Set 6 : indent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -30 lines) Patch
M sky/engine/core/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M sky/engine/core/html/HTMLIFrameElement.h View 1 2 3 4 1 chunk +14 lines, -1 line 0 comments Download
M sky/engine/core/html/HTMLIFrameElement.cpp View 1 2 3 4 3 chunks +9 lines, -2 lines 0 comments Download
M sky/engine/core/loader/EmptyClients.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/core/loader/FrameLoaderClient.h View 1 2 3 4 5 3 chunks +7 lines, -2 lines 0 comments Download
M sky/engine/core/rendering/RenderRemote.h View 1 chunk +5 lines, -2 lines 0 comments Download
M sky/engine/core/rendering/RenderRemote.cpp View 1 2 3 4 2 chunks +25 lines, -3 lines 0 comments Download
M sky/engine/public/web/WebFrameClient.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M sky/engine/web/FrameLoaderClientImpl.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sky/engine/web/FrameLoaderClientImpl.cpp View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M sky/viewer/document_view.h View 1 1 chunk +1 line, -1 line 0 comments Download
M sky/viewer/document_view.cc View 1 1 chunk +4 lines, -9 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Matt Perry
6 years, 1 month ago (2014-11-07 21:15:15 UTC) #2
esprehn
https://codereview.chromium.org/682413006/diff/1/sky/engine/core/rendering/RenderRemote.cpp File sky/engine/core/rendering/RenderRemote.cpp (right): https://codereview.chromium.org/682413006/diff/1/sky/engine/core/rendering/RenderRemote.cpp#newcode31 sky/engine/core/rendering/RenderRemote.cpp:31: HTMLIFrameElement* frame = static_cast<HTMLIFrameElement*>(node()); toHTMLIframeElement(), use the macros to ...
6 years, 1 month ago (2014-11-07 21:22:15 UTC) #4
abarth-chromium
https://codereview.chromium.org/682413006/diff/1/sky/engine/core/loader/EmptyClients.h File sky/engine/core/loader/EmptyClients.h (right): https://codereview.chromium.org/682413006/diff/1/sky/engine/core/loader/EmptyClients.h#newcode133 sky/engine/core/loader/EmptyClients.h:133: virtual uint32_t createChildFrame(const KURL&) override { return static_cast<uint32_t>(-1); } ...
6 years, 1 month ago (2014-11-07 21:25:50 UTC) #6
abarth-chromium
I chatted with esprehn and eseidel, and it turns out calling SetBounds inside layout isn't ...
6 years, 1 month ago (2014-11-07 21:37:25 UTC) #7
Matt Perry
PTAL https://codereview.chromium.org/682413006/diff/1/sky/engine/core/loader/EmptyClients.h File sky/engine/core/loader/EmptyClients.h (right): https://codereview.chromium.org/682413006/diff/1/sky/engine/core/loader/EmptyClients.h#newcode133 sky/engine/core/loader/EmptyClients.h:133: virtual uint32_t createChildFrame(const KURL&) override { return static_cast<uint32_t>(-1); ...
6 years, 1 month ago (2014-11-10 23:00:57 UTC) #8
abarth-chromium
https://codereview.chromium.org/682413006/diff/40001/sky/engine/core/frame/RemoteFrame.h File sky/engine/core/frame/RemoteFrame.h (right): https://codereview.chromium.org/682413006/diff/40001/sky/engine/core/frame/RemoteFrame.h#newcode18 sky/engine/core/frame/RemoteFrame.h:18: // This class encapsulates the mojo View that backs ...
6 years, 1 month ago (2014-11-10 23:03:51 UTC) #9
Matt Perry
https://codereview.chromium.org/682413006/diff/40001/sky/engine/core/frame/RemoteFrame.h File sky/engine/core/frame/RemoteFrame.h (right): https://codereview.chromium.org/682413006/diff/40001/sky/engine/core/frame/RemoteFrame.h#newcode18 sky/engine/core/frame/RemoteFrame.h:18: // This class encapsulates the mojo View that backs ...
6 years, 1 month ago (2014-11-10 23:35:34 UTC) #10
abarth-chromium
lgtm https://codereview.chromium.org/682413006/diff/80001/sky/engine/core/loader/FrameLoaderClient.h File sky/engine/core/loader/FrameLoaderClient.h (right): https://codereview.chromium.org/682413006/diff/80001/sky/engine/core/loader/FrameLoaderClient.h#newcode43 sky/engine/core/loader/FrameLoaderClient.h:43: class View; Don't indent pls. (The rest of ...
6 years, 1 month ago (2014-11-10 23:47:41 UTC) #11
Matt Perry
6 years, 1 month ago (2014-11-11 16:12:02 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
7375f7ab5c6cffe257cbad9e3f45fe006a9fb78c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698