Closed
Bug 1187578
Opened 10 years ago
Closed 10 years ago
Infinite (async) loop when creating breadcrumbs for parent with > 10 LOW_PRIORITY_ELEMENTS children
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(firefox42 fixed)
RESOLVED
FIXED
Firefox 42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: simon.lindholm10, Assigned: simon.lindholm10)
Details
Attachments
(2 files)
|
1.50 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
|
2.04 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
STR:
1. visit http://xkcd.com, open the inspector
2. select the <head> element
-> CPU usage becomes ~100%, and the extra breadcrumb next to "head" never appears.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8638900 -
Flags: review?(bgrinstead)
Updated•10 years ago
|
Summary: Infinite (async) loop when creating breadcrumbs → Infinite (async) loop when creating breadcrumbs for parent with > 10 LOW_PRIORITY_ELEMENTS children
Comment 2•10 years ago
|
||
Comment on attachment 8638900 [details] [diff] [review]
0001-Bug-1187578-Avoid-infinite-loop-when-creating-breadc.patch
Review of attachment 8638900 [details] [diff] [review]:
-----------------------------------------------------------------
Good catch, thanks. I have a regression test incoming
Attachment #8638900 -
Flags: review?(bgrinstead) → review+
Updated•10 years ago
|
Status: NEW → ASSIGNED
Comment 4•10 years ago
|
||
Try push with the test included: https://treeherder.mozilla.org/#/jobs?repo=try&revision=56844df22f02
Updated•10 years ago
|
Keywords: checkin-needed
https://hg.mozilla.org/integration/fx-team/rev/401b8c51f0ed
https://hg.mozilla.org/integration/fx-team/rev/f027369b116a
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/401b8c51f0ed
https://hg.mozilla.org/mozilla-central/rev/f027369b116a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•