1,295
edits
| Line 27: | Line 27: | ||
** remaining C++ code can use Gecko-private interfaces like nsINode/nsIContent instead of DOM interfaces | ** remaining C++ code can use Gecko-private interfaces like nsINode/nsIContent instead of DOM interfaces | ||
** Move editor objects to document | ** Move editor objects to document | ||
* Unified scrollbar element with a private interface for setting its values so we don't have to use SetAttribute during layout. Also get rid of anonymous content in scrollbars | * Unified scrollbar element with a private interface for setting its values so we don't have to use SetAttribute during layout. Also get rid of anonymous content in scrollbars | ||
* PresShell / PresContext unification | * PresShell / PresContext unification | ||
edits