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 2FD9010527 for ; Wed, 28 Aug 2013 18:22:28 +0000 (UTC) Received: (qmail 10909 invoked by uid 500); 28 Aug 2013 18:22:27 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 10879 invoked by uid 500); 28 Aug 2013 18:22:26 -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 10865 invoked by uid 99); 28 Aug 2013 18:22:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 18:22:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbondc@gdesolutions.com designates 207.46.163.205 as permitted sender) Received: from [207.46.163.205] (HELO na01-bl2-obe.outbound.protection.outlook.com) (207.46.163.205) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Aug 2013 18:22:21 +0000 Received: from BN1PR07MB135.namprd07.prod.outlook.com (10.242.216.22) by BN1PR07MB133.namprd07.prod.outlook.com (10.242.216.19) with Microsoft SMTP Server (TLS) id 15.0.745.25; Wed, 28 Aug 2013 18:21:39 +0000 Received: from BN1PR07MB135.namprd07.prod.outlook.com ([169.254.15.38]) by BN1PR07MB135.namprd07.prod.outlook.com ([169.254.15.38]) with mapi id 15.00.0745.000; Wed, 28 Aug 2013 18:21:39 +0000 From: "jbondc@openmv.com" To: "dev@cordova.apache.org" Subject: RE: Android & iOS Bridge Improvements (more) Thread-Topic: Android & iOS Bridge Improvements (more) Thread-Index: AQHOk6zBz0qn+ITflUm7ki+3v8HKXZmjH9BQ Sender: Jonathan Bond-Caron Date: Wed, 28 Aug 2013 18:21:38 +0000 Message-ID: <228e094e4e684bf2b2a6dd9e88de03ff@BN1PR07MB135.namprd07.prod.outlook.com> References: In-Reply-To: Accept-Language: en-CA, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [24.201.92.93] x-forefront-prvs: 09525C61DB x-forefront-antispam-report: SFV:NSPM;SFS:(377454003)(189002)(199002)(51704005)(24454002)(52044002)(74316001)(74662001)(31966008)(47446002)(74502001)(15202345003)(47976001)(50986001)(47736001)(19580395003)(56816003)(81816001)(74366001)(49866001)(77096001)(51856001)(66066001)(76786001)(76796001)(54316002)(56776001)(80976001)(54356001)(15975445006)(76482001)(65816001)(74876001)(80022001)(83322001)(81542001)(81686001)(74706001)(53806001)(76576001)(69226001)(59766001)(77982001)(81342001)(46102001)(4396001)(79102001)(33646001)(83072001)(63696002)(42882001)(24736002);DIR:OUT;SFP:;SCL:1;SRVR:BN1PR07MB133;H:BN1PR07MB135.namprd07.prod.outlook.com;CLIP:24.201.92.93;RD:InfoNoRecords;MX:1;A:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: gdesolutions.com X-Virus-Checked: Checked by ClamAV on apache.org On Wed Aug 7 04:23 PM, Andrew Grieve wrote: > Wrote up some ideas for removing jank from the bridges. >=20 > https://docs.google.com/document/d/1b2igeRoGXpdr_B89W7n2CaiXTspXq9tnr > K5ocsyhNNM/edit# >=20 > Includes content from CB-3900, which I'd previously brought up on the ML. > Also relates to CB-3359 for one of the ideas. >=20 > Feel free to give it a read, add comments & share thoughts of what other > improvements we could make. >=20 For Android, any thoughts on a 'npapi' plugin for the webview like what goo= gle gears used to do: http://gears.googlecode.com/svn/trunk/gears/base/npapi/module_android.cc It's locked down but maybe Adobe could 'sign' it and it would be BC compati= ble with older Android versions? https://groups.google.com/forum/#!topic/android-platform/FGvrCwTC16I It doesn't look like npapi has a bright future though.