Closed
Bug 1876712
Opened 2 years ago
Closed 2 years ago
don't clear cached ActiveScrolledRoot::msViewId unnecessarily
Categories
(Core :: Web Painting, enhancement)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
It will get initialized to nothing if we do create a new object here, but if we use a cached asr we shouldn't clear the view id because the view id for a frame can't change.
Pushed by tnikkel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b2694e0c8a73
Don't clear cached ActiveScrolledRoot::msViewId unnecessarily. r=botond
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•