Firefox3.5/Messaging: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 100: Line 100:


* font-face
* font-face
** Uses access control, still not done on Linux.
** Uses access control or beta2?
** Still not done on Linux.


* XHR cross-site access control
* XHR cross-site access control

Revision as of 21:15, 4 November 2008

Overall

Firefox 3.1 is the browser that just keeps getting better and better. Faster, more secure, etc.

End-user

Three main end-user features:

  • Private browsing mode
  • Awesomebar privacy options and view options
  • Windows XP + Vista updates

Developers

Main features for web developers:

  • Video and Audio
  • Geolocation
  • Worker Threads
  • CSS-SVG / External resource loading
  • Native JSON
  • Performance improvements for JS and DOM via TraceMonkey

Page for all features: Firefox 3.1 for Developers

Beta 1

  • Delivery date approx Oct 15th. Code frozen now.
  • Some developer features complete, many not done yet.
  • XHR Progress
    • Now implement upload progress events
    • http://dev.w3.org/2006/webapi/progress/Progress.html
    • Old list of events:
    • 3.0: progress, uploadprogress, load, abort, error
    • 3.1: loadstart, progress, load, abort, error (uploadprogress still there but deprecated)
    • all those events are fired on the XHR.upload property and fire for the uploading
    • Demo of new features: http://mozilla.pettay.fi/xhr_upload/xhr_upload_demo.html
    • Could do this with the old uploadprogress event, but was non-standard, gave bad data about sizes (included headers, etc) and was tricky to use for starts and stops.

Beta 2

  • New stable platform for converting add-ons
  • l10n: Seth says that 62 languages could be participating in Beta 2.
  • Video/Audio
    • Seeking works now, including rough duration
    • Metavid, wikipedia, other partners
  • TraceMonkey
  • CSS/SVG
  • DNS pre-fetching
    • Pat knows this
  • font-face
    • Uses access control or beta2?
    • Still not done on Linux.