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

Issue 912183002: Adds support for embedViewManagerClient() to IFrame. (Closed)

Created:
5 years, 10 months ago by hansmuller
Modified:
5 years, 10 months ago
CC:
abarth-chromium, esprehn, mojo-reviews_chromium.org, ojan, yzshen+watch_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -0 lines) Patch
M sky/engine/core/html/HTMLIFrameElement.h View 1 chunk +1 line, -0 lines 2 comments Download
M sky/engine/core/html/HTMLIFrameElement.cpp View 1 chunk +9 lines, -0 lines 2 comments Download
M sky/engine/core/html/HTMLIFrameElement.idl View 1 chunk +1 line, -0 lines 0 comments Download
A sky/tests/services/iframe-embed-vmc.sky View 1 chunk +34 lines, -0 lines 2 comments Download
A sky/tests/services/iframe-embed-vmc-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
A sky/tests/services/resources/iframe-vmc.js View 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
hansmuller1
PTAL
5 years, 10 months ago (2015-02-11 00:58:13 UTC) #3
abarth-chromium
Neat! LGTM https://codereview.chromium.org/912183002/diff/1/sky/engine/core/html/HTMLIFrameElement.cpp File sky/engine/core/html/HTMLIFrameElement.cpp (right): https://codereview.chromium.org/912183002/diff/1/sky/engine/core/html/HTMLIFrameElement.cpp#newcode89 sky/engine/core/html/HTMLIFrameElement.cpp:89: m_contentView->Embed(mojo::MakeProxy<mojo::ViewManagerClient>(mojo::MakeScopedHandle(handle).Pass())); Is the Pass() needed here? It ...
5 years, 10 months ago (2015-02-11 01:02:13 UTC) #4
hansmuller1
Thanks for the speedy review delivery! https://codereview.chromium.org/912183002/diff/1/sky/engine/core/html/HTMLIFrameElement.cpp File sky/engine/core/html/HTMLIFrameElement.cpp (right): https://codereview.chromium.org/912183002/diff/1/sky/engine/core/html/HTMLIFrameElement.cpp#newcode89 sky/engine/core/html/HTMLIFrameElement.cpp:89: m_contentView->Embed(mojo::MakeProxy<mojo::ViewManagerClient>(mojo::MakeScopedHandle(handle).Pass())); On 2015/02/11 ...
5 years, 10 months ago (2015-02-11 01:09:01 UTC) #5
hansmuller
5 years, 10 months ago (2015-02-11 01:09:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b431c268019b5dec77a0e73adcfc090c847b5adb (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698