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

Issue 549025: Set disabled style on GPU window and plugin intermediate window so mouse mess... (Closed)

Created:
10 years, 11 months ago by apatrick_chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, jam, apatrick_chromium, ben+cc_chromium.org
Visibility:
Public.

Description

Set disabled style on GPU window and plugin intermediate window so mouse messages pass through to the browser window. TEST=trybots BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36311

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -39 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download
M chrome/plugin/webplugin_proxy.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M gpu/gpu_plugin/gpu_plugin.cc View 1 2 3 4 3 chunks +57 lines, -0 lines 0 comments Download
M webkit/glue/webplugin.h View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
A webkit/glue/webplugin.cc View 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
M webkit/glue/webplugin_impl.h View 1 2 3 4 5 3 chunks +8 lines, -2 lines 0 comments Download
M webkit/glue/webplugin_impl.cc View 1 2 3 4 5 chunks +41 lines, -36 lines 0 comments Download
M webkit/webkit.gyp View 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
darin (slow to review)
http://codereview.chromium.org/549025/diff/1/4 File webkit/glue/webplugin_impl.cc (right): http://codereview.chromium.org/549025/diff/1/4#newcode266 webkit/glue/webplugin_impl.cc:266: if (first_geometry_update_ || what does the callstack look like ...
10 years, 11 months ago (2010-01-12 22:26:57 UTC) #1
apatrick_chromium
It seems to be working now. I found I couldn't disable the intermediate window in ...
10 years, 11 months ago (2010-01-12 23:42:32 UTC) #2
cpu_(ooo_6.6-7.5)
I don't understand the geometry fu enough to have an opinion. some comments: http://codereview.chromium.org/549025/diff/4001/5004 File ...
10 years, 11 months ago (2010-01-13 00:50:30 UTC) #3
apatrick_chromium
http://codereview.chromium.org/549025/diff/4001/5004 File gpu/gpu_plugin/gpu_plugin.cc (right): http://codereview.chromium.org/549025/diff/4001/5004#newcode33 gpu/gpu_plugin/gpu_plugin.cc:33: const LPCTSTR kPluginObject = TEXT("GPUPluginObject"); Done. http://codereview.chromium.org/549025/diff/4001/5004#newcode54 gpu/gpu_plugin/gpu_plugin.cc:54: WS_EX_NOACTIVATE ...
10 years, 11 months ago (2010-01-13 01:19:34 UTC) #4
darin (slow to review)
http://codereview.chromium.org/549025/diff/8001/8005 File gpu/gpu_plugin/gpu_plugin.cc (right): http://codereview.chromium.org/549025/diff/8001/8005#newcode4 gpu/gpu_plugin/gpu_plugin.cc:4: you need to include build/build_config.h before using OS_WIN http://codereview.chromium.org/549025/diff/8001/8002 ...
10 years, 11 months ago (2010-01-13 06:22:40 UTC) #5
apatrick_chromium
http://codereview.chromium.org/549025/diff/8001/8005 File gpu/gpu_plugin/gpu_plugin.cc (right): http://codereview.chromium.org/549025/diff/8001/8005#newcode4 gpu/gpu_plugin/gpu_plugin.cc:4: On 2010/01/13 06:22:40, darin wrote: > you need to ...
10 years, 11 months ago (2010-01-13 23:18:03 UTC) #6
cpu_(ooo_6.6-7.5)
10 years, 11 months ago (2010-01-14 00:55:55 UTC) #7
lgtm.

Sorry it took this long.

Powered by Google App Engine
This is Rietveld 408576698