|
|
ServiceWorker: Remove unused MessageEvent implementation from ServiceWorkerGlobalScope
This is a follow-up patch for issue 598608. After ExtendableMessageEvent is
shipped, MessageEvent on ServiceWorkerGlobalScope is no longer used. This patch
removes implementation and UMA for the event and adds a new UMA for
ExtendableMessageEvent instead.
BUG= 570820, 602924
Committed: https://crrev.com/9fc9575ca4928dcca5d6ca5b8c36ffe87466ab46
Cr-Commit-Position: refs/heads/master@{#388136}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+18 lines, -210 lines) |
Patch |
 |
M |
content/browser/service_worker/service_worker_dispatcher_host.h
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_dispatcher_host.cc
|
View
|
|
2 chunks |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_metrics.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version.h
|
View
|
|
2 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version.cc
|
View
|
|
2 chunks |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_version_unittest.cc
|
View
|
|
3 chunks |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
content/child/service_worker/web_service_worker_impl.cc
|
View
|
|
2 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/common/service_worker/service_worker_messages.h
|
View
|
|
2 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/renderer/service_worker/service_worker_context_client.h
|
View
|
1
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/service_worker/service_worker_context_client.cc
|
View
|
1
|
2 chunks |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.idl
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEventInit.idl
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
View
|
|
4 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/WebRuntimeFeatures.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (11 generated)
|