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

Issue 8775: This fixes bug http://code.google.com/p/chromium/issues/detail?id=3881, which... (Closed)

Created:
12 years, 1 month ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

This fixes bug http://code.google.com/p/chromium/issues/detail?id=3881, which was NPAPI plugin UI test failures. This occured as a sideeffect of the webkit merge. Some functions in widget.h which were implemented by WebPluginContainer no longer exist. We need to implement their replacements on similar lines. Bug=3881 R=jam Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=4343

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -14 lines) Patch
M chrome/test/ui/npapi_uitest.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/webplugin_impl.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/webplugin_impl.cc View 1 2 3 4 5 6 2 chunks +20 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ananta
12 years, 1 month ago (2008-10-31 19:01:52 UTC) #1
jam
http://codereview.chromium.org/8775/diff/5/205 File webkit/glue/webplugin_impl.cc (right): http://codereview.chromium.org/8775/diff/5/205#newcode194 Line 194: impl_->setFrameRect(frameRect()); shouldn't we call the parent function too? ...
12 years, 1 month ago (2008-10-31 20:11:48 UTC) #2
ananta
Hi John We still need to implement show and hide as we need to show/hide ...
12 years, 1 month ago (2008-10-31 21:01:31 UTC) #3
jam
12 years, 1 month ago (2008-10-31 23:11:51 UTC) #4
latest snapshot lgtm

http://codereview.chromium.org/8775/diff/16/219
File webkit/glue/webplugin_impl.h (right):

http://codereview.chromium.org/8775/diff/16/219#newcode68
Line 68: // We override this function, to make sure that geometry updates are
sent
can this comment be moved to the implementation?  also no need to repeat
"geometry update is sent over to the plugin." twice in the beginning and end.

Powered by Google App Engine
This is Rietveld 408576698