From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 22 11:24:59 2005 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7299316A41F for ; Tue, 22 Nov 2005 11:24:59 +0000 (GMT) (envelope-from vovkasm@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B3243D4C for ; Tue, 22 Nov 2005 11:24:52 +0000 (GMT) (envelope-from vovkasm@gmail.com) Received: by wproxy.gmail.com with SMTP id i5so1026470wra for ; Tue, 22 Nov 2005 03:24:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=StK3JxmDKpox0LFF6me1hBCRFx6F+vAg2KMScXdWcuKkhn1xAkTEF/koAfm/G7Wji+9NijcXd8tFrGiOzjgPWpAXE/KIghxZJUh5w6N7CdbnjVLOSv1RTJUefowg0yO9xNA2D2a82TVWK4TkZjUC2We3uRhNCcqcbi7PjXYfDkc= Received: by 10.54.95.18 with SMTP id s18mr2122281wrb; Tue, 22 Nov 2005 03:24:51 -0800 (PST) Received: by 10.54.159.19 with HTTP; Tue, 22 Nov 2005 03:24:51 -0800 (PST) Message-ID: Date: Tue, 22 Nov 2005 14:24:51 +0300 From: Vladimir Timofeev To: gnome@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: firefox embedded extensions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 11:24:59 -0000 How can I build DOM Inspector with www/firefox? I can (with small edit mozilla/Makefile.common and mozilla/files/mozconfig-generic.in) insert this line in .mozconfig: ac_add_options --enable-extensions=3D"default,inspector" And it compile and install right. But I can't find inspector in menus. 'firefox -inspector' also don't show inspector window. What is wrong?