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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event-expected.txt

Issue 1410153009: DevTools: Make network events continuous on Timeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments. 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 Tests the Timeline API instrumentation of a SendRequest, ReceiveResponse etc. 1 Tests the Timeline API instrumentation of a SendRequest, ReceiveResponse etc.
2 2
3 ResourceSendRequest 3 ResourceFetcher::requestResource
4 ResourceReceiveResponse 4 ResourceDispatcher::OnReceivedResponse
5 ResourceReceivedData 5 ResourceDispatcher::OnReceivedData
6 ResourceFinish 6 ResourceDispatcher::OnRequestComplete
7 EventDispatch 7 EventDispatch
8 FunctionCall 8 FunctionCall
9 ResourceSendRequest 9 ResourceFetcher::requestResource
10 ResourceReceiveResponse 10 ResourceDispatcher::OnReceivedResponse
11 ResourceReceivedData 11 ResourceDispatcher::OnReceivedData
12 ResourceFinish 12 ResourceDispatcher::OnRequestComplete
13 EventDispatch 13 EventDispatch
14 FunctionCall 14 FunctionCall
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698