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-

Description Joseph Pecoraro 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.
Comment 1 Joseph Pecoraro 2013-04-19 13:53:04 PDT
Created attachment 198914 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2013-04-19 16:00:51 PDT
Committed r148769:
<http://trac.webkit.org/changeset/148769>