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

Issue 165469: Change PluginInstallImpl to use 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, darin (slow to review), brettw
Visibility:
Public.

Description

Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to reduce a dependency on ATL. BUG=5023 TEST=Uninstall flash. Visit hulu.com and install the flash plugin. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=23406

Patch Set 1 #

Total comments: 12

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 5

Patch Set 6 : '' #

Total comments: 10

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -110 lines) Patch
M base/window_impl.h View 1 2 3 4 5 6 3 chunks +20 lines, -14 lines 0 comments Download
M base/window_impl.cc View 1 2 3 4 5 6 3 chunks +4 lines, -14 lines 0 comments Download
M chrome/browser/views/tab_contents/tab_contents_view_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M views/widget/widget_win.cc View 5 6 7 8 20 chunks +33 lines, -33 lines 0 comments Download
M webkit/default_plugin/default_plugin.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/default_plugin/plugin_impl_win.h View 1 2 3 4 5 6 5 chunks +4 lines, -6 lines 0 comments Download
M webkit/default_plugin/plugin_impl_win.cc View 1 2 3 4 5 6 7 16 chunks +39 lines, -36 lines 0 comments Download
M webkit/tools/test_shell/foreground_helper.h View 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M webkit/webkit.gyp View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
James Hawkins
11 years, 4 months ago (2009-08-13 18:18:08 UTC) #1
Peter Kasting
Added Ben to reviewers list for the last question below. http://codereview.chromium.org/165469/diff/1/6 File base/window_impl.cc (right): http://codereview.chromium.org/165469/diff/1/6#newcode157 ...
11 years, 4 months ago (2009-08-13 18:32:22 UTC) #2
James Hawkins
http://codereview.chromium.org/165469/diff/1/6 File base/window_impl.cc (right): http://codereview.chromium.org/165469/diff/1/6#newcode157 Line 157: return ::IsWindow(GetNativeView()); On 2009/08/13 18:32:23, Peter Kasting wrote: ...
11 years, 4 months ago (2009-08-13 19:20:07 UTC) #3
Peter Kasting
On Thu, Aug 13, 2009 at 12:20 PM, <jhawkins@chromium.org> wrote: > http://codereview.chromium.org/165469/diff/1/7#newcode69 > Line 69: ...
11 years, 4 months ago (2009-08-13 19:24:25 UTC) #4
James Hawkins
11 years, 4 months ago (2009-08-13 20:19:27 UTC) #5
Ben Goodger (Google)
http://codereview.chromium.org/165469/diff/1037/33 File base/window_impl.h (right): http://codereview.chromium.org/165469/diff/1037/33#newcode54 Line 54: HWND get_hwnd() const { return hwnd_; } hwnd()? ...
11 years, 4 months ago (2009-08-13 21:45:34 UTC) #6
Ben Goodger (Google)
http://codereview.chromium.org/165469/diff/1037/33 File base/window_impl.h (right): http://codereview.chromium.org/165469/diff/1037/33#newcode73 Line 73: // Returns TRUE if this is an existing ...
11 years, 4 months ago (2009-08-13 21:54:08 UTC) #7
James Hawkins
On 2009/08/13 21:54:08, Ben Goodger wrote: > http://codereview.chromium.org/165469/diff/1037/33 > File base/window_impl.h (right): > > http://codereview.chromium.org/165469/diff/1037/33#newcode73 ...
11 years, 4 months ago (2009-08-13 23:19:12 UTC) #8
Peter Kasting
Mostly OK, just a few substantive comments. I ask about the ::s because most of ...
11 years, 4 months ago (2009-08-13 23:27:35 UTC) #9
James Hawkins
http://codereview.chromium.org/165469/diff/1042/49 File base/window_impl.cc (right): http://codereview.chromium.org/165469/diff/1042/49#newcode151 Line 151: #if 0 On 2009/08/13 23:27:35, Peter Kasting wrote: ...
11 years, 4 months ago (2009-08-13 23:40:22 UTC) #10
Peter Kasting
As long as things still compile with the functions removed that you've removed, LGTM.
11 years, 4 months ago (2009-08-13 23:45:02 UTC) #11
James Hawkins
On 2009/08/13 23:45:02, Peter Kasting wrote: > As long as things still compile with the ...
11 years, 4 months ago (2009-08-14 00:36:43 UTC) #12
levin
11 years, 4 months ago (2009-08-14 18:41:45 UTC) #13
The re apply LGTM.  Thanks for your patience.

Powered by Google App Engine
This is Rietveld 408576698