You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/06/25 22:38:24 UTC

[1/9] js commit: 2.6.0rc1

Updated Branches:
  refs/heads/2.9.x 1777d2e90 -> d2ee43fd9


2.6.0rc1


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/47593b2b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/47593b2b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/47593b2b

Branch: refs/heads/2.9.x
Commit: 47593b2bc1dba9bf46545b1da24577f937966e12
Parents: bbf1562
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Mar 21 10:06:28 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Mar 21 10:06:28 2013 -0700

----------------------------------------------------------------------
 VERSION                                     | 2 +-
 lib/bada/plugin/bada/device.js              | 2 +-
 lib/blackberry/plugin/air/device.js         | 2 +-
 lib/blackberry/plugin/qnx/device.js         | 2 +-
 lib/tizen/plugin/tizen/Device.js            | 2 +-
 lib/windows8/plugin/windows8/DeviceProxy.js | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/47593b2b/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 437459c..f47de85 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5.0
+2.6.0rc1

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/47593b2b/lib/bada/plugin/bada/device.js
----------------------------------------------------------------------
diff --git a/lib/bada/plugin/bada/device.js b/lib/bada/plugin/bada/device.js
index c2db705..da28e3a 100644
--- a/lib/bada/plugin/bada/device.js
+++ b/lib/bada/plugin/bada/device.js
@@ -69,7 +69,7 @@ Device.prototype.getDeviceInfo = function(success, fail, args) {
            me.platform = os_vendor + " " + os_name;
            me.version = os_version;
            me.uuid = uuid;
-           me.cordova = "2.5.0";
+           me.cordova = "2.6.0rc1";
            success(me);
        }
    };

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/47593b2b/lib/blackberry/plugin/air/device.js
----------------------------------------------------------------------
diff --git a/lib/blackberry/plugin/air/device.js b/lib/blackberry/plugin/air/device.js
index 4050a0a..2ddc4d4 100644
--- a/lib/blackberry/plugin/air/device.js
+++ b/lib/blackberry/plugin/air/device.js
@@ -35,7 +35,7 @@ module.exports = {
                     model: "PlayBook",
                     name: "PlayBook", // deprecated: please use device.model
                     uuid: info.uuid,
-                    cordova: "2.5.0"
+                    cordova: "2.6.0rc1"
                 });
             }),
             request = new blackberry.transport.RemoteFunctionCall("org/apache/cordova/getDeviceInfo");

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/47593b2b/lib/blackberry/plugin/qnx/device.js
----------------------------------------------------------------------
diff --git a/lib/blackberry/plugin/qnx/device.js b/lib/blackberry/plugin/qnx/device.js
index 7c44ddd..9277863 100644
--- a/lib/blackberry/plugin/qnx/device.js
+++ b/lib/blackberry/plugin/qnx/device.js
@@ -33,7 +33,7 @@ module.exports = {
             model: "Dev Alpha",
             name: "Dev Alpha", // deprecated: please use device.model
             uuid: blackberry.identity.uuid,
-            cordova: "2.5.0"
+            cordova: "2.6.0rc1"
         });
 
         return { "status" : cordova.callbackStatus.NO_RESULT, "message" : "Device info returned" };

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/47593b2b/lib/tizen/plugin/tizen/Device.js
----------------------------------------------------------------------
diff --git a/lib/tizen/plugin/tizen/Device.js b/lib/tizen/plugin/tizen/Device.js
index 8e5f83a..62de8ac 100644
--- a/lib/tizen/plugin/tizen/Device.js
+++ b/lib/tizen/plugin/tizen/Device.js
@@ -29,7 +29,7 @@ function Device() {
     this.version = null;
     this.uuid = null;
     this.name = null;
-    this.cordova = "2.5.0";
+    this.cordova = "2.6.0rc1";
     this.platform = "Tizen";
 
     var me = this;

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/47593b2b/lib/windows8/plugin/windows8/DeviceProxy.js
----------------------------------------------------------------------
diff --git a/lib/windows8/plugin/windows8/DeviceProxy.js b/lib/windows8/plugin/windows8/DeviceProxy.js
index 7826c72..6df00d2 100644
--- a/lib/windows8/plugin/windows8/DeviceProxy.js
+++ b/lib/windows8/plugin/windows8/DeviceProxy.js
@@ -50,7 +50,7 @@ module.exports = {
         }
 
         setTimeout(function () {
-            win({ platform: "windows8", version: "8", name: name, uuid: deviceId, cordova: "2.5.0" });
+            win({ platform: "windows8", version: "8", name: name, uuid: deviceId, cordova: "2.6.0rc1" });
         }, 0);
     }
 


