Closed
Bug 1602910
Opened 6 years ago
Closed 6 years ago
Memoize getBreakpointSources
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox73 fixed)
RESOLVED
FIXED
Firefox 73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: jlast, Assigned: jlast)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
getBreakpointSources
currently re-computes whenever the source list changes. This happens on popup preview and can be expensive for two reaons:
- grouping breakpoints by source can take awhile for lots of bps and sources
- re-render the breakpoints pane can be ~13 ms
We should try and avoid this
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → jlaster
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e53756abfbfb
Memoize getBreakpointSources. r=bhackett
Comment 3•6 years ago
|
||
Backed out changeset e53756abfbfb (bug 1602910) for causing debugger test failures.
Backout revision https://hg.mozilla.org/integration/autoland/rev/6acff772bc417055ff63d7e41e830a01e069ac63
Failure log https://treeherder.mozilla.org/logviewer.html#?job_id=280935514&repo=autoland
Jason can you please take a look?
Flags: needinfo?(jlaster)
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/47379e247e51
Memoize getBreakpointSources. r=bhackett
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 73
Updated•4 years ago
|
Flags: needinfo?(jlaster)
You need to log in
before you can comment on or make changes to this bug.
Description
•