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

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

Issue 23582002: CORS: Update the redirection status in Inspector Network tab for CORS requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index 6aa4ee55c7c921ca79f9dc699e0ca1c8ef589b6c..580374290a09e01a41f96c10e194f16c3adb2110 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -276,6 +276,9 @@ interface InspectorInstrumentation {
[Timeline, Resource]
void didFinishLoading(Frame* frame, unsigned long identifier, DocumentLoader*, double finishTime);
+ [Resource]
+ void didReceiveCORSRedirectResponse(Frame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*);
+
[Timeline, Resource, Console] // Console should come AFTER Resource notification, front-end relies on this.
void didFailLoading(Frame* frame, unsigned long identifier, DocumentLoader*, const ResourceError&);

Powered by Google App Engine
This is Rietveld 408576698