• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
B2G OS
  1. MDN
  2. Archive of obsolete content
  3. B2G OS
  4. Firefox OS developer release notes
  5. Firefox OS 1.1 for developers

Firefox OS 1.1 for developers

In This Article
  1. HTML
  2. JavaScript
  3. DOM/API
  4. Firefox OS HD support
  5. Fixed Firefox OS Issues
  6. Feature highlights for Firefox OS 1.1
  7. See also
  8. Older versions

Firefox OS 1.1 is a pre-release version of Firefox OS, first offered to partners for release on October 21, 2013. Its Gecko component is based on Firefox 18 (see Firefox 18 for developers) just like Firefox OS 1.0.1, but with some additional bugfixes and APIs added. This page details the developer features newly implemented in Firefox OS 1.1.

HTML

Firefox OS-specific:

  • <input type="file"> enabled (see bug 832923 for details).

JavaScript

Firefox OS-specific:

  • When detecting <video> support for different formats, HTMLMediaElement.prototype.canPlayType now correctly reports false for h.264 video.

DOM/API

Firefox OS-specific:

  • Device Storage API: When getting a cursor callback from navigator.getDeviceStorage("sdcard").enumerate, this.done is undefined (see bug 902565). This is fixed in Firefox 1.2. The referenced bug discusses possible compatibility checks/workarounds for this issue.
  • SMS, MMS and MobileMessage-related APIs have landed
    • window.navigator.mozMobileMessage
    • window.navigator.mozSms
    • MozMmsEvent
    • MozMmsMessage
    • MozMobileMessageManager
    • MozMobileMessageThread
    • MozSmsEvent
    • MozSmsFilter
    • MozSmsManager
    • MozSmsMessage
    • MozSmsSegmentInfo
    • nsIMobileMessageCallback (Gecko Internal API)
    • nsIMobileMessageCursorCallback (Gecko Internal API)
    • nsIMobileMessageService (Gecko Internal API)
    • nsIMobileMessageDatabaseService (Gecko Internal API)
    • nsIMmsService (Gecko Internal API)
    • nsISmsService (Gecko Internal API
  • Simple Push (Push Notifications API) has landed
  • WAP Push has landed

Firefox OS HD support

Since Firefox OS 1.1, there are HD versions available to provide HD support for high-DPI devices. This is mostly just a visual change, dealt with in the same way that you'd deal with other devices of differing resolution, and you'll encounter nothing much in the way of underlying platform differences.

Fixed Firefox OS Issues

  • 817972: [Bluetooth][File-Transfer] Support multiple files transferring.
  • 834672: AppProtocolHandler.js should never throw.
  • 839500: Gaia‘s identity.js opens a browser process that‘s stuck in the foreground. Therefore, if you open the marketplace app, you lose ~10% of available app memory until you reboot the phone.
  • Memory fix for Persona logins.
  • 834773: Using the pick activity and confirming an image for the gallery — app gets hung with no perceived perf for 5–10 seconds

Resolved crashes

Feature highlights for Firefox OS 1.1

  • Multimedia Messaging (MMS) support added to the messaging app so that you can send pictures, video, and audio to contacts, or a text message to multiple people at the same time.
  • Saving images, video, and audio from the browser is now supported.
  • Email account contacts can now be imported from Gmail and Windows Live Mail (Outlook).
  • Email image, audio and video attachment download has been implemented.
  • Attaching and sending Gallery images now supported.
  • Email draft mode has been implemented.
  • Improvements to the dialer and contacts, such as easily adding a dialed number to an existing contact and dialer suggestions to easily find contacts.
  • Cell Broadcast implemented for simultaneous delivery of emergency messages to subscribed users.
  • Major performance improvements around application launch time and scrolling.
  • Music search to find music by artist, album or song title.
  • Firefox OS offers Calendar features such as:
    • Separate detail and edit views.
    • Alarm sound notification selection.
    • Direct event creation at specific date/time.

See also

  • Firefox OS 1.1 Notes

Older versions

  • Firefox OS 1.0.1 for developers

Document Tags and Contributors

Tags: 
  • Firefox OS
  • Release Notes
 Contributors to this page: chrisdavidmills, trevorh, Jeremie
 Last updated by: chrisdavidmills, Feb 27, 2017, 2:56:46 AM
See also
  1. Build and install
    1. Build and install overview
    2. B2G OS build process summary
    3. Build prerequisites
    4. Preparing for your first build
    5. Building B2G OS
    6. B2G installer add-on
    7. Building B2G OS for Flame on Mac OS X
    8. Choosing how to run Gaia or B2G OS
    9. Compatible Devices
    10. Installing B2G OS on a mobile device
    11. Creating and applying B2G OS update packages
    12. Building and installing FOTA community builds
    13. B2G build variables reference sheet
  2. Porting B2G OS
    1. Porting overview
    2. Porting basics
    3. Porting on CyanogenMod
  3. Developing Gaia
    1. Developing Gaia overview
    2. Running the Gaia codebase
    3. Run Gaia on desktop using Mulet
    4. Understanding the Gaia codebase
    5. Making Gaia code changes
    6. Testing Gaia code changes
    7. Submitting a Gaia patch
    8. Gaia build system primer
    9. Different ways to run Gaia
    10. Make options reference
    11. Gaia tools reference
  4. B2G OS APIs