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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests top frame navigation events. 1 Tests top frame navigation events.
2 2
3 3
4 Navigating root frame 4 Navigating root frame
5 FrameAdded : root1 5 FrameAdded : root1
6 SecurityOriginRemoved : http://127.0.0.1:8000
6 FrameNavigated : root1 : loader-root1 7 FrameNavigated : root1 : loader-root1
7 MainFrameNavigated : root1 : loader-root1 8 MainFrameNavigated : root1 : loader-root1
8 SecurityOriginAdded : http://frame/root1.html 9 SecurityOriginAdded : http://frame/root1.html
9 Navigating child frame 1 10 Navigating child frame 1
10 FrameAdded : child1 11 FrameAdded : child1
11 FrameNavigated : child1 : loader-child1 12 FrameNavigated : child1 : loader-child1
12 SecurityOriginAdded : http://frame/child1.html 13 SecurityOriginAdded : http://frame/child1.html
13 Navigating child frame 1 to a different URL 14 Navigating child frame 1 to a different URL
15 FrameNavigated : child1 : loader-child1
14 SecurityOriginRemoved : http://frame/child1.html 16 SecurityOriginRemoved : http://frame/child1.html
15 FrameNavigated : child1 : loader-child1
16 SecurityOriginAdded : http://frame/child1-new.html 17 SecurityOriginAdded : http://frame/child1-new.html
17 Navigating child frame 2 18 Navigating child frame 2
18 FrameAdded : child2 19 FrameAdded : child2
19 FrameNavigated : child2 : loader-child2 20 FrameNavigated : child2 : loader-child2
20 SecurityOriginAdded : http://frame/child2.html 21 SecurityOriginAdded : http://frame/child2.html
21 Detaching child frame 1 22 Detaching child frame 1
23 FrameDetached : child1
22 SecurityOriginRemoved : http://frame/child1-new.html 24 SecurityOriginRemoved : http://frame/child1-new.html
23 FrameDetached : child1
24 Navigating root frame 25 Navigating root frame
25 SecurityOriginRemoved : http://frame/child2.html
26 SecurityOriginRemoved : http://frame/root1.html
27 FrameDetached : child2 26 FrameDetached : child2
28 FrameDetached : root1 27 FrameDetached : root1
28 SecurityOriginRemoved : http://frame/root1.html
29 SecurityOriginRemoved : http://frame/child2.html
29 FrameAdded : root2 30 FrameAdded : root2
30 FrameNavigated : root2 : loader-root2 31 FrameNavigated : root2 : loader-root2
31 MainFrameNavigated : root2 : loader-root2 32 MainFrameNavigated : root2 : loader-root2
32 SecurityOriginAdded : http://frame/root2.html 33 SecurityOriginAdded : http://frame/root2.html
33 34
OLDNEW
« 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