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

Issue 10797046: (Views only): Allow choosing between NativeTabbedPaneView and NativeTabbedPaneWin on Windows. (Closed)

Created:
8 years, 5 months ago by markusheintz_
Modified:
8 years, 5 months ago
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

(Views only): Allow switching between NativeTabbedPaneView and NativeTabbedPaneWin on Windows. BUG=138059 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148617

Patch Set 1 #

Patch Set 2 : #

Total comments: 11

Patch Set 3 : Address comments (msw) #

Patch Set 4 : Make CreateNativeWrapper a function in an anonymous namespace. #

Total comments: 2

Patch Set 5 : Address comments (msw). #

Patch Set 6 : Add TabbedPane forward declarations to NTPV and NTPW. #

Patch Set 7 : Make the TabbedPaneTest use NativeTabbedPaneWin. #

Total comments: 1

Patch Set 8 : Make the FocusManagerTest* use NativeTabbedPaneWin. #

Patch Set 9 : "Fix file header *sigh*" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -30 lines) Patch
M chrome/browser/ui/views/collected_cookies_views.cc View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M ui/views/controls/tabbed_pane/native_tabbed_pane_views.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M ui/views/controls/tabbed_pane/native_tabbed_pane_views.cc View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
M ui/views/controls/tabbed_pane/native_tabbed_pane_win.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M ui/views/controls/tabbed_pane/native_tabbed_pane_win.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h View 1 2 3 4 5 6 7 8 3 chunks +1 line, -5 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.cc View 1 2 3 2 chunks +27 lines, -2 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/focus/focus_manager_unittest.cc View 1 2 3 4 5 6 7 3 chunks +4 lines, -0 lines 0 comments Download
M ui/views/views.gyp View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
markusheintz_
Hey Michael could you please take a look at this CL. It only lacks some ...
8 years, 5 months ago (2012-07-20 16:49:20 UTC) #1
msw
Very awesome! Thanks! https://chromiumcodereview.appspot.com/10797046/diff/8/chrome/browser/ui/views/collected_cookies_views.cc File chrome/browser/ui/views/collected_cookies_views.cc (right): https://chromiumcodereview.appspot.com/10797046/diff/8/chrome/browser/ui/views/collected_cookies_views.cc#newcode48 chrome/browser/ui/views/collected_cookies_views.cc:48: // pane is not used anymore. ...
8 years, 5 months ago (2012-07-20 23:50:50 UTC) #2
markusheintz_
https://chromiumcodereview.appspot.com/10797046/diff/8/chrome/browser/ui/views/collected_cookies_views.cc File chrome/browser/ui/views/collected_cookies_views.cc (right): https://chromiumcodereview.appspot.com/10797046/diff/8/chrome/browser/ui/views/collected_cookies_views.cc#newcode48 chrome/browser/ui/views/collected_cookies_views.cc:48: // pane is not used anymore. On 2012/07/20 23:50:51, ...
8 years, 5 months ago (2012-07-23 12:22:06 UTC) #3
msw
https://chromiumcodereview.appspot.com/10797046/diff/8/ui/views/controls/tabbed_pane/tabbed_pane.cc File ui/views/controls/tabbed_pane/tabbed_pane.cc (right): https://chromiumcodereview.appspot.com/10797046/diff/8/ui/views/controls/tabbed_pane/tabbed_pane.cc#newcode157 ui/views/controls/tabbed_pane/tabbed_pane.cc:157: NativeTabbedPaneWrapper* NativeTabbedPaneWrapper::CreateNativeWrapper( > We could also move this method ...
8 years, 5 months ago (2012-07-23 22:55:43 UTC) #4
markusheintz_
@Ben: Please review this CL. This CL is the first step to replace NativeTabbedPaneView with ...
8 years, 5 months ago (2012-07-24 16:48:32 UTC) #5
markusheintz_
@Ben: Please review this CL. This CL is the first step to replace NativeTabbedPaneView with ...
8 years, 5 months ago (2012-07-24 16:48:33 UTC) #6
msw
LGTM with one more nit. https://chromiumcodereview.appspot.com/10797046/diff/13001/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h File ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h (right): https://chromiumcodereview.appspot.com/10797046/diff/13001/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h#newcode17 ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h:17: class TabbedPane; nit: I ...
8 years, 5 months ago (2012-07-24 16:57:57 UTC) #7
markusheintz_
Thanks a lot for the review Michael. https://chromiumcodereview.appspot.com/10797046/diff/13001/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h File ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h (right): https://chromiumcodereview.appspot.com/10797046/diff/13001/ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h#newcode17 ui/views/controls/tabbed_pane/native_tabbed_pane_wrapper.h:17: class TabbedPane; ...
8 years, 5 months ago (2012-07-24 17:03:17 UTC) #8
Ben Goodger (Google)
lgtm
8 years, 5 months ago (2012-07-25 15:55:37 UTC) #9
markusheintz_
On 2012/07/25 15:55:37, Ben Goodger (Google) wrote: > lgtm Sorry for the post LGTM change ...
8 years, 5 months ago (2012-07-25 18:31:13 UTC) #10
Ben Goodger (Google)
ok
8 years, 5 months ago (2012-07-25 19:30:21 UTC) #11
msw
LGTM with option of enabling tests on more platforms now or later... https://chromiumcodereview.appspot.com/10797046/diff/22002/ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc File ui/views/controls/tabbed_pane/tabbed_pane_unittest.cc ...
8 years, 5 months ago (2012-07-25 20:03:53 UTC) #12
msw
NVM, this is fine. I see you're already fixing up the tests in: https://chromiumcodereview.appspot.com/10831009/ thanks!
8 years, 5 months ago (2012-07-25 20:06:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markusheintz@chromium.org/10797046/23012
8 years, 5 months ago (2012-07-26 13:20:02 UTC) #14
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
8 years, 5 months ago (2012-07-26 18:21:34 UTC) #15
commit-bot: I haz the power
8 years, 5 months ago (2012-07-26 18:39:17 UTC) #16

Powered by Google App Engine
This is Rietveld 408576698