Closed
Bug 914984
Opened 11 years ago
Closed 11 years ago
Enable Azure content for b2g
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: mattwoodrow, Unassigned)
Details
Attachments
(1 file)
1.77 KB,
patch
|
nrc
:
review+
|
Details | Diff | Splinter Review |
Attachment #802798 -
Flags: review?(ncameron)
Reporter | ||
Comment 1•11 years ago
|
||
Milan: Looks like this is all green now, but we need to decide if we should postpone landing this until after the merge.
I doubt there's much risk, but I'm fine with waiting too.
Can you please bring this up at the next daily, or whatever else you think is appropriate to make a decision here.
Flags: needinfo?(milan)
Comment 2•11 years ago
|
||
Comment on attachment 802798 [details] [diff] [review]
Enable
Review of attachment 802798 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/thebes/gfxPlatform.cpp
@@ +278,5 @@
> "layers.draw-bigimage-borders",
> false);
>
> uint32_t canvasMask = (1 << BACKEND_CAIRO) | (1 << BACKEND_SKIA);
> + uint32_t contentMask = 1 << BACKEND_CAIRO;
This will turn it on for Android too I think. Are we ok with that? (Although, I guess the pref would need to be set, so it is probably OK).
Attachment #802798 -
Flags: review?(ncameron) → review+
Comment 3•11 years ago
|
||
Other than general goodness, are there measurable wins on performance, stability or correctness that we know of?
Flags: needinfo?(milan)
Comment 4•11 years ago
|
||
(In reply to Matt Woodrow (:mattwoodrow) from comment #1)
> Milan: Looks like this is all green now, but we need to decide if we should
> postpone landing this until after the merge.
>
> I doubt there's much risk, but I'm fine with waiting too.
>
> Can you please bring this up at the next daily, or whatever else you think
> is appropriate to make a decision here.
Let's do this next week and put it into 27.
Reporter | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
(In reply to Matt Woodrow (:mattwoodrow) from comment #5)
> https://hg.mozilla.org/integration/mozilla-inbound/rev/1a8c638b3f1f
Nice! Can you do some manual testing on B2G? Most of the QA/dev has moved to 1.2 branch, we want to make sure we shake out any potential regressions out quickly.
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•