[Webkit-unassigned] [Bug 109096] Web Inspector: Add settings checkbox for composited layer borders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 15:00:00 PST 2013


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





--- Comment #8 from egraether at chromium.org  2013-02-07 15:02:06 PST ---
(In reply to comment #7)
> This duplicated API that was already available in the protocol.
> 
>             {
>                 "name": "getCompositingBordersVisible",
>                 "description": "Indicates the visibility of compositing borders.",
>                 "returns": [
>                     { "name": "result", "type": "boolean", "description": "If true, compositing borders are visible." }
>                 ],
>                 "hidden": true
>             },
>             {
>                 "name": "setCompositingBordersVisible",
>                 "description": "Controls the visibility of compositing borders.",
>                 "parameters": [
>                     { "name": "visible", "type": "boolean", "description": "True for showing compositing borders." }
>                 ],
>                 "hidden": true
>             },
> 
> I suggest you remove the one you added. And if you need the "canShow…" call, then add it to make these names.

Oh, seems like I overlooked that. I will follow your suggestion.

-- 
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