Confirmed users
137
edits
No edit summary |
Bent.mozilla (talk | contribs) (→Agenda) |
||
Line 9: | Line 9: | ||
* Files-in-IndexedDB | * Files-in-IndexedDB | ||
* Contacts API | * Contacts API | ||
== Notes == | |||
Telephony: | |||
Phone is dialing via scripts, gecko integration happening now. Figuring out which language, which thread, etc. | |||
Plan so far is to have three threads: | |||
1. Talks directly to RIL file descriptor, sends and receives data to worker thread | |||
2. JS worker thread will do state machine stuff, send and receive data from RIL thread and main thread. | |||
3. Main thread will talk to worker and DOM. | |||
Battery: | |||
Most patches reviewed, waiting on linux backend review | |||
Test page exists | |||
Native app has been created | |||
SMS: | |||
No update | |||
Vibrator: | |||
Security review completed, one followup needed re: background tabs - imelven will reply to Mounir's thread on dev-webapi to push this along | |||
Camera: | |||
Linux, android, mac working. | |||
Windows on the way | |||
IndexedDB: | |||
SetVersion/OpenDatabase done | |||
DeleteDatabase coming soon | |||
File support coming along, review in bent's queue | |||
need to review mochitests for latest indexedDB input for QA test app | |||
bent about to clear a bunch more little bugs | |||
Contacts: | |||
No update | |||
Other: | |||
Automated test support moving along for B2G, plans for some API to let mochitests communicate directly with B2G backend for simulating phone events (battery change, etc). |