WebAPI/2011-10-25: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "== Agenda == * WebTelephony * Battery * WebSMS * Camera * IndexedDB * "FileSystem" * Contacts API * Vibrator API ...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
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
* QA
** http://groups.google.com/group/mozilla.dev.webapi/browse_thread/thread/dae263e27197f9a0#
[[Category:Web APIs]]
[[Category:Meeting Notes]]

Latest revision as of 19:12, 1 October 2014

Agenda

Meeting notes

  • Telephony
    • Received patches for audio deamon
    • Started work on integrating radio with gecko
  • Battery
  • 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