Граф коммитов

77 Коммитов

Автор SHA1 Сообщение Дата
idk%eng.sun.com abdb33537b added pointer to pluglets page 2000-06-04 01:02:44 +00:00
idk%eng.sun.com f89e0cd0b3 DOM viewer enhancement
a=sdv@sparc.spb.su
r=idk@eng.sun.com
2000-06-01 20:42:29 +00:00
idk%eng.sun.com 988e4302ee Added Adaptor classes and Generic factory. Now we do not need to implement
PlugletFactory for simple pluglets.
2000-05-24 02:01:57 +00:00
rpallath%eng.sun.com e6fe7452fe modified README 2000-04-24 21:28:42 +00:00
rpallath%eng.sun.com 59eca4c85a New Tests for getAlignment 2000-04-24 19:02:42 +00:00
rpallath%eng.sun.com c3291b195e getAlignment tests for API -> LEFT 2000-04-24 18:58:18 +00:00
rpallath%eng.sun.com 1adee25c28 GetAlignment API tests 2000-04-24 18:55:25 +00:00
rpallath%eng.sun.com 171e857827 New files for Killer app on Win32 2000-04-24 18:52:40 +00:00
rpallath%eng.sun.com b381bf0be3 Added README and BWTest.lst
Updated some test cases
2000-04-24 18:25:27 +00:00
idk%eng.sun.com 75394f5e7f (36174) Added null checking
a = idk@eng.sun.com
2000-04-18 18:38:01 +00:00
sdv%sparc.spb.su 11a9d1af25 keeping track with Java DOM changes
r=idk@eng.sun.com
2000-03-31 01:22:00 +00:00
rpallath%eng.sun.com b24ebec175 Removed Control-M characters 2000-03-23 23:24:32 +00:00
idk%eng.sun.com 879ef78e6d Fixed build problems.
Changed char*const* to const char *const* in some places.
2000-03-21 01:10:35 +00:00
rpallath%eng.sun.com e5594f6d7d dding new files 2000-03-17 00:27:29 +00:00
rpallath%eng.sun.com 13653e9f78 dding new files for Java Plugins 2000-03-17 00:17:17 +00:00
rpallath%eng.sun.com 0d50455cde *** empty log message *** 2000-03-16 23:05:30 +00:00
rpallath%eng.sun.com 5706870e9e Added new files 2000-03-16 22:54:41 +00:00
rpallath%eng.sun.com b3c6f3d600 . 2000-03-16 22:42:09 +00:00
rpallath%eng.sun.com ea209f377e *** empty log message *** 2000-03-16 22:16:08 +00:00
rpallath%eng.sun.com ef552c8b43 *** empty log message *** 2000-03-16 22:11:53 +00:00
rpallath%eng.sun.com c6bfef23d2 Pluglet API tests 2000-03-16 22:06:17 +00:00
laa%sparc.spb.su 701adb53eb Cleaned up pluglet examples sources (bug ID 17316).
Reviewed by idk@eng.sun.com
2000-03-07 08:33:54 +00:00
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
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
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
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
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
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
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
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
idk%eng.sun.com 014733861e fix for 18861
Convert ByteRanges to class (was interface)
2000-01-18 07:28:22 +00:00
idk%eng.sun.com 7599ee2943 Added logging to pluglet module
a = laa@sparc.spb.su
r = idk@eng.sun.com

Added workaround for 24194
a = idk@eng.sun.com
2000-01-18 02:53:58 +00:00
louis.martin%eng.sun.com 815241ade6 This is updated source code with comments.
r=idk@eng.sun.com
2000-01-13 22:54:46 +00:00
idk%eng.sun.com fed97b7aa5 fix for 20686
one character fix.
changed return value from -1 to 0
1999-12-11 09:08:40 +00:00
idk%eng.sun.com d92e391eca 21259
PlugletManager.getValue removed
1999-12-11 00:35:20 +00:00
idk%eng.sun.com 002f88f52e 21291
add on.
1999-12-11 00:09:16 +00:00
idk%eng.sun.com 2f403ee050 21291
org.mozilla.util.Debug renamed to
org.mozilla.util.DebugPluglet
Tests updated
1999-12-11 00:08:00 +00:00
idk%eng.sun.com 28b4d9acdd Followup bug 19559
Make pluglets using SuperWin
1999-12-09 00:58:30 +00:00
idk%eng.sun.com c70494d02f 20208
Add exception trowing in case
peer object is not existing. (Stream closed, not created, etc)
1999-12-02 23:20:29 +00:00
idk%eng.sun.com 8f05b00e04 20114
added null checking
1999-11-29 07:26:37 +00:00
idk%eng.sun.com 17a7116704 18857
changed return value from 0 to -1
1999-11-24 03:36:06 +00:00
idk%eng.sun.com 7666a6499e 18963
Litle fix. Fixed typo
1999-11-24 03:30:34 +00:00
idk%eng.sun.com fa8acb89a7 19465
Port pluglets to linux and Solaris
(This is not part of the build)
Oups. I fogot to add this file
1999-11-20 23:20:27 +00:00
idk%eng.sun.com ab99cae7bf 19465
Port pluglets to linux and Solaris
(This is not part of the build)
1999-11-20 23:19:40 +00:00