Closed
Bug 759178
Opened 11 years ago
Closed 11 years ago
WebGL extension strings should be case-insensitive
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: bjacob, Assigned: bjacob)
Details
(Whiteboard: webgl-conformance)
Attachments
(1 file)
2.05 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
Per WebGL spec section 5.14.14. Test: https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/conformance/extensions/get-extension.html
Attachment #627772 -
Flags: review?(jgilbert)
Updated•11 years ago
|
Attachment #627772 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 1•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d9e6d8a66f9c
Assignee: nobody → bjacob
Target Milestone: --- → mozilla15
Comment 2•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d9e6d8a66f9c
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
Unicode case-insensitive or ASCII case-sensitive? In particular, should you be able to use 'LATIN CAPITAL LETTER I WITH DOT ABOVE' (U+0130) instead of i? Sounds like something you should have a test for... ;)
Assignee | ||
Comment 4•11 years ago
|
||
The spec fails to specify it, but obviously the intent is that extension strings can only use [a-zA-Z0-9_] characters. Will write to the list about that. Yes, a test checking that non-ASCII strings are rejected with INVALID_VALUE could make sense.
You need to log in
before you can comment on or make changes to this bug.
Description
•