Bug 112237

Summary: Web Inspector: throw an exception if the requested lazy loaded script does not exist.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Ilya Tikhonovsky 2013-03-13 02:13:00 PDT
EOM
Comment 1 Ilya Tikhonovsky 2013-03-13 02:16:52 PDT
Created attachment 192885 [details]
Patch
Comment 2 Pavel Feldman 2013-03-13 02:59:42 PDT
Comment on attachment 192885 [details]
Patch

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

> Source/WebCore/inspector/front-end/utilities.js:992
> +    if (!xhr.responseText.length)

if (!xhr.responseText)
Comment 3 Ilya Tikhonovsky 2013-03-13 05:20:28 PDT
Committed r145704: <http://trac.webkit.org/changeset/145704>