[Webkit-unassigned] [Bug 200594] New: Web Inspector: Better organize manager / observer API groups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 9 15:42:52 PDT 2019


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

            Bug ID: 200594
           Summary: Web Inspector: Better organize manager / observer API
                    groups
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

Better organize manager / observer API groups

This moves us a bit closer to our preferred grouping:

    class FooManager extends WI.Object
    {
        constructor()

        // Agent

            domains

        // Target

            initializeTarget

        // Static

            supportsFooBar

        // Public

            add
            remove

        // FooObserver

            callbacks

        // Private

            internal API
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190809/7b1b0fe0/attachment.html>


More information about the webkit-unassigned mailing list