[6/9] js commit: Merge branch '2.9.x' of https://git-wip-us.apache.org/repos/asf/cordova-js into 2.9.x

Posted by bo...@apache.org.
Merge branch '2.9.x' of https://git-wip-us.apache.org/repos/asf/cordova-js into 2.9.x


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/47e6850a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/47e6850a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/47e6850a

Branch: refs/heads/2.9.x
Commit: 47e6850a26c09e7e2cf043cfd5480567e2d8ee96
Parents: 4de48d2 11df4b7
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Jun 18 13:24:03 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Jun 18 13:24:03 2013 -0700

----------------------------------------------------------------------
 VERSION                                   |   2 +-
 lib/blackberry10/exec.js                  |   1 -
 lib/common/plugin/FileWriter.js           |  28 +-
 lib/common/plugin/InAppBrowser.js         |   3 +
 lib/tizen/plugin/globalization/symbols.js |  24 ++
 lib/tizen/plugin/splashscreen/symbol.js   |  24 ++
 lib/tizen/plugin/tizen/Device.js          |  13 +-
 lib/tizen/plugin/tizen/Globalization.js   | 391 +++++++++++++++++++++++++
 lib/tizen/plugin/tizen/NetworkStatus.js   |  20 +-
 9 files changed, 492 insertions(+), 14 deletions(-)
----------------------------------------------------------------------



[5/9] js commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-js

Posted by bo...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-js


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/4de48d21
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/4de48d21
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/4de48d21

Branch: refs/heads/2.9.x
Commit: 4de48d210c1c366f5b79601e77421f6b30e5dd63
Parents: 1fe978d 11bdd38
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Jun 4 13:15:58 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Jun 4 13:15:58 2013 -0700

