Mobile/e10s

From MozillaWiki
< Mobile
Revision as of 22:20, 25 March 2010 by Cgj (talk | contribs)
Jump to navigation Jump to search

Tasks

  • unowned tasks
    • Intermittent scrolling problem with autocomplete widget (?)
  • ben
    • scroll syncing does not work (ben)
    • zooming to an element does not work (ben)
    • highlighting elements on mousedown (ben)
    • checkerboarding happens a lot (ben)
    • select boxes (ben)
    • url bar shifted up on new page (https://bugzilla.mozilla.org/show_bug.cgi?id=552971)

How to build

How to run

Create an executable script fennectrolysis in your $PATH as

#!/bin/bash
objdir=[$OBJDIR]/mobile/
export LD_LIBRARY_PATH="$objdir/dist/bin/xulrunner:/usr/lib/debug/lib:/usr/lib/debug/usr/lib"
cd $objdir/dist/bin && exec "$@" ./xulrunner/xulrunner-bin application.ini

replacing [$OBJDIR] with your fennec objdir.