Closed
Bug 1316299
Opened 9 years ago
Closed 9 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•9 years ago
|
||
Attachment #8809010 -
Flags: review?(lsalzman)
Updated•9 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•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 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•9 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•9 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•9 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•