[webkit-reviews] review requested: [Bug 114854] Web Inspector: Backend should detect sourceMappingURLs in CSS Resources : [Attachment 198808] [PATCH] Stylesheet sourceMapURL proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 18 23:28:17 PDT 2013


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 114854: Web Inspector: Backend should detect sourceMappingURLs in CSS
Resources
https://bugs.webkit.org/show_bug.cgi?id=114854

Attachment 198808: [PATCH] Stylesheet sourceMapURL proposed fix
https://bugs.webkit.org/attachment.cgi?id=198808&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
I decided to add an ExtraResourceInfo object which could include all kinds of
different optional info after the backend has processed a resource. Right now
there is just this sourceMapURL field, but I could imagine more in the future.
Since there are multiple paths that would want the same info I made an object
they can share.


More information about the webkit-reviews mailing list