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

Issue 98073015: <webview>: Support zoom in WebUI (Closed)

Created:
6 years, 11 months ago by Fady Samuel
Modified:
6 years, 11 months ago
Reviewers:
jam, nasko
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

<webview>: Support zoom in WebUI This CL plumbs the embedder's zoom into the guest WebContents. BUG=330818 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244116

Patch Set 1 #

Patch Set 2 : Removed RenderViewHost::SetZoomLevel #

Total comments: 6

Patch Set 3 : Updated #

Patch Set 4 : Updated comment #

Total comments: 4

Patch Set 5 : Addressed nits + Merge with ToT #

Patch Set 6 : Merge with ToT #

Patch Set 7 : Fix GTK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -13 lines) Patch
M chrome/browser/chrome_page_zoom.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/zoom_bubble_gtk.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder.cc View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M content/public/browser/render_view_host.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/browser/web_contents.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Fady Samuel
6 years, 11 months ago (2014-01-06 19:09:45 UTC) #1
nasko
This looks mostly good, just a few small issues. https://codereview.chromium.org/98073015/diff/40001/content/browser/browser_plugin/browser_plugin_guest_manager.cc File content/browser/browser_plugin/browser_plugin_guest_manager.cc (right): https://codereview.chromium.org/98073015/diff/40001/content/browser/browser_plugin/browser_plugin_guest_manager.cc#newcode232 content/browser/browser_plugin/browser_plugin_guest_manager.cc:232: ...
6 years, 11 months ago (2014-01-06 21:58:40 UTC) #2
Fady Samuel
PTAL https://codereview.chromium.org/98073015/diff/40001/content/browser/browser_plugin/browser_plugin_guest_manager.cc File content/browser/browser_plugin/browser_plugin_guest_manager.cc (right): https://codereview.chromium.org/98073015/diff/40001/content/browser/browser_plugin/browser_plugin_guest_manager.cc#newcode232 content/browser/browser_plugin/browser_plugin_guest_manager.cc:232: it != guest_web_contents_by_instance_id_.end(); ++it) { On 2014/01/06 21:58:40, ...
6 years, 11 months ago (2014-01-08 19:42:42 UTC) #3
nasko
LGTM with nits. https://codereview.chromium.org/98073015/diff/140001/content/browser/browser_plugin/browser_plugin_embedder.cc File content/browser/browser_plugin/browser_plugin_embedder.cc (right): https://codereview.chromium.org/98073015/diff/140001/content/browser/browser_plugin/browser_plugin_embedder.cc#newcode125 content/browser/browser_plugin/browser_plugin_embedder.cc:125: return false; nit: The comment you ...
6 years, 11 months ago (2014-01-08 21:59:05 UTC) #4
Fady Samuel
+jam@ for content OWNER review. Thanks! https://codereview.chromium.org/98073015/diff/140001/content/browser/browser_plugin/browser_plugin_embedder.cc File content/browser/browser_plugin/browser_plugin_embedder.cc (right): https://codereview.chromium.org/98073015/diff/140001/content/browser/browser_plugin/browser_plugin_embedder.cc#newcode125 content/browser/browser_plugin/browser_plugin_embedder.cc:125: return false; On ...
6 years, 11 months ago (2014-01-09 16:19:45 UTC) #5
jam
lgtm
6 years, 11 months ago (2014-01-09 21:03:33 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/98073015/290001
6 years, 11 months ago (2014-01-09 21:47:46 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=212298
6 years, 11 months ago (2014-01-09 22:26:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fsamuel@chromium.org/98073015/500001
6 years, 11 months ago (2014-01-10 04:25:11 UTC) #9
commit-bot: I haz the power
6 years, 11 months ago (2014-01-10 07:15:54 UTC) #10
Message was sent while issue was closed.
Change committed as 244116

Powered by Google App Engine
This is Rietveld 408576698