Closed
Bug 790946
Opened 12 years ago
Closed 12 years ago
Remove support for the MOZ_ prefixed EXT_texture_filter_anisotropic ext name
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: bjacob, Assigned: bjacob)
References
Details
(Keywords: dev-doc-complete, Whiteboard: webgl-extension)
Attachments
(1 file)
1.43 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
This follows up on 776001 which landed in 17 and where we decided to keep support for the prefixed name for 1 version and only remove it in 18.
Attachment #660825 -
Flags: review?(jgilbert)
Updated•12 years ago
|
Attachment #660825 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → bjacob
Target Milestone: --- → mozilla18
Assignee | ||
Comment 2•12 years ago
|
||
Now with Real Code Bits (tm):
http://hg.mozilla.org/integration/mozilla-inbound/rev/94111544f201
Comment 3•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cb2a1ae48b7a
https://hg.mozilla.org/mozilla-central/rev/94111544f201
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Assignee | ||
Comment 4•12 years ago
|
||
Oops, we were still exposing the MOZ_ prefixed name in getSupportedExtensions.
http://hg.mozilla.org/integration/mozilla-inbound/rev/294e9ee46579
Comment 5•12 years ago
|
||
Updated•12 years ago
|
Keywords: dev-doc-needed
Comment 6•9 years ago
|
||
https://developer.mozilla.org/en-US/Firefox/Releases/18#WebGL
https://developer.mozilla.org/en-US/docs/Web/API/EXT_texture_filter_anisotropic
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/getSupportedExtensions
https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Using_Extensions#Browser_compatibility
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•