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

Side by Side Diff: net/log/net_log_source_type_list.h

Issue 2675343002: Server push cancellation: add NetLogs to track cache lookup transaction (Closed)
Patch Set: address rch's comments Created 3 years, 10 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // NOTE: No header guards are used, since this file is intended to be expanded 5 // NOTE: No header guards are used, since this file is intended to be expanded
6 // directly within a block where the SOURCE_TYPE macro is defined. 6 // directly within a block where the SOURCE_TYPE macro is defined.
7 7
8 // Used for global events which don't correspond to a particular entity. 8 // Used for global events which don't correspond to a particular entity.
9 SOURCE_TYPE(NONE) 9 SOURCE_TYPE(NONE)
10 10
11 SOURCE_TYPE(URL_REQUEST) 11 SOURCE_TYPE(URL_REQUEST)
12 SOURCE_TYPE(PROXY_SCRIPT_DECIDER) 12 SOURCE_TYPE(PROXY_SCRIPT_DECIDER)
13 SOURCE_TYPE(HTTP_PROXY_CONNECT_JOB) 13 SOURCE_TYPE(HTTP_PROXY_CONNECT_JOB)
14 SOURCE_TYPE(SOCKS_CONNECT_JOB) 14 SOURCE_TYPE(SOCKS_CONNECT_JOB)
15 SOURCE_TYPE(SSL_CONNECT_JOB) 15 SOURCE_TYPE(SSL_CONNECT_JOB)
16 SOURCE_TYPE(TRANSPORT_CONNECT_JOB) 16 SOURCE_TYPE(TRANSPORT_CONNECT_JOB)
17 SOURCE_TYPE(WEB_SOCKET_TRANSPORT_CONNECT_JOB) 17 SOURCE_TYPE(WEB_SOCKET_TRANSPORT_CONNECT_JOB)
18 SOURCE_TYPE(SOCKET) 18 SOURCE_TYPE(SOCKET)
19 SOURCE_TYPE(SERVER_PUSH_LOOKUP_TRANSACTION)
eroman 2017/02/07 22:33:42 This list is not sorted; we generally prefer addin
Zhongyi Shi 2017/02/08 00:40:53 Done.
19 SOURCE_TYPE(HTTP2_SESSION) 20 SOURCE_TYPE(HTTP2_SESSION)
20 SOURCE_TYPE(QUIC_SESSION) 21 SOURCE_TYPE(QUIC_SESSION)
21 SOURCE_TYPE(QUIC_CONNECTION_MIGRATION) 22 SOURCE_TYPE(QUIC_CONNECTION_MIGRATION)
22 SOURCE_TYPE(HOST_RESOLVER_IMPL_JOB) 23 SOURCE_TYPE(HOST_RESOLVER_IMPL_JOB)
23 SOURCE_TYPE(DISK_CACHE_ENTRY) 24 SOURCE_TYPE(DISK_CACHE_ENTRY)
24 SOURCE_TYPE(MEMORY_CACHE_ENTRY) 25 SOURCE_TYPE(MEMORY_CACHE_ENTRY)
25 SOURCE_TYPE(HTTP_STREAM_JOB) 26 SOURCE_TYPE(HTTP_STREAM_JOB)
26 SOURCE_TYPE(EXPONENTIAL_BACKOFF_THROTTLING) 27 SOURCE_TYPE(EXPONENTIAL_BACKOFF_THROTTLING)
27 SOURCE_TYPE(UDP_SOCKET) 28 SOURCE_TYPE(UDP_SOCKET)
28 SOURCE_TYPE(CERT_VERIFIER_JOB) 29 SOURCE_TYPE(CERT_VERIFIER_JOB)
29 SOURCE_TYPE(DOWNLOAD) 30 SOURCE_TYPE(DOWNLOAD)
30 SOURCE_TYPE(DOWNLOAD_FILE) 31 SOURCE_TYPE(DOWNLOAD_FILE)
31 SOURCE_TYPE(FILESTREAM) 32 SOURCE_TYPE(FILESTREAM)
32 SOURCE_TYPE(DNS_PROBER) 33 SOURCE_TYPE(DNS_PROBER)
33 SOURCE_TYPE(PROXY_CLIENT_SOCKET) 34 SOURCE_TYPE(PROXY_CLIENT_SOCKET)
34 SOURCE_TYPE(PROXY_CLIENT_SOCKET_WRAPPER) 35 SOURCE_TYPE(PROXY_CLIENT_SOCKET_WRAPPER)
35 SOURCE_TYPE(DATA_REDUCTION_PROXY) 36 SOURCE_TYPE(DATA_REDUCTION_PROXY)
36 SOURCE_TYPE(IOS_WEB_VIEW_CERT_VERIFIER) 37 SOURCE_TYPE(IOS_WEB_VIEW_CERT_VERIFIER)
37 SOURCE_TYPE(SAFE_BROWSING) 38 SOURCE_TYPE(SAFE_BROWSING)
38 SOURCE_TYPE(BIDIRECTIONAL_STREAM) 39 SOURCE_TYPE(BIDIRECTIONAL_STREAM)
39 SOURCE_TYPE(NETWORK_QUALITY_ESTIMATOR) 40 SOURCE_TYPE(NETWORK_QUALITY_ESTIMATOR)
40 SOURCE_TYPE(HTTP_STREAM_JOB_CONTROLLER) 41 SOURCE_TYPE(HTTP_STREAM_JOB_CONTROLLER)
41 SOURCE_TYPE(CT_TREE_STATE_TRACKER) 42 SOURCE_TYPE(CT_TREE_STATE_TRACKER)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698