Closed
Bug 1672044
Opened 5 years ago
Closed 5 years ago
Use Moz2D (via Skia DrawTarget) instead of CGContext to draw scrollbar parts on macOS
Categories
(Core :: Widget: Cocoa, task)
Tracking
()
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(5 files)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Comment 4•5 years ago
|
||
| Assignee | ||
Comment 5•5 years ago
|
||
Depends on D93843
| Assignee | ||
Comment 6•5 years ago
|
||
Pushed by mstange@themasta.com:
https://hg.mozilla.org/integration/autoland/rev/83a1ca2101b2
Create a path that draws native widgets using DrawTarget instead of CGContext. r=haik
https://hg.mozilla.org/integration/autoland/rev/b5512bf48a6e
Convert DrawScrollbarTrack to use DrawTarget. r=haik
https://hg.mozilla.org/integration/autoland/rev/a222eec37305
Convert DrawScrollCorner to use DrawTarget. r=haik
https://hg.mozilla.org/integration/autoland/rev/5683dfdf7679
Convert DrawScrollbarThumb to use DrawTarget. r=haik
https://hg.mozilla.org/integration/autoland/rev/260216292bbf
Adjust reftest fuzziness, now that the rounded thumb is drawn by Skia instead of CoreGraphics. r=kats
Comment 8•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/83a1ca2101b2
https://hg.mozilla.org/mozilla-central/rev/b5512bf48a6e
https://hg.mozilla.org/mozilla-central/rev/a222eec37305
https://hg.mozilla.org/mozilla-central/rev/5683dfdf7679
https://hg.mozilla.org/mozilla-central/rev/260216292bbf
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•