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 F111E10745 for ; Tue, 25 Nov 2014 16:04:21 +0000 (UTC) Received: (qmail 7217 invoked by uid 500); 25 Nov 2014 16:04:20 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 7177 invoked by uid 500); 25 Nov 2014 16:04:20 -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 7165 invoked by uid 99); 25 Nov 2014 16:04:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 16:04:20 +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 (nike.apache.org: domain of brian.leroux@gmail.com designates 209.85.223.171 as permitted sender) Received: from [209.85.223.171] (HELO mail-ie0-f171.google.com) (209.85.223.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 16:03:55 +0000 Received: by mail-ie0-f171.google.com with SMTP id rl12so807531iec.2 for ; Tue, 25 Nov 2014 08:03:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=LiC2L6l+6wM24wqY8D4dz6h/6DF30C+JDeWAZUgTmOk=; b=S1cX2rYsJIS+HqmYL6leVbUNei3KID4/Au30ufgTRT69aS9JAbEKw7+aDkanghbUHk YzW/0TalgxMreS6FyhmxcKVZ1+TTXeX561qeZ+4eym8GB6iL/KOtanfrFoi5RUelbRzm 6lJzN06VHCGwu6T06me6oeB2ywv15CU6swwIkQ3/i9zwYT54PThcz8yVbtlwlYruwXz/ CeXRVyI3EvFWruP3WLPA7NwpMi4kVvO6jz/r+iO1TMmlQ//DS9uLqqb52ymZTpfeU/uk zE9EsYSXQQ03Ga5bk+zgnE5BgQmdRlX989RU+f+my4aolOD8prHtrjM+H/l2B7uFcjBA u/SA== MIME-Version: 1.0 X-Received: by 10.43.126.67 with SMTP id gv3mr19760137icc.31.1416931388922; Tue, 25 Nov 2014 08:03:08 -0800 (PST) Sender: brian.leroux@gmail.com Received: by 10.50.96.194 with HTTP; Tue, 25 Nov 2014 08:03:08 -0800 (PST) In-Reply-To: References: Date: Tue, 25 Nov 2014 08:03:08 -0800 X-Google-Sender-Auth: VTX78oeqe-vV8Bz419CEnbDfuaw Message-ID: Subject: Re: Introduction From: Brian LeRoux To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=bcaec51824a81ba1580508b10c0c X-Virus-Checked: Checked by ClamAV on apache.org --bcaec51824a81ba1580508b10c0c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable wow really nice stuff Daniel. xplatform desktop plugins to an embedded chome browser is hella cool! [1] let us know how we can help you (first glance appears we could help by impl 'platform scripts' [2] which puts the project on the path to the cli and being an 'official' platform) [1] https://github.com/hsimpson/cordova-cef/blob/master/src/common/cordovaplugi= n.h [2] https://github.com/apache/cordova-ios/tree/master/bin On Tue, Nov 25, 2014 at 6:07 AM, Toplak Daniel wrote: > Hi, > > at the moment the only work was done on the windows component, but the > amount should be less for OSX and Linux to get the core running. Chromium > Embedded Framework is also available on OSX and Linux. And the core > (JS-Bridge, Plugin Management, Preferences) are nearly platform independe= nt. > > To get this a first class Cordova platform many things have to be done > (whitelist handling, project management, and creation via templates, CLI > integration, testings, etc.). Also the current core was ported from aroun= d > Cordova 3.0's iOS and Android version and is a bit outdated, it should > respect the features/interfaces from the current Cordova 4.x branches. > > Daniel > > -----Urspr=C3=BCngliche Nachricht----- > Von: Ian Clelland [mailto:iclelland@chromium.org] > Gesendet: Dienstag, 25. November 2014 14:40 > An: dev@cordova.apache.org > Betreff: Re: Introduction > > Welcome, Daniel! > > That's a really interesting project -- I'm looking forward to trying that > out. How much work (if any) has gone in to the OSX or Linux components? > > Do you see this eventually becoming a first-class Cordova platform, or do > you have different plans for it? > > Ian > > On Tue Nov 25 2014 at 1:47:27 AM Toplak Daniel > wrote: > > > Hi, > > > > my name is Daniel Toplak, I am the team leader of the mobile > > development department of CADENAS GmbH, Augsburg, Germany, > http://www.cadenas.de. > > We are using Cordova for our mobile app development since phonegap 2.6. > > We have signed the CCLA, and created an account on Jira. > > > > I have a cordova implementation based on CEF (Chromium Embedded > > Framework) which is not yet production ready, but more a proof of > concept: > > https://github.com/hsimpson/cordova-cef (my private github account) > > > > I'm following the dev list long ago and happy to contribute to a great > > project. > > > > > > Mit freundlichen Gr=C3=BC=C3=9Fen / Best regards > > > > CADENAS GmbH > > Head of Mobile Development > > Daniel Toplak > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org > For additional commands, e-mail: dev-help@cordova.apache.org > --bcaec51824a81ba1580508b10c0c--