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

Issue 8469006: Promote bubble_window_style to more general dialog_style. (Closed)

Created:
9 years, 1 month ago by bshe
Modified:
9 years, 1 month ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, Erik does not do reviews, mihaip+watch_chromium.org, Aaron Boodman, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
/usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Visibility:
Public.

Description

Promote bubble_window_style to more general dialog_style. In order to theme certificate viewer html dialog with a different style on chromeos, we need to promote bubble_window_style to more general dialog_style. This way, DialogStyle can be used as a parameter for function ShowHTMLDialog. However, only chromeos builds will use this parameter, others just ignore it. BUG=102511 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110731

Patch Set 1 #

Patch Set 2 : Add comments. #

Total comments: 4

Patch Set 3 : Put bubble window background color back to bubble_window_style file. #

Patch Set 4 : Merge to trunk. #

Total comments: 6

Patch Set 5 : Address reviews. #

Total comments: 2

Patch Set 6 : Change base url and merge trunk. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -41 lines) Patch
M chrome/browser/chromeos/frame/bubble_frame_view.h View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/frame/bubble_frame_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/frame/bubble_window.h View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/frame/bubble_window_gtk.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/chromeos/frame/bubble_window_style.h View 1 2 3 4 1 chunk +0 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/login/login_html_dialog.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/ui/dialog_style.h View 1 2 3 4 2 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_dialog.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/keyboard_overlay_dialog_view.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/window.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
bshe
Hi Rob. Could u please take a look at this CL? I basically moved the ...
9 years, 1 month ago (2011-11-10 20:43:30 UTC) #1
flackr
I agree the naming seems a bit awkward but the BubbleWindow is being used to ...
9 years, 1 month ago (2011-11-10 21:06:46 UTC) #2
bshe
Done http://codereview.chromium.org/8469006/diff/1001/chrome/browser/chromeos/frame/bubble_window_views.cc File chrome/browser/chromeos/frame/bubble_window_views.cc (left): http://codereview.chromium.org/8469006/diff/1001/chrome/browser/chromeos/frame/bubble_window_views.cc#oldcode10 chrome/browser/chromeos/frame/bubble_window_views.cc:10: On 2011/11/10 21:06:46, flackr wrote: > nit: Keep ...
9 years, 1 month ago (2011-11-14 18:58:03 UTC) #3
flackr
http://codereview.chromium.org/8469006/diff/4005/chrome/browser/chromeos/frame/bubble_window_style.h File chrome/browser/chromeos/frame/bubble_window_style.h (right): http://codereview.chromium.org/8469006/diff/4005/chrome/browser/chromeos/frame/bubble_window_style.h#newcode13 chrome/browser/chromeos/frame/bubble_window_style.h:13: extern const SkColor kBubbleWindowBackgroundColor; No indentation. http://codereview.chromium.org/8469006/diff/4005/chrome/browser/ui/dialog_style.h File chrome/browser/ui/dialog_style.h ...
9 years, 1 month ago (2011-11-15 02:09:18 UTC) #4
bshe
Done. Thanks for your time! http://codereview.chromium.org/8469006/diff/4005/chrome/browser/chromeos/frame/bubble_window_style.h File chrome/browser/chromeos/frame/bubble_window_style.h (right): http://codereview.chromium.org/8469006/diff/4005/chrome/browser/chromeos/frame/bubble_window_style.h#newcode13 chrome/browser/chromeos/frame/bubble_window_style.h:13: extern const SkColor kBubbleWindowBackgroundColor; ...
9 years, 1 month ago (2011-11-15 16:05:33 UTC) #5
flackr
LGTM
9 years, 1 month ago (2011-11-15 16:45:18 UTC) #6
bshe
Hi Emmanuel. I made some changes to bubble_window_style.* files, which you are the original author, ...
9 years, 1 month ago (2011-11-15 22:35:39 UTC) #7
Emmanuel Saint-loubert-Bié
Looks good to me! Please have sky@ review for OWNERS
9 years, 1 month ago (2011-11-15 23:03:10 UTC) #8
bshe
On 2011/11/15 23:03:10, Emmanuel Saint-loubert wrote: > Looks good to me! Please have sky@ review ...
9 years, 1 month ago (2011-11-15 23:25:55 UTC) #9
sky
http://codereview.chromium.org/8469006/diff/14001/chrome/browser/ui/dialog_style.h File chrome/browser/ui/dialog_style.h (right): http://codereview.chromium.org/8469006/diff/14001/chrome/browser/ui/dialog_style.h#newcode5 chrome/browser/ui/dialog_style.h:5: #ifndef CHROME_BROWSER_UI_DIALOG_STYLE_H_ Is this going to be views specific? ...
9 years, 1 month ago (2011-11-16 04:31:04 UTC) #10
flackr
http://codereview.chromium.org/8469006/diff/14001/chrome/browser/ui/dialog_style.h File chrome/browser/ui/dialog_style.h (right): http://codereview.chromium.org/8469006/diff/14001/chrome/browser/ui/dialog_style.h#newcode5 chrome/browser/ui/dialog_style.h:5: #ifndef CHROME_BROWSER_UI_DIALOG_STYLE_H_ On 2011/11/16 04:31:04, sky wrote: > Is ...
9 years, 1 month ago (2011-11-16 13:53:22 UTC) #11
sky
9 years, 1 month ago (2011-11-16 16:35:46 UTC) #12
Thanks for clarifying. LGTM

Powered by Google App Engine
This is Rietveld 408576698