Bug 83896 - Web Inspector: do not attempt to load content from resource until request finished loading.
Summary: Web Inspector: do not attempt to load content from resource until request fin...
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: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-13 08:32 PDT by Pavel Feldman
Modified: 2012-04-13 08:41 PDT (History)
10 users (show)

See Also:


Attachments
Patch (5.21 KB, patch)
2012-04-13 08:34 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-04-13 08:32:25 PDT
When we stop in the in the inline script on reload, we should only show concatenated script content.
When we resume, we should replace UI source code with the actual HTML content. We should not attempt to
fetch resource content until request finished loading. I regressed it in the Request extraction
and now am bringing it back.
Comment 1 Pavel Feldman 2012-04-13 08:34:03 PDT
Created attachment 137089 [details]
Patch
Comment 2 Pavel Podivilov 2012-04-13 08:35:53 PDT
Comment on attachment 137089 [details]
Patch

lgtm
Comment 3 Pavel Feldman 2012-04-13 08:41:55 PDT
Committed r114135: <http://trac.webkit.org/changeset/114135>