WebAPI/2011-10-25: Difference between revisions
< WebAPI
Jump to navigation
Jump to search
| Line 36: | Line 36: | ||
* Contacts API | * Contacts API | ||
** Still at API-drafting stage | ** Still at API-drafting stage | ||
* QA | |||
** http://groups.google.com/group/mozilla.dev.webapi/browse_thread/thread/dae263e27197f9a0# | |||
Revision as of 18:07, 25 October 2011
Agenda
- WebTelephony
- Battery
- WebSMS
- Camera
- IndexedDB
- "FileSystem"
- Contacts API
- Vibrator API
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
- QA