WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
173327
Web Inspector: Send context attributes for tracked canvases
https://bugs.webkit.org/show_bug.cgi?id=173327
Summary
Web Inspector: Send context attributes for tracked canvases
Devin Rousso
Reported
2017-06-13 13:50:53 PDT
WebGL canvases are able to provide attributes that effect the functionality of the canvas. The value of these attributes should be visible in the frontend.
Attachments
[Patch] WIP
(10.64 KB, patch)
2017-06-13 13:53 PDT
,
Devin Rousso
hi
: commit-queue-
Details
Formatted Diff
Diff
[Image] After Patch is applied
(476.94 KB, image/png)
2017-06-13 13:53 PDT
,
Devin Rousso
no flags
Details
Patch
(16.16 KB, patch)
2017-06-20 00:08 PDT
,
Devin Rousso
joepeck
: review+
Details
Formatted Diff
Diff
Patch
(16.22 KB, patch)
2017-06-20 16:28 PDT
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2017-06-13 13:53:25 PDT
Created
attachment 312802
[details]
[Patch] WIP
Devin Rousso
Comment 2
2017-06-13 13:53:38 PDT
Created
attachment 312803
[details]
[Image] After Patch is applied
Devin Rousso
Comment 3
2017-06-20 00:08:44 PDT
Created
attachment 313375
[details]
Patch
Joseph Pecoraro
Comment 4
2017-06-20 14:02:48 PDT
Comment on
attachment 313375
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=313375&action=review
> LayoutTests/inspector/canvas/context-attributes-expected.txt:13 > +{"alpha":true,"depth":true,"stencil":false,"antialias":true,"premultipliedAlpha":true,"preserveDrawingBuffer":false,"failIfMajorPerformanceCaveat":false}
We could JSON.stringify(obj, null, 2) to make this easier to read.
> Source/WebInspectorUI/UserInterface/Views/CanvasDetailsSidebarPanel.js:221 > + const columns = { > + name: {title: WebInspector.UIString("Name")}, > + value: {title: WebInspector.UIString("Value"), width: "30%"}, > + }; > + dataGrid = this._attributesDataGridRow.dataGrid = new WebInspector.DataGrid(columns);
Style: Again I think we should inline these as the last param. It looks very awkward like this!
Devin Rousso
Comment 5
2017-06-20 16:28:22 PDT
Created
attachment 313453
[details]
Patch
WebKit Commit Bot
Comment 6
2017-06-20 17:07:45 PDT
Comment on
attachment 313453
[details]
Patch Clearing flags on attachment: 313453 Committed
r218618
: <
http://trac.webkit.org/changeset/218618
>
WebKit Commit Bot
Comment 7
2017-06-20 17:07:47 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug