From owner-freebsd-gecko@FreeBSD.ORG Sat Sep 22 09:45:03 2012 Return-Path: Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CD2B106564A for ; Sat, 22 Sep 2012 09:45:03 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8328FC0C for ; Sat, 22 Sep 2012 09:45:02 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q8M9j1sB034603 for ; Sat, 22 Sep 2012 09:45:01 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.4/8.14.3/Submit) id q8M9iufZ034226 for freebsd-gecko@freebsd.org; Sat, 22 Sep 2012 09:44:56 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Sat, 22 Sep 2012 09:44:56 GMT Message-Id: <201209220944.q8M9iufZ034226@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r1023 - trunk X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 09:45:03 -0000 Author: jbeich Date: Sat Sep 22 09:44:56 2012 New Revision: 1023 Log: - take profiler, almost there - drop PATCHDIR: my impl. works but is unmaintainable (bus factor) - add a few more items Modified: trunk/Gecko_TODO Modified: trunk/Gecko_TODO ============================================================================== --- trunk/Gecko_TODO Sat Sep 22 09:44:49 2012 (r1022) +++ trunk/Gecko_TODO Sat Sep 22 09:44:56 2012 (r1023) @@ -3,7 +3,6 @@ - implement either OSS or GStreamer backend for libcubeb - fix pause latency issue with OSS backend in libsydneyaudio (deprecated) - port WebRTC -- port Gecko Profiler - port Crash Reporter - add BlueGriffon to replace www/kompozer - switch to system libxul (needs slaves with common patches); @@ -13,13 +12,15 @@ - push @plt/.hidden patch for JS upstream (needs a test case) - push system db(3) patch upstream - replace FAKEDIR with STAGEDIR +- get rid of symlink farms for webplugins and xpi-* ports - document GStreamer plugins needed for HTML5 Video (in pkg-message) - document performance issues with non-ESR (layers.acceleration.force-enabled -> true ?) +- mozboot backend for FreeBSD (see bug 790750 for an example) jbeich: - push ALSA patch upstream - push --ignore-unresolved-symbol upstream (needs tests/approval from author) -- remove duplicate patches by using common PATCHDIR - add Gtk3 support (waiting for upstream) - move PGO to bsd.gecko.mk (blocked by USE_PYTHON_BUILD in *-esr) +- port tools/profiler (NS_StackWalk or not?)