[Webkit-unassigned] [Bug 178185] New: Web Inspector: Canvas tab: show detailed status during canvas recording

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 11 13:09:23 PDT 2017


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

            Bug ID: 178185
           Summary: Web Inspector: Canvas tab: show detailed status during
                    canvas recording
           Product: WebKit
           Version: WebKit 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: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com
            Blocks: 175485

Summary:
Show detailed status during canvas recording.

Right now it's impossible to tell what's going on during a recording, or whether any data is being recorded. We should add a progress event to fire after every frame, throttled to a maximum rate (maybe 1/sec):

This will require adding an event to Canvas.json:

{
    "name": "recordingProgress",
    "parameters": [
        { "name": "canvasId", "$ref": "CanvasId" },
        { "name": "frameCount", "type": "integer" },
        { "name": "bufferUsed", "type": "number" }
    ]
}

See attached mockups for proposed UI.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=175485
[Bug 175485] Web Inspector: [META] Create Canvas tab and top-level overview
-- 
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/20171011/34871932/attachment.html>


More information about the webkit-unassigned mailing list