sdv%sparc.spb.su
8366634290
fix for bug=44196
2000-07-06 08:01:07 +00:00
sdv%sparc.spb.su
7924f3c02e
fix for bug=41494
...
removed headers generated by javah
updated makefiles
2000-06-23 17:14:11 +00:00
sdv%sparc.spb.su
88f954d48e
fix for bug=43293
2000-06-23 14:09:19 +00:00
sdv%sparc.spb.su
24dbe0fe04
fix for bug=43473
2000-06-23 13:17:29 +00:00
sdv%sparc.spb.su
1c95c46937
fix for bug=43290
2000-06-21 12:20:08 +00:00
sdv%sparc.spb.su
812f4d6c98
added support of namespaces
2000-06-19 15:09:47 +00:00
sdv%sparc.spb.su
f406604813
addon to fix a bug=42336
2000-06-15 11:14:47 +00:00
sdv%sparc.spb.su
ff8cf166bb
added workaround for bug=30927
2000-06-14 12:16:29 +00:00
sdv%sparc.spb.su
4c8a8b8fc7
support of latest w3c dom spec changes
...
fixed a bug with unicode strings
2000-06-13 21:22:35 +00:00
sdv%sparc.spb.su
fb7e5c2c4c
changes to support unicode strings
2000-06-05 18:08:39 +00:00
edburns%acm.org
1d1aa50ec2
a=drapeau
...
author=edburns
bug=41492
This change adds the following methods:
public static native void org.mozilla.dom.DOMAccessor.initialize();
The implementation of this method is:
JNIEXPORT void JNICALL Java_org_mozilla_dom_DOMAccessor_initialize
(JNIEnv *env, jclass)
{
if (!JavaDOMGlobals::log) {
JavaDOMGlobals::Initialize(env);
}
}
This method is necessary for external clients that want to use JavaDOM,
but don't want to use the nsIDocumentLoaderObserver instance provided by
JavaDOM.
Please see http://bugzilla.mozilla.org/show_bug.cgi?id=41497 for an
additional bug for which there is a workaround.
Ed
2000-06-04 20:25:20 +00:00
sdv%sparc.spb.su
4f48cbb031
implemented some w3c event interfaces methods
2000-04-04 17:55:34 +00:00
sdv%sparc.spb.su
71962f8e25
A major update:
...
- reduces a number of c++<--> java calls
- added NULL checks
- made DOMAccessor to be secure
- added util and tests packages
- wrote test applets
- updated README
2000-03-30 23:52:19 +00:00
sdv%sparc.spb.su
a89093b4e9
removed java files which were placed
...
to classes dir
2000-03-29 01:07:03 +00:00
sdv%sparc.spb.su
839a83a630
put classes to a single dir
...
updated makefiles
2000-03-29 00:41:22 +00:00
sdv%sparc.spb.su
f2a99e4c3e
keeping track with mozilla interface changes
2000-03-28 04:55:38 +00:00
sdv%sparc.spb.su
ee2dfe8700
added new methods from the recent w3c
...
java binding
2000-03-28 02:11:13 +00:00
sdv%sparc.spb.su
4a530bd8e0
added target to make java classes on windows
2000-03-13 23:03:07 +00:00
sdv%sparc.spb.su
0fed3c2ad9
addon fix to bug 13338
2000-02-16 00:45:37 +00:00
sdv%sparc.spb.su
34d719c42b
addon fix to bug 13338 (return null according to the
...
dom spec instead of throwing exception)
2000-02-15 23:57:27 +00:00
sdv%sparc.spb.su
aae07fabe7
- added method to enable access to pluglets and
...
changed the way java dom registers itself
2000-02-15 03:50:35 +00:00
sdv%sparc.spb.su
da1a9738e5
addon fix to bug 13338.
2000-02-12 01:11:48 +00:00
sdv%sparc.spb.su
335c6a2d1e
changed fix to bug 13338.
...
now check for null pointers in Java DOM instead of
passing null references to coreDOM
2000-02-11 07:58:12 +00:00
sdv%sparc.spb.su
dc8f182923
fix for bug 24723
2000-02-10 01:13:57 +00:00
sdv%sparc.spb.su
cef12cb99b
fix for bug 26899
2000-02-08 02:40:01 +00:00
nis%sparc.spb.su
58a9ca3613
Removed support for KeyEvents because they are not
...
included into DOM2 specification anymore.
2000-01-28 14:30:12 +00:00
nis%sparc.spb.su
fcced6a781
Event interfaces are updated to latest DOM2 bindings.
...
In particular, KeyEvent support is removed because
DOM Level 2 Event specification does not provide a key event set anymore.
2000-01-28 14:26:11 +00:00
sdv%sparc.spb.su
eab4dca545
Added code to use OJI on win nt.
...
Added methods of latest dom java-binding
Fixes to bugs 22192, 22193
2000-01-28 03:45:01 +00:00
akhil.arora%sun.com
705b9d7627
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
8ef657a0fa
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
e0273c4240
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
1b216f8b88
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
992ecf90e7
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
fd633fff23
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
7a91d8fab2
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
bfa21760d8
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
f709b3f555
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
66c3fae066
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
85556970cf
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
1f5ecb584e
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
akhil.arora%sun.com
2f4bfeb73b
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
5b32d2df30
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
488348911c
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
8413fee16d
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
d91d37ae36
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
83fc28178b
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
2712273f95
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
34210ce650
Denis Sharypov <sdv@sparc.spb.su> implemented DOMExceptions
1999-09-25 02:35:56 +00:00
akhil.arora%sun.com
b60c56a589
fix solaris makefiles
1999-09-25 01:45:46 +00:00
akhil.arora%sun.com
3bafafa7ad
Denis Sharypov <sdv@sparc.spb.su> - first check-in for DOMExceptions
1999-09-15 20:43:02 +00:00