fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / khtml / java / TODO
blob2b9289e5965949b1aba69c77878c7a569aff77ab
1 Wynn Wilkes (November 14, 2000)
2 As of now, KJAS requires a Java 2 platform for classloading
3 and the default security manager.  If anyone wants to implement
4 a Java 1.1 security manager, please feel free and we can integrate
5 both versions.
7 - Get the keyboard focus issues fixed
8 - Fix khtml_part to have one applet context per Document
9 - add a context cache someplace so we can reload contexts-
10   this will keep us from having to restart the jvm over
11   and over- this is the biggest performance problem I think
12 - fix khtml_part so it will start and stop applets??
13 - Implement class loading via html proxies if one is set
16 - Use of QGuardedPointer
17 - LiveScript support
18 - Custom applet types
19 - Better support for Java 2
20   - Use a factory to create the classloader and security managers
21   - Use URLClassLoader- this is done
22 - Support for KIO URLs