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

Issue 20333: Call the DidStartLoading/DidStopLoading methods on the WebViewDelegate interf... (Closed)

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

Description

Call the DidStartLoading/DidStopLoading methods on the WebViewDelegate interface whenever we receive the initial response for a byte range request and when the request eventually completes. This ensures that the throbber continues to spin when these requests take a while. It stops spinning during load when the document load is cancelled by the plugin process. This occurs when the plugin invokes NPN_RequestRead the first time on the stream. This fixes http://code.google.com/p/chromium/issues/detail?id=7375 Bug=7375 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=9732

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
ananta
11 years, 10 months ago (2009-02-12 22:04:14 UTC) #1
jam
11 years, 10 months ago (2009-02-12 23:45:25 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698