Firefox3.5/Messaging: Difference between revisions

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


* Private browsing mode
* Private browsing mode
* Awesomebar privacy options and view options
* Awesomebar privacy options and view optionshttps://wiki.mozilla.org/index.php?title=Firefox3.1/Messaging&action=edit&section=2
* Windows XP + Vista updates
* Windows XP + Vista updates
* Performance: fastest JavaScript performance (via TraceMonkey)
* Performance: fastest JavaScript performance (via TraceMonkey)
Line 35: Line 35:
* Home page promo: http://www.mozilla.com [localized]
* Home page promo: http://www.mozilla.com [localized]
* Firefox Download page: http://www.mozilla.com/firefox/
* Firefox Download page: http://www.mozilla.com/firefox/
* What’s new page: http://www.mozilla.com/en-US/firefox/3.0.3/whatsnew
* What’s new page: http://www.mozilla.com/en-US/firefox/3.0.4/whatsnew/
* Features page: http://www.mozilla.com/en-US/firefox/features/
* Features page: http://www.mozilla.com/en-US/firefox/features/
* Tips & Tricks: http://www.mozilla.com/en-US/firefox/tips/
* Tips & Tricks: http://www.mozilla.com/en-US/firefox/tips/

Revision as of 19:41, 14 November 2008

Overall

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

End-user

Main end-user features:

  • Private browsing mode
  • Awesomebar privacy options and view optionshttps://wiki.mozilla.org/index.php?title=Firefox3.1/Messaging&action=edit&section=2
  • Windows XP + Vista updates
  • Performance: fastest JavaScript performance (via TraceMonkey)

Adding consumer/end-user Firefox 3.1 Launch objectives, strategies & tactics (11/11)

1. Objectives:

  • Drive consumer awareness, trial and adoption of Firefox 3.1
  • Position latest as superior alternative and promote browser choice
  • Opportunity to promote mozilla mission vs. pure feature differentiation

2. Strategies:

  • Leverage tech press and bloggers to raise awareness among core user base;
  • Target new audience segment via acquisition campaign;
  • Roll-out new site enhancements to drive conversion and engagement;
  • Identify a key partner for consumer-facing co-marketing activity;

3. Tactics:

  • Proactive PR outreach to targeted top-tier journalists /bloggers;
  • Refresh SEM and online banner campaign [key message may be performance];
  • Refresh online site content/elements on mozilla.com (primary download channel) and localize content into 45+ locales (tbd)
  • Launch “Thank You” campaign to showcase community participation (tbd)
  • Community outreach via core channels (SFx, Affiliates, Reps) and social media (Twitter, FB, Digg, Mozilla blogs)

Mozilla.com pages to be updated / refreshed include:

  • Support plan > update the knowledge base, etc

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
    • addons page for developers - need something in there first
  • 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
  • Private Browsing mode
    • http://ehsanakhgari.org/blog/2008-11-04/dont-leave-trace-private-browsing-firefox
    • "Diamond Ring Mode"
    • Talk about other use cases (from beltzner)
    • Looking for another job
    • Story from Alex about b-day present being spoiled
    • Shopping in general
    • Kiosks, coffee nets, schools, etc.
      • What's a coffee net? A cafe?
        • Transliteration of the word we have for this in Persian (doh!). I guess it's called Internet cafe? Where people who don't have Internet connection sit and use the web on a pay-per-hour basis...
  • font-face
    • Don't know if we're using access control yet - ask jdagget
    • Still not done on Linux.