Bug 130625 - Web Inspector: Lazy load source code referred to from the source map
Summary: Web Inspector: Lazy load source code referred to from the source map
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-21 17:47 PDT by Timothy Hatcher
Modified: 2014-03-24 13:58 PDT (History)
5 users (show)

See Also:


Attachments
Patch (6.13 KB, patch)
2014-03-21 17:50 PDT, Timothy Hatcher
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2014-03-21 17:47:25 PDT
We load SourceMapResource when the sidebar is expanded to reveal them. That can be a storm on network requests.

<rdar://problem/15986723>
Comment 1 Timothy Hatcher 2014-03-21 17:50:40 PDT
Created attachment 227517 [details]
Patch
Comment 2 Joseph Pecoraro 2014-03-24 13:55:03 PDT
Comment on attachment 227517 [details]
Patch

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

r=me

> Source/WebInspectorUI/ChangeLog:12
> +        dispaly the right icon in the sidebar.

Typo: "dispaly" => "display"
Comment 3 WebKit Commit Bot 2014-03-24 13:58:01 PDT
Comment on attachment 227517 [details]
Patch

Clearing flags on attachment: 227517

Committed r166190: <http://trac.webkit.org/changeset/166190>
Comment 4 WebKit Commit Bot 2014-03-24 13:58:03 PDT
All reviewed patches have been landed.  Closing bug.