Closed
Bug 1320613
Opened 9 years ago
Closed 9 years ago
Crash in conformance/extensions/webgl-draw-buffers-feedback-loop.html
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla53
People
(Reporter: vliu, Assigned: vliu)
Details
Attachments
(1 file, 2 obsolete files)
2.61 KB,
patch
|
jgilbert
:
review+
gchang
:
approval-mozilla-aurora+
gchang
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
The crash happens when I run test on Khronos 2.0.1 webgl conformance test.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → vliu
Assignee | ||
Comment 1•9 years ago
|
||
Sorry for wrong information on Description. This test should belongs to Khronos 1.0.4 webgl conformance test.
Assignee | ||
Comment 2•9 years ago
|
||
Hi Ethan,
Could you please have a review. Really thanks
Attachment #8814773 -
Flags: review?(ethlin)
Assignee | ||
Comment 3•9 years ago
|
||
Hi Ethan,
The proposed patch was as we discussed. Please have a review. Thanks.
Attachment #8815193 -
Flags: review?(ethlin)
Assignee | ||
Updated•9 years ago
|
Attachment #8814773 -
Attachment is obsolete: true
Attachment #8814773 -
Flags: review?(ethlin)
Updated•9 years ago
|
Attachment #8815193 -
Flags: review?(ethlin) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8815193 [details] [diff] [review]
Add nullptr check for attach.
Hi Jeff,
Since the patch was relative to spec, could you also help me to review it? Thanks
Attachment #8815193 -
Flags: review?(jgilbert)
Comment 5•9 years ago
|
||
Comment on attachment 8815193 [details] [diff] [review]
Add nullptr check for attach.
Review of attachment 8815193 [details] [diff] [review]:
-----------------------------------------------------------------
You forgot FramebufferTextureLayer.
Attachment #8815193 -
Flags: review?(jgilbert) → review-
Assignee | ||
Comment 6•9 years ago
|
||
Hi Jeff,
Thanks for the review for the missing part. Could you review again for the attached atch? Thanks
Attachment #8817067 -
Flags: review?(jgilbert)
Assignee | ||
Updated•9 years ago
|
Attachment #8815193 -
Attachment is obsolete: true
Updated•9 years ago
|
Attachment #8817067 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 7•9 years ago
|
||
Pushed by vliu@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/422dd1f29d6e
Add nullptr check for attach. r=jgilbert,
Comment 9•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•9 years ago
|
status-firefox51:
--- → affected
status-firefox52:
--- → affected
Comment 10•9 years ago
|
||
Comment on attachment 8817067 [details] [diff] [review]
Add nullptr check for attach. r=jgilbert, ethlin
Approval Request Comment
[Feature/Bug causing the regression]: webgl2
[User impact if declined]:
[Is this code covered by automated tests?]:
[Has the fix been verified in Nightly?]:
[Needs manual test from QE? If yes, steps to reproduce]:
[List of other uplifts needed for the feature/fix]:
[Is the change risky?]:
[Why is the change risky/not risky?]:
[String changes made/needed]:
Attachment #8817067 -
Flags: approval-mozilla-beta?
Attachment #8817067 -
Flags: approval-mozilla-aurora?
Comment 11•9 years ago
|
||
Comment on attachment 8817067 [details] [diff] [review]
Add nullptr check for attach. r=jgilbert, ethlin
WebGL2 related patch. Beta51+ & Aurora52+. Should be in 51 beta 8.
Attachment #8817067 -
Flags: approval-mozilla-beta?
Attachment #8817067 -
Flags: approval-mozilla-beta+
Attachment #8817067 -
Flags: approval-mozilla-aurora?
Attachment #8817067 -
Flags: approval-mozilla-aurora+
Comment 12•9 years ago
|
||
bugherder uplift |
Comment 13•9 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•