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

Issue 307030: New widget factories & methods to support desktop notifications, GTK stubs.... (Closed)

Created:
11 years, 2 months ago by John Gregg
Modified:
9 years ago
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Refactor widget methods to support desktop notifications, including GTK stubs. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30074

Patch Set 1 #

Total comments: 9

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -14 lines) Patch
M chrome/browser/views/extensions/extension_popup.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/views/status_bubble_views.cc View 2 chunks +5 lines, -1 line 0 comments Download
M views/widget/widget.h View 1 4 chunks +26 lines, -4 lines 0 comments Download
M views/widget/widget_gtk.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M views/widget/widget_gtk.cc View 1 3 chunks +13 lines, -2 lines 0 comments Download
M views/widget/widget_win.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M views/widget/widget_win.cc View 1 3 chunks +26 lines, -5 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
Ben Goodger (Google)
http://codereview.chromium.org/307030/diff/1/4 File views/widget/widget.h (right): http://codereview.chromium.org/307030/diff/1/4#newcode51 Line 51: static Widget* CreateLayeredPopupWidget(bool delete_on_destroy); Hrm... I don't like ...
11 years, 2 months ago (2009-10-22 21:18:36 UTC) #1
John Gregg
New code posted addressing comments. http://codereview.chromium.org/307030/diff/1/4 File views/widget/widget.h (right): http://codereview.chromium.org/307030/diff/1/4#newcode51 Line 51: static Widget* CreateLayeredPopupWidget(bool ...
11 years, 2 months ago (2009-10-23 00:39:59 UTC) #2
Ben Goodger (Google)
11 years, 1 month ago (2009-10-26 18:10:13 UTC) #3
LGTM with one change.

http://codereview.chromium.org/307030/diff/4015/3006
File views/widget/widget_win.cc (right):

http://codereview.chromium.org/307030/diff/4015/3006#newcode141
Line 141: WidgetWin* other = static_cast<WidgetWin*>(widget);
How about just other->GetNativeView()... then you don't need to do this.

Powered by Google App Engine
This is Rietveld 408576698