Closed
Bug 1355454
Opened 8 years ago
Closed 8 years ago
Move `createFactories` function from Reps to devtools/client/shared
Categories
(DevTools :: Shared Components, enhancement, P1)
DevTools
Shared Components
Tracking
(firefox55 fixed)
RESOLVED
FIXED
Firefox 55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
In https://github.com/devtools-html/reps/pull/122, we modify Reps to functional components, and `createFactories` isn't needed anymore.
We now plan to remove it from the reps bundle.
Since there are some modules in m-c that relies on `createFactories` (dom panel, json viewer, net monitor), we should move it to devtools/client/shared and change all the call sites to the moved version.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → nchevobbe
| Assignee | ||
Updated•8 years ago
|
Priority: -- → P1
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Attachment #8857350 -
Flags: review?(jdescottes)
| Assignee | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8857350 [details]
Bug 1355454 - Move "createFactories" function from Reps to a shared util.
https://reviewboard.mozilla.org/r/129336/#review131958
LGTM! Thanks
Attachment #8857350 -
Flags: review?(jdescottes) → review+
Pushed by chevobbe.nicolas@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/dfa8f3b410b8
Move "createFactories" function from Reps to a shared util. r=jdescottes
Comment 5•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•