Firefox3.1/Geolocation Security Review

< Firefox3.1
Revision as of 18:15, 27 August 2008 by Dougt (talk | contribs) (New page: == Overview == Provide Geolocation to the DOM. http://dev.w3.org/geo/api/spec-source.html == Security and Privacy == * uses info bar to ask the user if it is okay to expose location * ha...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

Provide Geolocation to the DOM.

http://dev.w3.org/geo/api/spec-source.html

Security and Privacy

  • uses info bar to ask the user if it is okay to expose location
  • has a concept of reducing precision of location exposed.

Exported APIs

http://mxr.mozilla.org/mozilla-central/source/dom/public/idl/geolocation/nsIDOMNavigatorGeolocation.idl#48

Exposed off of the navigator object


Module interactions

DOM / JS

Reliability

Configuration

Relationships to other projects

Review comments