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

Issue 2815034: Win: Add listbox view. (Closed)

Created:
10 years, 5 months ago by Nico
Modified:
9 years, 7 months ago
Reviewers:
Jay Civelli, sky
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Win: Add listbox view. See http://codereview.chromium.org/2799042 for how I intend to use this. BUG=45546 TEST=None BUG=45546 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51196

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : seems to basically work #

Patch Set 4 : '' #

Patch Set 5 : wtf #

Patch Set 6 : seems to work even more #

Patch Set 7 : '' #

Total comments: 21

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -10 lines) Patch
A views/controls/listbox/listbox.h View 1 2 3 4 5 6 7 1 chunk +69 lines, -0 lines 0 comments Download
A views/controls/listbox/listbox.cc View 1 2 3 4 5 6 7 1 chunk +58 lines, -0 lines 0 comments Download
A views/controls/listbox/native_listbox_win.h View 1 2 3 4 5 6 7 1 chunk +57 lines, -0 lines 0 comments Download
A views/controls/listbox/native_listbox_win.cc View 1 2 3 4 5 6 7 1 chunk +135 lines, -0 lines 0 comments Download
A views/controls/listbox/native_listbox_wrapper.h View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
M views/controls/tabbed_pane/native_tabbed_pane_win.cc View 1 2 3 4 5 6 7 2 chunks +8 lines, -9 lines 0 comments Download
M views/views.gyp View 1 2 3 4 5 6 7 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Nico
I tried to use views/controls/table, but it has the following shortcomings: 1.) I didn't find ...
10 years, 5 months ago (2010-06-29 21:43:06 UTC) #1
sky
http://codereview.chromium.org/2815034/diff/40001/4004 File views/controls/listbox/listbox.cc (right): http://codereview.chromium.org/2815034/diff/40001/4004#newcode42 views/controls/listbox/listbox.cc:42: Layout(); View::DidChangeBounds does this, so you shouldn't need to ...
10 years, 5 months ago (2010-06-29 22:22:34 UTC) #2
Nico
Thanks! http://codereview.chromium.org/2815034/diff/40001/4004 File views/controls/listbox/listbox.cc (right): http://codereview.chromium.org/2815034/diff/40001/4004#newcode42 views/controls/listbox/listbox.cc:42: Layout(); On 2010/06/29 22:22:34, sky wrote: > View::DidChangeBounds ...
10 years, 5 months ago (2010-06-29 22:49:23 UTC) #3
sky
10 years, 5 months ago (2010-06-29 23:17:24 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698