Closed
Bug 882986
Opened 12 years ago
Closed 12 years ago
A source map's sourcesContent doesn't work when the original file path is absolute
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 24
People
(Reporter: fitzgen, Assigned: fitzgen)
Details
Attachments
(1 file)
|
15.55 KB,
patch
|
dcamp
:
review+
|
Details | Diff | Splinter Review |
Issue over in github: https://github.com/mozilla/source-map/issues/64
Pushed a fix to the mozilla/source-map library already, just need to import the latest build of that lib into our tree, and maybe add a test.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → nfitzgerald
| Assignee | ||
Comment 1•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=dc67f2957799
* Updates to the latest mozilla/source-map library which has a fix for this bug, and a regression test
* Also adds another regression test to our debugger xpcshell tests
Attachment #762429 -
Flags: review?(dcamp)
Comment 2•12 years ago
|
||
Comment on attachment 762429 [details] [diff] [review]
v1
Review of attachment 762429 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/devtools/sourcemap/SourceMap.jsm
@@ +1193,4 @@
> var result = '';
> var mapping;
>
> // The mappings must be guarenteed to be in sorted order before we start
'guaranteed', but that's not part of this patch.
Attachment #762429 -
Flags: review?(dcamp) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 24
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•