Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/8e2db096 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/8e2db096 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/8e2db096 Branch: refs/heads/master Commit: 8e2db096ae4a7ce3882500aa359364f367b8c53f Parents: 6b25158 abf757e Author: ldeluca <[email protected]> Authored: Mon May 5 10:02:13 2014 -0400 Committer: ldeluca <[email protected]> Committed: Mon May 5 10:02:13 2014 -0400 ---------------------------------------------------------------------- CONTRIBUTING.md | 16 +++ RELEASENOTES.md | 15 +++ doc/index.md | 21 +++- plugin.xml | 45 +++++++- src/amazon/InAppChromeClient.java | 18 ++++ src/android/InAppChromeClient.java | 18 ++++ src/blackberry10/README.md | 18 ++++ src/firefoxos/InAppBrowserProxy.js | 108 +++++++++++++++++++ src/ios/CDVInAppBrowser.h | 10 +- src/ios/CDVInAppBrowser.m | 81 ++++++++++++-- src/wp/InAppBrowser.cs | 183 +++++++++++++++++++++++++------- www/inappbrowser.js | 2 + www/windows8/InAppBrowserProxy.js | 2 +- 13 files changed, 482 insertions(+), 55 deletions(-) ----------------------------------------------------------------------
