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

Issue 1586923002: [UseZoomForDSF] Guest view support (Closed)

Created:
4 years, 11 months ago by oshima
Modified:
4 years, 11 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, extensions-reviews_chromium.org, nasko+codewatch_chromium.org, jam, blink-reviews, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, chromium-apps-reviews_chromium.org, tdresser+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[UseZoomForDSF] Guest view support * Do not convert inputs for child frames because they're already converted * Use 1x dsf for the child frame's surface. This is a stopgap solution. I'll address it in a separate CL. * Convert the guest view size to css in browser_plugin as all use of the size expects css coordinates. BUG=485650 TEST=WebViewWithZoomForDSFTest.* Committed: https://crrev.com/9000e422526a1795be84f2571b5e65f431c73f2f Cr-Commit-Position: refs/heads/master@{#371695}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -4 lines) Patch
M chrome/browser/apps/guest_view/web_view_browsertest.cc View 4 chunks +26 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 1 2 3 1 chunk +2 lines, -0 lines 1 comment Download
M content/browser/renderer_host/render_widget_host_impl.h View 2 chunks +8 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
M content/renderer/child_frame_compositing_helper.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 69 (29 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1586923002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1586923002/60001
4 years, 11 months ago (2016-01-14 02:54:06 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.android (JOB_TIMED_OUT, no build URL) ...
4 years, 11 months ago (2016-01-14 04:58:28 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1586923002/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1586923002/70001
4 years, 11 months ago (2016-01-14 14:18:39 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/166056)
4 years, 11 months ago (2016-01-14 15:13:12 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1586923002/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1586923002/110001
4 years, 11 months ago (2016-01-14 15:40:57 UTC) #10
oshima
4 years, 11 months ago (2016-01-14 16:27:13 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1586923002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1586923002/130001
4 years, 11 months ago (2016-01-14 16:27:47 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/166124)
4 years, 11 months ago (2016-01-14 19:06:08 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1586923002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1586923002/130001
4 years, 11 months ago (2016-01-14 19:49:51 UTC) #26
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-14 20:51:52 UTC) #28
lazyboy
+James for reviewing the browser plugin code and +Ken for RWHVChildFrame. Think they are more ...
4 years, 11 months ago (2016-01-14 21:18:11 UTC) #30
oshima
On 2016/01/14 21:18:11, lazyboy wrote: > +James for reviewing the browser plugin code and +Ken ...
4 years, 11 months ago (2016-01-14 23:26:41 UTC) #31
kenrb
https://codereview.chromium.org/1586923002/diff/130001/content/browser/frame_host/render_widget_host_view_child_frame.cc File content/browser/frame_host/render_widget_host_view_child_frame.cc (right): https://codereview.chromium.org/1586923002/diff/130001/content/browser/frame_host/render_widget_host_view_child_frame.cc#newcode52 content/browser/frame_host/render_widget_host_view_child_frame.cc:52: host_->set_scale_input_to_viewport(false); I think that comment might not be generally ...
4 years, 11 months ago (2016-01-15 20:09:12 UTC) #32
oshima
https://codereview.chromium.org/1586923002/diff/130001/content/browser/frame_host/render_widget_host_view_child_frame.cc File content/browser/frame_host/render_widget_host_view_child_frame.cc (right): https://codereview.chromium.org/1586923002/diff/130001/content/browser/frame_host/render_widget_host_view_child_frame.cc#newcode52 content/browser/frame_host/render_widget_host_view_child_frame.cc:52: host_->set_scale_input_to_viewport(false); On 2016/01/15 20:09:12, kenrb wrote: > I think ...
4 years, 11 months ago (2016-01-15 22:24:10 UTC) #34
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1586923002/170001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1586923002/170001
4 years, 11 months ago (2016-01-15 22:24:52 UTC) #36
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-15 23:25:12 UTC) #38
oshima
friendly ping?
4 years, 11 months ago (2016-01-20 18:42:07 UTC) #39
wjmaclean
I have a question: I'm assuming by 'Zoom' we're referring to PinchZoom (a.k.a. page scale ...
4 years, 11 months ago (2016-01-20 19:41:55 UTC) #40
wjmaclean
On 2016/01/20 19:41:55, wjmaclean wrote: > content/browser/frame_host/render_widget_host_view_child_frame.cc:53: > host_->set_scale_input_to_viewport(false); > If it should be true ...
4 years, 11 months ago (2016-01-20 19:45:34 UTC) #41
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1586923002/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1586923002/210001
4 years, 11 months ago (2016-01-20 21:33:23 UTC) #44
oshima
> I have a question: I'm assuming by 'Zoom' we're referring to PinchZoom (a.k.a. page ...
4 years, 11 months ago (2016-01-20 21:38:49 UTC) #45
kenrb
https://codereview.chromium.org/1586923002/diff/130001/content/browser/frame_host/render_widget_host_view_child_frame.cc File content/browser/frame_host/render_widget_host_view_child_frame.cc (right): https://codereview.chromium.org/1586923002/diff/130001/content/browser/frame_host/render_widget_host_view_child_frame.cc#newcode52 content/browser/frame_host/render_widget_host_view_child_frame.cc:52: host_->set_scale_input_to_viewport(false); On 2016/01/15 22:24:10, oshima wrote: > On 2016/01/15 ...
4 years, 11 months ago (2016-01-20 21:43:11 UTC) #46
nasko
On 2016/01/20 21:43:11, kenrb wrote: > https://codereview.chromium.org/1586923002/diff/130001/content/browser/frame_host/render_widget_host_view_child_frame.cc > File content/browser/frame_host/render_widget_host_view_child_frame.cc (right): > > https://codereview.chromium.org/1586923002/diff/130001/content/browser/frame_host/render_widget_host_view_child_frame.cc#newcode52 > ...
4 years, 11 months ago (2016-01-20 21:46:19 UTC) #47
oshima
On 2016/01/20 21:46:19, nasko wrote: > On 2016/01/20 21:43:11, kenrb wrote: > > > https://codereview.chromium.org/1586923002/diff/130001/content/browser/frame_host/render_widget_host_view_child_frame.cc ...
4 years, 11 months ago (2016-01-20 21:53:50 UTC) #48
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-20 22:48:55 UTC) #50
oshima
ping?
4 years, 11 months ago (2016-01-22 16:41:41 UTC) #51
wjmaclean
This looks fine ... lgtm
4 years, 11 months ago (2016-01-25 21:01:45 UTC) #52
oshima
sievers@ -> OWNERS review
4 years, 11 months ago (2016-01-25 21:26:38 UTC) #54
no sievers
https://codereview.chromium.org/1586923002/diff/210001/content/browser/frame_host/render_widget_host_view_guest.cc File content/browser/frame_host/render_widget_host_view_guest.cc (right): https://codereview.chromium.org/1586923002/diff/210001/content/browser/frame_host/render_widget_host_view_guest.cc#newcode66 content/browser/frame_host/render_widget_host_view_guest.cc:66: host_->set_scale_input_to_viewport(false); Is it possible for this |host_| to host ...
4 years, 11 months ago (2016-01-26 19:42:35 UTC) #55
wjmaclean
On 2016/01/26 19:42:35, sievers wrote: > https://codereview.chromium.org/1586923002/diff/210001/content/browser/frame_host/render_widget_host_view_guest.cc > File content/browser/frame_host/render_widget_host_view_guest.cc (right): > > https://codereview.chromium.org/1586923002/diff/210001/content/browser/frame_host/render_widget_host_view_guest.cc#newcode66 > ...
4 years, 11 months ago (2016-01-26 19:47:28 UTC) #56
oshima
On 2016/01/26 19:47:28, wjmaclean wrote: > On 2016/01/26 19:42:35, sievers wrote: > > > https://codereview.chromium.org/1586923002/diff/210001/content/browser/frame_host/render_widget_host_view_guest.cc ...
4 years, 11 months ago (2016-01-26 20:46:16 UTC) #57
no sievers
On 2016/01/26 20:46:16, oshima wrote: > On 2016/01/26 19:47:28, wjmaclean wrote: > > On 2016/01/26 ...
4 years, 11 months ago (2016-01-26 21:03:32 UTC) #58
oshima
On 2016/01/26 21:03:32, sievers wrote: > On 2016/01/26 20:46:16, oshima wrote: > > On 2016/01/26 ...
4 years, 11 months ago (2016-01-26 23:03:10 UTC) #59
wjmaclean
On 2016/01/26 23:03:10, oshima wrote: > On 2016/01/26 21:03:32, sievers wrote: > > On 2016/01/26 ...
4 years, 11 months ago (2016-01-27 01:19:46 UTC) #60
no sievers
On 2016/01/27 01:19:46, wjmaclean wrote: > On 2016/01/26 23:03:10, oshima wrote: > > On 2016/01/26 ...
4 years, 11 months ago (2016-01-27 01:35:57 UTC) #61
oshima
On 2016/01/27 01:35:57, sievers wrote: > On 2016/01/27 01:19:46, wjmaclean wrote: > > On 2016/01/26 ...
4 years, 11 months ago (2016-01-27 01:55:19 UTC) #62
oshima
On 2016/01/27 01:35:57, sievers wrote: > On 2016/01/27 01:19:46, wjmaclean wrote: > > On 2016/01/26 ...
4 years, 11 months ago (2016-01-27 01:55:20 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1586923002/210001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1586923002/210001
4 years, 11 months ago (2016-01-27 01:56:24 UTC) #65
commit-bot: I haz the power
Committed patchset #4 (id:210001)
4 years, 11 months ago (2016-01-27 03:05:47 UTC) #67
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 03:07:03 UTC) #69
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9000e422526a1795be84f2571b5e65f431c73f2f
Cr-Commit-Position: refs/heads/master@{#371695}

Powered by Google App Engine
This is Rietveld 408576698