leila.garin%eng.sun.com
4eafbfe07a
obselete
2000-01-18 22:54:13 +00:00
leila.garin%eng.sun.com
18617777dd
Obselete
2000-01-18 22:53:14 +00:00
leila.garin%eng.sun.com
fc001acb7d
Obselete file
2000-01-18 22:52:04 +00:00
leila.garin%eng.sun.com
59ee3010b5
Added License information
...
Added rule files for DOM HTML test generation
Updated READMES
Updated automated scripts.
Added Hacked DOMAccessorImpl/DocumentImpl files
2000-01-18 22:38:10 +00:00
leila.garin%eng.sun.com
4c701a38be
Added Makefiles and license information
...
Added hacked DocumentImpl
2000-01-18 22:35:59 +00:00
akhil.arora%sun.com
d5ee52a5e8
19583 r=akhil.arora@sun.com fix=Igor Nekrestyanov <nis@sparc.spb.su>
...
A top-level make now builds everything, including linux
1999-11-25 00:39:38 +00:00
akhil.arora%sun.com
988ff3795a
r=akhil.arora@sun.com fix=Denis Sharypov <sdv@sparc.spb.su>
...
Added some new tests.
1999-11-22 22:10:44 +00:00
akhil.arora%sun.com
0a4485be61
19304 r=akhil.arora@sun.com fix=Denis Sharypov <sdv@sparc.spb.su>
...
Forgot to commit these two files that are part of the conversion to an
xpcom module.
1999-11-22 22:06:46 +00:00
akhil.arora%sun.com
c5ecba9c55
19305 r=akhil.arora fix=Denis Sharypov <sdv@sparc.spb.su>
...
Use QI to check for nsIWebShell before casting. Safer.
1999-11-22 22:05:31 +00:00
akhil.arora%sun.com
0b50b6daa1
19578 r=akhil.arora@sun.com fix=Denis Sharypov <sdv@sparc.spb.su>
...
Defer deleting the current element until the next iteration so that we can
dereference the element first to get to the next element.
1999-11-22 22:01:23 +00:00
akhil.arora%sun.com
95cb81ad53
fix=Denis Sharypov <sdv@sparc.spb.su> r=akhil.arora@sun.com
...
19304 convert java dom api to an xpcom module
19305 synchronize with interface changes in nsIDocumentLoaderObserver
1999-11-19 02:17:28 +00:00
akhil.arora%sun.com
45c92f0b12
17549 r=akhil.arora@sun.com fix=Igor Nekrestyanov <nis@sparc.spb.su>
...
Maintain association of java dom listeners with native dom nodes
1999-11-15 21:12:49 +00:00
akhil.arora%sun.com
916dbccfaa
17873 r=akhil.arora@sun.com fix=Denis Sharypov <sdv@sparc.spb.su>
...
Remove duplicate declaration of cvalue
1999-11-11 22:35:14 +00:00
akhil.arora%sun.com
2bb06eb52f
18076 r=Igor Nekrestyanov <nis@sparc.spb.su> fix=akhil.arora@sun.com
...
Handle Unicode string correctly in javaDOMEventsGlobals.cpp
18072 r=akhil.arora@sun.com fix=Igor Nekrestyanov <nis@sparc.spb.su>
Sync with changes in Mozilla's DOM Event interfaces
1999-11-11 22:28:56 +00:00
dmose%mozilla.org
ec37cbfc25
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 02:47:15 +00:00
akhil.arora%sun.com
90b312601f
17610 r=akhil.arora@sun.com, fix=Denis Sharypov <sdv@sparc.spb.su>
...
Cosmetic changes to remove warnings generated by Visual C++ compiler
Do not link with unneccessary library raptorgfx in makefile.win
Use JAVAHOME to point to JDK instead of hardcoding the path
1999-11-02 18:52:14 +00:00
akhil.arora%sun.com
4376a6553f
17610 r=Denis Sharypov <sdv@sparc.spb.su>
...
Make code const correct to remove warnings from workshop 5.0 compiler
1999-11-02 18:42:53 +00:00
akhil.arora%sun.com
7522cf2f3a
r=akhil.arora@sun.com, fix by Denis Sharypov <sdv@sparc.spb.su>
...
13271: the wrong method was being called in ProcessingInstructionImpl.cpp
13338: handle null input arguments gracefully without crashing
1999-10-30 02:14:28 +00:00
akhil.arora%sun.com
399470f1e9
updated list of things todo, removing stuff that has been done
1999-10-28 20:28:20 +00:00
akhil.arora%sun.com
bba7c4f82a
r=akhil.arora@sun.com By Igor Nekrestyanov <nis@sparc.spb.su>
...
Minor changes to handle unicode strings properly
1999-10-28 20:26:27 +00:00
akhil.arora%sun.com
c478236f6f
15579 r=akhil.arora@sun.com Checkin by Igor Nekrestyanov <nis@sparc.spb.su>
...
Implementation of DOM Events from the W3c DOM Level 2 current working draft
1999-10-25 22:42:40 +00:00
leila.garin%eng.sun.com
3bb2393d1b
Added BWTestThread.java in makefiles, removed print stmt. from TestLoader
1999-10-20 17:21:23 +00:00
leila.garin%eng.sun.com
252a214c3b
New perl automated script.
1999-10-19 18:48:53 +00:00
akhil.arora%sun.com
edaf13bc23
16427 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
...
Found some more instances where the DOM spec says that it is not an error
to return a NULL. Do not throw exceptions in these cases.
1999-10-18 21:53:20 +00:00
akhil.arora%sun.com
bae9a68357
16488 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
...
Copy/Paste error- createEntityReference was calling the wrong coreDOM method
1999-10-18 21:44:57 +00:00
akhil.arora%sun.com
6796abc2ac
13260 r=akhil.arora@sun.com Fixed by Denis Sharypov <sdv@sparc.spb.su>
...
Added checks for integer arguments being outside of legal range and
throw exceptions if not.
1999-10-15 21:25:56 +00:00
akhil.arora%sun.com
e6c5833e3f
16426 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
...
The class java.lang.RuntimeException was not being pinned
1999-10-15 01:47:04 +00:00
akhil.arora%sun.com
fb9ab8d4ae
16427 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
...
Check before dereferencing a NULL pointer.
1999-10-15 01:43:24 +00:00
akhil.arora%sun.com
7a7042221f
16424 r=akhil.arora@sun.com fixed by Denis Sharypov <sdv@sparc.spb.su>
...
Fix two problems that kept the code from compiling on Win32
1999-10-15 01:38:42 +00:00
akhil.arora%sun.com
97c680d163
Fixes Bug 15837 by instantiating the proper subtype of Node instead of Node.
...
Fixed by Igor Nekrestyanov <nis@sparc.spb.su>.
Reviewed by Akhil Arora <akhil.arora@sun.com>.
1999-10-08 23:22:52 +00:00
akhil.arora%sun.com
5a869bbb82
just keeping up with changes in nsWebShell.cpp
1999-09-25 03:36:04 +00:00
akhil.arora%sun.com
9f51d70e13
Denis Sharypov <sdv@sparc.spb.su> implemented DOMExceptions
1999-09-25 02:35:56 +00:00
akhil.arora%sun.com
7b7659fb94
fix solaris makefiles
1999-09-25 01:45:46 +00:00
akhil.arora%sun.com
c837bf1e92
Denis Sharypov <sdv@sparc.spb.su> - first check-in for DOMExceptions
1999-09-15 20:43:02 +00:00
akhil.arora%sun.com
b1a8c8c03e
use unicode for dom strings
1999-09-14 21:25:47 +00:00
akhil.arora%sun.com
d04756c799
replace nsString.ToNewCString with GetBuffer
1999-09-10 22:57:12 +00:00
akhil.arora%sun.com
9eaa7723e5
updated patch to keep up with changes in webshell/src/nsWebShell.cpp
1999-09-10 20:45:52 +00:00
akhil.arora%sun.com
e6bea16a20
Denis Sharypov <sdv@sparc.spb.su> eliminated redundant finalize methods
1999-09-10 20:11:45 +00:00
leila.garin%eng.sun.com
c0413c933f
Updated PATH variable.
1999-09-07 20:42:23 +00:00
akhil.arora%sun.com
e2e95d76f3
Nikolay Igotti <inn@sparc.spb.su> found a bug in the implementation of equals
1999-09-03 22:19:40 +00:00
akhil.arora%sun.com
8b5b6c05e4
enable Notations
1999-09-02 01:41:22 +00:00
akhil.arora%sun.com
4af795bbeb
minor bug fix
1999-09-02 01:40:15 +00:00
akhil.arora%sun.com
9e546ecef1
cast to void** not needed anymore for the vc++ 6.0 compiler
1999-09-02 01:36:25 +00:00
leila.garin%eng.sun.com
13c9e638e9
*** empty log message ***
1999-09-01 23:17:55 +00:00
leila.garin%eng.sun.com
0e24dc8df9
*** empty log message ***
1999-09-01 22:57:06 +00:00
leila.garin%eng.sun.com
25dd99949e
New file
1999-09-01 22:56:30 +00:00
leila.garin%eng.sun.com
619c0795e2
New File
1999-09-01 22:55:58 +00:00
akhil.arora%sun.com
9ebb081112
Deleted task equals and hashCode. Done.
1999-08-25 01:39:33 +00:00
akhil.arora%sun.com
47e90b1ee0
Implemented equals and hashCode for NodeList and DOMImplementation
1999-08-25 01:28:48 +00:00
akhil.arora%sun.com
f35371bba9
Timothy Tully implemented equals and hashCode methods for Node.
1999-08-24 23:54:26 +00:00
akhil.arora%sun.com
cb9bd6e536
1. Keep up with interface change in nsIDocumentLoaderObserver.
...
2. Fix lots of bugs.
3. Implement Entities and Notations.
1999-08-23 19:27:48 +00:00
akhil.arora%sun.com
7cfda6454b
added a list of things to do
1999-08-06 19:18:58 +00:00
akhil.arora%sun.com
ba808883a8
initial check-in of the java dom api (not part of regular build)
1999-08-06 00:28:53 +00:00