[Webkit-unassigned] [Bug 50794] New: [chromium] Change WebGraphicsContext3D to use const WebString& instead of const char*

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 9 17:58:47 PST 2010


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

           Summary: [chromium] Change WebGraphicsContext3D to use const
                    WebString& instead of const char*
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbr at google.com
                CC: kbr at google.com, jamesr at chromium.org, zmo at google.com


There are several entry points on WebGraphicsContext3D which take const char* to match the OpenGL API, such as bindAttribLocation, getUniformLocation, shaderSource, etc. These should be changed to take const WebString&.

-- 
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