[Webkit-unassigned] [Bug 103513] Provide the backend for exposing the layer tree to the Web Inspector
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 4 09:16:19 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=103513
--- Comment #47 from Andrey Kosyakov <caseq at chromium.org> 2012-12-04 09:18:43 PST ---
(From update of attachment 177472)
View in context: https://bugs.webkit.org/attachment.cgi?id=177472&action=review
> LayoutTests/inspector-protocol/layer-tree.html:146
> + function recurse (layer) {
recurse(layer)
> LayoutTests/inspector-protocol/layer-tree.html:168
> + function replacer (key, value)
style: no space after function name
> LayoutTests/inspector-protocol/layer-tree.html:170
> + return (key === "layerId") ? undefined : value;
style: please drop redundant parenthesis
we typically dump typeof value instead of value if value is non-stable -- this occasionally helps to catch regressions for values that are missing or of a wrong type.
--
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