Bug 28773

Summary: Change functions and constants in CanvasRenderingContext3D to bring it up to spec
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: WebGLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Chris Marrin 2009-08-27 07:32:44 PDT
The latest WebGL (Canvas 3D) spec removes the gl prefix from functions and constants. We need to do that in the WebKit implementation. There are also a couple of other small API changes I will make at the same time.
Comment 1 Chris Marrin 2009-08-27 17:56:30 PDT
Created attachment 38706 [details]
Patch
Comment 2 Chris Marrin 2009-08-27 18:21:17 PDT
Sending        WebCore/ChangeLog
Sending        WebCore/bindings/js/JSCanvasRenderingContext3DCustom.cpp
Sending        WebCore/html/canvas/CanvasRenderingContext3D.cpp
Sending        WebCore/html/canvas/CanvasRenderingContext3D.h
Sending        WebCore/html/canvas/CanvasRenderingContext3D.idl
Sending        WebCore/platform/graphics/GraphicsContext3D.h
Sending        WebCore/platform/graphics/mac/GraphicsContext3DMac.cpp
Transmitting file data .......
Committed revision 47851.
Comment 3 Eric Seidel (no email) 2009-08-27 18:47:00 PDT
Comment on attachment 38706 [details]
Patch

Clearing review flag.