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

Issue 12487003: Fix painting glitch with text and NPAPI plugins. This was a regression from r167042. The problem wa… (Closed)

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

Description

Fix painting glitch with text and NPAPI plugins. This was a regression from r167042. The problem was that for non-transparent windowless plugins we were combining the data below the plugin with the data that the plugin creates. We could just copy directly and not do any alpha-blending. BUG=164800 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186446

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : fix silverlight #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -17 lines) Patch
M content/common/plugin_messages.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/plugin/webplugin_delegate_stub.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M content/plugin/webplugin_delegate_stub.cc View 1 3 chunks +4 lines, -0 lines 0 comments Download
M content/plugin/webplugin_proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/webplugin_delegate_proxy.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/webplugin_delegate_proxy.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_instance.h View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M webkit/plugins/npapi/plugin_instance.cc View 1 2 3 chunks +5 lines, -1 line 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl.h View 1 3 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jam
7 years, 9 months ago (2013-03-06 00:39:31 UTC) #1
piman
https://codereview.chromium.org/12487003/diff/1/content/renderer/webplugin_delegate_proxy.cc File content/renderer/webplugin_delegate_proxy.cc (right): https://codereview.chromium.org/12487003/diff/1/content/renderer/webplugin_delegate_proxy.cc#newcode413 content/renderer/webplugin_delegate_proxy.cc:413: } Do we really need all that logic? The ...
7 years, 9 months ago (2013-03-06 00:58:57 UTC) #2
jam
https://codereview.chromium.org/12487003/diff/1/content/renderer/webplugin_delegate_proxy.cc File content/renderer/webplugin_delegate_proxy.cc (right): https://codereview.chromium.org/12487003/diff/1/content/renderer/webplugin_delegate_proxy.cc#newcode413 content/renderer/webplugin_delegate_proxy.cc:413: } On 2013/03/06 00:58:57, piman wrote: > Do we ...
7 years, 9 months ago (2013-03-06 01:58:36 UTC) #3
piman
On 2013/03/06 01:58:36, jam wrote: > https://codereview.chromium.org/12487003/diff/1/content/renderer/webplugin_delegate_proxy.cc > File content/renderer/webplugin_delegate_proxy.cc (right): > > https://codereview.chromium.org/12487003/diff/1/content/renderer/webplugin_delegate_proxy.cc#newcode413 > ...
7 years, 9 months ago (2013-03-06 02:01:14 UTC) #4
jam
> LGTM, thanks! > This assumes that NPN_SetValue is called from Initialize, which makes sense, ...
7 years, 9 months ago (2013-03-06 02:47:30 UTC) #5
piman
7 years, 9 months ago (2013-03-06 07:15:25 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698