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

Issue 185003: * gtk implemenation of tabbed pane... (Closed)

Created:
11 years, 3 months ago by oshima
Modified:
9 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

* gtk implemenation of tabbed pane * focus is not handled as Jay is working on it.

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 4

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -0 lines) Patch
A views/controls/tabbed_pane/native_tabbed_pane_gtk.h View 1 2 3 4 1 chunk +62 lines, -0 lines 0 comments Download
A views/controls/tabbed_pane/native_tabbed_pane_gtk.cc View 1 2 3 4 5 1 chunk +174 lines, -0 lines 0 comments Download
M views/views.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
oshima
11 years, 3 months ago (2009-09-02 02:45:20 UTC) #1
oshima
11 years, 3 months ago (2009-09-02 17:19:21 UTC) #2
sky
http://codereview.chromium.org/185003/diff/6001/6003 File views/controls/tabbed_pane/native_tabbed_pane_gtk.cc (right): http://codereview.chromium.org/185003/diff/6001/6003#newcode33 Line 33: STLDeleteContainerPointers(tab_views_.begin(), tab_views_.end()); Rather than doing this, why not ...
11 years, 3 months ago (2009-09-02 17:40:03 UTC) #3
oshima
http://codereview.chromium.org/185003/diff/6001/6003 File views/controls/tabbed_pane/native_tabbed_pane_gtk.cc (right): http://codereview.chromium.org/185003/diff/6001/6003#newcode33 Line 33: STLDeleteContainerPointers(tab_views_.begin(), tab_views_.end()); On 2009/09/02 17:40:03, sky wrote: > ...
11 years, 3 months ago (2009-09-02 19:01:49 UTC) #4
sky
11 years, 3 months ago (2009-09-02 20:02:34 UTC) #5
Landed in r25222.

  -Scott

On Wed, Sep 2, 2009 at 12:01 PM, <oshima@chromium.org> wrote:
>
> http://codereview.chromium.org/185003/diff/6001/6003
> File views/controls/tabbed_pane/native_tabbed_pane_gtk.cc (right):
>
> http://codereview.chromium.org/185003/diff/6001/6003#newcode33
> Line 33: STLDeleteContainerPointers(tab_views_.begin(),
> tab_views_.end());
> On 2009/09/02 17:40:03, sky wrote:
>>
>> Rather than doing this, why not let the WidgetGtk you wrap each view
>
> in delete
>>
>> them?
>
>> Also, do you really need tab_views_? Seems like you could get away
>
> without it.
>
> Done.
>
> http://codereview.chromium.org/185003/diff/6001/6003#newcode134
> Line 134: g_object_ref(page);
> On 2009/09/02 17:40:03, sky wrote:
>>
>> Don't you need a corresponding unref after you add the page?
>
> Done. Just learned floating reference concept in gtk. thanks.
>
> http://codereview.chromium.org/185003
>

Powered by Google App Engine
This is Rietveld 408576698