User:Ehsan/WebAPI Projects: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=== Exposing APIs === | === Exposing APIs === | ||
{{{bug|838614}}} | {{{bug|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. | |||
* [http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-October/040939.html whatwg threasd] |
Revision as of 22:08, 9 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.
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 threasd