[Webkit-unassigned] [Bug 117786] Change recently ratified extensions prefixes from WEBKIT_WEBGL_ to WEBGL_

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 25 02:36:31 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=117786





--- Comment #3 from k.swiniarsk2 at samsung.com  2013-06-25 02:38:25 PST ---
(In reply to comment #2)
> (From update of attachment 204975 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=204975&action=review
> 
> > Source/WebCore/html/canvas/WebGLRenderingContext.cpp:-2414
> > -        || equalIgnoringCase(name, "WEBKIT_WEBGL_lose_context")
> 
> Is it safe to remove these checks?? Seems blink still has the checks in place.

It is clear that it may break some backward-compatibility in web applications that use this extension with WEBKIT_WEBGL_ prefix.

However latest official specification from Khronos http://www.khronos.org/registry/webgl/extensions/ does not mention any WEBKIT_ extensions anymore.

The code should be kept clean and compliant with spec all the time and this backward-compatibility, should be removed. If not now, then when?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list