Closed
Bug 1505922
Opened 6 years ago
Closed 6 years ago
Add redirection for CGColorSpaceCreateDeviceGray
Categories
(Core Graveyard :: Web Replay, enhancement)
Core Graveyard
Web Replay
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
1.66 KB,
patch
|
loganfsmyth
:
review+
|
Details | Diff | Splinter Review |
Similarly to CGColorSpaceCreateDeviceRGB, this API can be called from Gecko and we need to redirect it to avoid recording mismatches. Also similarly to CGColorSpaceCreateDeviceRGB, there is a backedge in the library code and special handling is needed to avoid corrupting the instructions at the target of the backedge.
Attachment #9023763 -
Flags: review?(lsmyth)
Updated•6 years ago
|
Attachment #9023763 -
Flags: review?(lsmyth) → review+
Pushed by bhackett@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9d3eb7343c80
Add redirection for CGColorSpaceCreateDeviceGray, r=lsmyth.
Comment 2•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•5 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•