[File] Reworked internal represenation of URLs, added support for cdvfile://
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Fri, 13 Nov 2015 15:16:10 +0000 (16:16 +0100)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Fri, 13 Nov 2015 15:17:54 +0000 (16:17 +0100)
commitc488237c150805e61f0882e8761be936847c34ec
tree9393e4494afd622e3e842b0f8907bc68f326af47
parent0a2f050de80e8b82f079d7d493169547af9d9ad0
[File] Reworked internal represenation of URLs, added support for cdvfile://

fullPath - full path relative to the FileSystem root.

[Verification] Code compiles, pass rate: 139/140, all manual tests pass.

Change-Id: I28f82922def166af4ded5e38f494ee05e6230787
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
src/file/cordova_file_api.js
src/file/js/DirectoryEntry.js
src/file/js/DirectoryReader.js
src/file/js/Entry.js
src/file/js/File.js
src/file/js/FileReader.js
src/file/js/FileSystem.js [new file with mode: 0644]
src/file/js/FileWriter.js
src/file/js/resolveLocalFileSystemURI.js
src/file/js/rootsUtils.js