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

Issue 169015: Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re... (Closed)

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

Description

Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to reduce a dependency on ATL. BUG=5027 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23645

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 6

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -40 lines) Patch
M base/window_impl.h View 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M base/window_impl.cc View 3 4 5 6 1 chunk +8 lines, -1 line 0 comments Download
M views/controls/native_control.cc View 1 2 3 4 5 11 chunks +22 lines, -29 lines 0 comments Download
M views/widget/widget_win.h View 3 4 5 3 chunks +5 lines, -5 lines 0 comments Download
M views/widget/widget_win.cc View 3 4 5 1 chunk +1 line, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
James Hawkins
11 years, 4 months ago (2009-08-14 21:22:11 UTC) #1
Peter Kasting
LGTM
11 years, 4 months ago (2009-08-14 21:24:24 UTC) #2
James Hawkins
11 years, 4 months ago (2009-08-18 02:29:51 UTC) #3
Peter Kasting
http://codereview.chromium.org/169015/diff/2024/2028 File base/window_impl.cc (right): http://codereview.chromium.org/169015/diff/2024/2028#newcode158 Line 158: if (message != WM_NCDESTROY) Why can't we call ...
11 years, 4 months ago (2009-08-18 02:46:12 UTC) #4
James Hawkins
http://codereview.chromium.org/169015/diff/2024/2028 File base/window_impl.cc (right): http://codereview.chromium.org/169015/diff/2024/2028#newcode158 Line 158: if (message != WM_NCDESTROY) On 2009/08/18 02:46:12, Peter ...
11 years, 4 months ago (2009-08-18 18:49:49 UTC) #5
Peter Kasting
11 years, 4 months ago (2009-08-18 18:54:30 UTC) #6
The new patch is much clearer.  Thanks, LGTM

Powered by Google App Engine
This is Rietveld 408576698