Bug 114888

Summary: Web Inspector: Support the SourceMap header, X-SourceMap was deprecated
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix timothy: review+, joepeck: commit-queue-

Joseph Pecoraro
Reported 2013-04-19 13:37:01 PDT
The SourceMap spec mentions that X-SourceMap was deprecated, we should support the expected header: <https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit> > The HTTP header should supply the source map URL reference as: > > SourceMap: <url> > > Note: previous revisions of this document recommended a header name of “X-SourceMap”. This is now deprecated; “SourceMap” is now expected.
Attachments
[PATCH] Proposed Fix (3.61 KB, patch)
2013-04-19 13:53 PDT, Joseph Pecoraro
timothy: review+
joepeck: commit-queue-
Joseph Pecoraro
Comment 1 2013-04-19 13:53:04 PDT
Created attachment 198914 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 2 2013-04-19 16:00:51 PDT
Note You need to log in before you can comment on or make changes to this bug.