Bug 58135 - Web Inspector: Failed/canceled resource requests kept showing as Pending in network panel.
Summary: Web Inspector: Failed/canceled resource requests kept showing as Pending in n...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-08 05:18 PDT by Vsevolod Vlasov
Modified: 2011-04-12 01:30 PDT (History)
11 users (show)

See Also:


Attachments
Patch (5.04 KB, patch)
2011-04-08 05:34 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (5.05 KB, patch)
2011-04-08 05:36 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (binary diff) (5.16 KB, patch)
2011-04-08 05:38 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (s/cancelled/canceled) (5.15 KB, patch)
2011-04-08 06:57 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch () (5.15 KB, patch)
2011-04-08 06:58 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2011-04-08 05:18:17 PDT
Failed/cancelled resource requests (e.g. downloads) should be marked as such in network panel.
Comment 1 Vsevolod Vlasov 2011-04-08 05:34:28 PDT
Created attachment 88803 [details]
Patch
Comment 2 Vsevolod Vlasov 2011-04-08 05:36:50 PDT
Created attachment 88805 [details]
Patch
Comment 3 Vsevolod Vlasov 2011-04-08 05:38:11 PDT
Created attachment 88806 [details]
Patch (binary diff)
Comment 4 Pavel Feldman 2011-04-08 06:43:40 PDT
Comment on attachment 88806 [details]
Patch (binary diff)

View in context: https://bugs.webkit.org/attachment.cgi?id=88806&action=review

> Source/WebCore/ChangeLog:5
> +        Web Inspector: Failed/cancelled resource requests kept showing as Pending in network panel.

canceled

> Source/WebCore/inspector/Inspector.json:436
> +                    { "name": "cancelled", "type": "boolean", "description": "True if loading was cancelled." }

canceled

> Source/WebCore/inspector/front-end/NetworkPanel.js:1511
> +                this._statusCell.textContent = WebInspector.UIString("(stopped)");

canceled
Comment 5 Vsevolod Vlasov 2011-04-08 06:57:15 PDT
Created attachment 88815 [details]
Patch (s/cancelled/canceled)
Comment 6 Vsevolod Vlasov 2011-04-08 06:58:54 PDT
Created attachment 88816 [details]
Patch ()
Comment 7 WebKit Commit Bot 2011-04-12 01:29:59 PDT
Comment on attachment 88816 [details]
Patch ()

Clearing flags on attachment: 88816

Committed r83564: <http://trac.webkit.org/changeset/83564>
Comment 8 WebKit Commit Bot 2011-04-12 01:30:06 PDT
All reviewed patches have been landed.  Closing bug.