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

Issue 10544171: Add OptionsUI and its handler for multiple displays. (Closed)

Created:
8 years, 6 months ago by Jun Mukai
Modified:
8 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews), stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Add OptionsUI and its handler for multiple displays. BUG=130385 TEST=manually checked with lumpy and an external display Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143564

Patch Set 1 #

Total comments: 54

Patch Set 2 : fix #

Patch Set 3 : fix #

Total comments: 41

Patch Set 4 : fix #

Total comments: 10

Patch Set 5 : . #

Total comments: 8

Patch Set 6 : . #

Patch Set 7 : fix #

Patch Set 8 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+679 lines, -0 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/browser_options.html View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/browser_options.js View 1 2 3 4 5 6 7 3 chunks +18 lines, -0 lines 0 comments Download
A chrome/browser/resources/options2/chromeos/display_options.css View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/resources/options2/chromeos/display_options.html View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/resources/options2/chromeos/display_options.js View 1 2 3 1 chunk +352 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/options.html View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/options.js View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options2/options_bundle.js View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options2/browser_options_handler2.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options2/chromeos/display_options_handler.h View 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc View 1 2 3 4 5 1 chunk +160 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options2/options_ui2.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Jun Mukai
yoshiki, can you check the JavaScript code?
8 years, 6 months ago (2012-06-15 05:45:12 UTC) #1
yoshiki
https://chromiumcodereview.appspot.com/10544171/diff/1/chrome/browser/resources/options2/chromeos/display_options.js File chrome/browser/resources/options2/chromeos/display_options.js (right): https://chromiumcodereview.appspot.com/10544171/diff/1/chrome/browser/resources/options2/chromeos/display_options.js#newcode10 chrome/browser/resources/options2/chromeos/display_options.js:10: var kVisualScale = 1 / 10; Use VISUAL_SCALE as ...
8 years, 6 months ago (2012-06-15 10:21:28 UTC) #2
Jun Mukai
http://codereview.chromium.org/10544171/diff/1/chrome/browser/resources/options2/chromeos/display_options.js File chrome/browser/resources/options2/chromeos/display_options.js (right): http://codereview.chromium.org/10544171/diff/1/chrome/browser/resources/options2/chromeos/display_options.js#newcode10 chrome/browser/resources/options2/chromeos/display_options.js:10: var kVisualScale = 1 / 10; On 2012/06/15 10:21:28, ...
8 years, 6 months ago (2012-06-18 01:15:10 UTC) #3
yoshiki
LGTM
8 years, 6 months ago (2012-06-18 03:17:32 UTC) #4
Jun Mukai
jhawkins, This CL is to add a new Options page for multi-displays for ChromeOS (crbug.com/130385). ...
8 years, 6 months ago (2012-06-18 10:25:36 UTC) #5
James Hawkins
http://codereview.chromium.org/10544171/diff/5002/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/10544171/diff/5002/chrome/app/generated_resources.grd#newcode13482 chrome/app/generated_resources.grd:13482: + Manage displays Why do you have the string ...
8 years, 6 months ago (2012-06-18 15:13:49 UTC) #6
Jun Mukai
http://codereview.chromium.org/10544171/diff/5002/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/10544171/diff/5002/chrome/app/generated_resources.grd#newcode13482 chrome/app/generated_resources.grd:13482: + Manage displays On 2012/06/18 15:13:49, James Hawkins wrote: ...
8 years, 6 months ago (2012-06-19 08:37:44 UTC) #7
James Hawkins
LGTM with nits. Note that I highly suggest you get UX feedback ASAP. http://codereview.chromium.org/10544171/diff/15001/chrome/browser/resources/options2/browser_options.html File ...
8 years, 6 months ago (2012-06-20 16:21:03 UTC) #8
Jun Mukai
http://codereview.chromium.org/10544171/diff/15001/chrome/browser/resources/options2/browser_options.html File chrome/browser/resources/options2/browser_options.html (right): http://codereview.chromium.org/10544171/diff/15001/chrome/browser/resources/options2/browser_options.html#newcode267 chrome/browser/resources/options2/browser_options.html:267: i18n-content="displayOptionsButton"></button> On 2012/06/20 16:21:03, James Hawkins wrote: > nit: ...
8 years, 6 months ago (2012-06-21 08:42:58 UTC) #9
oshima
Is this option visible only when the extended desktop is enbled? http://codereview.chromium.org/10544171/diff/21001/chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc File chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc (right): ...
8 years, 6 months ago (2012-06-21 16:51:56 UTC) #10
Jun Mukai
http://codereview.chromium.org/10544171/diff/21001/chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc File chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc (right): http://codereview.chromium.org/10544171/diff/21001/chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc#newcode23 chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc:23: using ash::internal::MonitorController; On 2012/06/21 16:51:56, oshima wrote: > nit: ...
8 years, 6 months ago (2012-06-22 01:36:03 UTC) #11
oshima
lgtm
8 years, 6 months ago (2012-06-22 01:38:34 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/10544171/26001
8 years, 6 months ago (2012-06-22 01:42:35 UTC) #13
commit-bot: I haz the power
Try job failure for 10544171-26001 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-06-22 02:02:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mukai@chromium.org/10544171/28002
8 years, 6 months ago (2012-06-22 06:41:13 UTC) #15
commit-bot: I haz the power
8 years, 6 months ago (2012-06-22 09:02:48 UTC) #16
Change committed as 143564

Powered by Google App Engine
This is Rietveld 408576698