Confirmed users
368
edits
(try to organize a bit this list) |
(→API standardizations: add two items) |
||
Line 26: | Line 26: | ||
** We are planning to deprecate the current Contacts API so we should make sure that we keep that into consideration | ** We are planning to deprecate the current Contacts API so we should make sure that we keep that into consideration | ||
== | == Standardization == | ||
* Change <iframe mozbrowser> to <webview> (or whatever). | * Change <iframe mozbrowser> to <webview> (or whatever). | ||
Line 32: | Line 32: | ||
** When we make this change, we should look into converting mozbrowser into C++. Loading it currently has relatively high overhead, and we've put in a bunch of hacks to work around it. | ** When we make this change, we should look into converting mozbrowser into C++. Loading it currently has relatively high overhead, and we've put in a bunch of hacks to work around it. | ||
** If we do this, we should coordinate this HTML parser hack somehow and probably not expose it (and not reserve "webview" as a name for normal content). | ** If we do this, we should coordinate this HTML parser hack somehow and probably not expose it (and not reserve "webview" as a name for normal content). | ||
* Add a way to make the manifest file discoverable (via a manifest attribute or something similar) | |||
* Getting back notifications after the page has been killed. Some links: [http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-March/039310.html] [http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-April/039329.html] [http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2013-April/039355.html] | |||
== General DOM stuff == | == General DOM stuff == |