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

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

Issue 1032623008: Expose Cache Storage API in global window/worker scope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update webexposed expectations Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/serviceworkers/Cache.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'performance/WorkerGlobalScopePerformance.idl', 282 'performance/WorkerGlobalScopePerformance.idl',
283 'plugins/NavigatorPlugins.idl', 283 'plugins/NavigatorPlugins.idl',
284 'presentation/NavigatorPresentation.idl', 284 'presentation/NavigatorPresentation.idl',
285 'push_messaging/ServiceWorkerGlobalScopePush.idl', 285 'push_messaging/ServiceWorkerGlobalScopePush.idl',
286 'push_messaging/ServiceWorkerRegistrationPush.idl', 286 'push_messaging/ServiceWorkerRegistrationPush.idl',
287 'quota/NavigatorStorageQuota.idl', 287 'quota/NavigatorStorageQuota.idl',
288 'quota/WindowQuota.idl', 288 'quota/WindowQuota.idl',
289 'quota/WorkerNavigatorStorageQuota.idl', 289 'quota/WorkerNavigatorStorageQuota.idl',
290 'screen_orientation/ScreenScreenOrientation.idl', 290 'screen_orientation/ScreenScreenOrientation.idl',
291 'serviceworkers/NavigatorServiceWorker.idl', 291 'serviceworkers/NavigatorServiceWorker.idl',
292 'serviceworkers/WindowCacheStorage.idl',
293 'serviceworkers/WorkerCacheStorage.idl',
292 'speech/WindowSpeech.idl', 294 'speech/WindowSpeech.idl',
293 'speech/WindowSpeechSynthesis.idl', 295 'speech/WindowSpeechSynthesis.idl',
294 'storage/WindowStorage.idl', 296 'storage/WindowStorage.idl',
295 'vibration/NavigatorVibration.idl', 297 'vibration/NavigatorVibration.idl',
296 'vr/NavigatorVRDevice.idl', 298 'vr/NavigatorVRDevice.idl',
297 'webaudio/WindowWebAudio.idl', 299 'webaudio/WindowWebAudio.idl',
298 'webdatabase/WindowWebDatabase.idl', 300 'webdatabase/WindowWebDatabase.idl',
299 'webmidi/NavigatorWebMIDI.idl', 301 'webmidi/NavigatorWebMIDI.idl',
300 ], 302 ],
301 # interfaces that inherit from Event 303 # interfaces that inherit from Event
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 'screen_orientation/ScreenOrientationDispatcher.cpp', 1043 'screen_orientation/ScreenOrientationDispatcher.cpp',
1042 'screen_orientation/ScreenOrientationDispatcher.h', 1044 'screen_orientation/ScreenOrientationDispatcher.h',
1043 'serviceworkers/Cache.cpp', 1045 'serviceworkers/Cache.cpp',
1044 'serviceworkers/Cache.h', 1046 'serviceworkers/Cache.h',
1045 'serviceworkers/CacheStorage.cpp', 1047 'serviceworkers/CacheStorage.cpp',
1046 'serviceworkers/CacheStorage.h', 1048 'serviceworkers/CacheStorage.h',
1047 'serviceworkers/ExtendableEvent.cpp', 1049 'serviceworkers/ExtendableEvent.cpp',
1048 'serviceworkers/ExtendableEvent.h', 1050 'serviceworkers/ExtendableEvent.h',
1049 'serviceworkers/FetchEvent.cpp', 1051 'serviceworkers/FetchEvent.cpp',
1050 'serviceworkers/FetchEvent.h', 1052 'serviceworkers/FetchEvent.h',
1053 'serviceworkers/GlobalCacheStorage.cpp',
1054 'serviceworkers/GlobalCacheStorage.h',
1051 'serviceworkers/InstallEvent.cpp', 1055 'serviceworkers/InstallEvent.cpp',
1052 'serviceworkers/InstallEvent.h', 1056 'serviceworkers/InstallEvent.h',
1053 'serviceworkers/InspectorServiceWorkerCacheAgent.cpp', 1057 'serviceworkers/InspectorServiceWorkerCacheAgent.cpp',
1054 'serviceworkers/InspectorServiceWorkerCacheAgent.h', 1058 'serviceworkers/InspectorServiceWorkerCacheAgent.h',
1055 'serviceworkers/NavigatorServiceWorker.cpp', 1059 'serviceworkers/NavigatorServiceWorker.cpp',
1056 'serviceworkers/NavigatorServiceWorker.h', 1060 'serviceworkers/NavigatorServiceWorker.h',
1057 'serviceworkers/RespondWithObserver.cpp', 1061 'serviceworkers/RespondWithObserver.cpp',
1058 'serviceworkers/RespondWithObserver.h', 1062 'serviceworkers/RespondWithObserver.h',
1059 'serviceworkers/ServiceWorker.cpp', 1063 'serviceworkers/ServiceWorker.cpp',
1060 'serviceworkers/ServiceWorker.h', 1064 'serviceworkers/ServiceWorker.h',
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1373 'indexeddb/IDBKeyPathTest.cpp', 1377 'indexeddb/IDBKeyPathTest.cpp',
1374 'indexeddb/IDBRequestTest.cpp', 1378 'indexeddb/IDBRequestTest.cpp',
1375 'indexeddb/IDBTransactionTest.cpp', 1379 'indexeddb/IDBTransactionTest.cpp',
1376 'serviceworkers/CacheTest.cpp', 1380 'serviceworkers/CacheTest.cpp',
1377 'serviceworkers/ServiceWorkerContainerTest.cpp', 1381 'serviceworkers/ServiceWorkerContainerTest.cpp',
1378 'websockets/DOMWebSocketTest.cpp', 1382 'websockets/DOMWebSocketTest.cpp',
1379 'websockets/DocumentWebSocketChannelTest.cpp', 1383 'websockets/DocumentWebSocketChannelTest.cpp',
1380 ], 1384 ],
1381 }, 1385 },
1382 } 1386 }
OLDNEW
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/modules/serviceworkers/Cache.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698