Closed
Bug 1232290
Opened 9 years ago
Closed 9 years ago
Package codemirror with the same layout than in source tree.
Categories
(DevTools :: Source Editor, defect)
DevTools
Source Editor
Tracking
(firefox46 fixed)
RESOLVED
FIXED
Firefox 46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file, 1 obsolete file)
14.94 KB,
patch
|
jlong
:
review+
|
Details | Diff | Splinter Review |
Similar to bug 1219723, we need to avoid build time magic in order to offer hot reload.
Some magic has recently been introduced in codemirror with some mapping being done differently at build time.
We should keep same layout between in-source and runtime so that we can easily map resource:// and chrome URI to another devtools root folder and have hot reload.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8699022 -
Flags: review?(jlong)
Assignee | ||
Updated•9 years ago
|
Attachment #8698058 -
Attachment is obsolete: true
Comment 5•9 years ago
|
||
Comment on attachment 8699022 [details] [diff] [review]
Package codemirror with the same layout than in source tree.
Review of attachment 8699022 [details] [diff] [review]:
-----------------------------------------------------------------
Awesome, I noticed this as well! Assuming this doesn't break anything, looks great.
Attachment #8699022 -
Flags: review?(jlong) → review+
Assignee | ||
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/0dd30d9b7c9a86a0033c9529f2b540e9ffcba7ee
Bug 1232290 - Package codemirror with the same layout than in source tree. r=jlongster
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
Comment 8•9 years ago
|
||
[bugday-20160323]
Status: RESOLVED,FIXED -> UNVERIFIED
Comments:
STR: Not clear.
Developer specific testing
Component:
Name Firefox
Version 46.0b9
Build ID 20160322075646
Update Channel beta
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0
OS Windows 7 SP1 x86_64
Expected Results:
Developer specific testing
Actual Results:
As expected
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•