Closed
Bug 1230415
Opened 10 years ago
Closed 10 years ago
Use DrawTarget instead of gfxContext in PaintBorderWithStyleBorder()
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla46
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
Details
Attachments
(1 file)
|
2.71 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
This is largely inspired by bug 1123939. I barely know what I'm doing, so
please check carefully. Having said that, try server looks good:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a3b9ce586efc
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8695661 -
Flags: review?(jwatt)
| Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8695661 [details] [diff] [review]
Use DrawTarget instead of gfxContext in PaintBorderWithStyleBorder()
Review of attachment 8695661 [details] [diff] [review]:
-----------------------------------------------------------------
Let's try a different reviewer.
Attachment #8695661 -
Flags: review?(jwatt) → review?(roc)
Comment on attachment 8695661 [details] [diff] [review]
Use DrawTarget instead of gfxContext in PaintBorderWithStyleBorder()
Review of attachment 8695661 [details] [diff] [review]:
-----------------------------------------------------------------
Nice!
Attachment #8695661 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e1cdd78c15bc3e7eaa1c74a81e6cfdd61a85a796
Bug 1230415 - Use DrawTarget instead of gfxContext in PaintBorderWithStyleBorder(). r=roc.
Comment 5•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•