You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/03/20 16:48:52 UTC

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

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

Branch: refs/heads/cb2227
Commit: aa5548f7db9fd6dc8f5b7e0086622c5c3c1622c6
Parents: 91d53eb 05913de
Author: Joe Bowser <bo...@apache.org>
Authored: Fri Feb 22 11:46:46 2013 -0800
Committer: Joe Bowser <bo...@apache.org>
Committed: Fri Feb 22 11:46:46 2013 -0800

----------------------------------------------------------------------
 lib/common/channel.js                              |    4 +
 lib/common/plugin/Camera.js                        |    4 +-
 lib/common/plugin/CameraPopoverHandle.js           |   33 ++
 lib/ios/exec.js                                    |    3 +
 lib/ios/plugin/CameraPopoverHandle.js              |   34 ++
 lib/scripts/bootstrap.js                           |   81 +++--
 lib/webos/platform.js                              |   28 ++-
 lib/windows8/platform.js                           |   46 +++-
 lib/windows8/plugin/windows8/console/symbols.js    |   24 --
 .../plugin/windows8/notification/plugininit.js     |   23 --
 lib/windowsphone/platform.js                       |   38 ++-
 lib/windowsphone/plugin/file/symbols.js            |    1 +
 lib/windowsphone/plugin/inappbrowser/symbols.js    |   24 --
 lib/windowsphone/plugin/windowsphone/DOMStorage.js |  200 +++++++++++
 .../plugin/windowsphone/DOMStorage/plugininit.js   |  200 -----------
 lib/windowsphone/plugin/windowsphone/XHRPatch.js   |  255 +++++++++++++++
 .../plugin/windowsphone/XHRPatch/plugininit.js     |  255 ---------------
 .../plugin/windowsphone/console/symbols.js         |   25 --
 .../plugin/windowsphone/notification/plugininit.js |   23 --
 19 files changed, 677 insertions(+), 624 deletions(-)
----------------------------------------------------------------------