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

Issue 211031: Remove the temporary Mac plugin whitelist.... (Closed)

Created:
11 years, 3 months ago by Amanda Walker
Modified:
9 years, 7 months ago
Reviewers:
stuartmorgan, jam
CC:
chromium-reviews_googlegroups.com, pam+watch_chromium.org, John Grabowski, darin (slow to review), jam
Visibility:
Public.

Description

Remove the temporary Mac plugin whitelist. Support Mac NPAPI drawing and event model negotiation. Implement a fallback Quickdraw drawing model implementation so that old plugins don't crash. This change does not address keyboard input issues (see issue 19194), just display issues. BUG=12030 TEST=Quickdraw based plugins (such as the QuickTime plugin) should not crash when invoked, and may even display properly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26724

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -40 lines) Patch
M webkit/glue/plugins/plugin_host.cc View 1 2 chunks +32 lines, -4 lines 0 comments Download
M webkit/glue/plugins/plugin_instance.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M webkit/glue/plugins/plugin_instance.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/glue/plugins/plugin_list_mac.mm View 1 1 chunk +0 lines, -13 lines 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl_mac.mm View 1 10 chunks +150 lines, -23 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Amanda Walker
Stuart: review John: FYI
11 years, 3 months ago (2009-09-18 20:02:25 UTC) #1
stuartmorgan
http://codereview.chromium.org/211031/diff/1/6 File webkit/glue/plugins/webplugin_delegate_impl.h (right): http://codereview.chromium.org/211031/diff/1/6#newcode242 Line 242: GWorldPtr quickdraw_world_; Why the qd_/quickdraw_ inconsistency? http://codereview.chromium.org/211031/diff/1/3 File ...
11 years, 3 months ago (2009-09-18 20:50:50 UTC) #2
Amanda Walker
On 2009/09/18 20:50:50, stuartmorgan wrote: > Why the qd_/quickdraw_ inconsistency? Fixed. > Init for quickdraw_world_? ...
11 years, 3 months ago (2009-09-21 14:42:47 UTC) #3
stuartmorgan
11 years, 3 months ago (2009-09-21 18:13:00 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698