Closed
Bug 881939
Opened 11 years ago
Closed 11 years ago
Enable source maps by default
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 24
People
(Reporter: fitzgen, Assigned: fitzgen)
References
(Blocks 1 open bug)
Details
(Keywords: doc-bug-filed)
Attachments
(1 file)
1.15 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
Right now the pref to use source maps is false by default. If a user has source maps, they almost always want to use them. Only the tool authors usually want to turn it off, or if there is a bug in the tool generating the source map. At least 95% of the time, they want them to be enabled.
Assignee | ||
Comment 1•11 years ago
|
||
Will this regress the performance hacks you just landed, Panos?
Assignee: nobody → nfitzgerald
Attachment #761187 -
Flags: review?(past)
Assignee | ||
Updated•11 years ago
|
Blocks: dbg-sourcemap
Comment 2•11 years ago
|
||
Comment on attachment 761187 [details] [diff] [review]
v1
Review of attachment 761187 [details] [diff] [review]:
-----------------------------------------------------------------
(In reply to Nick Fitzgerald [:fitzgen] from comment #1)
> Will this regress the performance hacks you just landed, Panos?
Nope, I took care of that in the final version of that patch.
Attachment #761187 -
Flags: review?(past) → review+
Updated•11 years ago
|
Whiteboard: [land-in-fx-team]
Comment 3•11 years ago
|
||
Status: NEW → ASSIGNED
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 24
Updated•11 years ago
|
Keywords: dev-doc-needed
Comment 5•11 years ago
|
||
Follow up for documentation: https://bugzilla.mozilla.org/show_bug.cgi?id=885272
Keywords: dev-doc-needed → doc-bug-filed
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•