Closed
Bug 566698
Opened 15 years ago
Closed 15 years ago
Make PixelStorei reject invalid param values
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
DUPLICATE
of bug 571027
People
(Reporter: bjacob, Assigned: bjacob)
Details
Attachments
(1 file, 3 obsolete files)
905 bytes,
patch
|
Details | Diff | Splinter Review |
Only 1,2,4,8 are allowed.
http://www.khronos.org/opengles/sdk/docs/man/glPixelStorei.xml
patch attached.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
oops, previous patch was wrong file. the gtk filechooser dialog is massively broken over here.
Attachment #446039 -
Attachment is obsolete: true
Attachment #446040 -
Flags: review?(vladimir)
Attachment #446039 -
Flags: review?(vladimir)
Attachment #446040 -
Flags: review?(vladimir) → review+
Keywords: checkin-needed
This needs a test.
Also, it looks like the patch needs to be updated to use some ErrorInvalid* function.
Keywords: checkin-needed
Assignee | ||
Comment 5•15 years ago
|
||
Updated to return the right error.
carried r+ from previous version.
Attachment #446040 -
Attachment is obsolete: true
Attachment #448566 -
Flags: review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 6•15 years ago
|
||
aargh, typo, give me a minute...
(In reply to comment #3)
> This needs a test.
Yep, working on integrating the WebGL test suite this week -- there's a test in there for this. Marking all these things as in-testsuite? for verification once we get that in.
Flags: in-testsuite?
Assignee | ||
Comment 8•15 years ago
|
||
This time it should be good!
Attachment #448566 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
Attachment #448571 -
Flags: review?(vladimir)
Comment 9•15 years ago
|
||
If you are asking for review for this updated patch, probably not ready for checkin-needed.
Keywords: checkin-needed
Assignee | ||
Comment 10•15 years ago
|
||
Marking as duplicate as an updated patch is present in bug 571027.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Attachment #448571 -
Flags: review?(vladimir)
You need to log in
before you can comment on or make changes to this bug.
Description
•