[webkit-reviews] review granted: [Bug 123534] Web Inspector: Remove basic uses of InspectorState from agents : [Attachment 215569] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 17:00:28 PDT 2013


Timothy Hatcher <timothy at apple.com> has granted Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 123534: Web Inspector: Remove basic uses of InspectorState from agents
https://bugs.webkit.org/show_bug.cgi?id=123534

Attachment 215569: [PATCH] Proposed Fix
https://bugs.webkit.org/attachment.cgi?id=215569&action=review

------- Additional Comments from Timothy Hatcher <timothy at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=215569&action=review


> Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp:70
>  namespace DOMDebuggerAgentState {
>  static const char eventListenerBreakpoints[] = "eventListenerBreakpoints";
> -static const char pauseOnAllXHRs[] = "pauseOnAllXHRs";
>  static const char xhrBreakpoints[] = "xhrBreakpoints";
>  }

Why can't the rest be removed?


More information about the webkit-reviews mailing list