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

Issue 11647017: Rename platform-independent ConstrainedWindow types to WebContentsModalDialog types (part 1) (Closed)

Created:
8 years ago by Mike Wittman
Modified:
8 years ago
Reviewers:
sail, sky
CC:
chromium-reviews, nkostylev+watch_chromium.org, dhollowa+watch_chromium.org, jeremya+watch_chromium.org, gideonwald, ahutter, Raman Kakilate, rouslan+watch_chromium.org, melevin, benquan, benjhayden+dwatch_chromium.org, stevenjb+watch_chromium.org, samarth, dbeam+watch-autofill_chromium.org, dominich, gbillock+watch_chromium.org, chromium-apps-reviews_chromium.org, groby+watch_chromium.org, dyu1, oshima+watch_chromium.org, estade+watch_chromium.org, Albert Bodenhamer, Jered, Ilya Sherman, tfarina, sreeram, sail+watch_chromium.org, Aaron Boodman, David Black, Dane Wallinga, rdsmith+dwatch_chromium.org, smckay+watch_chromium.org, davemoore+watch_chromium.org, msw, Ben Goodger (Google)
Visibility:
Public.

Description

Rename platform-independent ConstrainedWindow types to WebContentsModalDialog types (part 1). This CL addresses method renames. Class and file renames are handled in a second CL to preserve file history: https://codereview.chromium.org/11633052. Renaming/replacement of platform-dependent ConstrainedWindow types and functional changes specified in the associated bug will be addressed in later CLs. No functional changes are intended in this CL. R=sky@chromium.org BUG=157161 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174517

Patch Set 1 #

Total comments: 4

Patch Set 2 : stage changes to preserve history #

Unified diffs Side-by-side diffs Delta from patch set Stats (+164 lines, -165 lines) Patch
M chrome/browser/extensions/platform_app_browsertest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/repost_form_warning_browsertest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser_commands.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/constrained_window/constrained_window_mac.mm View 1 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/constrained_window/constrained_window_mac_browsertest.mm View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/collected_cookies_mac_browsertest.mm View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_install_dialog_controller.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/media_galleries_dialog_cocoa_browsertest.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa_browsertest.mm View 1 2 chunks +4 lines, -4 lines 0 comments Download
D chrome/browser/ui/constrained_window.h View 1 1 chunk +12 lines, -12 lines 0 comments Download
D chrome/browser/ui/constrained_window.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
D chrome/browser/ui/constrained_window_tab_helper.h View 1 2 chunks +12 lines, -12 lines 0 comments Download
D chrome/browser/ui/constrained_window_tab_helper.cc View 1 4 chunks +33 lines, -33 lines 0 comments Download
D chrome/browser/ui/constrained_window_tab_helper_delegate.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
D chrome/browser/ui/constrained_window_tab_helper_delegate.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
D chrome/browser/ui/constrained_window_tab_helper_unittest.cc View 1 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/ui/gtk/collected_cookies_gtk.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/constrained_window_gtk.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/constrained_window_gtk.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/gtk/extensions/media_galleries_dialog_gtk.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/ssl_client_certificate_selector.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/web_intent_picker_gtk.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/login/login_prompt.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/tab_modal_confirm_dialog_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/collected_cookies_views.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/constrained_window_views.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/constrained_window_views.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/constrained_window_views_browsertest.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/ssl_client_certificate_selector.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tab_contents/chrome_web_contents_view_delegate_views.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/web_intent_picker_views.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/constrained_web_dialog_ui_browsertest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_ui_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Mike Wittman
This is the next step in the ConstrainedWindow API rework that Ben is looking for. ...
8 years ago (2012-12-19 21:22:13 UTC) #1
sail
cocoa/* LGTM!
8 years ago (2012-12-19 21:36:41 UTC) #2
sky
https://codereview.chromium.org/11647017/diff/1/chrome/browser/ui/web_contents_modal_dialog.h File chrome/browser/ui/web_contents_modal_dialog.h (right): https://codereview.chromium.org/11647017/diff/1/chrome/browser/ui/web_contents_modal_dialog.h#newcode17 chrome/browser/ui/web_contents_modal_dialog.h:17: class WebContentsModalDialog { I believe this is going to ...
8 years ago (2012-12-19 23:22:38 UTC) #3
Mike Wittman
https://codereview.chromium.org/11647017/diff/1/chrome/browser/ui/web_contents_modal_dialog.h File chrome/browser/ui/web_contents_modal_dialog.h (right): https://codereview.chromium.org/11647017/diff/1/chrome/browser/ui/web_contents_modal_dialog.h#newcode17 chrome/browser/ui/web_contents_modal_dialog.h:17: class WebContentsModalDialog { On 2012/12/19 23:22:38, sky wrote: > ...
8 years ago (2012-12-21 01:55:14 UTC) #4
Mike Wittman
On 2012/12/21 01:55:14, Mike Wittman wrote: > https://codereview.chromium.org/11647017/diff/1/chrome/browser/ui/web_contents_modal_dialog.h > File chrome/browser/ui/web_contents_modal_dialog.h (right): > > https://codereview.chromium.org/11647017/diff/1/chrome/browser/ui/web_contents_modal_dialog.h#newcode17 ...
8 years ago (2012-12-21 19:50:28 UTC) #5
sky
Sorry, didn't realize it was updated. LGTM
8 years ago (2012-12-21 20:36:13 UTC) #6
sky
And thanks for separating into 2 patches!
8 years ago (2012-12-21 20:36:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wittman@chromium.org/11647017/4001
8 years ago (2012-12-21 21:00:04 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests
8 years ago (2012-12-21 23:08:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wittman@chromium.org/11647017/4001
8 years ago (2012-12-21 23:10:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wittman@chromium.org/11647017/4001
8 years ago (2012-12-22 01:01:03 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests
8 years ago (2012-12-22 04:42:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wittman@chromium.org/11647017/4001
8 years ago (2012-12-22 05:50:24 UTC) #13
commit-bot: I haz the power
8 years ago (2012-12-22 10:18:49 UTC) #14
Message was sent while issue was closed.
Change committed as 174517

Powered by Google App Engine
This is Rietveld 408576698