Closed
Bug 1769640
Opened 1 year ago
Closed 1 year ago
Cache AppUnitsPerDevPixel in top DocAccessibleParents
Categories
(Core :: Disability Access APIs, task)
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ctw-m1])
Attachments
(2 files)
In Android we need to retrieve AppUnitsPerDevPixel off main thread, to do that safely we will need to cache AUPDP in the DocAccessibleParent.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
We used to get screen bounds from the gecko layer and needed to strip
the screen offsets for parent-relative offsets. It is now the opposite,
the bounds we get from gecko do not have the screen offsets of the top
View.
Depends on D146507
Updated•1 year ago
|
Attachment #9276795 -
Attachment description: Bug 1769640 - P1: Cache AUPDP in top DocAccessibleParents. r?morgan,emilio → Bug 1769640 - P1: Cache content AUPDP in DocAccessibleParents. r?morgan,emilio
Pushed by eisaacson@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a66a1215d772 P1: Cache content AUPDP in DocAccessibleParents. r=morgan,emilio https://hg.mozilla.org/integration/autoland/rev/5a25c36f01ea P2: Translate parent bounds to sceen bounds. r=geckoview-reviewers,agi
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a66a1215d772
https://hg.mozilla.org/mozilla-central/rev/5a25c36f01ea
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•