Confirmed users
716
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
* usable layout regression tests (I think roc's mostly done here) | * usable layout regression tests (I think roc's mostly done here) | ||
* plugins | * plugins | ||
** Needs an owner. | ** Needs an owner. | ||
| Line 13: | Line 10: | ||
* layout | * layout | ||
** form controls | ** form controls | ||
** frame construction | ** [[CSSFrameConstructor|frame construction]] | ||
*** XBL2 issues | *** XBL2 issues | ||
** reflow | ** reflow | ||
| Line 22: | Line 19: | ||
* content | * content | ||
** image loading (dbaron's complaints) | ** image loading (dbaron's complaints) | ||
** range | |||
*** Some easy fixes to just use better interfaces (nsINode rather then nsIDOMNode) and better algorithms. | |||
*** Some standards compliance bugs. Fixing is easy, but we have to make sure there are not internal code that depend on current behaviour. | |||
** events | |||
*** Currently [[Gecko:Event Dispatching Coordinates]] are screwed up. Fixing it is a big task but not hard in principle. | |||
*** widget vs. DOM event duplication | |||
* imglib | * imglib | ||
** bz's issues | ** bz's issues | ||
| Line 29: | Line 32: | ||
* focus | * focus | ||
* docshell | * docshell | ||
** document loading | |||
* selection | * selection | ||
** rename classes (dbaron) | ** rename classes (dbaron) | ||
* de-optimize data, shrink code | * de-optimize data, shrink code | ||
** O(N^2) data structures | ** O(N^2) data structures | ||