English | Site Directory

API History

New in 0.4 - In the oven

  • Added the Blob module
  • Added the Geolocation module

New in 0.3 - Released June 6, 2008

  • Added support for Firefox 3.
  • Added initial Desktop module with support for creating desktop shortcuts.
  • Database changes:
    • Added the rowsAffected property.
  • Factory changes:
    • Added the hasPermission property.
    • Added the getPermission() method.
  • LocalServer changes:
    • Added the oncomplete, onerror, and onprogress events to the ManagedResourceStore class.
    • ManagedResourceStore will now retry captures under some circumstances to help with load balanced applications.
    • ManagedResourceStore now sends the special header X-Gears-Reason: validate-manifest when rechecking the manifest at the end of an update.
  • WorkerPool changes:
    • The sendMessage method now accepts complex objects instead of just strings.
    • Added the body property to onmessage's message parameter.
  • Download Page changes:
    • Added the icon_src and name parameters.
    • Added the action=upgrade querystring parameter.

New in 0.2 - Released February 14, 2008

  • Added support for Windows Mobile devices
  • Added initial HttpRequest module.
  • Added initial Timer module.
  • WorkerPool changes:
    • Added the onerror callback.
    • Added the createWorkerFromUrl() method.
    • Added the allowCrossOrigin() method.
    • Added the messageObject parameter to the onmessage callback.
  • LocalServer changes:
    • The requiredCookie parameter to the openManagedStore() and createManagedStore() methods now recognizes the special cookie value ;NONE;.
  • Factory changes:
    • Added the version property.
    • Made the classVersion parameter to the create() method optional.

New in 0.1 - Released May 31, 2007