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

Side by Side Diff: LayoutTests/virtual/stable/webexposed/global-constructors-listing-expected.txt

Issue 678843002: Revert of Enable Service Workers, including the onfetch event, by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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 | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 1 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 2 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 3 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 4 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 5 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 6 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 7 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 8 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead . 9 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead . 10 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 SVGTransformList 383 SVGTransformList
384 SVGUnitTypes 384 SVGUnitTypes
385 SVGUseElement 385 SVGUseElement
386 SVGViewElement 386 SVGViewElement
387 SVGViewSpec 387 SVGViewSpec
388 SVGZoomEvent 388 SVGZoomEvent
389 Screen 389 Screen
390 ScreenOrientation 390 ScreenOrientation
391 ScriptProcessorNode 391 ScriptProcessorNode
392 Selection 392 Selection
393 ServiceWorker
394 ServiceWorkerContainer
395 ServiceWorkerRegistration
396 Set 393 Set
397 ShadowRoot 394 ShadowRoot
398 SharedWorker 395 SharedWorker
399 SpeechSynthesisEvent 396 SpeechSynthesisEvent
400 SpeechSynthesisUtterance 397 SpeechSynthesisUtterance
401 Storage 398 Storage
402 StorageEvent 399 StorageEvent
403 String 400 String
404 StyleSheet 401 StyleSheet
405 StyleSheetList 402 StyleSheetList
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 webkitSpeechGrammar 478 webkitSpeechGrammar
482 webkitSpeechGrammarList 479 webkitSpeechGrammarList
483 webkitSpeechRecognition 480 webkitSpeechRecognition
484 webkitSpeechRecognitionError 481 webkitSpeechRecognitionError
485 webkitSpeechRecognitionEvent 482 webkitSpeechRecognitionEvent
486 webkitURL 483 webkitURL
487 PASS successfullyParsed is true 484 PASS successfullyParsed is true
488 485
489 TEST COMPLETE 486 TEST COMPLETE
490 487
OLDNEW
« no previous file with comments | « no previous file | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698