User:SadEagle: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Misc easy stuff== | |||
* {{Bug|104901}} -- max-age for kio-http | |||
== KJS and KJS/Frostbyte == | |||
* 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 | |||
** Anchor-go canceling parser {{Bug|159192}} --- Wikipedia! | |||
** More synchrony/timing {{Bug|159279}} | |||
** Ordering with respect to form submissions {{Bug|159932}} | |||
** Ordering with respect to http {{Bug|132031}} | |||
** window.location value: {{Bug|137176}}} | |||
* Iframe stuff | |||
** Make sure that content* are right for both object and window family | |||
** Default document on empty iframe --- {{Bug|159028}} | |||
*** Load events: | |||
**** {Bug|153830}} | |||
**** On Acid3.. | |||
** {{Bug|158036}}? | |||
** Check: {{Bug|116189}}? | |||
* KHTML: Fix the paranoia affecting(?) flickr(?) upload | * KHTML: Fix the paranoia affecting(?) flickr(?) upload | ||
* {{Bug|133887}}, the XHTML parser mode | * {{Bug|133887}}, the XHTML parser mode | ||
== KHTML - Long term stuff == | == KHTML - Long term stuff == |
Revision as of 14:26, 17 April 2008
Misc easy stuff
- bug #104901 -- max-age for kio-http
KJS and KJS/Frostbyte
- 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
- Anchor-go canceling parser bug #159192 --- Wikipedia!
- More synchrony/timing bug #159279
- Ordering with respect to form submissions bug #159932
- Ordering with respect to http bug #132031
- window.location value: bug #137176}
- Iframe stuff
- Make sure that content* are right for both object and window family
- Default document on empty iframe --- bug #159028
- Load events:
- {Bug|153830}}
- On Acid3..
- Load events:
- bug #158036?
- Check: bug #116189?
- KHTML: Fix the paranoia affecting(?) flickr(?) upload
- bug #133887, the XHTML parser mode
KHTML - Long term stuff
- Consider changing window.frames to be == to window
- CSS Loading stuff
- Spart fixed a bunch of stuff already
- {{Bug|91842, bug #96012, bug #115882, bug #120644, bug #122436
- Focus order handling
- Harri changed -1
- bug #106663, bug #121572, bug #48341, bug #136348
- Keyboard events
- mutable keycode (bug #135227)
- something with shift (bug #133887)
- Namespace stuff
- all the fixes... (bug #123490)
- importNode, adoptNode, autoAdopt quick (bug #100457, relevant to bug #133680?
- Event names (see above)
- bug #133887
- Experimental patch in git --- talk w/vtokarev, carewolf, etc.