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

Issue 197523002: Show Zoom Levels as content settings (Closed)

Created:
6 years, 9 months ago by battre
Modified:
6 years, 9 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, joi+watch-content_chromium.org, jam, arv+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Show Zoom Levels as content settings This CL shows page zoom levels as content settings in chrome://settings/content and allows clearing them. BUG=137412 TEST=Open a site example.com, zoom using Ctrl + +, observe how settings change in chrome://settings/content -> Zoom levels; reset some zoom levels. R=dbeam@chromium.org, joi@chromium.org, markusheintz@chromium.org, sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257730

Patch Set 1 #

Total comments: 13

Patch Set 2 : Addressed Markus' comments #

Total comments: 27

Patch Set 3 : Addressed comments #

Total comments: 1

Patch Set 4 : Merged with ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -6 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings.css View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/options/content_settings.html View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.html View 1 2 2 chunks +14 lines, -1 line 0 comments Download
M chrome/browser/resources/options/content_settings_exceptions_area.js View 1 2 4 chunks +22 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.h View 1 2 6 chunks +13 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 2 3 15 chunks +116 lines, -0 lines 0 comments Download
M content/browser/host_zoom_map_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/host_zoom_map_impl.cc View 1 1 chunk +36 lines, -0 lines 0 comments Download
M content/browser/host_zoom_map_impl_unittest.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M content/public/browser/host_zoom_map.h View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
battre
Hi Markus, could you please review this CL? Thanks, Dominic
6 years, 9 months ago (2014-03-12 14:54:12 UTC) #1
markusheintz_
https://codereview.chromium.org/197523002/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/197523002/diff/1/chrome/app/generated_resources.grd#newcode8323 chrome/app/generated_resources.grd:8323: + <message name="IDS_ZOOMLEVELS_TAB_LABEL" desc="Label for Zoom Level tab on ...
6 years, 9 months ago (2014-03-12 16:31:05 UTC) #2
battre
Thanks! PTAL. Dominic https://codereview.chromium.org/197523002/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/197523002/diff/1/chrome/app/generated_resources.grd#newcode8323 chrome/app/generated_resources.grd:8323: + <message name="IDS_ZOOMLEVELS_TAB_LABEL" desc="Label for Zoom ...
6 years, 9 months ago (2014-03-13 09:22:14 UTC) #3
markusheintz_
One last comment. LGTM otherwise https://codereview.chromium.org/197523002/diff/20001/chrome/browser/resources/options/content_settings_exceptions_area.html File chrome/browser/resources/options/content_settings_exceptions_area.html (right): https://codereview.chromium.org/197523002/diff/20001/chrome/browser/resources/options/content_settings_exceptions_area.html#newcode11 chrome/browser/resources/options/content_settings_exceptions_area.html:11: <div id="exception-zoom-column" Do we ...
6 years, 9 months ago (2014-03-13 09:37:14 UTC) #4
battre
https://codereview.chromium.org/197523002/diff/20001/chrome/browser/resources/options/content_settings_exceptions_area.html File chrome/browser/resources/options/content_settings_exceptions_area.html (right): https://codereview.chromium.org/197523002/diff/20001/chrome/browser/resources/options/content_settings_exceptions_area.html#newcode11 chrome/browser/resources/options/content_settings_exceptions_area.html:11: <div id="exception-zoom-column" On 2014/03/13 09:37:14, markusheintz_ wrote: > Do ...
6 years, 9 months ago (2014-03-13 14:04:28 UTC) #5
battre
Dear OWNERS, could you please review this CL? dbeam for chrome/browser/**/options/* joi for content/public/host_zoom_map.h sky ...
6 years, 9 months ago (2014-03-13 14:07:38 UTC) #6
Jói
//content/public LGTM
6 years, 9 months ago (2014-03-13 14:09:05 UTC) #7
sky
LGTM
6 years, 9 months ago (2014-03-13 16:03:14 UTC) #8
Dan Beam
https://codereview.chromium.org/197523002/diff/20001/chrome/browser/resources/options/content_settings.css File chrome/browser/resources/options/content_settings.css (right): https://codereview.chromium.org/197523002/diff/20001/chrome/browser/resources/options/content_settings.css#newcode46 chrome/browser/resources/options/content_settings.css:46: #exception-zoom-column { Any reason you didn't combine this with ...
6 years, 9 months ago (2014-03-15 15:28:50 UTC) #9
battre
Thanks a lot, Dan. Please take another look. Best regards, Dominic https://codereview.chromium.org/197523002/diff/20001/chrome/browser/resources/options/content_settings.css File chrome/browser/resources/options/content_settings.css (right): ...
6 years, 9 months ago (2014-03-17 23:00:19 UTC) #10
Dan Beam
lgtm w/comment https://codereview.chromium.org/197523002/diff/20001/chrome/browser/ui/webui/options/content_settings_handler.cc File chrome/browser/ui/webui/options/content_settings_handler.cc (right): https://codereview.chromium.org/197523002/diff/20001/chrome/browser/ui/webui/options/content_settings_handler.cc#newcode1242 chrome/browser/ui/webui/options/content_settings_handler.cc:1242: bool rv = args->GetString(arg_index++, &mode); On 2014/03/17 ...
6 years, 9 months ago (2014-03-18 00:10:34 UTC) #11
Dan Beam
https://codereview.chromium.org/197523002/diff/40001/chrome/browser/ui/webui/options/content_settings_handler.h File chrome/browser/ui/webui/options/content_settings_handler.h (right): https://codereview.chromium.org/197523002/diff/40001/chrome/browser/ui/webui/options/content_settings_handler.h#newcode126 chrome/browser/ui/webui/options/content_settings_handler.h:126: // RemoveException(). i have little to no idea what ...
6 years, 9 months ago (2014-03-18 00:13:23 UTC) #12
battre
I'll land this as is and create a second CL that removes all occurrences of ...
6 years, 9 months ago (2014-03-18 12:38:53 UTC) #13
battre
The CQ bit was checked by battre@chromium.org
6 years, 9 months ago (2014-03-18 12:39:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/battre@chromium.org/197523002/40001
6 years, 9 months ago (2014-03-18 12:39:11 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-18 18:45:13 UTC) #16
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-18 18:45:14 UTC) #17
battre
6 years, 9 months ago (2014-03-18 20:37:29 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 manually as r257730 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698