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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/loading/307-after-303-after-post-expected.txt

Issue 1418003006: Simplify starting a navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enum-ify Created 5 years, 1 month 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
OLDNEW
1 main frame - didStartProvisionalLoadForFrame 1 main frame - didStartProvisionalLoadForFrame
2 main frame - didCommitLoadForFrame 2 main frame - didCommitLoadForFrame
3 main frame - didFinishDocumentLoadForFrame 3 main frame - didFinishDocumentLoadForFrame
4 main frame - didHandleOnloadEventsForFrame 4 main frame - didHandleOnloadEventsForFrame
5 main frame - didFinishLoadForFrame 5 main frame - didFinishLoadForFrame
6 main frame - didStartProvisionalLoadForFrame 6 main frame - didStartProvisionalLoadForFrame
7 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/loading/resources/post-to-303-target.ph p, main document URL http://127.0.0.1:8000/loading/resources/post-to-303-target. php, http method POST> redirectResponse (null) 7 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/loading/resources/post-to-303-target.ph p, main document URL http://127.0.0.1:8000/loading/resources/post-to-303-target. php, http method POST> redirectResponse (null)
8 main frame - didReceiveServerRedirectForProvisionalLoadForFrame
9 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/loading/resources/303-to-307-target.php , main document URL http://127.0.0.1:8000/loading/resources/303-to-307-target.ph p, http method GET> redirectResponse <NSURLResponse http://127.0.0.1:8000/loadin g/resources/post-to-303-target.php, http status code 303> 8 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/loading/resources/303-to-307-target.php , main document URL http://127.0.0.1:8000/loading/resources/303-to-307-target.ph p, http method GET> redirectResponse <NSURLResponse http://127.0.0.1:8000/loadin g/resources/post-to-303-target.php, http status code 303>
10 main frame - didReceiveServerRedirectForProvisionalLoadForFrame 9 main frame - didReceiveServerRedirectForProvisionalLoadForFrame
11 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/loading/resources/307-post-output-targe t.php, main document URL http://127.0.0.1:8000/loading/resources/307-post-output -target.php, http method GET> redirectResponse <NSURLResponse http://127.0.0.1:8 000/loading/resources/303-to-307-target.php, http status code 307> 10 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - willSendRequest <NSURLRequest URL http://127.0.0.1:8000/loading/resources/307-post-output-targe t.php, main document URL http://127.0.0.1:8000/loading/resources/307-post-output -target.php, http method GET> redirectResponse <NSURLResponse http://127.0.0.1:8 000/loading/resources/303-to-307-target.php, http status code 307>
11 main frame - didReceiveServerRedirectForProvisionalLoadForFrame
12 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - didReceiveRespo nse <NSURLResponse http://127.0.0.1:8000/loading/resources/307-post-output-targe t.php, http status code 200> 12 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - didReceiveRespo nse <NSURLResponse http://127.0.0.1:8000/loading/resources/307-post-output-targe t.php, http status code 200>
13 main frame - didCommitLoadForFrame 13 main frame - didCommitLoadForFrame
14 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - didFinishLoadin g 14 http://127.0.0.1:8000/loading/resources/post-to-303-target.php - didFinishLoadin g
15 main frame - didFinishDocumentLoadForFrame 15 main frame - didFinishDocumentLoadForFrame
16 main frame - didHandleOnloadEventsForFrame 16 main frame - didHandleOnloadEventsForFrame
17 main frame - didFinishLoadForFrame 17 main frame - didFinishLoadForFrame
18 There were no POSTed form values. 18 There were no POSTed form values.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698