mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
ffd309d063
where we're already pulling in the entire client. Updated TODO (still out of date?).
27 lines
788 B
Plaintext
27 lines
788 B
Plaintext
General:
|
|
- document.create*
|
|
- escape HTML entities (JS entities?) coming into the text functions
|
|
|
|
Style:
|
|
- add a CSS-parsing input API, or extract CSS->JS conversion from
|
|
libstyle
|
|
- DOM_StyleIsDirty/DOM_LockStyle/DOM_UnlockStyle to allow global
|
|
caching of style data during document layout without racing with
|
|
alterations from mocha thread.
|
|
|
|
Layout:
|
|
- make proper LO_Elements for table stuff (pollmann)
|
|
- stick the DOM_StyleGetElementProperty stuff in all the right places
|
|
(reflow?)
|
|
- make <HR> honour inherited style (colour, etc.)
|
|
- lo_SetStyleSheetLayerProperties and need-to-pop-layer
|
|
|
|
libmocha:
|
|
- move destruction into LM_ReleaseDocument
|
|
- add destruction of style db
|
|
- look closely at the implicit pop stuff in DOM_HTMLPushNode
|
|
- wire up node reordering
|
|
|
|
XML:
|
|
- everything, really
|