From callback-dev-return-4265-apmail-incubator-callback-dev-archive=incubator.apache.org@incubator.apache.org Mon Apr 2 19:27:49 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 C71589BD2 for ; Mon, 2 Apr 2012 19:27:49 +0000 (UTC) Received: (qmail 56398 invoked by uid 500); 2 Apr 2012 19:27:49 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 56362 invoked by uid 500); 2 Apr 2012 19:27:49 -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 56352 invoked by uid 99); 2 Apr 2012 19:27:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 19:27:49 +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 purdrew@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2012 19:27:43 +0000 Received: by bkcjg15 with SMTP id jg15so2725883bkc.6 for ; Mon, 02 Apr 2012 12:27:21 -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=fS2q9Y0D6NkxsdsZJbrE++nhDHHkV55vJlyxkrtdWx4=; b=zif7WaR52YI+LjMOHVIvymgLu4CNg2faGqr3y2oDNRjiEp4FaqsTsY1+HV7gx7La59 Iu8zdejg5jfdYVAMDiGHIEkhIWiEoGyMOn2sAPiuRhM8QvWryrJl6FQjmph1mETdfeeP Sgua9zOvV61+CY2zqGA4eXlAGMObLwN5syarNAc5v91Lo9p7TVkuqNv4C59N2bcNY9r2 Fz/YUhUnF1bKQgwGpjfmG9PSw+zyl9UeMtgqlSzxl8R2tSzCSo6a9h6+180sUQg5eYiL hhCsBl0++HsJ7hlfDYrBKKMTUbNByEIHttBp8eTFLISq4tRXqN48VNPy8KHD+gIiO0t0 bvfw== Received: by 10.204.157.145 with SMTP id b17mr4336430bkx.112.1333394841839; Mon, 02 Apr 2012 12:27:21 -0700 (PDT) MIME-Version: 1.0 Sender: purdrew@gmail.com Received: by 10.205.136.212 with HTTP; Mon, 2 Apr 2012 12:27:01 -0700 (PDT) In-Reply-To: References: From: Drew Walters Date: Mon, 2 Apr 2012 14:27:01 -0500 X-Google-Sender-Auth: xMUYKlSi2_YNxKRVEh9r-NKireY Message-ID: Subject: Re: Tag BlackBerry for 1.6.0rc1? To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Tim, If you can confirm that the manual tests for 1.5 mimic the results of the cordova-js version then I'll do the code merge. I'm not that concerned with a comparison with 1.4.1. FYI, I did push two changes on Friday to the master cordova-js repo to add Gord's network fix and to fix the clobber of navigator.device.capture. On Fri, Mar 30, 2012 at 3:35 PM, Tim Kim wrote: > Mobile spec results for 1.5.0: > 307/538 > Looks like the main difference in the number of tests passing from the last > checkpoint I did were tests concerning the media, capture, and camera stuff. > > After a quick manual test, it seems like no regressions popped up so yay. > > I'll have to get back to you on the 1.4.1 tests. Popping the mobile spec > into the 1.4.1 commit is breaking the javascripts so I can't run any tests. > I will need to investigate this further.