Closed
Bug 1496126
Opened 6 years ago
Closed 6 years ago
Build the whole debugger from sources in mozilla-central
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ochameau, Unassigned)
References
Details
Followup for bug 1461714. That bug is going to introduce necessary build script in order to be able to compile JSX modules from debugger.html into JS that can be run in Firefox.
In that bug, only main.js is going to be landed as source.
Here, we should land all other files as source instead of transpiled code.
Reporter | ||
Comment 1•6 years ago
|
||
David, this is the bug about landing the rest of the debugger sources.
You will find some script to help doing that here:
https://phabricator.services.mozilla.com/D7488
And here is my last attempt to execute this script:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=db793ede692e72000117a681aa06a023202374b2
Note that you have to do a valid debugger release first. (update m-c from github as our are used to do)
So ideally these scripts should be execute right after doing a debugger release (and having fixed all potential merge issues).
Flags: needinfo?(dwalsh)
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•