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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1481523006: ServiceWorker: Should throw TypeError instead of Unknown/SecurityError. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 'serviceworkers/ServiceWorkerClient.cpp', 1379 'serviceworkers/ServiceWorkerClient.cpp',
1380 'serviceworkers/ServiceWorkerClient.h', 1380 'serviceworkers/ServiceWorkerClient.h',
1381 'serviceworkers/ServiceWorkerClients.cpp', 1381 'serviceworkers/ServiceWorkerClients.cpp',
1382 'serviceworkers/ServiceWorkerClients.h', 1382 'serviceworkers/ServiceWorkerClients.h',
1383 'serviceworkers/ServiceWorkerContainer.cpp', 1383 'serviceworkers/ServiceWorkerContainer.cpp',
1384 'serviceworkers/ServiceWorkerContainer.h', 1384 'serviceworkers/ServiceWorkerContainer.h',
1385 'serviceworkers/ServiceWorkerContainerClient.cpp', 1385 'serviceworkers/ServiceWorkerContainerClient.cpp',
1386 'serviceworkers/ServiceWorkerContainerClient.h', 1386 'serviceworkers/ServiceWorkerContainerClient.h',
1387 'serviceworkers/ServiceWorkerWindowClient.cpp', 1387 'serviceworkers/ServiceWorkerWindowClient.cpp',
1388 'serviceworkers/ServiceWorkerWindowClient.h', 1388 'serviceworkers/ServiceWorkerWindowClient.h',
1389 'serviceworkers/ServiceWorkerWindowClientCallback.cpp',
1390 'serviceworkers/ServiceWorkerWindowClientCallback.h',
1389 'serviceworkers/ServiceWorkerError.cpp', 1391 'serviceworkers/ServiceWorkerError.cpp',
1390 'serviceworkers/ServiceWorkerError.h', 1392 'serviceworkers/ServiceWorkerError.h',
1391 'serviceworkers/ServiceWorkerGlobalScope.cpp', 1393 'serviceworkers/ServiceWorkerGlobalScope.cpp',
1392 'serviceworkers/ServiceWorkerGlobalScope.h', 1394 'serviceworkers/ServiceWorkerGlobalScope.h',
1393 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp', 1395 'serviceworkers/ServiceWorkerGlobalScopeClient.cpp',
1394 'serviceworkers/ServiceWorkerGlobalScopeClient.h', 1396 'serviceworkers/ServiceWorkerGlobalScopeClient.h',
1395 'serviceworkers/ServiceWorkerMessageEvent.cpp', 1397 'serviceworkers/ServiceWorkerMessageEvent.cpp',
1396 'serviceworkers/ServiceWorkerMessageEvent.h', 1398 'serviceworkers/ServiceWorkerMessageEvent.h',
1397 'serviceworkers/ServiceWorkerRegistration.cpp', 1399 'serviceworkers/ServiceWorkerRegistration.cpp',
1398 'serviceworkers/ServiceWorkerRegistration.h', 1400 'serviceworkers/ServiceWorkerRegistration.h',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
1869 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1871 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1870 'webaudio/ConvolverNodeTest.cpp', 1872 'webaudio/ConvolverNodeTest.cpp',
1871 'webaudio/DynamicsCompressorNodeTest.cpp', 1873 'webaudio/DynamicsCompressorNodeTest.cpp',
1872 'webaudio/ScriptProcessorNodeTest.cpp', 1874 'webaudio/ScriptProcessorNodeTest.cpp',
1873 'webaudio/StereoPannerNodeTest.cpp', 1875 'webaudio/StereoPannerNodeTest.cpp',
1874 'websockets/DOMWebSocketTest.cpp', 1876 'websockets/DOMWebSocketTest.cpp',
1875 'websockets/DocumentWebSocketChannelTest.cpp', 1877 'websockets/DocumentWebSocketChannelTest.cpp',
1876 ], 1878 ],
1877 }, 1879 },
1878 } 1880 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698