Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8ECA21053B for ; Tue, 23 Apr 2013 07:06:45 +0000 (UTC) Received: (qmail 82512 invoked by uid 500); 23 Apr 2013 07:06:45 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 82397 invoked by uid 500); 23 Apr 2013 07:06:45 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 82240 invoked by uid 99); 23 Apr 2013 07:06:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 07:06:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 63E7D81E894; Tue, 23 Apr 2013 07:06:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Tue, 23 Apr 2013 07:06:40 -0000 Message-Id: <9a0468ffbfeb4e7ca7e10a87f8f8f699@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugman Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugman Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/8d92da7d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/8d92da7d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/8d92da7d Branch: refs/heads/master Commit: 8d92da7df34d5a5613b15636300c91094444d230 Parents: 6f102eb 43fbb28 Author: Steven Gill Authored: Tue Apr 23 00:04:01 2013 -0700 Committer: Steven Gill Committed: Tue Apr 23 00:04:01 2013 -0700 ---------------------------------------------------------------------- platforms/ios.js | 74 +++++- platforms/wp7.js | 236 ++++++++++++++ platforms/wp8.js | 237 +++++++++++++++ plugman.js | 4 +- test/android-one-install.js | 4 +- test/android-two-install.js | 2 +- test/ios-config-xml-uninstall.js | 20 ++ test/ios-plist-install.js | 2 +- test/ios-plist-uninstall.js | 4 +- test/plugins/ChildBrowser/plugin-old.xml | 13 + test/plugins/ChildBrowser/plugin.xml | 49 +++- .../ChildBrowser/src/wp7/ChildBrowserCommand.cs | 197 ++++++++++++ .../src/wp7/Images/appbar.back.rest.png | Bin 0 -> 375 bytes .../src/wp7/Images/appbar.close.rest.png | Bin 0 -> 359 bytes .../src/wp7/Images/appbar.next.rest.png | Bin 0 -> 388 bytes util/plist-helpers.js | 90 ++++++ util/xml-helpers.js | 1 + 17 files changed, 920 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/8d92da7d/platforms/ios.js ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/8d92da7d/plugman.js ----------------------------------------------------------------------