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 367537746 for ; Tue, 29 Nov 2011 18:10:05 +0000 (UTC) Received: (qmail 44959 invoked by uid 500); 29 Nov 2011 18:10:04 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 44922 invoked by uid 500); 29 Nov 2011 18:10:04 -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 44810 invoked by uid 99); 29 Nov 2011 18:10:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 18:10:04 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 18:10:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id EA6C7A62A0 for ; Tue, 29 Nov 2011 18:09:40 +0000 (UTC) Date: Tue, 29 Nov 2011 18:09:40 +0000 (UTC) From: "Patrick Mueller (Created) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <2030048502.22594.1322590180961.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CB-89) Support Firefox Mobile (Fennec) as debug target MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Support Firefox Mobile (Fennec) as debug target ----------------------------------------------- Key: CB-89 URL: https://issues.apache.org/jira/browse/CB-89 Project: Apache Callback Issue Type: New Feature Components: weinre Reporter: Patrick Mueller Assignee: Patrick Mueller from https://github.com/phonegap/weinre/issues/22 *brion (Brion Vibber) opened this issue July 28, 2011* Since the debugging shim in the web page runs in native JavaScript, it ought to be possible in theory to use weinre with non-WebKit debugging targets as long as the JS can get the info it needs. This could be quite handy for testing a mobile web app on several browsers including Firefox for Android & Meego. I did a quick test with Firefox 5.0.1 on the desktop to see how much works with weinre (my copy of Android firefox is currently not working for unrelated reasons, but it's built from the same codebase as desktop firefox and should behave about the same). inspector... sorta works: * HTML tree looks ok * ... but no highlight of selected item * ... no computed style/styles/metrics info * ... properties are mislabeled (but this seems to be same problem using Chrome and in the OSCON demo, so may be a regression in the inspector or weinre itself) * ... no event listeners info (but also doesn't work in Chrome 12) basic console works: * evaluate alert('hey') * evaluate 25 + 32, get 57 * evaluate $('p').css('color', 'red') on a jQuery-using page; it works, and shows a list of HTMLParagraphElements as expected resources: * 'databases' is blank (ff has no websql support so that's probably fine!) * 'local storage' and 'session storage' on the localhost does show entries... but they're the setItem, clear, and removeItem methods. :) timeline: * appears to work similarly to target in Chrome Even with the limited inspector, I would probably find this useful already. :D -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira