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 A2283113E8 for ; Wed, 4 Jun 2014 13:29:10 +0000 (UTC) Received: (qmail 9433 invoked by uid 500); 4 Jun 2014 13:29:10 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 9401 invoked by uid 500); 4 Jun 2014 13:29:10 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 9394 invoked by uid 99); 4 Jun 2014 13:29:10 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 13:29:10 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 58B5C8929FC; Wed, 4 Jun 2014 13:29:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zalun@apache.org To: commits@cordova.apache.org Date: Wed, 04 Jun 2014 13:29:10 -0000 Message-Id: <5adc7ae46efb4db282022fbfa7edbfac@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: Adding permission info Repository: cordova-plugin-inappbrowser Updated Branches: refs/heads/master 03e1715cf -> 75cadab5e Adding permission info 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/8fea6be6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/8fea6be6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/8fea6be6 Branch: refs/heads/master Commit: 8fea6be60a27498f09957b791072a74b0de5b945 Parents: abf757e Author: Rodrigo Silveira Authored: Wed May 28 12:36:59 2014 -0700 Committer: Rodrigo Silveira Committed: Wed May 28 12:36:59 2014 -0700 ---------------------------------------------------------------------- doc/index.md | 11 ----------- plugin.xml | 3 +++ 2 files changed, 3 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/8fea6be6/doc/index.md ---------------------------------------------------------------------- diff --git a/doc/index.md b/doc/index.md index 760831a..1db39db 100644 --- a/doc/index.md +++ b/doc/index.md @@ -30,17 +30,6 @@ and can't access Cordova APIs. cordova plugin add org.apache.cordova.inappbrowser -### Firefox OS - -Create __www/manifest.webapp__ as described in -[Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest). -Add relevant permisions. - - "permissions": { - "browser": {} - } - - ## window.open Opens a URL in a new `InAppBrowser` instance, the current browser http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/8fea6be6/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index fcb1837..37c658e 100644 --- a/plugin.xml +++ b/plugin.xml @@ -165,6 +165,9 @@ + + +