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

Issue 109623005: Cleanup: Remove deprecated version of views::CreateDialogFrameView(). (Closed)

Created:
7 years ago by Lei Zhang
Modified:
6 years, 10 months ago
Reviewers:
Mike Wittman, msw, sky
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

Cleanup: Remove deprecated version of views::CreateDialogFrameView(). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250308

Patch Set 1 #

Total comments: 5

Patch Set 2 : rebase, address comments #

Total comments: 4

Patch Set 3 : fix nits #

Total comments: 6

Patch Set 4 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -173 lines) Patch
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/collected_cookies_views.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/collected_cookies_views.cc View 1 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/constrained_web_dialog_delegate_views.cc View 1 3 chunks +2 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/constrained_window_views.h View 1 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/constrained_window_views.cc View 1 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/download/download_danger_prompt_views.cc View 1 2 3 6 chunks +1 line, -16 lines 0 comments Download
M chrome/browser/ui/views/extensions/media_galleries_dialog_views.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/extensions/media_galleries_dialog_views.cc View 1 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/extensions/media_galleries_scan_result_dialog_views.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/extensions/media_galleries_scan_result_dialog_views.cc View 1 2 chunks +0 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/login_prompt_views.cc View 1 2 2 chunks +0 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/pdf_password_dialog.cc View 1 2 3 5 chunks +0 lines, -12 lines 0 comments Download
M chrome/browser/ui/views/ssl_client_certificate_selector.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/ssl_client_certificate_selector.cc View 1 2 chunks +0 lines, -11 lines 0 comments Download
M chrome/browser/ui/views/tab_modal_confirm_dialog_views.h View 1 2 3 3 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/tab_modal_confirm_dialog_views.cc View 1 2 3 3 chunks +1 line, -10 lines 0 comments Download
M ui/views/window/dialog_delegate.h View 1 1 chunk +0 lines, -8 lines 0 comments Download
M ui/views/window/dialog_delegate.cc View 1 2 2 chunks +3 lines, -22 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
Lei Zhang
7 years ago (2013-12-11 02:28:58 UTC) #1
Mike Wittman
Thanks for cleaning this up! https://codereview.chromium.org/109623005/diff/1/chrome/browser/ui/views/constrained_window_views.cc File chrome/browser/ui/views/constrained_window_views.cc (right): https://codereview.chromium.org/109623005/diff/1/chrome/browser/ui/views/constrained_window_views.cc#newcode142 chrome/browser/ui/views/constrained_window_views.cc:142: views::NonClientFrameView* CreateConstrainedStyleNonClientFrameView( This function ...
7 years ago (2013-12-11 15:09:18 UTC) #2
msw
https://codereview.chromium.org/109623005/diff/1/ui/views/window/dialog_delegate.cc File ui/views/window/dialog_delegate.cc (left): https://codereview.chromium.org/109623005/diff/1/ui/views/window/dialog_delegate.cc#oldcode185 ui/views/window/dialog_delegate.cc:185: #if defined(USE_AURA) On 2013/12/11 15:09:18, Mike Wittman wrote: > ...
7 years ago (2013-12-11 17:47:13 UTC) #3
Mike Wittman
ping I believe these changes can proceed now since we've started removing non-Aura Windows code: ...
6 years, 10 months ago (2014-02-05 17:34:04 UTC) #4
msw
On 2014/02/05 17:34:04, Mike Wittman wrote: > ping > > I believe these changes can ...
6 years, 10 months ago (2014-02-05 18:51:57 UTC) #5
Lei Zhang
https://codereview.chromium.org/109623005/diff/1/chrome/browser/ui/views/constrained_window_views.cc File chrome/browser/ui/views/constrained_window_views.cc (right): https://codereview.chromium.org/109623005/diff/1/chrome/browser/ui/views/constrained_window_views.cc#newcode142 chrome/browser/ui/views/constrained_window_views.cc:142: views::NonClientFrameView* CreateConstrainedStyleNonClientFrameView( On 2013/12/11 15:09:18, Mike Wittman wrote: > ...
6 years, 10 months ago (2014-02-07 00:03:41 UTC) #6
Mike Wittman
lgtm https://codereview.chromium.org/109623005/diff/30001/chrome/browser/ui/views/login_prompt_views.cc File chrome/browser/ui/views/login_prompt_views.cc (left): https://codereview.chromium.org/109623005/diff/30001/chrome/browser/ui/views/login_prompt_views.cc#oldcode11 chrome/browser/ui/views/login_prompt_views.cc:11: #include "chrome/browser/ui/views/constrained_window_views.h" Remove this? https://codereview.chromium.org/109623005/diff/30001/ui/views/window/dialog_delegate.cc File ui/views/window/dialog_delegate.cc (left): ...
6 years, 10 months ago (2014-02-07 15:02:43 UTC) #7
Lei Zhang
https://codereview.chromium.org/109623005/diff/30001/chrome/browser/ui/views/login_prompt_views.cc File chrome/browser/ui/views/login_prompt_views.cc (left): https://codereview.chromium.org/109623005/diff/30001/chrome/browser/ui/views/login_prompt_views.cc#oldcode11 chrome/browser/ui/views/login_prompt_views.cc:11: #include "chrome/browser/ui/views/constrained_window_views.h" On 2014/02/07 15:02:44, Mike Wittman wrote: > ...
6 years, 10 months ago (2014-02-07 22:55:21 UTC) #8
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 10 months ago (2014-02-07 22:55:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/109623005/190001
6 years, 10 months ago (2014-02-07 22:56:05 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-07 23:22:02 UTC) #11
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=49043
6 years, 10 months ago (2014-02-07 23:22:03 UTC) #12
Lei Zhang
msw: ui/ OWNERS please.
6 years, 10 months ago (2014-02-08 00:46:44 UTC) #13
msw
LGTM with nits. https://codereview.chromium.org/109623005/diff/190001/chrome/browser/ui/views/download/download_danger_prompt_views.cc File chrome/browser/ui/views/download/download_danger_prompt_views.cc (right): https://codereview.chromium.org/109623005/diff/190001/chrome/browser/ui/views/download/download_danger_prompt_views.cc#newcode77 chrome/browser/ui/views/download/download_danger_prompt_views.cc:77: content::WebContents* web_contents_; nit: this member (and ...
6 years, 10 months ago (2014-02-10 19:21:14 UTC) #14
Lei Zhang
https://codereview.chromium.org/109623005/diff/190001/chrome/browser/ui/views/download/download_danger_prompt_views.cc File chrome/browser/ui/views/download/download_danger_prompt_views.cc (right): https://codereview.chromium.org/109623005/diff/190001/chrome/browser/ui/views/download/download_danger_prompt_views.cc#newcode77 chrome/browser/ui/views/download/download_danger_prompt_views.cc:77: content::WebContents* web_contents_; On 2014/02/10 19:21:15, msw wrote: > nit: ...
6 years, 10 months ago (2014-02-10 23:21:42 UTC) #15
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 10 months ago (2014-02-10 23:21:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/109623005/480001
6 years, 10 months ago (2014-02-10 23:23:50 UTC) #17
Lei Zhang
The CQ bit was unchecked by thestig@chromium.org
6 years, 10 months ago (2014-02-10 23:24:00 UTC) #18
Lei Zhang
Hmm, I probably looked in the wrong OWNERS file. +sky for ui/
6 years, 10 months ago (2014-02-10 23:26:35 UTC) #19
sky
ui LGTM
6 years, 10 months ago (2014-02-11 00:36:23 UTC) #20
Lei Zhang
The CQ bit was checked by thestig@chromium.org
6 years, 10 months ago (2014-02-11 00:59:46 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thestig@chromium.org/109623005/480001
6 years, 10 months ago (2014-02-11 01:00:19 UTC) #22
commit-bot: I haz the power
6 years, 10 months ago (2014-02-11 03:35:52 UTC) #23
Message was sent while issue was closed.
Change committed as 250308

Powered by Google App Engine
This is Rietveld 408576698