Closed
Bug 1580636
Opened 5 years ago
Closed 5 years ago
Inline Preview: Set left style before rendering
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox70+ wontfix, firefox71 fixed)
RESOLVED
FIXED
Firefox 71
People
(Reporter: davidwalsh, Assigned: davidwalsh)
References
(Blocks 1 open bug)
Details
(Whiteboard: [debugger-mvp])
Attachments
(1 file)
When an inline preview doesn't yet exist, we inject the DOM element, then calculate the left
property and move the DOM element.
We should get a perf boost by first calculating the left property, setting the left property, then injecting the DOM node.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c7e276985276
Set inline preview left before injection r=jlast
Comment 3•5 years ago
|
||
Backed out for ES Lint failure.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=266319150&repo=autoland&lineNumber=244
Backout: https://hg.mozilla.org/integration/autoland/rev/a00ff5a8af1d827fa69fa236f223063b71b60cdf
Flags: needinfo?(dwalsh)
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f86b0af282c4
Set inline preview left before injection r=jlast
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(dwalsh)
Comment 6•5 years ago
|
||
[Tracking Requested - why for this release]: Performance regression if we decide to switch on Inline Preview for release.
status-firefox70:
--- → affected
tracking-firefox70:
--- → ?
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Did this improve the perf problem? Do you want to request uplift?
Flags: needinfo?(dwalsh)
Assignee | ||
Comment 8•5 years ago
|
||
Hello Liz! This didn't have the impact we'd hoped so no need to uplift, imo.
Flags: needinfo?(dwalsh)
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•