CARVIEW |
Select Language
HTTP/2 200
content-type: text/html; charset=UTF-8
x-frame-options: SAMEORIGIN
accept-ranges: bytes
set-cookie: Bugzilla_login_request_cookie=iSV81gvUehVS; path=/; secure; HttpOnly; SameSite=Lax
set-cookie: github_token=Jme470baRc2u7Hm955HedcvG6RfZoIN77JvVrrVso249Enqak2sa0YpxADQk8mTiqXQv21gahga1sysZMapxjEuZOUYl64OA7hGTBErxano9HlR2xarX0HQ0iHwtT9zMMS0YBQhc5638tLKqwBmKMPSMNtVAzpUTdPiSGFhyTIqlBippMgblUfOHwHybP8uUMHoUyJYhlcHvIDlQn1GzFO4QqPeax80jQ0ilHdeaGz0ohXYpqnud0P8gVNpsl8Uv; path=/; secure; HttpOnly; SameSite=Lax
x-content-type-options: nosniff
server: nginx
strict-transport-security: max-age=31536000; includeSubDomains
via: 1.1 google, 1.1 varnish, 1.1 varnish
referrer-policy: same-origin
x-xss-protection: 1; mode=block
content-security-policy: default-src 'self'; worker-src 'none'; connect-src 'self' https://product-details.mozilla.org https://treeherder.mozilla.org/api/failurecount/; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://secure.gravatar.com https://bug1539118.bmoattachments.org/; media-src 'self' https://bug1539118.bmoattachments.org/; object-src 'none'; script-src 'self' 'nonce-iD7GZq4qVmYuoIpWG2PBgmXRe2BjAEE2dkuf0MblfcA4Uxg1' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src 'self' https://crash-stop-addon.herokuapp.com; frame-ancestors 'self'; form-action 'self' https://www.google.com/search https://github.com/login/oauth/authorize https://github.com/login https://phabricator.services.mozilla.com/ https://people.mozilla.org
content-encoding: gzip
date: Wed, 08 Oct 2025 02:06:57 GMT
x-served-by: cache-bom-vanm7210095-BOM, cache-bom-vanm7210095-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1759889216.483459,VS0,VE1217
vary: Accept-Encoding
1539118 - Crash in mozilla::gfx::DrawTargetD2D1::CreateBrushForPattern when using Canvas
Crash in mozilla::gfx::Draw
Closed
Bug 1539118
Opened 7 years ago
Closed 7 years ago
Crash in mozilla::gfx::DrawTargetD2D1::CreateBrushForPattern when using Canvas
*
Summary:
Crash in mozilla::gfx::DrawTargetD2D1::CreateBrushForPattern when using Canvas
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
RESOLVED
FIXED
---
Iteration:
---
a11y-review | |
Size Estimate | |
Webcompat Score | |
Performance Impact | |
Accessibility Severity | |
Webcompat Priority |
People
(Reporter: bas.schouten, Assigned: bas.schouten)
References
Details
---
---
---
QA Whiteboard:
---
Has STR:
---
Change Request:
---
0
Bug Flags:
| ||||
Crash Data
Signature:
None
Security
(public)
This bug is publicly visible.
User Story
Attachments
(1 file)
3.20 KB,
patch
|
pascalc
:
approval-mozilla-release+
|
Details | Diff | Splinter Review |
There's one more crash left in Canvas with CreateBrushForPattern. This bug is specifically for the beta uplift of one of the patches that has already landed on central in bug 1524554.
Assignee | ||
Comment 1•7 years ago
|
||
Beta/Release Uplift Approval Request
- Feature/Bug causing the regression: Bug 1519760
- User impact if declined: Crashes
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Just a validity check adding an early return.
- String changes made/needed: None
Attachment #9053565 -
Flags: approval-mozilla-release?
Updated•7 years ago
|
status-firefox66:
--- → affected
tracking-firefox66:
--- → +
Comment 2•7 years ago
|
||
Comment on attachment 9053565 [details] [diff] [review]
D22964.diff
Last crash fix for mozilla::gfx::DrawTargetD2D1::CreateBrushForPattern landed just before the merge to 67. Proced effective on Beta, approved for uplift to our next 66 dot release. Thanks
Attachment #9053565 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Comment 3•7 years ago
|
||
bugherder uplift |
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•