[webkit-reviews] review granted: [Bug 190497] Web Inspector: Canvas Recording loading goes significantly slower when "Frame" tree element is expanded : [Attachment 352529] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 25 13:57:39 PDT 2018
Joseph Pecoraro <joepeck at webkit.org> has granted Devin Rousso
<drousso at apple.com>'s request for review:
Bug 190497: Web Inspector: Canvas Recording loading goes significantly slower
when "Frame" tree element is expanded
https://bugs.webkit.org/show_bug.cgi?id=190497
Attachment 352529: Patch
https://bugs.webkit.org/attachment.cgi?id=352529&action=review
--- Comment #8 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 352529
--> https://bugs.webkit.org/attachment.cgi?id=352529
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=352529&action=review
r=me
> Source/WebInspectorUI/UserInterface/Base/Utilities.js:134
> + },
Let's remove the trailing comma on these because we don't ever expect any other
properties.
> Source/WebInspectorUI/UserInterface/Base/Utilities.js:147
> + },
Let's remove the trailing comma on these because we don't ever expect any other
properties.
More information about the webkit-reviews
mailing list