idk%eng.sun.com
8f609c952f
Fix for 27690
...
Converted "path" to canonical form
a=avm@sparc.spb.su
r=idk@eng.sun.com
2000-02-25 21:16:18 +00:00
edburns%acm.org
3c421d4cd1
Put #include <unistd.h> inside #ifdef XP_UNIX
2000-02-18 19:33:28 +00:00
edburns%acm.org
5a19a2ac25
Removed import org.mozilla.webclient.motif.*
2000-02-18 19:32:22 +00:00
edburns%acm.org
bcd8361b00
author=Ashutosh Kulkarni
...
r=edburns
approver=edburns
bug=28407
THIS CODE IS NOT MOZILLA CODE!
This code change allows webclient to work with GTKSUPERWIN.
2000-02-18 19:16:27 +00:00
sdv%sparc.spb.su
554fb4c1cd
added a new example pluglet:
...
DOMViewer
a=idk@eng.sun.com , sdv@sparc.spb.su
r=idk@eng.sun.com , sdv@sparc.spb.su
2000-02-17 21:56:55 +00:00
rpallath%eng.sun.com
9712985d29
Added try/catch block
2000-02-17 01:33:09 +00:00
rpallath%eng.sun.com
c2f9417464
Changed the null check condition.
...
For HTML, doctype is alwasy null
2000-02-17 01:13:03 +00:00
leila.garin%eng.sun.com
bece1138b9
Removed DocumenTypeImpl test cases from HTML.ORIG
...
Added DocumentTypeImpl_xml test case into XML.ORIG
2000-02-17 00:56:15 +00:00
rpallath%eng.sun.com
7a9d0c30b2
Added getDocType_xml test case for XML for HTML it is null.
...
modified Makefiles to reflect the same
2000-02-17 00:54:57 +00:00
rpallath%eng.sun.com
2dfc9070d5
Added entries for new test cases.
2000-02-16 23:17:53 +00:00
rpallath%eng.sun.com
e3d02556ec
New Test Cases for all UNSUPPORTED methods
2000-02-16 22:58:27 +00:00
leila.garin%eng.sun.com
a339609feb
hanged made to these file
...
Added new api test entries in BWTestClass files
Added UNSUPPORTED methods in BWBaseTest/TestLoader
Update DoucmentImpl accroding to java DOM version.
Did correct check for retrun values in ElementImpl_removeAttribute_String_1.java
ElementImpl_setAttributeNode_Attr_1.java NamedNodeMapImpl_setNamedItem_Node_1.java
2000-02-16 22:53:33 +00:00
sdv%sparc.spb.su
1f466a5fc7
addon fix to bug 13338
2000-02-16 00:45:37 +00:00
idk%eng.sun.com
f79e3dce75
Added new method :
...
public Object PlugletTagInfo.getDOMElement();
(It is possible to use JavaDOM from pluglets now.)
a=idk@eng.sun.com
r=sdv@sparc.spb.su
2000-02-16 00:03:38 +00:00
sdv%sparc.spb.su
31771903ed
addon fix to bug 13338 (return null according to the
...
dom spec instead of throwing exception)
2000-02-15 23:57:27 +00:00
leila.garin%eng.sun.com
5247e0092c
Replaced old TestLoader with new TestLoader
2000-02-15 18:57:28 +00:00
sdv%sparc.spb.su
b8a239fb24
- 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
b104891051
addon fix to bug 13338.
2000-02-12 01:11:48 +00:00
leila.garin%eng.sun.com
4cbb9c517b
Added getElementById method due to change in JavaDOM adhering to W3C specs.
2000-02-12 00:08:52 +00:00
sdv%sparc.spb.su
e720b68a19
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
59d8d90a88
fix for bug 24723
2000-02-10 01:13:57 +00:00
sdv%sparc.spb.su
65c005155c
fix for bug 22532
2000-02-10 01:12:21 +00:00
idk%eng.sun.com
15d7e5f8e5
Fixed problem with loadaing pluglets.
...
changed "file://" to "file:"
2000-02-09 03:39:45 +00:00
idk%eng.sun.com
6fe2ceb4f8
Fixed crasher bug.
...
Now PlugletEngine do not crache mozilla
in case of missing jvm
2000-02-09 00:34:54 +00:00
sdv%sparc.spb.su
66987c3939
fix for bug 26895
2000-02-08 03:05:04 +00:00
sdv%sparc.spb.su
af9d3e22a0
fix for bug 26899
2000-02-08 02:40:01 +00:00
nis%sparc.spb.su
ea763c2dbb
Added workaround to get JavaDOM to work on Linux.
2000-02-04 17:23:51 +00:00
idk%eng.sun.com
238e7f58c7
Added makefiles for examples
2000-01-31 21:47:29 +00:00
laa%sparc.spb.su
bf12637547
Fixed bugs 20202, 17437.
...
Methods of PlugletTagInfo and PlugletTagInfo2 doesn't allow access to pluglet parameters,
PlugletTagInfo2 getAttribute doesn't work properly.
Reviewed by idk@eng.sun.com
2000-01-28 18:11:27 +00:00
nis%sparc.spb.su
160898f946
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
4350d3f41a
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
da5218a6fc
addon to previous checking. Changed
...
JAVA_DOM_OJI_DISABLE check to
JAVA_DOM_OJI_ENABLE not to affect
unix builds.
2000-01-28 04:20:20 +00:00
sdv%sparc.spb.su
d5d632bf9d
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
idk%eng.sun.com
39035a42d0
Fix for 25069
...
Added null pointer checking
2000-01-27 05:42:56 +00:00
idk%eng.sun.com
51a3413e5c
Removed workaround for 24194
...
Fixed build probelem (included plstr.h instead of string.h into src/PlugletFactory.cpp)
2000-01-26 04:20:22 +00:00
idk%eng.sun.com
9c922a7363
Fixed problem with awt on Solaris.
...
Start using XmNvisual, XmNcolormap, XmNdepth values from awt for shell createing
2000-01-25 23:28:17 +00:00
laa%sparc.spb.su
352dbdc6e0
Fixed bug 21785.
...
Mozilla crashes if PLUGLET environment is not set.
Reviewed by idk@eng.sun.com
2000-01-25 12:30:52 +00:00
nis%sparc.spb.su
eefbd4a4ea
Fixed bug 23629.
...
The build failed due to changes in nsIDocumentLoaderObserver interface.
Reviewed by sdv@sparc.spb.su
2000-01-24 17:37:28 +00:00
leila.garin%eng.sun.com
240367c967
Added RunTimeException handling
2000-01-22 00:20:21 +00:00
leila.garin%eng.sun.com
f114c1c32a
Removed NodeImpl_equals_3
2000-01-20 22:35:25 +00:00
leila.garin%eng.sun.com
d07e27fe91
changed PASS/FAIL conditions and add print statments
2000-01-20 22:32:20 +00:00
leila.garin%eng.sun.com
e383d1035d
Added package entry
2000-01-19 17:42:45 +00:00
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
idk%eng.sun.com
29bb4bf994
fix for 20732
...
Copied read amount of bytes to array instead of using method argument.
2000-01-18 22:44:47 +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
idk%eng.sun.com
a879e0bd5c
fix for 20681
...
Added exception throwning to PlugletInputStream.reset method
2000-01-18 20:18:39 +00:00
idk%eng.sun.com
1abc654971
fix for 21294
...
Changed method supportedURLProtocol to isURLProtocolSupported
2000-01-18 07:37:37 +00:00