RESOLVED FIXED91852
Web Inspector: support an unprefixed form of "X-SourceMap" header.
https://bugs.webkit.org/show_bug.cgi?id=91852
Summary Web Inspector: support an unprefixed form of "X-SourceMap" header.
Pavel Podivilov
Reported 2012-07-20 05:50:08 PDT
Nick Fitzgerald (developer from Mozilla who is working on source maps) suggested that we drop "X-" prefix from "X-SourceMap" http header. https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?hl=en_US It seems like a good idea. Any objections?
Attachments
Patch (2.28 KB, patch)
2012-07-20 05:52 PDT, Pavel Podivilov
no flags
Patch (2.28 KB, patch)
2012-07-20 06:14 PDT, Pavel Podivilov
pfeldman: review-
Pavel Podivilov
Comment 1 2012-07-20 05:52:26 PDT
Vsevolod Vlasov
Comment 2 2012-07-20 06:13:15 PDT
Comment on attachment 153484 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=153484&action=review > Source/WebCore/inspector/InspectorDebuggerAgent.cpp:592 > + DEFINE_STATIC_LOCAL(String, depreactedSourceMapHttpHeader, ("X-SourceMap")); typo depreacted -> deprecated
Pavel Podivilov
Comment 3 2012-07-20 06:14:49 PDT
Pavel Feldman
Comment 4 2012-07-20 06:41:24 PDT
Comment on attachment 153490 [details] Patch I would not be in a hurry with this change. Could we get a consensus on it first?
Note You need to log in before you can comment on or make changes to this bug.