Mobile/Notes/25-Aug-2008

From MozillaWiki
< Mobile‎ | Notes
Jump to: navigation, search

Details

  • Mondays - 9:00am Pacific, 12:00pm Eastern, 17:00 UTC
  • 650-903-0800 or 650-215-1282 x91 Conf# 314 (US/INTL)
  • 1-800-707-2533 (pin 369) Conf# 314 (US)
  • irc.mozilla.org #mobile for backchannel

Notices

Fennec Status

  • M7 has shipped! Hurray.

UX design

UI

  • bug 436083 Viewport meta tag
  • bug 451676 & bug 451677 fixed some problems found with UI
  • More clean up needed bug 451576, bug 451373 & bug 449517
    • We could add some elements as data members to remove some doc.getElementByID too
  • Need to determine how 3 zone panning (content, urlbar, side UIs) will all interact (see UX mockups for add-ons & downloads)
  • bug 406837 Soft keyboard support
    • patch attached to implement using IME
    • Focus issue with auto-complete pop-up
    • IME event not fired when focused through canvas (fennec specific issue)
  • bug 451674 Expose camera functionality
    • Extended video tag to show video feed from camera using video4linux2
    • "Tee" created which will create image

The work on the preferences window has been tedious but fairly steady. Have the UX guys started a mockup for it? I wonder how closely it matches the work done so far :) I intend to post a patch later today for you guys to look at (should have done so sooner.) — db48x 13:35, 25 August 2008 (UTC)

Oh, and it'd be good to get a review of bug 451025 this week.— db48x 15:12, 25 August 2008 (UTC)

Windows Mobile

  • bug 418703 Moving Windows ascii APIs to wide ones
    • crowder makes lots of progress landing patches

Performance

  • Networking
    • bug 364315 Speculative parsing
      • mrbkap says this is close, should land next week
    • bug 447866 Better pipelining
      • Pat McManus has patch
  • Graphics
    • bug 450400 Moving a background image via style.backgroundPosition in a XUL stack is slow
      • Effects us having a checkerboard pattern for missing areas
    • bug 450916 Moving a canvas around in a stack is slow
      • We need this fixed so we can remove the sync repaints
    • bug 450930 We redraw too often
      • Effects responsiveness and performance
    • bug 451441 We redraw when we really want to flush invalidates
      • redrawing is a speed hit, doing nothing effects smoothness of movements

Stability

  • OOM Love
    • bug 451949 sLowMemory predicate on maemo
    • look in to dbus notifications for oom notifications. not sure they are working as we want (we can't wait for them in our event queue)
    • check to see if we should use the watcher thread
    • Check to see if we even fire that OOM Dbus thign.
    • Time how long it takes
  • Talos
    • Update
  • bug 451193 jemalloc needs to be enabled

Builds

Other

Embedding

Other

  • TraceMonkey landed, ARM work going on