Revision 557310


Jump to revision: Previous Next
Author: orlovich
Date: Sun Jul 2 22:11:28 2006 UTC (17 years, 5 months ago)
Changed paths: 16
Log Message:
A bunch of DOM changes we'll need to support the new yahoo mail
and ATLAS stuff; this is neccessary but not sufficient, since they 
also heavily use setters/getters, which I am not sure we want to support in 3.5.x...
(But this stuff is standalone)

1. Provide some emulation of mozillaisms like Node.prototype = ... .
These are incomplete, but should hopefully cover the important stuff.
Related to that, fix HTMLDocument to use a proper prototype.

2. Merge from Apple's tree: support the no-op debugger; statement, 
it at least seems to be used by yahoo...

3. Readonly support for characterSet property.

4. Fix crash on reading some properties of mouse events that weren't 
dispatched --- noticed on testing this stuff.


Changed paths:

Path Details
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_binding.h modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_css.cpp modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_css.h modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_dom.cpp modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_dom.h modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_events.cpp modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_events.h modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_html.cpp modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_html.h modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_window.cpp modified , text changed
Directorybranches/KDE/3.5/kdelibs/khtml/ecma/kjs_window.h modified , text changed
Directorybranches/KDE/3.5/kdelibs/kjs/grammar.cpp modified , text changed
Directorybranches/KDE/3.5/kdelibs/kjs/grammar.h modified , text changed
Directorybranches/KDE/3.5/kdelibs/kjs/grammar.y modified , text changed
Directorybranches/KDE/3.5/kdelibs/kjs/keywords.table modified , text changed
Directorybranches/KDE/3.5/kdelibs/kjs/lookup.h modified , text changed