Mobile/e10s/Notes/28-Apr-2010: Difference between revisions

From MozillaWiki
< Mobile‎ | e10s‎ | Notes
Jump to navigation Jump to search
(Created page with '== Details == * Wednesdays - 1:00PM Pacific * 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL) * 1-800-707-2533 (pin 369) Conf# 8605 (US) * irc.mozilla.org #mobile for back…')
 
No edit summary
Line 12: Line 12:


* Necko  
* Necko  
** (https://bugzilla.mozilla.org/show_bug.cgi?id=516730) -jduell
* jduell update


* Preference
* Preference
** (https://bugzilla.mozilla.org/show_bug.cgi?id=506269) -fred23
** dwitte reviewing
 
* Places / Session History / Bookmarks
** (https://bugzilla.mozilla.org/show_bug.cgi?id=551181) -fred23
** (https://bugzilla.mozilla.org/show_bug.cgi?id=516728) -fred23
** (https://bugzilla.mozilla.org/show_bug.cgi?id=554271) -mfinkle


* Plugins
* Plugins
** Stuart has a plan
*** We should use the egl equiv of texture_from_pixmap on both sides of the plugin and continue passing a pixmap around but use a texture both with layers and with the plugin.  Zero copy and cross-process!
** Romaxa has a patches:
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=554270, - NPP_ImageDraw into memory buffer, first API proposal is done)
**** Also possible to implement Pepper API rendering part (no proposal yet, who should create it?)
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=556487, - basic layers implementation for plugins, with X/GL - stuart's plan, with ImageSurface - bug 554270) - blocked by retained layers implementation.


* Gfx
* Gfx
** 16bpp Patches - (https://bugzilla.mozilla.org/show_bug.cgi?id=545632 - need review)
** xlib shared memory update -- joe
** Fast Scaling (552142 - works fine with patches applied + latest pixman, need testing on e10s fennec)
** how drawing will work update
**  callback happens just before paint (old tiles are shown and then repainted)


* Front-end
* Front-end
** add remote support to browser XBL binding (https://bugzilla.mozilla.org/show_bug.cgi?id=560827)
** download (552825) - crowder
 
** session history - ben
* Other things
** orientation -- mikek
** js alerts
** login manager -- mfinkle/dolske
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=516749, https://bugzilla.mozilla.org/show_bug.cgi?id=548847) The existing nsIWindowProvider API could be used for opening new tabs. I have locally the patch for alerts/prompts/confirm etc, but need to still figure out how to handle showModalDialog since that is actually pretty different thing. If anyone wants the current patch, ping me on IRC - smaug
** geolocation -- dougt reviewing changes
** geolocation notification and use
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=552822) awaiting review, -jdm
** system alerts
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=552770) - mikek
 
* Stuff that needs warm bodies
** downloads
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=552825)
** orientation
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=552826)
** login manager  
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=552827)
** autocomplete
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=552828) -fred23
** unified session history
*** (https://bugzilla.mozilla.org/show_bug.cgi?id=516746)

Revision as of 05:16, 28 April 2010

Details

  • Wednesdays - 1:00PM Pacific
  • 650-903-0800 or 650-215-1282 x92 Conf# 8605 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 8605 (US)
  • irc.mozilla.org #mobile for backchannel

Major Topics for This Week

  • Quick updates

Quick Status Updates

  • Necko
  • jduell update
  • Preference
    • dwitte reviewing
  • Plugins
  • Gfx
    • xlib shared memory update -- joe
    • how drawing will work update
  • Front-end
    • download (552825) - crowder
    • session history - ben
    • orientation -- mikek
    • login manager -- mfinkle/dolske
    • geolocation -- dougt reviewing changes