[Webkit-unassigned] [Bug 143236] New: Web Inspector: add console messages for WebGL shader compile and program link errors/warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 30 13:52:49 PDT 2015


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

            Bug ID: 143236
           Summary: Web Inspector: add console messages for WebGL shader
                    compile and program link errors/warnings
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattbaker at apple.com
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

InspectorCanvasAgent should use ConsoleAgent for WebGL shader and program errors/warnings. Create a new message source (MessageSource::WebGL) for logging compile and link operations, including source code location to allow jumping to the relevant code in a ShaderProgram content view (needed for https://bugs.webkit.org/show_bug.cgi?id=138593).

Going through the ConsoleAgent guarantees users are informed of compile and link information even if they aren't currently inspecting the canvas resource.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150330/ed34eec5/attachment-0002.html>


More information about the webkit-unassigned mailing list