User:Ehsan/WebAPI Projects: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:
=== Network Information API ===
=== Network Information API ===
* [https://dvcs.w3.org/hg/dap/raw-file/tip/network-api/Overview.html spec]
* [https://dvcs.w3.org/hg/dap/raw-file/tip/network-api/Overview.html spec]
=== Alternatives to the Inter-App Communication API ===

Revision as of 14:55, 28 October 2013

Ehsan's WebAPI Projects

Text Selection/Caret

  • Thought about the UX questions we need to have answers to, and posted to dev-b2g about this, CCing Carrie Wang.
  • Engineering contacts: Yuan Xulei, Rudy Lu and Jan Jongboom
  • Product contact: Thomas Ho
  • Filed bug 924419 to track the implementation -- will file blocker bugs on that as we move forward.
  • Received UX designs, and provided some help on what we need to do in order to implement the selection handles.

Exposing APIs

838614

MessagePort.onclosed

  • Gaia folks need some kind of notification when the other side of a message channel goes away
  • Determined that we can't fix the general problem, resorted to fixing the catastrophic failure case.
  • whatwg thread

UX Designs for Offline

  • Talked to UX about the offline UX designs they're going to work on
  • Will participate in their conversations to provide technical feedback on the feasibility of the designs, and also to come up with use cases to make sure Service Workers will address our needs.
  • etherpad

1:1s?

Network Information API

Alternatives to the Inter-App Communication API