From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N1FGQ-0005KF-Cl for garchives@archives.gentoo.org; Fri, 23 Oct 2009 08:12:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FA7AE0793; Fri, 23 Oct 2009 08:12:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 761A2E0793 for ; Fri, 23 Oct 2009 08:12:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 09C776703E for ; Fri, 23 Oct 2009 08:12:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.491 X-Spam-Level: X-Spam-Status: No, score=-2.491 required=5.5 tests=[AWL=0.108, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53bcbOu4hwDj for ; Fri, 23 Oct 2009 08:12:37 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C7D7267116 for ; Fri, 23 Oct 2009 08:12:35 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N1FEr-0006fL-Ta for gentoo-user@gentoo.org; Fri, 23 Oct 2009 10:11:09 +0200 Received: from dhcp-dyn-55-44.aip.de ([141.33.55.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Oct 2009 10:11:09 +0200 Received: from mozilla by dhcp-dyn-55-44.aip.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Oct 2009 10:11:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Peter Weilbacher Subject: [gentoo-user] Re: Machine reboots immediately when suspended-to-disk Date: Fri, 23 Oct 2009 10:04:52 +0200 Message-ID: References: <20091021001411.GA4883@waltdnes.org> <1256086442.489979.108.camel@centar> <20091021212258.GA14577@waltdnes.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dhcp-dyn-55-44.aip.de User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5pre) Gecko/20091020 SeaMonkey/2.0.1pre In-Reply-To: <20091021212258.GA14577@waltdnes.org> Sender: news X-Archives-Salt: 365e49ae-e9af-437d-84be-abe646bddfb5 X-Archives-Hash: 9709fe41470795d4b2070ae6d10323e0 On 21.10.2009 23:22, waltdnes@waltdnes.org wrote: > If I had a bunch of money lying around, I'd hire some > programmers to seriously slim down Firefox while I was at it. There is > no reason a browser should need an SQL database. How would you do history searches without a database? On Linux using SQLite in Firefox actually slimmed down the browser code (compared to the version that still used mork), as it uses the system version for the database. P.