[Webkit-unassigned] [Bug 141266] Web Inspector: Support data URL SourceMaps for iOS 6 and iOS 7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 18 15:23:39 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141266

--- Comment #7 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to comment #6)
> What needs done here?

SourceMapManager only loads SourceMap resources if NetworkAgent.loadResource exists (so it can load the resource through the inspected page). If that doesn't exist (e.g. iOS 6 and 7) we don't even try to load source maps.

I'm not sure if it is worth the time investment at this point to implement something for iOS 6 and 7 here. I believe we used to do an XHR / synchronous load from the frontend, which won't work in all cases anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150218/6013f3d4/attachment-0002.html>


More information about the webkit-unassigned mailing list