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

Side by Side Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 963683002: Add IDL and initial Blink API for Background Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update failing layout test Created 5 years, 9 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
« no previous file with comments | « no previous file | Source/modules/background_sync/DEPS » ('j') | public/platform/Platform.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead. 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA udioContext' instead.
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead. 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i nstead.
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator .webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead. 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad. 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead. 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead. 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad. 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead. 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1572 method constructor 1572 method constructor
1573 method json 1573 method json
1574 method text 1574 method text
1575 interface Response 1575 interface Response
1576 method arrayBuffer 1576 method arrayBuffer
1577 method blob 1577 method blob
1578 method clone 1578 method clone
1579 method constructor 1579 method constructor
1580 method json 1580 method json
1581 method text 1581 method text
1582 interface SyncManager
1583 method constructor
1584 method getRegistrations
1585 method register
1586 interface SyncRegistration
1587 method constructor
1588 method unregister
1582 interface SVGAElement 1589 interface SVGAElement
1583 method constructor 1590 method constructor
1584 interface SVGAngle 1591 interface SVGAngle
1585 attribute SVG_ANGLETYPE_DEG 1592 attribute SVG_ANGLETYPE_DEG
1586 attribute SVG_ANGLETYPE_GRAD 1593 attribute SVG_ANGLETYPE_GRAD
1587 attribute SVG_ANGLETYPE_RAD 1594 attribute SVG_ANGLETYPE_RAD
1588 attribute SVG_ANGLETYPE_UNKNOWN 1595 attribute SVG_ANGLETYPE_UNKNOWN
1589 attribute SVG_ANGLETYPE_UNSPECIFIED 1596 attribute SVG_ANGLETYPE_UNSPECIFIED
1590 method constructor 1597 method constructor
1591 method convertToSpecifiedUnits 1598 method convertToSpecifiedUnits
(...skipping 1614 matching lines...) Expand 10 before | Expand all | Expand 10 after
3206 method constructor 3213 method constructor
3207 interface webkitSpeechRecognitionEvent 3214 interface webkitSpeechRecognitionEvent
3208 method constructor 3215 method constructor
3209 interface webkitURL 3216 interface webkitURL
3210 method constructor 3217 method constructor
3211 method toString 3218 method toString
3212 PASS successfullyParsed is true 3219 PASS successfullyParsed is true
3213 3220
3214 TEST COMPLETE 3221 TEST COMPLETE
3215 3222
OLDNEW
« no previous file with comments | « no previous file | Source/modules/background_sync/DEPS » ('j') | public/platform/Platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698