Closed
Bug 1034930
Opened 11 years ago
Closed 11 years ago
Improve the const correctness of BinaryOutputStream::writeBytes
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
This fixes a compilation problem with clang-cl. The patch has been submitted to upstream:
https://chromium-review.googlesource.com/#/c/206714/
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8451316 -
Flags: review?(vladimir)
I'm holding off on reviewing this until I can get it into either mozilla/angle github or upstream. I really don't want to patch things in gfx/angle in m-c unless absolutely necessary (e.g. security fix), because those are the patches that will instantly get lost...
| Assignee | ||
Comment 4•11 years ago
|
||
(In reply to comment #3)
> I'm holding off on reviewing this until I can get it into either mozilla/angle
> github or upstream. I really don't want to patch things in gfx/angle in m-c
> unless absolutely necessary (e.g. security fix), because those are the patches
> that will instantly get lost...
Sure. I've submitted it to both FWIW. :-)
| Assignee | ||
Comment 5•11 years ago
|
||
This was finally merged upstream: <https://chromium.googlesource.com/angle/angle/+/aa7e166091b7aa779191ed6f60e4b1e51d029afd>. Vlad, what do I need to do to get this landed on m-c?
Flags: needinfo?(vladimir)
| Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(vladimir)
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 7•11 years ago
|
||
I'm going to land this for now.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Comment 8•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Attachment #8451316 -
Flags: review?(vladimir)
You need to log in
before you can comment on or make changes to this bug.
Description
•