[Webkit-unassigned] [Bug 179132] New: Web Inspector: Move InspectorAgents into a folder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 1 12:00:33 PDT 2017


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

            Bug ID: 179132
           Summary: Web Inspector: Move InspectorAgents into a folder
           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

Move InspectorAgents into a folder

Lets group all the agents together. I'm looking at:

> ...
> ├── InspectorAllInOne.cpp
> ├── InspectorClient.cpp
> ├── InspectorClient.h
> ├── InspectorController.cpp
> ├── InspectorController.h
> ├── InspectorInstrumentation.cpp
> ├── InspectorInstrumentation.h
> ├── InspectorWebAgentBase.h
> ├── InstrumentingAgents.cpp
> ├── InstrumentingAgents.h
> ├── PageScriptDebugServer.cpp
> ├── PageScriptDebugServer.h
> ├── WorkerInspectorController.cpp
> ├── WorkerInspectorController.h
> ├── WorkerScriptDebugServer.cpp
> ├── WorkerScriptDebugServer.h
> └── agents
>     ├── InspectorApplicationCacheAgent.cpp
>     ├── InspectorApplicationCacheAgent.h
>     ├── InspectorCSSAgent.cpp
>     ├── InspectorCSSAgent.h
>     ├── InspectorCanvasAgent.cpp
>     ├── InspectorCanvasAgent.h
>     ├── InspectorDOMAgent.cpp
>     ├── InspectorDOMAgent.h
>     ...
>     ├── WebConsoleAgent.cpp
>     ├── WebConsoleAgent.h
>     ├── WebDebuggerAgent.cpp
>     ├── WebDebuggerAgent.h
>     ├── WebHeapAgent.cpp
>     ├── WebHeapAgent.h
>     ├── page
>     │   ├── PageConsoleAgent.cpp
>     │   ├── PageConsoleAgent.h
>     │   ├── PageDebuggerAgent.cpp
>     │   ├── PageDebuggerAgent.h
>     │   ├── PageHeapAgent.cpp
>     │   ├── PageHeapAgent.h
>     │   ├── PageRuntimeAgent.cpp
>     │   └── PageRuntimeAgent.h
>     └── worker
>         ├── WorkerConsoleAgent.cpp
>         ├── WorkerConsoleAgent.h
>         ├── WorkerDebuggerAgent.cpp
>         ├── WorkerDebuggerAgent.h
>         ├── WorkerRuntimeAgent.cpp
>         └── WorkerRuntimeAgent.h

-- 
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/20171101/64ed327f/attachment.html>


More information about the webkit-unassigned mailing list