Bug 58135

Summary: Web Inspector: Failed/canceled resource requests kept showing as Pending in network panel.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, commit-queue, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch
none
Patch (binary diff)
none
Patch (s/cancelled/canceled)
none
Patch () none

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.