[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 11:22:25 PST 2013


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


Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothy at apple.com




--- Comment #7 from Timothy Hatcher <timothy at apple.com>  2013-02-07 11:24:32 PST ---
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.

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