You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:33 UTC

[37/37] git commit: Merge dev branch @ 'r1.1.0' into master for release

Merge dev branch @ 'r1.1.0' into master for release


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/e9efe65a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/tree/e9efe65a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file/diff/e9efe65a

Branch: refs/heads/master
Commit: e9efe65a4a0a8711ee5e212efa1757d534cd0fd3
Parents: 21e1196 c1a1052
Author: Ian Clelland <ic...@chromium.org>
Authored: Wed Apr 23 14:38:33 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Wed Apr 23 14:38:33 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md                               |   28 +
 doc/index.md                                  |   30 +
 doc/plugins.md                                |   19 +
 plugin.xml                                    |   27 +-
 src/android/ContentFilesystem.java            |   27 +-
 src/android/FileUtils.java                    |   57 +-
 src/android/Filesystem.java                   |   18 +
 src/android/LocalFilesystem.java              |   20 +-
 src/android/LocalFilesystemURL.java           |   18 +
 src/blackberry10/index.js                     |   20 +
 src/ios/CDVFile.m                             |  182 +-
 src/ios/CDVLocalFilesystem.m                  |   18 +-
 src/windows8/FileProxy.js                     |    2 +-
 test/autotest/html/HtmlReporter.js            |  101 -
 test/autotest/html/HtmlReporterHelpers.js     |   60 -
 test/autotest/html/ReporterView.js            |  164 -
 test/autotest/html/SpecView.js                |   79 -
 test/autotest/html/SuiteView.js               |   22 -
 test/autotest/html/TrivialReporter.js         |  192 --
 test/autotest/index.html                      |   59 -
 test/autotest/jasmine.css                     |   81 -
 test/autotest/jasmine.js                      | 2530 --------------
 test/autotest/pages/.DS_Store                 |  Bin 6148 -> 0 bytes
 test/autotest/pages/file.html                 |   90 -
 test/autotest/test-runner.js                  |   62 -
 test/autotest/tests/.DS_Store                 |  Bin 6148 -> 0 bytes
 test/autotest/tests/file.tests.js             | 3590 --------------------
 test/cordova-incl.js                          |   86 -
 test/index.html                               |   64 -
 test/main.js                                  |  162 -
 test/master.css                               |  164 -
 www/DirectoryEntry.js                         |    8 +-
 www/Entry.js                                  |   53 +-
 www/FileEntry.js                              |    2 +-
 www/FileSystem.js                             |    4 +
 www/Metadata.js                               |    4 +-
 www/blackberry10/DirectoryEntry.js            |    4 +
 www/blackberry10/Entry.js                     |    2 +-
 www/blackberry10/requestFileSystem.js         |    4 +
 www/blackberry10/resolveLocalFileSystemURI.js |   55 +-
 www/blackberry10/resolveLocalFileSystemURL.js |   78 +
 www/ios/Entry.js                              |   35 -
 42 files changed, 522 insertions(+), 7699 deletions(-)
----------------------------------------------------------------------