Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 643CA9245 for ; Tue, 10 Apr 2012 14:01:46 +0000 (UTC) Received: (qmail 79690 invoked by uid 500); 10 Apr 2012 14:01:46 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 79669 invoked by uid 500); 10 Apr 2012 14:01:46 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 79659 invoked by uid 99); 10 Apr 2012 14:01:46 -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, 10 Apr 2012 14:01:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0992DC14A; Tue, 10 Apr 2012 14:01:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: macdonst@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-js Message-Id: <20120410140146.0992DC14A@tyr.zones.apache.org> Date: Tue, 10 Apr 2012 14:01:45 +0000 (UTC) Updated Branches: refs/heads/master e79df00ee -> 35f0af286 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cordova-js Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/35f0af28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/35f0af28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/35f0af28 Branch: refs/heads/master Commit: 35f0af286f5b60f42d66a71317a68dbf33153e19 Parents: 91bcaf7 e79df00 Author: macdonst Authored: Tue Apr 10 10:01:19 2012 -0400 Committer: macdonst Committed: Tue Apr 10 10:01:19 2012 -0400 ---------------------------------------------------------------------- build/packager.js | 17 +- lib/common/channel.js | 38 +++- lib/common/plugin/Acceleration.js | 4 +- lib/common/plugin/Camera.js | 21 ++- lib/common/plugin/CompassHeading.js | 2 +- lib/common/plugin/FileTransfer.js | 5 +- lib/common/plugin/compass.js | 35 ++- lib/cordova.js | 16 + lib/ios/plugin/ios/Entry.js | 6 +- lib/wp7/exec.js | 226 +++++++++++++-- lib/wp7/platform.js | 269 +++++++++++++++++- lib/wp7/plugin/wp7/CordovaCommandResult.js | 54 ++++ lib/wp7/plugin/wp7/CordovaMediaonStatus.js | 9 + lib/wp7/plugin/wp7/console.js | 19 ++ lib/wp7/plugin/wp7/device.js | 68 ++++-- lib/wp7/plugin/wp7/requestFileSystem.js | 42 +++ lib/wp7/plugin/wp7/resolveLocalFileSystemURI.js | 37 +++ package.json | 2 +- test/test.compass.js | 8 +- 19 files changed, 793 insertions(+), 85 deletions(-) ----------------------------------------------------------------------