Beginnings of massive landing of joki changes.

Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner

--------------------------------
This commit is contained in:
saari%netscape.com 2000-08-08 21:17:28 +00:00
Родитель 31e08cb1df
Коммит d979450dcc
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,7 @@ interface Window {
attribute long pageYOffset; attribute long pageYOffset;
readonly attribute long scrollX; readonly attribute long scrollX;
readonly attribute long scrollY; readonly attribute long scrollY;
readonly attribute unsigned long length;
void dump(in wstring str); void dump(in wstring str);
void alert(/* ... */); void alert(/* ... */);