Closed
Bug 1315794
Opened 8 years ago
Closed 8 years ago
Update about:debugging to be compatible with React 15.3.2
Categories
(DevTools :: about:debugging, defect, P2)
DevTools
about:debugging
Tracking
(firefox52 fixed)
RESOLVED
FIXED
Firefox 52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
Attachments
(1 file)
Blocker for Bug 1312236.
about:debugging uses React.render and React.unmountComponentAtNode which have been deprecated in favor of their ReactDOM counterpart.
Some tests are also failing due because React no longer updates text nodes in the same way as it used to, our mutationObservers are no longer triggered.
Assignee | ||
Comment 1•8 years ago
|
||
try build on top of React 15.3.2 : https://treeherder.mozilla.org/#/jobs?repo=try&revision=9418d35224805beb8ee2d574687754965d1d0f95
try build on top of current mc : https://treeherder.mozilla.org/#/jobs?repo=try&revision=28382644c1248847dc8b65b25c636b8f986a7cc8
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8808371 [details]
Bug 1315794 - migrate aboutdebugging to React 15.3.2;
https://reviewboard.mozilla.org/r/91190/#review91228
LGTM, thanks!
Attachment #8808371 -
Flags: review?(lclark) → review+
Assignee | ||
Comment 4•8 years ago
|
||
Thanks for the review Lin!
Try runs look good: all green on top of mc ; no aboutdebugging failure for the other one. Landing.
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c8bca2404d0b
migrate aboutdebugging to React 15.3.2;r=linclark
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•