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

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

Issue 1268353005: [DevTools] Support JQuery event listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months 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
Index: Source/core/inspector/InjectedScript.h
diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
index bfe33e4a3f7337862db14bb92d88d6825592b421..a44e02714f372657b0ce8365a467f11c9ec99df3 100644
--- a/Source/core/inspector/InjectedScript.h
+++ b/Source/core/inspector/InjectedScript.h
@@ -113,6 +113,9 @@ public:
void setCustomObjectFormatterEnabled(bool);
+ v8::Local<v8::Array> frameworksEventListeners(v8::Local<v8::Value>);
+ v8::Local<v8::Set> frameworksEventHandlers(v8::Local<v8::Value>);
+
private:
friend InjectedScript InjectedScriptManager::injectedScriptFor(ScriptState*);
using InspectedStateAccessCheck = bool (*)(ScriptState*);

Powered by Google App Engine
This is Rietveld 408576698