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 9E3A3EC8C for ; Mon, 28 Jan 2013 19:32:33 +0000 (UTC) Received: (qmail 5090 invoked by uid 500); 28 Jan 2013 19:32:33 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 5068 invoked by uid 500); 28 Jan 2013 19:32:33 -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 5059 invoked by uid 99); 28 Jan 2013 19:32:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 19:32:33 +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 mikeywbrooks@gmail.com designates 209.85.219.41 as permitted sender) Received: from [209.85.219.41] (HELO mail-oa0-f41.google.com) (209.85.219.41) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2013 19:32:28 +0000 Received: by mail-oa0-f41.google.com with SMTP id i10so914943oag.0 for ; Mon, 28 Jan 2013 11:32:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Ms99iRmGfP+TBInJjKzQgBEgpNPDktTHjVjbDcpAIGw=; b=O0eW/8/jbEyZCzMss/Hl8ZtaxPaQwY06xkChbYYPMkKsTWqpEFq8fm9e8Cogx8qI1g MTZNARzY3Or22lCYn5jMusV4D3X/3maTv13LvpChgfWcUC8Ago8XWyouVjFTKn7VORVk W05NOI4QBdS6rllxj+L8OR7muB52Sn7Lm7rXTztaq92lh88F2WqczMt+LK2SsnfAkkBl eAi3eaA0hKSYqzAjihXfgDokaOOf5uPshw3FsB1Qi8QEWy+7AUdGx+jIDxZTy/y8YXka iocSs1nV4fGX+m9sVVw4V31obQWguuHXwbsV28KZCATDb2Oklm+t55L/V8qWdSrbPV57 nEMQ== MIME-Version: 1.0 X-Received: by 10.60.32.39 with SMTP id f7mr11987298oei.86.1359401527436; Mon, 28 Jan 2013 11:32:07 -0800 (PST) Sender: mikeywbrooks@gmail.com Received: by 10.182.156.109 with HTTP; Mon, 28 Jan 2013 11:32:07 -0800 (PST) In-Reply-To: References: Date: Mon, 28 Jan 2013 11:32:07 -0800 X-Google-Sender-Auth: o-ksGA3yIYXVW4Fo8M5FxZH2ibA Message-ID: Subject: Re: Cordova for Firefox OS From: Michael Brooks To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=e89a8fb1eb8a26657304d45e55da X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb1eb8a26657304d45e55da Content-Type: text/plain; charset=ISO-8859-1 > > I'm in favor of just using Cordova-FirefoxOS since it is an explicitly > clear name that makes it easy to find. I agree with Herm on using Cordova-FirefoxOS (cordova-firefoxos) for the same reasons. Matching the official name is important for ease of use. While we wait for Infra to create the repository, Dan and Gord can push to a branch in the labs repo. That way the code can easily be pushed to the official repo whenever it's created. Michael On Mon, Jan 28, 2013 at 11:23 AM, Dan Silivestru wrote: > I like the sound of FxOS, it's short :-) > > Also the CLI for deploying directly to device would be very helpful, Gord > and I couldn't find a way to do it with the currently published docs. > Looking forward to that addition. > > Dan. > > > On Mon, Jan 28, 2013 at 1:29 PM, Herm Wong >wrote: > > > The B2G name has been deprecated in favor of Firefox OS; internally (at > > Mozilla) they seem to be using the acronym FxOS. I'm in favor of just > using > > Cordova-FirefoxOS since it is an explicitly clear name that makes it easy > > to find. > > I'm also in favor of Gord & Dan pushing up their Cordova-JS changes for > > Firefox OS, I'll merge my changes after their initial commit. > > I've been working directly with Mozilla to finalize some of CL interfaces > > so that we will be able to using build scripts to package and deploy apps > > directly to the devices. > > > > > Date: Mon, 28 Jan 2013 07:05:20 +0100 > > > Subject: Re: Cordova for Firefox OS > > > From: g.natili@gnstudio.com > > > To: dev@cordova.apache.org > > > > > > Hi Gord, > > > > > > I'm trying to get a device too, as soon as I get I would volunteer to > > test > > > each new feature you will port on the device. > > > Hope it can help... > > > > > > Giorgio > > > > > > On 1/28/13 2:51 AM, "Gord Tanner" wrote: > > > > > > >Hello, > > > > > > > >Dan Silivestru and I were at a hackathon on the weekend at Mozilla and > > we > > > >took the day to port Cordova over to the Firefox OS phone. > > > > > > > >We got it running successfully on the simulator and device that day. > > > > Currently it just supports firing of deviceready and the > accelerometer > > > >(not really tested). > > > > > > > >The code can be found here: > > > >https://github.com/gtanner/cordova-b2g > > > > > > > >and the javascript code here: > > > >https://github.com/gtanner/cordova-js > > > > > > > >We won a phone for our efforts (so did Fil and Steve) so we will have > a > > > >real device or two to test and work on for the platform. > > > > > > > >What is the next steps for getting this into the apache repo's and > > merged > > > >in? > > > > > > > > > > > > > > -- > Dan Silivestru > +1 (519) 589-3624 > --e89a8fb1eb8a26657304d45e55da--