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

Issue 165022: Factor out window creation into base::WindowImpl. This class will be used in... (Closed)

Created:
11 years, 4 months ago by James Hawkins
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw, Ben Goodger (Google)
Visibility:
Public.

Description

Factor out window creation into base::WindowImpl. This class will be used in place of CWindowImpl to reduce our dependency on ATL. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22787

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+371 lines, -238 lines) Patch
M base/base.gyp View 1 chunk +7 lines, -0 lines 0 comments Download
A base/window_impl.h View 1 2 1 chunk +104 lines, -0 lines 0 comments Download
A base/window_impl.cc View 1 2 1 chunk +213 lines, -0 lines 0 comments Download
M views/widget/widget_win.h View 1 8 chunks +12 lines, -54 lines 0 comments Download
M views/widget/widget_win.cc View 1 17 chunks +35 lines, -184 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
James Hawkins
11 years, 4 months ago (2009-08-06 00:42:50 UTC) #1
Peter Kasting
Only one real problem, although I didn't go over things with a fine-toothed comb (I ...
11 years, 4 months ago (2009-08-06 00:54:20 UTC) #2
James Hawkins
http://codereview.chromium.org/165022/diff/1/5 File base/window_impl.cc (right): http://codereview.chromium.org/165022/diff/1/5#newcode196 Line 196: /*if (ViewsDelegate::views_delegate) On 2009/08/06 00:54:20, Peter Kasting wrote: ...
11 years, 4 months ago (2009-08-06 01:14:38 UTC) #3
James Hawkins
11 years, 4 months ago (2009-08-07 20:07:23 UTC) #4
Ben Goodger (Google)
LGTM providing the items Peter listed are resolved. http://codereview.chromium.org/165022/diff/15/19 File base/window_impl.cc (right): http://codereview.chromium.org/165022/diff/15/19#newcode118 Line 118: ...
11 years, 4 months ago (2009-08-07 20:15:43 UTC) #5
James Hawkins
On 2009/08/07 20:15:43, Ben Goodger wrote: > LGTM providing the items Peter listed are resolved. ...
11 years, 4 months ago (2009-08-07 20:27:44 UTC) #6
Peter Kasting
11 years, 4 months ago (2009-08-07 20:35:49 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698