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

Issue 4110010: Cloud Print Dialog work. (Closed)

Created:
10 years, 1 month ago by Scott Byer
Modified:
9 years, 7 months ago
Reviewers:
sanjeevr
CC:
chromium-reviews, tim (not reviewing), ncarter (slow), nkostylev+cc_chromium.org, ben+cc_chromium.org, Sergey Ulanov, Raghu Simha, Alpha Left Google, idana, dmac, awong, garykac, Paweł Hajdan Jr., davemoore+watch_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Cloud Print Dialog work. Allow an HTML dialog to suppress the title bar in a Chromium OS bubble window. For the Cloud Print dialog, remember the last size requested by the contents. BUG=chromium-os:8494 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64824

Patch Set 1 #

Total comments: 8

Patch Set 2 : Better size fetching; address review comments. #

Total comments: 3

Patch Set 3 : Address nits. #

Patch Set 4 : Direct paths for prefs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -31 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -5 lines 0 comments Download
M chrome/browser/browser_signin.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chrome_plugin_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/frame/bubble_frame_view.cc View 1 2 3 chunks +29 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/login/login_html_dialog.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/cocoa/html_dialog_window_controller.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/cocoa/html_dialog_window_controller_unittest.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/dom_ui/constrained_html_ui_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/dom_ui/html_dialog_ui.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/gtk/html_dialog_gtk.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/modal_html_dialog_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_setup_flow.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud.cc View 1 2 3 8 chunks +38 lines, -7 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud_internal.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/remoting/remoting_setup_flow.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/remoting/remoting_setup_flow.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/sync/sync_setup_flow.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/views/html_dialog_view.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/views/html_dialog_view.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/views/html_dialog_view_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/views/select_file_dialog.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sanjeevr
http://codereview.chromium.org/4110010/diff/1/3 File chrome/browser/chromeos/frame/bubble_frame_view.cc (right): http://codereview.chromium.org/4110010/diff/1/3#newcode42 chrome/browser/chromeos/frame/bubble_frame_view.cc:42: if (!title_text.empty() || Is the .empty() check needed? http://codereview.chromium.org/4110010/diff/1/10 ...
10 years, 1 month ago (2010-11-01 21:37:54 UTC) #1
Scott Byer
Note the better implementation of CloudPrintFlowHandler::StoreDialogClientSize(). http://codereview.chromium.org/4110010/diff/1/3 File chrome/browser/chromeos/frame/bubble_frame_view.cc (right): http://codereview.chromium.org/4110010/diff/1/3#newcode42 chrome/browser/chromeos/frame/bubble_frame_view.cc:42: if (!title_text.empty() || ...
10 years, 1 month ago (2010-11-01 22:59:42 UTC) #2
sanjeevr
LGTM with a couple of nits. http://codereview.chromium.org/4110010/diff/58001/59004 File chrome/browser/chromeos/frame/bubble_frame_view.cc (right): http://codereview.chromium.org/4110010/diff/58001/59004#newcode43 chrome/browser/chromeos/frame/bubble_frame_view.cc:43: title_ = new ...
10 years, 1 month ago (2010-11-01 23:07:08 UTC) #3
Scott Byer
With direct paths for the prefs.
10 years, 1 month ago (2010-11-01 23:41:15 UTC) #4
sanjeevr
10 years, 1 month ago (2010-11-01 23:46:58 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698