----------------------------------------------------------------------
 .reviewboardrc                                  |   8 +
 Jakefile                                        |  31 +-
 README.md                                       |  20 +
 build/packager.js                               |   5 +
 lib/android/plugin/android/nativeapiprovider.js |  19 +
 .../plugin/android/promptbasednativeapi.js      |  19 +
 lib/blackberry/platform.js                      |   5 +-
 lib/blackberry/plugin/qnx/InAppBrowser.js       |  86 ---
 lib/blackberry/plugin/qnx/battery.js            |  40 --
 lib/blackberry/plugin/qnx/camera.js             |  32 -
 lib/blackberry/plugin/qnx/capture.js            |  76 ---
 lib/blackberry/plugin/qnx/compass.js            | 162 -----
 lib/blackberry/plugin/qnx/device.js             |  41 --
 lib/blackberry/plugin/qnx/file.js               | 424 ------------
 lib/blackberry/plugin/qnx/fileTransfer.js       | 205 ------
 lib/blackberry/plugin/qnx/magnetometer.js       |  45 --
 lib/blackberry/plugin/qnx/manager.js            |  60 --
 lib/blackberry/plugin/qnx/network.js            |  28 -
 lib/blackberry/plugin/qnx/platform.js           |  44 --
 lib/blackberry10/exec.js                        |  49 ++
 lib/blackberry10/platform.js                    |  47 ++
 lib/blackberry10/plugin/DirectoryEntry.js       |  57 ++
 lib/blackberry10/plugin/DirectoryReader.js      |  47 ++
 lib/blackberry10/plugin/Entry.js                | 112 ++++
 lib/blackberry10/plugin/FileEntry.js            |  47 ++
 lib/blackberry10/plugin/FileReader.js           |  90 +++
 lib/blackberry10/plugin/FileSystem.js           |  27 +
 lib/blackberry10/plugin/FileTransfer.js         | 187 ++++++
 lib/blackberry10/plugin/FileWriter.js           | 120 ++++
 .../plugin/blackberry10/InAppBrowser.js         |  86 +++
 lib/blackberry10/plugin/blackberry10/capture.js |  76 +++
 lib/blackberry10/plugin/blackberry10/compass.js | 162 +++++
 lib/blackberry10/plugin/blackberry10/event.js   | 102 +++
 .../plugin/blackberry10/exception.js            |  74 +++
 .../plugin/blackberry10/fileTransfer.js         | 201 ++++++
 .../plugin/blackberry10/fileUtils.js            |  47 ++
 .../plugin/blackberry10/magnetometer.js         |  45 ++
 lib/blackberry10/plugin/blackberry10/media.js   | 189 ++++++
 lib/blackberry10/plugin/blackberry10/utils.js   | 556 ++++++++++++++++
 lib/blackberry10/plugin/blackberry10/vibrate.js |  31 +
 lib/blackberry10/plugin/requestFileSystem.js    |  38 ++
 .../plugin/resolveLocalFileSystemURI.js         |  55 ++
 lib/common/plugin/FileReader.js                 |   6 +-
 lib/common/plugin/device.js                     |   2 -
 lib/common/plugin/notification.js               |   2 +-
 lib/scripts/bootstrap-blackberry.js             |  20 +-
 lib/scripts/bootstrap-blackberry10.js           | 136 ++++
 lib/scripts/bootstrap.js                        |   5 +
 lib/scripts/plugin_loader.js                    |  23 +-
 lib/scripts/require.js                          |  21 +-
 lib/tizen/exec.js                               |  57 +-
 lib/tizen/platform.js                           |  15 +
 lib/tizen/plugin/tizen/Accelerometer.js         |  24 +-
 lib/tizen/plugin/tizen/Battery.js               |  19 +-
 lib/tizen/plugin/tizen/Camera.js                |  80 ++-
 lib/tizen/plugin/tizen/Compass.js               |  32 +-
 lib/tizen/plugin/tizen/Contact.js               | 152 +++--
 lib/tizen/plugin/tizen/ContactUtils.js          | 118 ++--
 lib/tizen/plugin/tizen/Device.js                |  45 +-
 lib/tizen/plugin/tizen/File.js                  | 651 +++++++++++++------
 lib/tizen/plugin/tizen/FileTransfer.js          | 193 +++---
 lib/tizen/plugin/tizen/Media.js                 |  79 ++-
 lib/tizen/plugin/tizen/NetworkStatus.js         |  46 +-
 lib/tizen/plugin/tizen/Notification.js          |  23 +
 test/blackberry/qnx/test.battery.js             |  72 --
 test/blackberry/qnx/test.camera.js              |  59 --
 test/blackberry/qnx/test.capture.js             | 222 -------
 test/blackberry/qnx/test.compass.js             |  61 --
 test/blackberry/qnx/test.device.js              |  48 --
 test/blackberry/qnx/test.fileTransfer.js        |  85 ---
 test/blackberry/qnx/test.magnetometer.js        |  80 ---
 test/blackberry/qnx/test.manager.js             |  56 --
 test/blackberry/qnx/test.network.js             |  39 --
 test/blackberry/qnx/test.platform.js            | 123 ----
 test/blackberry/test.exec.js                    |  16 +-
 test/blackberry/test.platform.js                |  25 +-
 test/blackberry10/test.capture.js               | 222 +++++++
 test/blackberry10/test.compass.js               |  61 ++
 test/blackberry10/test.event.js                 | 188 ++++++
 test/blackberry10/test.magnetometer.js          |  80 +++
 test/runner.js                                  |   2 +-
 test/test.require.js                            |   2 +-
 82 files changed, 4315 insertions(+), 2670 deletions(-)
----------------------------------------------------------------------



[9/9] js commit: Fixing grunt file with Jarrod's help

Posted by bo...@apache.org.
Fixing grunt file with Jarrod's help


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

Branch: refs/heads/2.9.x
Commit: d2ee43fd9c780028565da45e04572363aff6f783
Parents: 23b36cf
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Jun 25 13:38:04 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Jun 25 13:38:04 2013 -0700

