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

Issue 13198: Improve PDF FastWebView performance. This occurs because the manual data... (Closed)

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

Description

Improve PDF FastWebView performance. This occurs because the manual data stream load does not get cancelled correctly. This causes the IPC messages for the manual data stream to continue going back and forth. They are ignored by the plugin anyways. This fixes http://code.google.com/p/chromium/issues/detail?id=5196. Fix is to cancel the manual document load correctly. Bug=5196 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=6486

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M webkit/glue/webplugin_impl.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M webkit/glue/webplugin_impl.cc View 1 5 chunks +13 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ananta
12 years ago (2008-12-06 00:54:34 UTC) #1
jam
lgtm http://codereview.chromium.org/13198/diff/1/3 File webkit/glue/webplugin_impl.cc (right): http://codereview.chromium.org/13198/diff/1/3#newcode228 Line 228: set_ignore_response_error(false); curious, why is this needed?
12 years ago (2008-12-06 01:06:49 UTC) #2
ananta
On 2008/12/06 01:06:49, John Abd-El-Malek wrote: > lgtm > > http://codereview.chromium.org/13198/diff/1/3 > File webkit/glue/webplugin_impl.cc (right): ...
12 years ago (2008-12-06 01:16:57 UTC) #3
ananta
12 years ago (2008-12-06 01:19:05 UTC) #4
On 2008/12/06 01:06:49, John Abd-El-Malek wrote:
> lgtm
> 
> http://codereview.chromium.org/13198/diff/1/3
> File webkit/glue/webplugin_impl.cc (right):
> 
> http://codereview.chromium.org/13198/diff/1/3#newcode228
> Line 228: set_ignore_response_error(false);
> curious, why is this needed?
Sorry for rushing the response. Added just in case a manual data stream load is
initiated a second time.

-Ananta

Powered by Google App Engine
This is Rietveld 408576698