Closed
Bug 1316299
Opened 7 years ago
Closed 7 years ago
Change assertion in DrawTargetSkia::CreateSimilarDrawTarget to a warning
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
1.16 KB,
patch
|
lsalzman
:
review+
|
Details | Diff | Splinter Review |
The assertion I added to DrawTargetSkia::CreateSimilarDrawTarget in bug 1309272, part 2 fails with printing via Skia PDF (bug 1309272). I'd like to relax that for now.
![]() |
Assignee | |
Comment 1•7 years ago
|
||
Attachment #8809010 -
Flags: review?(lsalzman)
Updated•7 years ago
|
Attachment #8809010 -
Flags: review?(lsalzman) → review+
Pushed by jwatt@jwatt.org: https://hg.mozilla.org/integration/mozilla-inbound/rev/b3d68ce32250 Change assertion in DrawTargetSkia::CreateSimilarDrawTarget to a warning. r=lsalzman
Comment 3•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b3d68ce32250
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Pushed by jwatt@jwatt.org: https://hg.mozilla.org/integration/mozilla-inbound/rev/5b62b77eb236 Invert broken logic in DrawTargetSkia::CreateSimilarDrawTarget's warning. r=lsalzman
![]() |
Assignee | |
Comment 5•7 years ago
|
||
The original patch's logic was inverted. I took the liberty of landing the fix r=lsalzman.
I had to back this out (along with your other bugs pushed today) for windows vm debug failures like https://treeherder.mozilla.org/logviewer.html#?job_id=39173435&repo=mozilla-inbound https://hg.mozilla.org/integration/mozilla-inbound/rev/91b1add28ef64ca507a1c1c14db2031ae37c992b
Flags: needinfo?(jwatt)
Pushed by jwatt@jwatt.org: https://hg.mozilla.org/integration/mozilla-inbound/rev/0912331c9f31 Invert broken logic in DrawTargetSkia::CreateSimilarDrawTarget's warning. r=lsalzman
![]() |
Assignee | |
Comment 8•6 years ago
|
||
(In reply to Wes Kocher (:KWierso) from comment #6) > I had to back this out (along with your other bugs pushed today) for windows > vm debug failures It doesn't look like the patch for this bug was related to those failures.
Flags: needinfo?(jwatt)
Comment 9•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0912331c9f31
You need to log in
before you can comment on or make changes to this bug.
Description
•