Commit Graph

20803 Commits

Author SHA1 Message Date
pavlov%pavlov.net
bf5cd32705 nsRenderingContextGTK now uses nsDrawingSurfaceGTK 1999-03-21 20:42:01 +00:00
beard%netscape.com
66453bb872 changed jvmMochaPrefsEnabled to be default true, cleaned up in preparation for making JSObject.getWindow. 1999-03-21 19:56:09 +00:00
locka%iol.ie
a25300930d Added (very) basic IE DOM support 1999-03-21 19:53:29 +00:00
beard%netscape.com
7b6c84617b added WrapJavaObject, which wraps a JNI global reference in a JSObject. 1999-03-21 19:53:28 +00:00
locka%iol.ie
8261c5f152 Fixed control to build with latest plugin changes 1999-03-21 19:52:01 +00:00
locka%iol.ie
55635798e1 Added ability for tests to output messages 1999-03-21 19:51:19 +00:00
beard%netscape.com
8e8373e02b added IID accessor 1999-03-21 19:51:01 +00:00
dp%netscape.com
77d4592bed getting ftp:// urls working. Ftp urls to a file will work.
Still ftp directory and ftp authentication need implementation.
1999-03-21 19:38:45 +00:00
dp%netscape.com
13372716ec Patch for unsigned vs signed warnings. Thanks to <bruce@cybersight.com> 1999-03-21 19:26:32 +00:00
beard%netscape.com
e038c62894 Using println rather than applet.print, since JSObject.getWindow() isn't working yet. 1999-03-21 17:29:39 +00:00
pavlov%pavlov.net
0991ab5997 general code cleanup. make listboxes look nicer. 1999-03-21 17:18:09 +00:00
pavlov%pavlov.net
422db61565 add a cast to fix build problems on the ports tinderboxes. 1999-03-21 15:42:44 +00:00
gagan%netscape.com
eb600dec9d Made non-virtual destructors virtual. Thanks Bruce@cybersight.com 1999-03-21 09:31:31 +00:00
hshaw%netscape.com
eb580efa9a Make destructors for nsPref and nsPrefFactory so we don't have uninitialization problems. Thanks bruce@cybersight.com 1999-03-21 09:03:26 +00:00
dougt%netscape.com
8929a4a930 Fixing unix breakage. 1999-03-21 06:57:56 +00:00
pavlov%pavlov.net
3087f7a8a0 code cleanup and internal gtk refcounting changes. 1999-03-21 06:25:34 +00:00
dougt%netscape.com
aae2baf3ab Now adjusting the nsFileSpec after a Move().
Also fixing a bug with Rename().  Now it should successfully take
partial pathnames on Unix and Windows.
1999-03-21 06:22:45 +00:00
pavlov%pavlov.net
bccf315074 fix build bustage i think (it worked before for me!) 1999-03-21 06:10:17 +00:00
pavlov%pavlov.net
ad059abfc8 patch part two.. make the destructor virtual 1999-03-21 06:05:24 +00:00
pavlov%pavlov.net
8c37f2f520 patch (part 1) from bruce@cybersight.com to fix little bugs. 1999-03-21 06:04:23 +00:00
pavlov%pavlov.net
3b3b2a9ba0 being implimenting the use of CmdLineService, add internal gtk refcounting
measures (not complete), and remove some excess code.
1999-03-21 05:23:47 +00:00
pierre%netscape.com
ed955aafcf #3974 "mac crashes when hitting return to submit form" 1999-03-21 04:35:01 +00:00
braddr%puremagic.com
3480922726 Erk.. that broke cvsblame 1999-03-21 03:20:09 +00:00
braddr%puremagic.com
3c9ee2f150 Must close </td></tr></table> at the end of the page.. otherwise lots of content never renders under nscp 4 1999-03-21 03:17:56 +00:00
kipp%netscape.com
84ec5e1b82 Support redo-reflow for lines to handle reflow around large floaters 1999-03-21 01:15:12 +00:00
kipp%netscape.com
80d3e71a85 Reworked CanPlaceFrame logic to be slightly more efficient and to handle breaking around floaters differently to conform to CSS 1999-03-21 01:14:43 +00:00
kipp%netscape.com
4778479a9b Added state to keep track of lines that are impacted by floaters 1999-03-21 01:14:05 +00:00
kipp%netscape.com
75735878ad Ask line if we are breakable instead of using our own logic 1999-03-21 01:13:17 +00:00
beard%netscape.com
2dda57ddc1 fixed reference count leaking, File no longer nulls out mCallbackObject. 1999-03-20 23:15:02 +00:00
beard%netscape.com
dbf2668a93 put in NULL checks for mInstance. 1999-03-20 23:13:41 +00:00
beard%netscape.com
f8a48c5464 NPStream* ptr -> NPStream* stream 1999-03-20 23:12:43 +00:00
beard%netscape.com
d31340b8fc implemented nsICookieStorage. 1999-03-20 23:11:25 +00:00
beard%netscape.com
be86e562ad added nsICookieStorage.h 1999-03-20 23:07:52 +00:00
kipp%netscape.com
3ae10336ff Use CRAZY macros for debug noise 1999-03-20 21:57:03 +00:00
kipp%netscape.com
e6aec1bda4 Added crazy macros 1999-03-20 21:56:11 +00:00
kipp%netscape.com
c025d190db switch to using CRAZY macros 1999-03-20 21:55:59 +00:00
kipp%netscape.com
de3a0d8646 Removed some cruft 1999-03-20 21:55:37 +00:00
kipp%netscape.com
503c59ff13 Fixed a bug with zero height spans and combined area calculations that led to tall vertical scrollbars...; also switch to using CRAZY macros 1999-03-20 21:55:22 +00:00
kipp%netscape.com
f8044caeaa Reworked the way that the final metrics are computed; support min/max width/height; track max-element-size issues better; disabled compact frame handling 1999-03-20 19:40:13 +00:00
kipp%netscape.com
d498839da8 Fixed a typo bug 1999-03-20 19:39:08 +00:00
kipp%netscape.com
1564a15bba Added some debugging help for tracking down max-element-size bugs 1999-03-20 19:38:50 +00:00
kipp%netscape.com
7de24e9c64 applied Kartik Subbarao's <subbarao@computer.org> patch for HPUX linking 1999-03-20 19:05:05 +00:00
waterson%netscape.com
e05927b6bb Hooked up history to the front-end, cleaned up a bunch of bugs. 1999-03-20 17:12:37 +00:00
kipp%netscape.com
9695ca7feb Table's, tr's, td's and th's now support navigators background attribute properly including backgrounds impacted by BASE tags - bug #2020 1999-03-20 15:42:21 +00:00
endico%mozilla.org
d4b270ed17 *** empty log message *** 1999-03-20 08:19:28 +00:00
mcafee%netscape.com
68cf0d7071 Minor formatting change for error output. 1999-03-20 04:25:54 +00:00
beard%netscape.com
c6508e4b6b bumped version 1999-03-20 04:14:33 +00:00
beard%netscape.com
0da277752a reworked initialization/termination routines, now adds MRJPlugin.jar to the class path, assuming same directory as plugin, removes event filters upon termination. 1999-03-20 04:14:22 +00:00
beard%netscape.com
b754d8c3cf added MRJConsole.jar target, added EventFilter.cpp 1999-03-20 04:14:12 +00:00
beard%netscape.com
820868d995 added MouseListener popup menu trigger. 1999-03-20 04:13:22 +00:00