[Webkit-unassigned] [Bug 114854] Web Inspector: Backend should detect sourceMappingURLs in CSS Resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 19 13:55:19 PDT 2013


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





--- Comment #7 from Joseph Pecoraro <joepeck at webkit.org>  2013-04-19 13:53:37 PST ---
(In reply to comment #4)
> (From update of attachment 198808 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=198808&action=review
> 
> >> Source/WebCore/inspector/InspectorPageAgent.cpp:280
> >> +    if (cachedResource->type() != CachedResource::CSSStyleSheet)
> > 
> > Remove blank line.
> 
> Maybe scripts should be reported here to to be consistent?

I thought about that. I'd like to handle that later, if we do decide to go that route. An advantage of the Debugger path handling Scripts is that it handles inline <script>s, and I wanted to avoid duplicating the ContentSearch for large JS resources right now. I certainly want to make this more consistent in the future though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list