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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased 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 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 4 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
5 This test documents all interface attributes and methods on the global window ob ject and element instances. 5 This test documents all interface attributes and methods on the global window ob ject and element instances.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 [INTERFACES] 10 [INTERFACES]
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 method readAsArrayBuffer 1356 method readAsArrayBuffer
1357 method readAsBinaryString 1357 method readAsBinaryString
1358 method readAsDataURL 1358 method readAsDataURL
1359 method readAsText 1359 method readAsText
1360 setter onabort 1360 setter onabort
1361 setter onerror 1361 setter onerror
1362 setter onload 1362 setter onload
1363 setter onloadend 1363 setter onloadend
1364 setter onloadstart 1364 setter onloadstart
1365 setter onprogress 1365 setter onprogress
1366 interface FileSystem
1367 attribute @@toStringTag
1368 getter name
1369 getter root
1370 method constructor
1371 interface FileSystemDirectoryEntry : FileSystemEntry
1372 attribute @@toStringTag
1373 method constructor
1374 method createReader
1375 method getDirectory
1376 method getFile
1377 method removeRecursively
1378 interface FileSystemDirectoryReader
1379 attribute @@toStringTag
1380 method constructor
1381 method readEntries
1382 interface FileSystemEntry
1383 attribute @@toStringTag
1384 getter filesystem
1385 getter fullPath
1386 getter isDirectory
1387 getter isFile
1388 getter name
1389 method constructor
1390 method copyTo
1391 method getMetadata
1392 method getParent
1393 method moveTo
1394 method remove
1395 method toURL
1396 interface FileSystemFileEntry : FileSystemEntry
1397 attribute @@toStringTag
1398 method constructor
1399 method createWriter
1400 method file
1366 interface FocusEvent : UIEvent 1401 interface FocusEvent : UIEvent
1367 attribute @@toStringTag 1402 attribute @@toStringTag
1368 getter relatedTarget 1403 getter relatedTarget
1369 method constructor 1404 method constructor
1370 interface FontFace 1405 interface FontFace
1371 attribute @@toStringTag 1406 attribute @@toStringTag
1372 getter family 1407 getter family
1373 getter featureSettings 1408 getter featureSettings
1374 getter loaded 1409 getter loaded
1375 getter status 1410 getter status
(...skipping 6271 matching lines...) Expand 10 before | Expand all | Expand 10 after
7647 method setTimeout 7682 method setTimeout
7648 method stop 7683 method stop
7649 method webkitCancelAnimationFrame 7684 method webkitCancelAnimationFrame
7650 method webkitRequestAnimationFrame 7685 method webkitRequestAnimationFrame
7651 method webkitRequestFileSystem 7686 method webkitRequestFileSystem
7652 method webkitResolveLocalFileSystemURL 7687 method webkitResolveLocalFileSystemURL
7653 PASS successfullyParsed is true 7688 PASS successfullyParsed is true
7654 7689
7655 TEST COMPLETE 7690 TEST COMPLETE
7656 7691
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698