Closed
Bug 1953891
Opened 1 year ago
Closed 2 months ago
Release reps as a npm package
Categories
(DevTools :: Console, task, P3)
DevTools
Console
Tracking
(firefox149 fixed)
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
Bug 1933787 allows to record function arguments values into the profiler.
The data is DevTools Reps json objects and so we would need to load the Rep React components from the profiler frontend.
For that, we need to publish Reps codebase as a npm package.
We at least need a package.json to do that easily from mozilla-central.
| Assignee | ||
Comment 1•1 year ago
|
||
For now, there is a release.sh script to run before running:
$ npm pack
$ npm publish devtools-reps
And then reset changes introduced by release.sh
Updated•6 months ago
|
Attachment #9471825 -
Attachment description: Bug 1953891 - [devtools] Expose reps as a npm package. → WIP: Bug 1953891 - [devtools] Expose reps as a npm package.
Updated•6 months ago
|
Assignee: nobody → poirot.alex
Attachment #9471825 -
Attachment description: WIP: Bug 1953891 - [devtools] Expose reps as a npm package. → Bug 1953891 - [devtools] Expose reps as a npm package. r=#devtools
Status: NEW → ASSIGNED
Updated•6 months ago
|
Priority: -- → P3
Pushed by apoirot@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/05aed88bc135
https://hg.mozilla.org/integration/autoland/rev/a5c3d30e6653
[devtools] Expose reps as a npm package. r=devtools-reviewers,nchevobbe
Comment 3•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Updated•2 months ago
|
QA Whiteboard: [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•