From callback-dev-return-2841-apmail-incubator-callback-dev-archive=incubator.apache.org@incubator.apache.org Thu Mar 1 04:35:42 2012 Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99D659C21 for ; Thu, 1 Mar 2012 04:35:42 +0000 (UTC) Received: (qmail 46649 invoked by uid 500); 1 Mar 2012 04:35:41 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 46531 invoked by uid 500); 1 Mar 2012 04:35:41 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 46472 invoked by uid 99); 1 Mar 2012 04:35:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 04:35:38 +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 bowserj@gmail.com designates 209.85.212.175 as permitted sender) Received: from [209.85.212.175] (HELO mail-wi0-f175.google.com) (209.85.212.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 04:35:32 +0000 Received: by wibhq12 with SMTP id hq12so93581wib.6 for ; Wed, 29 Feb 2012 20:35:10 -0800 (PST) Received-SPF: pass (google.com: domain of bowserj@gmail.com designates 10.180.14.73 as permitted sender) client-ip=10.180.14.73; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bowserj@gmail.com designates 10.180.14.73 as permitted sender) smtp.mail=bowserj@gmail.com; dkim=pass header.i=bowserj@gmail.com Received: from mr.google.com ([10.180.14.73]) by 10.180.14.73 with SMTP id n9mr6692427wic.16.1330576510775 (num_hops = 1); Wed, 29 Feb 2012 20:35:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=udzwMQVIZKbXXSWPweuvbf7wdOleqCKkmcTZ+jp1xDE=; b=sx/Zix3SwzzCdoFC/EB7x6r1oTqEeVf+L9Xd6W81tiG8q3G5WY46DWeHnJYYeLPqUB uYzXbitwsHCoQ3nJWBgrPkpHp/rUnkehOqvi1LuzeoqjFJhWxr7dtWhTFTSncEIiiRh3 TVIVqzQ0KOblAjCdOR55vcFMPTP8Ex8Y+T0Co= MIME-Version: 1.0 Received: by 10.180.14.73 with SMTP id n9mr5372412wic.16.1330576510676; Wed, 29 Feb 2012 20:35:10 -0800 (PST) Received: by 10.223.28.5 with HTTP; Wed, 29 Feb 2012 20:35:10 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Feb 2012 20:35:10 -0800 Message-ID: Subject: Re: Cordova.android.js in cordova-js vs incubator-cordova-android From: Joe Bowser To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d04138cbb43ed7004ba26fc52 X-Virus-Checked: Checked by ClamAV on apache.org --f46d04138cbb43ed7004ba26fc52 Content-Type: text/plain; charset=ISO-8859-1 I actually noticed differences between the JS files as I was working on it today. I kept generating the JS from the callback-js, and I noticed that WebSQL was still broken when I did a rebuild from the callback-js repo. Also, there was a conflict when we fixed the Capture API and fixes for the file API. That's why I wrote the reminder in the commit log, since I didn't want to break things again, and to remind everyone to check in the callback repo. On Wed, Feb 29, 2012 at 8:08 PM, Bryce Curtis wrote: > I'm confused by commit > > https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=commit;h=7bf35e9c83ca9621b761f887103b79b22e024f8d > There are significant differences between cordova.android.js generated by > cordova-js and this file. Any idea why they are out of sync? > --f46d04138cbb43ed7004ba26fc52--