Closed
Bug 1972610
Opened 2 months ago
Closed 2 months ago
Implement and plumb in `anchor-size()` resolution
Categories
(Core :: Layout: Positioned, enhancement)
Core
Layout: Positioned
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: dshin, Assigned: dshin)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [anchorpositioning:m1])
Attachments
(1 file, 1 obsolete file)
No description provided.
Assignee | ||
Updated•2 months ago
|
Severity: -- → S3
Whiteboard: [anchorpositioning:triage]
Assignee | ||
Comment 1•2 months ago
|
||
Set up the infrastructure paralleling that of anchor()
resolution.
Additionally, add infrastructure to pass the axis the property using
anchor-size()
, as the size keyword is optional and is inferred
from the axis the property is referring to.
Updated•2 months ago
|
Assignee: nobody → dshin
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 months ago
|
||
For now, anchor-size() in insets fully work. For rest of the properties
will start working once call sites all necessary parameters (Bug 1969305).
Updated•2 months ago
|
Whiteboard: [anchorpositioning:triage] → [anchorpositioning:m1]
Assignee | ||
Updated•2 months ago
|
Attachment #9495258 -
Attachment is obsolete: true
Updated•2 months ago
|
Attachment #9495257 -
Attachment description: Bug 1972610: Plumbing to pass necessary data for `anchor-size()` resolution. r=#anchor-positioning-reviewers → Bug 1972610: Plumbing to pass necessary data for `anchor-size()` resolution. r=#layout,#anchor-positioning-reviewers
Pushed by dshin@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/93d31838960d
https://hg.mozilla.org/integration/autoland/rev/fbee4bf42bdc
Plumbing to pass necessary data for `anchor-size()` resolution. r=jwatt
Pushed by nfay@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a126a19881f9
https://hg.mozilla.org/integration/autoland/rev/93991ba48a5d
Revert "Bug 1972610: Plumbing to pass necessary data for `anchor-size()` resolution. r=jwatt" for causing SM bustages on Marking-inl.h
Comment 5•2 months ago
|
||
Flags: needinfo?(dshin)
Assignee | ||
Comment 6•2 months ago
|
||
Hmmmm... Failure in JS garbage collection algo? Strange, fairly confident that I did not change any memory ownership stuff that may affect this... Perhaps a manifestation of Bug 1975342?
Flags: needinfo?(dshin)
Pushed by dshin@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/6d571e2e57f8
https://hg.mozilla.org/integration/autoland/rev/afda968d6569
Plumbing to pass necessary data for `anchor-size()` resolution. r=jwatt
Comment 8•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Keywords: dev-doc-needed
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•