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 D0D17D272 for ; Thu, 25 Oct 2012 15:21:16 +0000 (UTC) Received: (qmail 34354 invoked by uid 500); 25 Oct 2012 15:21:15 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 33989 invoked by uid 500); 25 Oct 2012 15:21:14 -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 33685 invoked by uid 99); 25 Oct 2012 15:21:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 15:21:13 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FRT_ADOBE2,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gtanner@gmail.com designates 209.85.219.47 as permitted sender) Received: from [209.85.219.47] (HELO mail-oa0-f47.google.com) (209.85.219.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 15:21:06 +0000 Received: by mail-oa0-f47.google.com with SMTP id h1so1698778oag.6 for ; Thu, 25 Oct 2012 08:20:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=V9RnFee8Y9SYEeKdgJIBgcMosNbL2vBSQAVxBcfZ7YA=; b=VglpgtnOmAERJLPiQJFDlhgrVw7+EHNhv0rDTvbuRxyVleCnT5iewOc4FpqenmXkyw qrhfV7Yhw8FuGS9u1oAytFDQNmAFdQkyRYxhdzgCzmmm43IFyGgA++2V+FM5XwXYzbqf 7/fF968igXt7m7WtsXZiJG8+dfT7VFBxWFzs3QVnrF9b42KfhVeCVTTdGQzR9Mn0IRJO 3g+qwMcMvIRpoHqlsXltHxWat2I/+LL0wyUiClUFZyDva5lv3sn5JipMnGwxstiCTV6H xNfvEPt8z6AAqY+lOAC5IplkDeMNKP1ctu+Xv/eux5//vR1Ua2hU8yvEXRISr5+Utpni fikw== Received: by 10.60.14.198 with SMTP id r6mr16587403oec.115.1351178445233; Thu, 25 Oct 2012 08:20:45 -0700 (PDT) MIME-Version: 1.0 Sender: gtanner@gmail.com Received: by 10.76.174.7 with HTTP; Thu, 25 Oct 2012 08:20:18 -0700 (PDT) In-Reply-To: <7EC783583A3638449E13002CFE331D3A32372359@G4W3290.americas.hpqcorp.net> References: <7EC783583A3638449E13002CFE331D3A3236FB32@G4W3290.americas.hpqcorp.net> <7EC783583A3638449E13002CFE331D3A32372359@G4W3290.americas.hpqcorp.net> From: Gord Tanner Date: Thu, 25 Oct 2012 11:20:18 -0400 X-Google-Sender-Auth: XOix-BCduUWyaAKGfsxiMlNjxmg Message-ID: Subject: Re: 2.2.0rc2 Monday? To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=e89a8fb1f72c419cb504cce3bffb X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb1f72c419cb504cce3bffb Content-Type: text/plain; charset=ISO-8859-1 I also did a huge cleanup on webos that was tested and works here: https://github.com/gtanner/incubator-cordova-js/commit/d123863e089dc5f998d68c2867d2bc17636262ab I did more than just cleaned up lint errors and would rather this be pulled in. Should I merge this in? On Thu, Oct 25, 2012 at 5:44 AM, Leutwyler, Markus wrote: > Code cleaned up, here is the pull request: > > https://github.com/apache/incubator-cordova-js/pull/39 > > Markus > > -----Original Message----- > From: Shazron [mailto:shazron@gmail.com] > Sent: Mittwoch, 24. Oktober 2012 22:41 > To: callback-dev@incubator.apache.org > Subject: Re: 2.2.0rc2 Monday? > > Thanks Simon. There is a lot of jshint issues for windows8 and webos. > Are these known issues?: > > files with whitespace issues: (to fix: `jake fixwhitespace`) > lib/windows8/plugin/windows8/FileProxy.js > lib/ios/exec.js: line 166, col 30, Use '===' to compare with '0'. > lib/tizen/plugin/tizen/ContactUtils.js: line 70, col 40, > 'initializeAllFieldsMapping' is already defined. > lib/webos/platform.js: line 31, col 10, Missing semicolon. > lib/webos/platform.js: line 28, col 9, 'Mojo' is not defined. > lib/webos/platform.js: line 29, col 9, 'Mojo' is not defined. > lib/webos/plugin/webos/accelerometer.js: line 46, col 6, Missing semicolon. > lib/webos/plugin/webos/accelerometer.js: line 54, col 2, Missing semicolon. > lib/webos/plugin/webos/accelerometer.js: line 44, col 25, 'Acceleration' > is not defined. > lib/webos/plugin/webos/application.js: line 27, col 47, Missing semicolon. > lib/webos/plugin/webos/application.js: line 72, col 2, Missing semicolon. > lib/webos/plugin/webos/application.js: line 62, col 12, 'PalmSystem' > is not defined. > lib/webos/plugin/webos/application.js: line 68, col 16, 'PalmSystem' > is not defined. > lib/webos/plugin/webos/camera.js: line 50, col 2, Missing semicolon. > lib/webos/plugin/webos/compass.js: line 37, col 14, Missing semicolon. > lib/webos/plugin/webos/compass.js: line 41, col 2, Missing semicolon. > lib/webos/plugin/webos/compass.js: line 28, col 13, 'device' is not > defined. > lib/webos/plugin/webos/compass.js: line 28, col 41, 'device' is not > defined. > lib/webos/plugin/webos/device.js: line 22, col 52, Missing semicolon. > lib/webos/plugin/webos/device.js: line 38, col 37, 'PalmSystem' is not > defined. > lib/webos/plugin/webos/filereader.js: line 71, col 55, Use '!==' to > compare with 'null'. > lib/webos/plugin/webos/keyboard.js: line 55, col 13, Duplicate member > 'isManualMode'. > lib/webos/plugin/webos/keyboard.js: line 67, col 2, Missing semicolon. > lib/webos/plugin/webos/keyboard.js: line 39, col 12, '_isShowing' is not > defined. > lib/webos/plugin/webos/keyboard.js: line 42, col 8, 'isManualMode' is not > defined. > lib/webos/plugin/webos/keyboard.js: line 43, col 9, 'PalmSystem' is not > defined. > lib/webos/plugin/webos/keyboard.js: line 47, col 8, 'isManualMode' is not > defined. > lib/webos/plugin/webos/keyboard.js: line 48, col 9, 'PalmSystem' is not > defined. > lib/webos/plugin/webos/keyboard.js: line 52, col 5, '_manual' is not > defined. > lib/webos/plugin/webos/keyboard.js: line 53, col 5, 'PalmSystem' is not > defined. > lib/webos/plugin/webos/keyboard.js: line 56, col 12, '_manual' is not > defined. > lib/webos/plugin/webos/keyboard.js: line 60, col 5, 'PalmSystem' is not > defined. > lib/webos/plugin/webos/keyboard.js: line 64, col 5, 'PalmSystem' is not > defined. > lib/webos/plugin/webos/network.js: line 22, col 52, Missing semicolon. > lib/webos/plugin/webos/notification.js: line 49, col 18, 'response' is > already defined. > lib/webos/plugin/webos/notification.js: line 132, col 15, 'a' is already > defined. > lib/webos/plugin/webos/notification.js: line 175, col 2, Missing semicolon. > lib/webos/plugin/webos/notification.js: line 52, col 5, 'PalmSystem' > is not defined. > lib/webos/plugin/webos/notification.js: line 67, col 13, 'PalmSystem' > is not defined. > lib/webos/plugin/webos/notification.js: line 78, col 5, 'PalmSystem' > is not defined. > lib/webos/plugin/webos/notification.js: line 107, col 5, 'PalmSystem' > is not defined. > lib/webos/plugin/webos/notification.js: line 118, col 5, 'PalmSystem' > is not defined. > lib/webos/plugin/webos/notification.js: line 142, col 9, 'w' is not > defined. > lib/webos/plugin/webos/notification.js: line 143, col 16, 'w' is not > defined. > lib/webos/plugin/webos/notification.js: line 172, col 40, 'icon' is not > defined. > lib/webos/plugin/webos/orientation.js: line 36, col 2, Missing semicolon. > lib/webos/plugin/webos/orientation.js: line 25, col 5, 'PalmSystem' is not > defined. > lib/webos/plugin/webos/orientation.js: line 33, col 14, 'PalmSystem' > is not defined. > lib/webos/plugin/webos/requestfilesystem.js: line 35, col 6, Missing > semicolon. > lib/webos/plugin/webos/service.js: line 24, col 2, Unnecessary semicolon. > lib/webos/plugin/webos/service.js: line 71, col 2, Missing semicolon. > lib/webos/plugin/webos/service.js: line 27, col 19, 'PalmServiceBridge' is > not defined. > lib/webos/plugin/webos/window.js: line 91, col 2, Missing semicolon. > lib/webos/plugin/webos/window.js: line 25, col 23, 'PalmSystem' is not > defined. > lib/webos/plugin/webos/window.js: line 50, col 5, 'PalmSystem' is not > defined. > lib/webworks/qnx/plugin/qnx/capture.js: line 30, col 9, > 'webkitRequestFileSystem' is not defined. > lib/webworks/qnx/plugin/qnx/capture.js: line 30, col 33, 'PERSISTENT' > is not defined. > lib/windows8/platform.js: line 52, col 14, Unnecessary semicolon. > lib/windows8/plugin/windows8/CameraProxy.js: line 194, col 22, 'fail' > is already defined. > lib/windows8/plugin/windows8/FileProxy.js: line 197, col 47, Bad > escapement. > lib/windows8/plugin/windows8/FileProxy.js: line 279, col 50, Trailing > whitespace. > lib/windows8/plugin/windows8/FileProxy.js: line 326, col 67, Trailing > whitespace. > lib/windows8/plugin/windows8/FileProxy.js: line 352, col 37, Unnecessary > semicolon. > lib/windows8/plugin/windows8/FileProxy.js: line 377, col 47, Bad > escapement. > lib/windows8/plugin/windows8/FileProxy.js: line 803, col 39, Bad > escapement. > lib/windows8/plugin/windows8/FileProxy.js: line 807, col 41, Bad > escapement. > lib/windows8/plugin/windows8/geolocation.js: line 36, col 13, 'options' is > not defined. > lib/windows8/plugin/windows8/geolocation.js: line 40, col 40, 'options' is > not defined. > lib/windows8/plugin/windows8/geolocation.js: line 40, col 60, 'options' is > not defined. > lib/windows8/plugin/windows8/geolocation.js: line 107, col 9, 'timers' > is not defined. > lib/windows8/plugin/windows8/geolocation.js: line 107, col 16, 'id' is not > defined. > lib/windows8/plugin/windows8/geolocation.js: line 107, col 87, 'options' > is not defined. > lib/windows8/plugin/windows8/geolocation.js: line 107, col 107, 'options' > is not defined. > lib/windows8/plugin/windows8/geolocation.js: line 108, col 17, > 'Geolocation' is not defined. > lib/windows8/plugin/windows8/geolocation.js: line 108, col 61, 'options' > is not defined. > lib/windows8/plugin/windows8/MediaFile.js: line 32, col 44, 'contentType' > is not defined. > > On Wed, Oct 24, 2012 at 1:33 PM, Simon MacDonald < > simon.macdonald@gmail.com> wrote: > > Okay JS and Android re-tagged to 2.2.0 cause of soem Android 2.2 > craziness. > > > > Simon Mac Donald > > http://hi.im/simonmacdonald > > > > > > On Wed, Oct 24, 2012 at 4:24 PM, Simon MacDonald > > wrote: > > > >> I have to re-tag JS and Android. There is a bug that causes almost > >> everything to fail on Android 2.2. The code is in the Android version > >> of exec so other platforms will not need to pick up the new JS. > >> > >> Simon Mac Donald > >> http://hi.im/simonmacdonald > >> > >> > >> On Wed, Oct 24, 2012 at 4:00 PM, Joe Bowser wrote: > >> > >>> Tagged Android. It's ready to go! > >>> > >>> On Wed, Oct 24, 2012 at 12:57 PM, Shazron wrote: > >>> > I'll update the iOS bits right now. > >>> > > >>> > On Wed, Oct 24, 2012 at 11:57 AM, Filip Maj wrote: > >>> >> JS. Mobile spec and hello world app is tagged. > >>> >> > >>> >> Gogo! > >>> >> > >>> >> On 10/19/12 1:41 AM, "Leutwyler, Markus" > >>> >> > >>> wrote: > >>> >> > >>> >>>+1 > >>> >>> > >>> >>>Let me know if you need any help > >>> >>> > >>> >>>Markus > >>> >>> > >>> >>>-----Original Message----- > >>> >>>From: Filip Maj [mailto:fil@adobe.com] > >>> >>>Sent: Donnerstag, 18. Oktober 2012 20:47 > >>> >>>To: callback-dev@incubator.apache.org > >>> >>>Subject: 2.2.0rc2 Monday? > >>> >>> > >>> >>>That cool? Would be good to get a cordova-js friendly version of > >>> >>>webos out there. > >>> >>> > >>> >> > >>> > >> > >> > -- Gord Tanner Senior Developer / Code Poet tinyHippos Inc. @tinyhippos --e89a8fb1f72c419cb504cce3bffb--