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

Side by Side Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2466513002: Deprecate ServiceWorkerMessageEvent in favor of MessageEvent (Closed)
Patch Set: Rebase and update cross-origin-objects-exceptions-expected.txt Created 4 years 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 6
7 # The paths in this file are absolute since this file is imported and the 7 # The paths in this file are absolute since this file is imported and the
8 # file lists must be valid from multple "current directories". 8 # file lists must be valid from multple "current directories".
9 9
10 bindings_modules_output_dir = "$bindings_output_dir/modules" 10 bindings_modules_output_dir = "$bindings_output_dir/modules"
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "serviceworkers/Clients.idl", 235 "serviceworkers/Clients.idl",
236 "serviceworkers/ExtendableEvent.idl", 236 "serviceworkers/ExtendableEvent.idl",
237 "serviceworkers/ExtendableMessageEvent.idl", 237 "serviceworkers/ExtendableMessageEvent.idl",
238 "serviceworkers/FetchEvent.idl", 238 "serviceworkers/FetchEvent.idl",
239 "serviceworkers/ForeignFetchEvent.idl", 239 "serviceworkers/ForeignFetchEvent.idl",
240 "serviceworkers/InstallEvent.idl", 240 "serviceworkers/InstallEvent.idl",
241 "serviceworkers/NavigationPreloadManager.idl", 241 "serviceworkers/NavigationPreloadManager.idl",
242 "serviceworkers/ServiceWorker.idl", 242 "serviceworkers/ServiceWorker.idl",
243 "serviceworkers/ServiceWorkerContainer.idl", 243 "serviceworkers/ServiceWorkerContainer.idl",
244 "serviceworkers/ServiceWorkerGlobalScope.idl", 244 "serviceworkers/ServiceWorkerGlobalScope.idl",
245 "serviceworkers/ServiceWorkerMessageEvent.idl",
246 "serviceworkers/ServiceWorkerRegistration.idl", 245 "serviceworkers/ServiceWorkerRegistration.idl",
247 "serviceworkers/WindowClient.idl", 246 "serviceworkers/WindowClient.idl",
248 "shapedetection/BarcodeDetector.idl", 247 "shapedetection/BarcodeDetector.idl",
249 "shapedetection/DetectedBarcode.idl", 248 "shapedetection/DetectedBarcode.idl",
250 "shapedetection/DetectedFace.idl", 249 "shapedetection/DetectedFace.idl",
251 "shapedetection/FaceDetector.idl", 250 "shapedetection/FaceDetector.idl",
252 "speech/SpeechGrammar.idl", 251 "speech/SpeechGrammar.idl",
253 "speech/SpeechGrammarList.idl", 252 "speech/SpeechGrammarList.idl",
254 "speech/SpeechRecognition.idl", 253 "speech/SpeechRecognition.idl",
255 "speech/SpeechRecognitionAlternative.idl", 254 "speech/SpeechRecognitionAlternative.idl",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "sensor/SensorOptions.idl", 484 "sensor/SensorOptions.idl",
486 "serviceworkers/ClientQueryOptions.idl", 485 "serviceworkers/ClientQueryOptions.idl",
487 "serviceworkers/ExtendableEventInit.idl", 486 "serviceworkers/ExtendableEventInit.idl",
488 "serviceworkers/ExtendableMessageEventInit.idl", 487 "serviceworkers/ExtendableMessageEventInit.idl",
489 "serviceworkers/FetchEventInit.idl", 488 "serviceworkers/FetchEventInit.idl",
490 "serviceworkers/ForeignFetchEventInit.idl", 489 "serviceworkers/ForeignFetchEventInit.idl",
491 "serviceworkers/ForeignFetchOptions.idl", 490 "serviceworkers/ForeignFetchOptions.idl",
492 "serviceworkers/ForeignFetchResponse.idl", 491 "serviceworkers/ForeignFetchResponse.idl",
493 "serviceworkers/NavigationPreloadState.idl", 492 "serviceworkers/NavigationPreloadState.idl",
494 "serviceworkers/RegistrationOptions.idl", 493 "serviceworkers/RegistrationOptions.idl",
495 "serviceworkers/ServiceWorkerMessageEventInit.idl",
496 "shapedetection/FaceDetectorOptions.idl", 494 "shapedetection/FaceDetectorOptions.idl",
497 "speech/SpeechRecognitionErrorInit.idl", 495 "speech/SpeechRecognitionErrorInit.idl",
498 "speech/SpeechRecognitionEventInit.idl", 496 "speech/SpeechRecognitionEventInit.idl",
499 "storage/StorageEventInit.idl", 497 "storage/StorageEventInit.idl",
500 "vr/VRDisplayEventInit.idl", 498 "vr/VRDisplayEventInit.idl",
501 "vr/VRLayer.idl", 499 "vr/VRLayer.idl",
502 "webaudio/AnalyserOptions.idl", 500 "webaudio/AnalyserOptions.idl",
503 "webaudio/AudioBufferOptions.idl", 501 "webaudio/AudioBufferOptions.idl",
504 "webaudio/AudioBufferSourceOptions.idl", 502 "webaudio/AudioBufferSourceOptions.idl",
505 "webaudio/AudioNodeOptions.idl", 503 "webaudio/AudioNodeOptions.idl",
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.cpp", 860 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.cpp",
863 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.h", 861 "$blink_modules_output_dir/serviceworkers/ForeignFetchEventInit.h",
864 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.cpp", 862 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.cpp",
865 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.h", 863 "$blink_modules_output_dir/serviceworkers/ForeignFetchOptions.h",
866 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.cpp", 864 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.cpp",
867 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.h", 865 "$blink_modules_output_dir/serviceworkers/ForeignFetchResponse.h",
868 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.cpp", 866 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.cpp",
869 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.h", 867 "$blink_modules_output_dir/serviceworkers/NavigationPreloadState.h",
870 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.cpp", 868 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.cpp",
871 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.h", 869 "$blink_modules_output_dir/serviceworkers/RegistrationOptions.h",
872 "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.cpp",
873 "$blink_modules_output_dir/serviceworkers/ServiceWorkerMessageEventInit.h",
874 "$blink_modules_output_dir/shapedetection/FaceDetectorOptions.cpp", 870 "$blink_modules_output_dir/shapedetection/FaceDetectorOptions.cpp",
875 "$blink_modules_output_dir/shapedetection/FaceDetectorOptions.h", 871 "$blink_modules_output_dir/shapedetection/FaceDetectorOptions.h",
876 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.cpp", 872 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.cpp",
877 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.h", 873 "$blink_modules_output_dir/speech/SpeechRecognitionErrorInit.h",
878 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.cpp", 874 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.cpp",
879 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.h", 875 "$blink_modules_output_dir/speech/SpeechRecognitionEventInit.h",
880 "$blink_modules_output_dir/storage/StorageEventInit.cpp", 876 "$blink_modules_output_dir/storage/StorageEventInit.cpp",
881 "$blink_modules_output_dir/storage/StorageEventInit.h", 877 "$blink_modules_output_dir/storage/StorageEventInit.h",
882 "$blink_modules_output_dir/vr/VRDisplayEventInit.cpp", 878 "$blink_modules_output_dir/vr/VRDisplayEventInit.cpp",
883 "$blink_modules_output_dir/vr/VRDisplayEventInit.h", 879 "$blink_modules_output_dir/vr/VRDisplayEventInit.h",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 "$blink_modules_output_dir/websockets/CloseEventInit.h", 941 "$blink_modules_output_dir/websockets/CloseEventInit.h",
946 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp", 942 "$blink_modules_output_dir/webusb/USBConnectionEventInit.cpp",
947 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h", 943 "$blink_modules_output_dir/webusb/USBConnectionEventInit.h",
948 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp", 944 "$blink_modules_output_dir/webusb/USBControlTransferParameters.cpp",
949 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h", 945 "$blink_modules_output_dir/webusb/USBControlTransferParameters.h",
950 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp", 946 "$blink_modules_output_dir/webusb/USBDeviceFilter.cpp",
951 "$blink_modules_output_dir/webusb/USBDeviceFilter.h", 947 "$blink_modules_output_dir/webusb/USBDeviceFilter.h",
952 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp", 948 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.cpp",
953 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h", 949 "$blink_modules_output_dir/webusb/USBDeviceRequestOptions.h",
954 ] 950 ]
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/events/MessageEvent.idl ('k') | third_party/WebKit/Source/modules/serviceworkers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698