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

Issue 7648011: Revert 96592 - Add scroll and gesture message filters for UIPI Flash. (Closed)

Created:
9 years, 4 months ago by jschuh
Modified:
9 years, 4 months ago
Reviewers:
jschuh
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Revert 96592 - Add scroll and gesture message filters for UIPI Flash. Flash forwards some window messages when it has no handler set. The only ones I've observed are WM_MOUSEWHEEL and WM_GESTURE (gestures are supported only on Win7). So, we need to allow these messages through the UIPI boundary. One important note is that I use per-process message filters on Vista, but per-window filters on Win7 or later (because they're supported). BUG=86810 TEST=None. Review URL: http://codereview.chromium.org/7617019 TBR=jschuh@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96661

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -52 lines) Patch
M build/common.gypi View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 1 chunk +1 line, -22 lines 0 comments Download
M chrome/common/chrome_content_client.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M content/browser/plugin_process_host.cc View 3 chunks +1 line, -9 lines 0 comments Download
M webkit/plugins/npapi/plugin_constants_win.h View 2 chunks +1 line, -4 lines 0 comments Download
M webkit/plugins/npapi/plugin_constants_win.cc View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jschuh
9 years, 4 months ago (2011-08-13 02:19:15 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698