Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Unified Diff: Source/core/inspector/InspectorDOMDebuggerAgent.h

Issue 732593002: DevTools: Make StepInto work across script boundaries and Blink process tasks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/InspectorController.cpp ('k') | Source/core/inspector/InspectorDOMDebuggerAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorDOMDebuggerAgent.h
diff --git a/Source/core/inspector/InspectorDOMDebuggerAgent.h b/Source/core/inspector/InspectorDOMDebuggerAgent.h
index 3b33c585347cebca59e0b3f164b55bcbae2137ea..99617c8969a914a05f1015f25daa9bba5e180c45 100644
--- a/Source/core/inspector/InspectorDOMDebuggerAgent.h
+++ b/Source/core/inspector/InspectorDOMDebuggerAgent.h
@@ -93,11 +93,8 @@ public:
void didFireWebGLError(const String& errorName);
void didFireWebGLWarning();
void didFireWebGLErrorOrWarning(const String& message);
- void willExecuteCustomElementCallback(Element*);
void willCloseWindow();
- void didProcessTask();
-
virtual void clearFrontend() override;
virtual void discardAgent() override;
@@ -114,8 +111,6 @@ private:
// InspectorDebuggerAgent::Listener implementation.
virtual void debuggerWasEnabled() override;
virtual void debuggerWasDisabled() override;
- virtual void stepInto() override;
- virtual void didPause() override;
virtual bool canPauseOnPromiseEvent() override;
virtual void didCreatePromise() override;
virtual void didResolvePromise() override;
@@ -133,7 +128,6 @@ private:
RawPtrWillBeMember<InspectorDOMAgent> m_domAgent;
RawPtrWillBeMember<InspectorDebuggerAgent> m_debuggerAgent;
WillBeHeapHashMap<RawPtrWillBeMember<Node>, uint32_t> m_domBreakpoints;
- bool m_pauseInNextEventListener;
};
} // namespace blink
« no previous file with comments | « Source/core/inspector/InspectorController.cpp ('k') | Source/core/inspector/InspectorDOMDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698