Closed
Bug 2000145
Opened 4 months ago
Closed 4 months ago
Trim down nsView a bit more
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 months ago
|
||
- Dimensions don't need to be a rect, just a size.
- We don't need a frame, it's just the pres shells root frame.
- mWidgetIsTopLevel is always true iff there is a widget.
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8ef739bd5f35
https://hg.mozilla.org/integration/autoland/rev/38a4173929fb
Remove more nsView members. r=tnikkel,layout-reviewers
Comment 3•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox147:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c148/b147]
You need to log in
before you can comment on or make changes to this bug.
Description
•