Confirmed users
716
edits
(Created page with "== Agenda == * WebTelephony * Battery * WebSMS * Camera * IndexedDB * "FileSystem" * Contacts API * Vibrator API ...") |
|||
| Line 11: | Line 11: | ||
== Meeting notes == | == Meeting notes == | ||
* Telephony | |||
** Received patches for audio deamon | |||
** Started work on integrating radio with gecko | |||
* Battery | |||
** Waiting for review on android + linux | |||
** .remainingTime not implemented. Should be implementable though, but not a priority right now. | |||
** Test pages: http://oldworld.fr/mozilla/battery.html and http://oldworld.fr/mozilla/battery-test.html | |||
* SMS | |||
** Polishing, fixing bugs and adding functionnalities to get ready for reviews | |||
** Possibly this week or next | |||
* Files-in-IDB | |||
** Patch hopefully ready for review tomorrow | |||
** Uses virtual filesystem through moz-storage API | |||
* IDB | |||
** New version API landed. As are a few followups. | |||
** Still got one followup to get reviewed/landed | |||
** deleteDatabase mostly done. Needs tests | |||
** All key handling is being rewritten to not use nsIVariant and to make arrays-as-keys easier to implement | |||
** Recursion-level assertion is happening consistently for JanV | |||
* Vibrator | |||
** Some race conditions still happening. | |||
** Patch is up which has no race conditions. | |||
* Contacts API | |||
** Still at API-drafting stage | |||