308
edits
Line 84: | Line 84: | ||
** Propose an API to add names to the global namespace from JS extensions. | ** Propose an API to add names to the global namespace from JS extensions. | ||
* Improve DOM performance | * Improve DOM performance | ||
** Evaluate the feasibility of proposals such as IndexOf() redesign (per bz's proposal in mozilla.dev.tech.dom) and changing DOM node child list storage from array to linked list. | ** Evaluate the feasibility of proposals such as IndexOf() redesign (per bz's proposal in mozilla.dev.tech.dom) and changing DOM node child list storage from array to linked list or maybe B-tree with backpointers from DOM-nodes to B-tree nodes. | ||
** Profile DOM performance problems beyond the JS to C++ bridge. | ** Profile DOM performance problems beyond the JS to C++ bridge. | ||
* Multi-process networking | * Multi-process networking |
edits