You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/07/28 17:12:56 UTC

[1/2] git commit: Remove unsupported paths from requestAllPaths

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master 282fa0983 -> 891325739


Remove unsupported paths from requestAllPaths


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/60577536
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/60577536
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/60577536

Branch: refs/heads/master
Commit: 605775368dbc4c7655c6c4e0dc614deb791eab9f
Parents: 282fa09
Author: Rodrigo Silveira <ro...@outlook.com>
Authored: Fri Jul 25 14:28:41 2014 -0700
Committer: Rodrigo Silveira <ro...@outlook.com>
Committed: Fri Jul 25 14:28:41 2014 -0700

----------------------------------------------------------------------
 src/firefoxos/FileProxy.js | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/blob/60577536/src/firefoxos/FileProxy.js
----------------------------------------------------------------------
diff --git a/src/firefoxos/FileProxy.js b/src/firefoxos/FileProxy.js
index 81cfed7..b4b5f1b 100644
--- a/src/firefoxos/FileProxy.js
+++ b/src/firefoxos/FileProxy.js
@@ -56,27 +56,11 @@ QUIRKS:
     var pathsPrefix = {
         // Read-only directory where the application is installed.
         applicationDirectory: location.origin + "/",
-        // Root of app's private writable storage
-        applicationStorageDirectory: null,
         // Where to put app-specific data files.
         dataDirectory: 'file:///persistent/',
         // Cached files that should survive app restarts.
         // Apps should not rely on the OS to delete files in here.
         cacheDirectory: 'file:///temporary/',
-        // Android: the application space on external storage.
-        externalApplicationStorageDirectory: null,
-        // Android: Where to put app-specific data files on external storage.
-        externalDataDirectory: null,
-        // Android: the application cache on external storage.
-        externalCacheDirectory: null,
-        // Android: the external storage (SD card) root.
-        externalRootDirectory: null,
-        // iOS: Temp directory that the OS can clear at will.
-        tempDirectory: null,
-        // iOS: Holds app-specific files that should be synced (e.g. to iCloud).
-        syncedDataDirectory: null,
-        // iOS: Files private to the app, but that are meaningful to other applciations (e.g. Office files)
-        documentsDirectory: null
     };
 
 /*** Exported functionality ***/


[2/2] git commit: Merge remote-tracking branch 'rodrigo/remove-paths'

Posted by za...@apache.org.
Merge remote-tracking branch 'rodrigo/remove-paths'


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/commit/89132573
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/89132573
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/89132573

Branch: refs/heads/master
Commit: 891325739aeea4aac1f160c7de32806f60305c01
Parents: 282fa09 6057753
Author: Piotr Zalewa <pi...@zalewa.info>
Authored: Mon Jul 28 17:12:34 2014 +0200
Committer: Piotr Zalewa <pi...@zalewa.info>
Committed: Mon Jul 28 17:12:34 2014 +0200

----------------------------------------------------------------------
 src/firefoxos/FileProxy.js | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------