User:SadEagle: Difference between revisions

From KDE TechBase
Line 41: Line 41:
* The XHTML parser mode
* The XHTML parser mode
* Check the XML parser -- QXML workaround might not be needed, weird whitespace handling and recovery stuff
* Check the XML parser -- QXML workaround might not be needed, weird whitespace handling and recovery stuff
* Check the implicit node stuff. Only the form one seems correct to me,
* Check the implicit node stuff. Only the form one seems correct to me, and that can be done w/o wasting a bit at top-level.
and that can be done w/o wasting a bit at top-level.
* the libthai thing
* the libthai thing
* khtmlImLoad:
* khtmlImLoad:
Line 52: Line 51:
* XHR:
* XHR:
** {{Bug|146384}}
** {{Bug|146384}}
* {{Bug|103250}} --- KWallet and pages with textareas.


== KHTML - Long term stuff ==
== KHTML - Long term stuff ==

Revision as of 01:20, 20 April 2008

Misc stuff

  • bug #104901 -- max-age for kio-http
  • Fix Oxygen scrollbar code to be less of a resource hog

KJS and KJS/Frostbyte

  • Value for global code, used in domts at least
    • Regression SunSpider?
    • Performance eval?
  • return-within-finally
  • eval operator/eval tearoffs
  • const
  • obscure sequencing thing
  • debugger, again
  • merge in the API, etc., from trunk
  • Do the List performance changes
  • Do a review pass over API to make sure not BC leaks.
  • Solaris stack support for ade
  • Check bug #108538
  • Double-check global handling, synchronize with JSC

KHTML - Short-term stuff

  • JS Redirects
  • Iframe stuff
  • Fix the paranoia affecting(?) flickr(?) upload bug #126974
  • The XHTML parser mode
  • Check the XML parser -- QXML workaround might not be needed, weird whitespace handling and recovery stuff
  • Check the implicit node stuff. Only the form one seems correct to me, and that can be done w/o wasting a bit at top-level.
  • the libthai thing
  • khtmlImLoad:
    • Allan's foreign loader patch
    • Animation stoping
    • PNG patch.
    • Better pre-blend cache?
    • FredrikH performance goodness?
  • XHR:
  • bug #103250 --- KWallet and pages with textareas.

KHTML - Long term stuff

Other long term stuff

  • Async loading of nspluginviewer somehow?