Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF87410FB5 for ; Wed, 27 Nov 2013 17:53:01 +0000 (UTC) Received: (qmail 1185 invoked by uid 500); 27 Nov 2013 17:43:20 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 935 invoked by uid 500); 27 Nov 2013 17:42:43 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 856 invoked by uid 99); 27 Nov 2013 17:42:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 17:42:23 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lorin.beer.dev@gmail.com designates 209.85.223.173 as permitted sender) Received: from [209.85.223.173] (HELO mail-ie0-f173.google.com) (209.85.223.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 17:42:19 +0000 Received: by mail-ie0-f173.google.com with SMTP id to1so12641063ieb.32 for ; Wed, 27 Nov 2013 09:41:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wzE9vf27AS+tgZs9aIe7byWqhXkah1sM+J09DPHmdtg=; b=cwT3SBrH3tmWsHINJjkp47edX714eT3moBfmcTGyL9qw53Oc8zssAkdtwjct4izwYS oD/9ojO4gqdA1FYus2JGgw7pcETmWN7oAE4uf8YZft64ErWx8RlzfsbmdsejCsOfFNXi 5L3XsMggb7XqRwZ4h38uZrOIIlXd0xl2ZGdjL+D8pZdcUFj6UcGm016o/wDxJnhaKrMF wO37w4V9EU8INVCyDZBTCopflN3840WBbDsaLvO/UUmwCVLCLL9hQBx8RPC+97d59QUn 90vR6QTxVxq7vA/joc+GfeaqmXsJKXFM9jviKKwpvmFCWr2Ny2esGokYUFeDWc4h+YIW U7/g== MIME-Version: 1.0 X-Received: by 10.50.4.35 with SMTP id h3mr22855345igh.19.1385574118844; Wed, 27 Nov 2013 09:41:58 -0800 (PST) Received: by 10.64.142.78 with HTTP; Wed, 27 Nov 2013 09:41:58 -0800 (PST) In-Reply-To: <453509330.10057667.1385572272930.JavaMail.zimbra@mozilla.com> References: <2048115705.10056966.1385571991165.JavaMail.zimbra@mozilla.com> <453509330.10057667.1385572272930.JavaMail.zimbra@mozilla.com> Date: Wed, 27 Nov 2013 09:41:58 -0800 Message-ID: Subject: Re: [FxOS] Special needs for contact plugin From: Lorin Beer To: dev Content-Type: multipart/alternative; boundary=001a11c3e63029f0fb04ec2c1d37 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c3e63029f0fb04ec2c1d37 Content-Type: text/plain; charset=ISO-8859-1 traditionally, we have had a per platform quirks section in the relevant api's documentation. Search for quirks in the contacts api and you should find sections for Android, BlackBerry, iOS and WP 7 and 8. Just add a FireFox OS section, and document quirks there. On Wed, Nov 27, 2013 at 9:11 AM, Piotr Zalewa wrote: > Hi, > > I've almost finished the Contacts proxy for Firefox OS. [1] > > Access to contacts API in FxOS requires webapp to be "privileged" and > special permissions needs to be set in app's manifest. > The privileged app enforces Content Security Policy [2] which doesn't > allow for inline javascript. > > Because of both above special documentation is needed. Where should I put > it? > > Thanks > Piotr > > > [1] https://github.com/zalun/cordova-plugin-contacts > [2] https://developer.mozilla.org/en-US/Apps/CSP > --001a11c3e63029f0fb04ec2c1d37--