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

Issue 198010: * Fix seg fault in deleting view from RemoveTabAtIndex... (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

* Fix seg fault in deleting view from RemoveTabAtIndex * move initialization of tabbed page to NativeControlCreated

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : * Fix seg fault in deleting view from RemoveTabAtIndex... #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -5 lines) Patch
M views/controls/combobox/native_combobox_gtk.cc View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M views/controls/tabbed_pane/native_tabbed_pane_gtk.cc View 1 2 3 1 chunk +9 lines, -0 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
oshima
11 years, 3 months ago (2009-09-03 21:51:05 UTC) #1
sky
http://codereview.chromium.org/198010/diff/4002/4003 File views/controls/tabbed_pane/native_tabbed_pane_gtk.cc (right): http://codereview.chromium.org/198010/diff/4002/4003#newcode67 Line 67: g_object_ref(page); Wouldn't this mean we never delete the ...
11 years, 3 months ago (2009-09-03 23:09:38 UTC) #2
oshima
http://codereview.chromium.org/198010/diff/4002/4003 File views/controls/tabbed_pane/native_tabbed_pane_gtk.cc (right): http://codereview.chromium.org/198010/diff/4002/4003#newcode67 Line 67: g_object_ref(page); On 2009/09/03 23:09:38, sky wrote: > Wouldn't ...
11 years, 3 months ago (2009-09-09 02:17:34 UTC) #3
sky
LGTM http://codereview.chromium.org/198010/diff/4005/5004 File views/controls/tabbed_pane/native_tabbed_pane_gtk.cc (right): http://codereview.chromium.org/198010/diff/4005/5004#newcode73 Line 73: // widget delete itself when native_view is ...
11 years, 3 months ago (2009-09-09 03:23:15 UTC) #4
sky
11 years, 3 months ago (2009-09-09 16:34:35 UTC) #5
Landed in r25730

On Tue, Sep 8, 2009 at 8:23 PM, <sky@chromium.org> wrote:
> LGTM
>
>
> http://codereview.chromium.org/198010/diff/4005/5004
> File views/controls/tabbed_pane/native_tabbed_pane_gtk.cc (right):
>
> http://codereview.chromium.org/198010/diff/4005/5004#newcode73
> Line 73: // widget delete itself when native_view is deleted.
> nit: delete -> deletes
>
> http://codereview.chromium.org/198010
>

Powered by Google App Engine
This is Rietveld 408576698