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

Issue 339068: Try to force plugins to use software rendering until we can support... (Closed)

Created:
11 years, 1 month ago by Amanda Walker
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, jam
Visibility:
Public.

Description

Try to force plugins to use software rendering until we can support hardware acceleration on the Mac. BUG=25406, 25092 TEST=Flash should no longer crash immediately after loading on sites with complex Flash applications. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30493

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M chrome/renderer/webplugin_delegate_proxy.cc View 1 1 chunk +10 lines, -0 lines 2 comments Download

Messages

Total messages: 9 (0 generated)
Amanda Walker
Stuart: review John: FYI
11 years, 1 month ago (2009-10-29 16:54:21 UTC) #1
jam
http://codereview.chromium.org/339068/diff/1/2 File chrome/renderer/webplugin_delegate_proxy.cc (right): http://codereview.chromium.org/339068/diff/1/2#newcode286 Line 286: } Note: wmode is only for Flash, so ...
11 years, 1 month ago (2009-10-29 17:24:45 UTC) #2
jam
On Thu, Oct 29, 2009 at 10:24 AM, <jam@chromium.org> wrote: > > http://codereview.chromium.org/339068/diff/1/2 > File ...
11 years, 1 month ago (2009-10-29 17:28:33 UTC) #3
Amanda Walker
http://codereview.chromium.org/339068/diff/1/2 File chrome/renderer/webplugin_delegate_proxy.cc (right): http://codereview.chromium.org/339068/diff/1/2#newcode286 Line 286: } On 2009/10/29 17:24:46, John Abd-El-Malek wrote: > ...
11 years, 1 month ago (2009-10-29 18:18:25 UTC) #4
Amanda Walker
New patch up. Checks for Flash, uses wmode=opaque, edited comment. Just to clarify, all currently ...
11 years, 1 month ago (2009-10-29 18:44:55 UTC) #5
stuartmorgan
LGTM
11 years, 1 month ago (2009-10-29 18:53:01 UTC) #6
jam
lgtm
11 years, 1 month ago (2009-10-29 19:25:21 UTC) #7
darin (slow to review)
http://codereview.chromium.org/339068/diff/3002/3003 File chrome/renderer/webplugin_delegate_proxy.cc (right): http://codereview.chromium.org/339068/diff/3002/3003#newcode281 Line 281: if (!transparent_ && mime_type_ == "application/x-shockwave-flash" ) { ...
11 years, 1 month ago (2009-10-29 19:54:24 UTC) #8
Amanda Walker
11 years, 1 month ago (2009-10-29 20:08:13 UTC) #9
http://codereview.chromium.org/339068/diff/3002/3003
File chrome/renderer/webplugin_delegate_proxy.cc (right):

http://codereview.chromium.org/339068/diff/3002/3003#newcode281
Line 281: if (!transparent_ && mime_type_ == "application/x-shockwave-flash" ) {
On 2009/10/29 19:54:24, darin wrote:
> nit: extra space there at the end

Oops, missed that before committing.  Will fix.

Powered by Google App Engine
This is Rietveld 408576698