Closed
Bug 1819350
Opened 2 years ago
Closed 2 years ago
prettyFast sanitize could be faster
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
| Tracking | Status | |
|---|---|---|
| firefox112 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
we could avoid having the inner function, declare the regex as const, and not create the replacer function for each call
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D171187
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8cbaead8a604
[devtools] Simplify prettyFast sanitize function. r=devtools-reviewers,jdescottes
Comment 3•2 years ago
|
||
Backed out for causing Bug 1819531.
Backout link: https://hg.mozilla.org/integration/autoland/rev/6833a092ebd6bea1be81a71cb87a8d55b917e804
Flags: needinfo?(nchevobbe)
| Assignee | ||
Comment 4•2 years ago
|
||
verified the task does not fail: https://treeherder.mozilla.org/jobs?repo=try&revision=d3f75d7c0d6d02851418e451f24c3c2749952897
Flags: needinfo?(nchevobbe)
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0a4d2b462bea
[devtools] Simplify prettyFast sanitize function. r=devtools-reviewers,jdescottes
Comment 6•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•