diff options
author | Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> | 2016-06-02 10:15:40 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2016-06-02 08:41:08 +0000 |
commit | b92421879c003a0857b2074f7e05b3bbbb326569 (patch) | |
tree | bdfd21ad74690ae4069e4a055191844994027b78 /chromium/net/log | |
parent | 980b784afe75be22158126ac6a639c19459d3427 (diff) | |
download | qtwebengine-chromium-b92421879c003a0857b2074f7e05b3bbbb326569.tar.gz |
BASELINE: Update Chromium to 51.0.2704.79
Also adds a few files for url_parsing in extensions.
Change-Id: Ie4820c3da75f0a56b3cc86dccc077d671227077b
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'chromium/net/log')
-rw-r--r-- | chromium/net/log/net_log_event_type_list.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/net/log/net_log_event_type_list.h b/chromium/net/log/net_log_event_type_list.h index 70a4ee1913b..bafcda7c837 100644 --- a/chromium/net/log/net_log_event_type_list.h +++ b/chromium/net/log/net_log_event_type_list.h @@ -1976,6 +1976,19 @@ EVENT_TYPE(SERVICE_WORKER_ERROR_KILLED_WITH_BLOB) // finishes responding with a stream. EVENT_TYPE(SERVICE_WORKER_ERROR_KILLED_WITH_STREAM) +// This event is emitted when a request to be forwarded to a Service Worker has +// request body blobs, and it may be necessary to wait for them to finish +// construction. The END phase event parameter is: +// { +// "success": Whether the request blobs finished construction successfully. +// } +EVENT_TYPE(SERVICE_WORKER_WAITING_FOR_REQUEST_BODY_BLOB) + +// This event is emitted when a request failed to be forwarded to a Service +// Worker, because it had a request body with a blob that failed to be +// constructed. +EVENT_TYPE(SERVICE_WORKER_ERROR_REQUEST_BODY_BLOB_FAILED) + // ------------------------------------------------------------------------ // Global events // ------------------------------------------------------------------------ |