Closed
Bug 1091787
Opened 11 years ago
Closed 11 years ago
Port the code that uses gfxContext::RoundedRectangle to Moz2D
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: jwatt, Assigned: jwatt)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
21.56 KB,
patch
|
mattwoodrow
:
review+
jwatt
:
checkin+
|
Details | Diff | Splinter Review |
8.11 KB,
patch
|
mattwoodrow
:
review+
jwatt
:
checkin+
|
Details | Diff | Splinter Review |
5.33 KB,
patch
|
mattwoodrow
:
review+
jwatt
:
checkin+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
Attachment #8514461 -
Flags: review?(matt.woodrow)
![]() |
Assignee | |
Comment 2•11 years ago
|
||
Attachment #8514463 -
Flags: review?(matt.woodrow)
![]() |
Assignee | |
Comment 3•11 years ago
|
||
Attachment #8514464 -
Flags: review?(matt.woodrow)
Updated•11 years ago
|
Attachment #8514461 -
Flags: review?(matt.woodrow) → review+
Comment 4•11 years ago
|
||
Comment on attachment 8514463 [details] [diff] [review]
nsCSSRendering
Review of attachment 8514463 [details] [diff] [review]:
-----------------------------------------------------------------
::: layout/base/nsCSSRendering.cpp
@@ +1548,5 @@
> shadowContext == blurringArea.GetContext());
>
> // Set the shadow color; if not specified, use the foreground color
> + Color shadowColor = Color::FromABGR(shadowItem->mHasColor ?
> + shadowItem->mColor :
Indent this one more so it doesn't look like a second param to FromABGR.
Attachment #8514463 -
Flags: review?(matt.woodrow) → review+
Updated•11 years ago
|
Attachment #8514464 -
Flags: review?(matt.woodrow) → review+
![]() |
Assignee | |
Comment 5•11 years ago
|
||
Comment on attachment 8514461 [details] [diff] [review]
nsCSSRenderingBorders
I had to add some fuzz for this.
https://hg.mozilla.org/integration/mozilla-inbound/rev/45638c4e2cd7
Attachment #8514461 -
Flags: checkin+
![]() |
Assignee | |
Comment 6•11 years ago
|
||
Comment on attachment 8514463 [details] [diff] [review]
nsCSSRendering
https://hg.mozilla.org/integration/mozilla-inbound/rev/e19f73842826
Attachment #8514463 -
Flags: checkin+
![]() |
Assignee | |
Comment 7•11 years ago
|
||
Comment on attachment 8514464 [details] [diff] [review]
remove gfxContext API
https://hg.mozilla.org/integration/mozilla-inbound/rev/2b0217193d51
Attachment #8514464 -
Flags: checkin+
Comment 8•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/45638c4e2cd7
https://hg.mozilla.org/mozilla-central/rev/e19f73842826
https://hg.mozilla.org/mozilla-central/rev/2b0217193d51
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•