----------------------------------------------------------------------
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/d2ee43fd/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index f7c3b3d..7d46a11 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -161,7 +161,7 @@ module.exports = function(grunt) {
 
     grunt.registerTask('test', 'Runs test in node', function() {
         var done = this.async();
-        require('./test/runner').node();
+        require('./test/runner').node(done);
     });
 
     grunt.registerTask('btest', 'Runs tests in the browser', function() {


[2/9] js commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-js

Posted by bo...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-js


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

Branch: refs/heads/2.9.x
Commit: da1caec9caf2c52197319289d141960bc0659977
Parents: 47593b2 c524f9f
Author: Joe Bowser <bo...@apache.org>
Authored: Thu Apr 18 11:46:41 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Thu Apr 18 11:46:41 2013 -0700

----------------------------------------------------------------------
 lib/android/exec.js                             |  53 ++--
 lib/blackberry/plugin/qnx/file.js               |   1 +
 lib/blackberry/plugin/qnx/fileTransfer.js       |   1 +
 lib/common/channel.js                           |   1 +
 lib/common/plugin/FileReader.js                 |   2 +-
 lib/common/plugin/FileTransfer.js               |  37 ++-
 lib/common/plugin/FileUploadOptions.js          |   3 +-
 lib/common/plugin/InAppBrowser.js               |  28 ++
 lib/common/plugin/console-via-logger.js         |   2 +-
 lib/common/plugin/logger.js                     |  92 ++++++-
 lib/common/plugin/notification.js               |   6 +-
 lib/common/utils.js                             |  76 ------
 lib/cordova.js                                  |   4 +
 lib/ios/plugin/ios/console.js                   |  93 -------
 lib/ios/plugin/ios/console/symbols.js           |  23 --
 lib/ios/plugin/ios/logger/symbols.js            |  24 ++
 lib/osx/exec.js                                 |   6 +-
 lib/scripts/bootstrap-android.js                |  22 ++
 lib/scripts/bootstrap-ios.js                    |  22 ++
 lib/scripts/bootstrap.js                        |  42 ++-
 lib/scripts/plugin_loader.js                    |  29 ++-
 lib/tizen/plugin/tizen/ContactUtils.js          |   7 +-
 lib/webos/platform.js                           |   2 +
 lib/windows8/platform.js                        |  46 +---
 .../plugin/windows8/NetworkStatusProxy.js       |   4 +
 lib/windows8/plugin/windows8/console/symbols.js |  24 ++
 .../plugin/windows8/notification/plugininit.js  |  23 ++
 lib/windowsphone/platform.js                    |  33 +--
 lib/windowsphone/plugin/file/symbols.js         |   1 -
 lib/windowsphone/plugin/inappbrowser/symbols.js |  24 ++
 .../plugin/windowsphone/DOMStorage.js           | 200 ---------------
 .../windowsphone/DOMStorage/plugininit.js       | 200 +++++++++++++++
 .../plugin/windowsphone/XHRPatch.js             | 255 -------------------
 .../plugin/windowsphone/XHRPatch/plugininit.js  | 255 +++++++++++++++++++
 .../plugin/windowsphone/console/symbols.js      |  25 ++
 .../windowsphone/notification/plugininit.js     |  23 ++
 test/android/test.exec.js                       |  53 ++--
 test/test.logger.js                             | 132 ++++++++++
 test/test.utils.js                              | 116 ---------
 39 files changed, 1037 insertions(+), 953 deletions(-)
----------------------------------------------------------------------



[4/9] js commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-js

Posted by bo...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-js


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/1fe978d5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/1fe978d5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/1fe978d5

Branch: refs/heads/2.9.x
Commit: 1fe978d58c93c1db30d0a3b310e32a49016e81c5
Parents: 4770459 a86559a
Author: Joe Bowser <bo...@apache.org>
Authored: Mon May 13 15:31:26 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Mon May 13 15:31:26 2013 -0700

----------------------------------------------------------------------
 .jshintrc                                       |  2 +-
 Jakefile                                        | 64 +++++++-------------
 VERSION                                         |  2 +-
 build/packager.js                               | 18 +++---
 lib/bada/plugin/bada/device.js                  |  2 +-
 lib/blackberry/plugin/air/device.js             |  2 +-
 lib/blackberry/plugin/qnx/device.js             |  2 +-
 lib/common/plugin/CaptureAudioOptions.js        |  2 -
 lib/common/plugin/CaptureImageOptions.js        |  2 -
 lib/common/plugin/CaptureVideoOptions.js        |  2 -
 lib/common/plugin/device.js                     |  6 +-
 lib/common/plugin/logger.js                     | 48 ++++++++++-----
 lib/common/plugin/notification.js               |  6 +-
 lib/firefoxos/plugin/firefoxos/device.js        |  2 +-
 lib/ios/exec.js                                 | 18 ++++--
 lib/ios/plugin/ios/logger/plugininit.js         |  2 +-
 lib/scripts/plugin_loader.js                    | 36 ++++++-----
 lib/tizen/plugin/tizen/Device.js                |  2 +-
 lib/windows8/platform.js                        |  4 +-
 lib/windows8/plugin/windows8/DeviceProxy.js     |  2 +-
 lib/windowsphone/plugin/file/symbols.js         |  2 -
 .../windowsphone/notification/plugininit.js     | 23 -------
 test/test.notification.js                       |  6 +-
 23 files changed, 119 insertions(+), 136 deletions(-)
----------------------------------------------------------------------



[3/9] js commit: Fixing merge conflicts from not updating VERSION

Posted by bo...@apache.org.
Fixing merge conflicts from not updating VERSION


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

Branch: refs/heads/2.9.x
Commit: 477045961d90ab2c9e1479cb60dbe991b26142fe
Parents: da1caec 360bd3e
Author: Joe Bowser <bo...@apache.org>
Authored: Fri Apr 19 17:54:54 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Fri Apr 19 17:54:54 2013 -0700

----------------------------------------------------------------------
 VERSION                                     | 2 +-
 lib/bada/plugin/bada/device.js              | 2 +-
 lib/blackberry/plugin/air/device.js         | 2 +-
 lib/blackberry/plugin/qnx/device.js         | 2 +-
 lib/tizen/plugin/tizen/Device.js            | 2 +-
 lib/windows8/plugin/windows8/DeviceProxy.js | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------



[8/9] js commit: Merge branch '2.9.x' of https://git-wip-us.apache.org/repos/asf/cordova-js into 2.9.x

Posted by bo...@apache.org.
Merge branch '2.9.x' of https://git-wip-us.apache.org/repos/asf/cordova-js into 2.9.x


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/23b36cfe
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/23b36cfe
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/23b36cfe

Branch: refs/heads/2.9.x
Commit: 23b36cfeea74f4a04d22c3670e122aeb2e866c67
Parents: c07f6e3 1777d2e
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Jun 25 13:10:09 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Jun 25 13:10:09 2013 -0700

----------------------------------------------------------------------
 Gruntfile.js    | 202 +++++++++++++++++++++++++++++++++++++++++++++++++++
 Jakefile        | 184 +---------------------------------------------
 README.md       |  20 ++---
 build/dalek     |  14 ----
 grunt.js        |  75 -------------------
 lib/ios/exec.js |   2 +-
 package.json    |  54 +++++++-------
 test/runner.js  |  10 +--
 8 files changed, 245 insertions(+), 316 deletions(-)
----------------------------------------------------------------------



[7/9] js commit: Merge branch '2.9.x' of https://git-wip-us.apache.org/repos/asf/cordova-js into 2.9.x

Posted by bo...@apache.org.
Merge branch '2.9.x' of https://git-wip-us.apache.org/repos/asf/cordova-js into 2.9.x


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

Branch: refs/heads/2.9.x
Commit: c07f6e338d6c33cfcfbe345af8f1f8d9f5d54c79
Parents: 47e6850 002f33d
Author: Joe Bowser <bo...@apache.org>
Authored: Wed Jun 19 14:54:53 2013 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed Jun 19 14:54:53 2013 -0700

----------------------------------------------------------------------
 lib/scripts/plugin_loader.js | 86 +++++++++++++++++++++++++++++----------
 1 file changed, 65 insertions(+), 21 deletions(-)
----------------------------------------------------------------------