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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt

Issue 2610963005: [DevTools] Pass the frame payload (Closed)
Patch Set: [DevTools] Pass the frame payload Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt
index 997d3c1ffa28350f815029251f14f0b1ed4a4e5f..4bdd2f98763470d8c90834fead6f8b225bfec4e4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-tree/resource-tree-events-expected.txt
@@ -3,6 +3,7 @@ Tests top frame navigation events.
Navigating root frame
FrameAdded : root1
+ SecurityOriginRemoved : http://127.0.0.1:8000
FrameNavigated : root1 : loader-root1
MainFrameNavigated : root1 : loader-root1
SecurityOriginAdded : http://frame/root1.html
@@ -11,21 +12,21 @@ Navigating child frame 1
FrameNavigated : child1 : loader-child1
SecurityOriginAdded : http://frame/child1.html
Navigating child frame 1 to a different URL
- SecurityOriginRemoved : http://frame/child1.html
FrameNavigated : child1 : loader-child1
+ SecurityOriginRemoved : http://frame/child1.html
SecurityOriginAdded : http://frame/child1-new.html
Navigating child frame 2
FrameAdded : child2
FrameNavigated : child2 : loader-child2
SecurityOriginAdded : http://frame/child2.html
Detaching child frame 1
- SecurityOriginRemoved : http://frame/child1-new.html
FrameDetached : child1
+ SecurityOriginRemoved : http://frame/child1-new.html
Navigating root frame
- SecurityOriginRemoved : http://frame/child2.html
- SecurityOriginRemoved : http://frame/root1.html
FrameDetached : child2
FrameDetached : root1
+ SecurityOriginRemoved : http://frame/root1.html
+ SecurityOriginRemoved : http://frame/child2.html
FrameAdded : root2
FrameNavigated : root2 : loader-root2
MainFrameNavigated : root2 : loader-root2
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698