Mobile/e10s: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
* outside depends
== Tasks ==
* not ben or doug
** session history does not work (places/shawn)
** session history does not work (places/shawn)
** iframe panning does not work. (layers)
** iframe panning does not work. (layers)
Line 9: Line 10:
*** panning needs to be faster
*** panning needs to be faster
** leaking?  performance seems to get worse over time, quickly. (bsmedberg)
** leaking?  performance seems to get worse over time, quickly. (bsmedberg)


* unowned tasks
* unowned tasks
Line 15: Line 15:


* ben
* ben
** Bug 547791 - Bogus let assertion (ben)
** Doesn't show title of page (ben)
** search buttons do not do anything (ben)
** url fix up does not work (ben)
** scroll syncing does not work (ben)
** scroll syncing does not work (ben)
** zooming to an element does not work (ben)
** zooming to an element does not work (ben)
Line 26: Line 22:
** js alerts (ben)
** js alerts (ben)
** checkerboarding happens a lot (ben)
** checkerboarding happens a lot (ben)
** favicon
** select boxes (ben)
** select boxes (ben)


Line 38: Line 33:




* How to build
== How to build ==
** pull e10s repo
* pull e10s repo
*** http://hg.mozilla.org/projects/electrolysis
** http://hg.mozilla.org/projects/electrolysis
** pull e10s patch queue and apply
* pull e10s patch queue and apply
*** http://people.mozilla.org/~dougt/random/e10s/
** pull mq patch directory http://hg.mozilla.org/users/dougt_mozilla.com/e10s-patches/ into .hg/patches
** pull e10s fennec repo
** NOTE: if you push to the patches queue, please don't modify status
*** http://hg.mozilla.org/users/pavlov_mozilla.com/mobile-e10s/
* pull e10s fennec repo
** mozconfig:
** http://hg.mozilla.org/users/pavlov_mozilla.com/mobile-e10s/
*** http://people.mozilla.org/~dougt/random/e10s/mozconfig
* mozconfig:
** http://people.mozilla.org/~dougt/random/e10s/mozconfig

Revision as of 01:32, 11 March 2010

Tasks

  • not ben or doug
    • session history does not work (places/shawn)
    • iframe panning does not work. (layers)
    • places do not work (places)
    • ssl cert dialogs (jason)
    • canvas issues (joe)
      • callback happens just before paint (old tiles are shown and then repainted)
      • garbage when drawing only part of the tile
      • panning needs to be faster
    • leaking? performance seems to get worse over time, quickly. (bsmedberg)
  • 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)
    • stop control does not work (ben)
    • leaving Bookmarks view doesn't work (ben)
    • js alerts (ben)
    • checkerboarding happens a lot (ben)
    • select boxes (ben)
  • dougt
    • fennec executable does not work (dougt)
    • offline mode / autodialer doesn't work. (dougt)
    • keyevents may not work. focus may not work. (On Linux? really? please file bugs and CC :smaug) (dougt)
    • about:fennec does not work (dougt)
    • saving page state on low memory (dougt)


How to build