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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 686763002: Fix Runtime.executionContextCreated for crafted iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years 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/InjectedScriptManager.cpp ('k') | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 488570591abca3c5260b8b7ecb7d702f5d141562..40e62395d61e890c4699669a21e61db54a174a21 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -116,9 +116,6 @@ interface InspectorInstrumentation {
[CSS, Inline=FastReturn]
void activeStyleSheetsUpdated([Keep] Document*);
- [PageRuntime]
- void frameWindowDiscarded(LocalFrame*, LocalDOMWindow* domWindow);
-
[CSS, Inline=FastReturn]
void mediaQueryResultChanged(Document*);
@@ -213,7 +210,10 @@ interface InspectorInstrumentation {
void didEvaluateScript(const InspectorInstrumentationCookie&);
[PageRuntime, Inline=FastReturn]
- void didCreateIsolatedContext([Keep] LocalFrame*, ScriptState*, SecurityOrigin*);
+ void didCreateScriptContext([Keep] LocalFrame*, ScriptState*, SecurityOrigin*, bool isMainWorldContext);
+
+ [PageRuntime, Inline=FastReturn]
+ void willReleaseScriptContext([Keep] LocalFrame*, ScriptState*);
[AsyncCallStackTracker, DOMDebugger, Timeline, Inline=FastReturn]
InspectorInstrumentationCookie willFireTimer([Keep] ExecutionContext*, int timerId);
« no previous file with comments | « Source/core/inspector/InjectedScriptManager.cpp ('k') | Source/core/inspector/InspectorPageAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698