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

7645 Коммитов

Автор SHA1 Сообщение Дата
shaver%netscape.com bc8cabf0a8 fix memory leak 1998-09-10 14:56:58 +00:00
ramiro%netscape.com ac5e7c8a69 Add support for fixed html pain sizing. 1998-09-10 14:55:19 +00:00
ramiro%netscape.com c92c68b13e Add a virtual method for specifying the parent to the tree. Have the
RDFTreeView subclasses create the tree.  All this stuff is needed to create
a hierarchy in which the html pain can be created dynamically and sized to
an either arbitrary percentage or fixed height.
1998-09-10 14:35:05 +00:00
shaver%netscape.com 20bf2e3991 first Perignon work (not built by anything yet) and generic attribute support 1998-09-10 14:21:43 +00:00
brendan%netscape.com 4a9e6f4080 cvsquery now helps 3.0 JS avoid 'event has no properties' errors. 1998-09-10 07:27:31 +00:00
brendan%netscape.com 066a9e29bc Need to prevent GC activation during compile on the compiling context, not
just when evaluating old-style switch case expressions.
1998-09-10 07:09:44 +00:00
cls%seawood.org 7a2e0c621f Added NO_MDUPDATE to NSPR kludge make flags. 1998-09-10 05:24:12 +00:00
cls%seawood.org b9878b2a2e Turned FULL_STATIC_BUILD on by default. Turn it off via --enable switches: min-shared, oji, or java. Turned unix ldap off by default. Added kludge to build NSPR with a separate build process. Added temp --enable-nspr to allow users to still use autoconf for NSPR build. 1998-09-10 04:08:00 +00:00
cls%seawood.org 57104f895e Don't set NSPRDIR if using autoconf. Ignore automatic settings made by MOZ_LITE or lack of MOZ_LITE. Don't add -DDEVELOPER_DEBUG to DEFINES if using autoconf. 1998-09-10 03:58:52 +00:00
cls%seawood.org ad5240726f Replaced tweak_nspr kludge with empty target for autoconf. 1998-09-10 03:53:20 +00:00
cls%seawood.org cee7deb71c Moved libmisc & libprgrss in BASIC_LIBS so that mailto would link ifndef JAVA_OR_OJI. 1998-09-10 03:51:36 +00:00
valeski%netscape.com 3a9d22b79b fixing build bustage. 1998-09-10 03:28:20 +00:00
hyatt%netscape.com 9d1933c0cc Fixes for docking/undocking behavior. 1998-09-10 02:35:27 +00:00
spider%netscape.com 834353a098 Support new gfx FontMetrics api 1998-09-10 02:09:20 +00:00
spider%netscape.com 6c31539133 Fix to return app units instead of twips in GetWidth API call 1998-09-10 02:08:20 +00:00
waterson%netscape.com 423f4dff62 Added a call to reflow when all connections complete if the context contains unsized images. r=law 1998-09-10 01:19:49 +00:00
peterl%netscape.com 1114073cf0 added to string support 1998-09-10 01:19:26 +00:00
peterl%netscape.com f3cffd4969 removed assert on x-height unit 1998-09-10 01:18:27 +00:00
peterl%netscape.com 13290e1093 fixed filtering of valid ID selectors 1998-09-10 01:18:06 +00:00
peterl%netscape.com 2708ef44b2 sync css declaration to xif with new api 1998-09-10 01:16:25 +00:00
peterl%netscape.com b8ca387c56 added to string support for style= attributes 1998-09-10 01:15:23 +00:00
waterson%netscape.com c39c7c61c9 Added code to reflow doc when all connections complete if it contains an unsized image. r=sdagley 1998-09-10 01:06:56 +00:00
waterson%netscape.com 003aa475a1 Added call to reflow document when all connections complete if it contains an unsized image. 1998-09-10 01:05:46 +00:00
waterson%netscape.com e8d8d141d0 Added code to the process_deferred_image_info() callback to check for new image info on a visible image and do reflow if necessary. r=nisheeth 1998-09-10 01:04:56 +00:00
waterson%netscape.com fb03cea4b6 Added code to just lay out an image and mark the context as requiring reflow when an unsized image is encountered. Also, dont bother calling LO_SetImageInfo() if w/h hasnt changed. r=nisheeth,mjudge 1998-09-10 01:04:51 +00:00
waterson%netscape.com c432f369ed Added a slot to MWContext that indicates whether or not the context requires reflow because an image without width or height was layed out with a default size. 1998-09-10 01:04:40 +00:00
mcafee%netscape.com 30a0b23215 Make stubfe link on Solaris 1998-09-10 01:03:02 +00:00
karnaze%netscape.com b13a3d4315 changed case sensitive include for unix 1998-09-10 00:39:38 +00:00
valeski%netscape.com 9bc115a2f8 The changes apply to MODULAR_NETLIB only
mozilla/module/nsINetFile.h
MODULAR_NETLIB only. Added the nsINetFile interface header.

mozilla/module/nsNetFile.cpp
MODULAR_NETLIB only. Added the nsINetFile interface implementation.

mozilla/module/nsNetFile.h
MODULAR_NETLIB only. Added the nsNetFile header.

mozilla/main/mkgeturl.c
MODULAR_NETLIB only. Added directory and file token initialization for new ns_net_file code.

mozilla/main/net_xp_file.h
MODULAR_NETLIB only. Added the new readline routine for ns_net_file.

mozilla/module/makefile.win
MODULAR_NETLIB only. Added the nsNetFile.cpp file to compilation list.

mozilla/module/nsNetService.cpp
MODULAR_NETLIB only. Added the static nsNetFile instance so it gets initailized.

mozilla/module/nsNetStubs.cpp
MODULAR_NETLIB only. Added NET_I_XP_FILE* versions of XP_FILE routines. These routines are compiled and used when NS_NET_FILE is defined.
1998-09-10 00:32:40 +00:00
hyatt%netscape.com 0d56ed3c3c Fixing Related Links. 1998-09-10 00:24:54 +00:00
valeski%netscape.com 4b57f4faf5 fixing compile warning 1998-09-10 00:08:33 +00:00
hyatt%netscape.com 7cedf4de91 Docked and popup windows can now co-exist. 1998-09-10 00:01:00 +00:00
kipp%netscape.com aa29139e37 Checked in some bug fixes from michaelp to make fullscreen plugins work better/more often 1998-09-09 23:52:16 +00:00
kipp%netscape.com 406fcd2c21 Support (in a shaky way) some various and sundry mime types for plugins 1998-09-09 23:51:43 +00:00
kipp%netscape.com 3fa1dd6425 Added new source 1998-09-09 23:51:19 +00:00
kipp%netscape.com 4f1e900185 new 1998-09-09 23:50:46 +00:00
karnaze%netscape.com 1141b63fe6 converted frame/iframe/frameset to new layout/content separation 1998-09-09 23:30:30 +00:00
hyatt%netscape.com fd1122307f Moving the control strip underneath the title strip. 1998-09-09 23:18:38 +00:00
hyatt%netscape.com bd486175a7 Fixing damage caused by internationalization. Making it use the right UI font (MS Sans Serif). 1998-09-09 23:11:20 +00:00
hyatt%netscape.com 5d6d92e2f4 Removed CIntlWins drawtext call. When they get it working on Windows 95, then
we can hook it back up.
1998-09-09 23:05:01 +00:00
spider%netscape.com e696ea7996 Use twips on width calculations for font metrics in app 1998-09-09 22:24:00 +00:00
buster%netscape.com 6c0f285f88 integrate caption with new frame creation code 1998-09-09 22:18:01 +00:00
pinkerton%netscape.com 50fc8b6715 fix build bustage (removed call to HT_ToggleTreeMode) 1998-09-09 21:36:14 +00:00
buster%netscape.com ff3dd0440f integrates with new frame creation methods 1998-09-09 21:34:10 +00:00
hyatt%netscape.com 1d1f57886b Fixes to the toolbar code. 1998-09-09 21:30:28 +00:00
vidur%netscape.com 8f6f9c2a6e Added nsIJSScriptObject interface to nsGenericHTMLContent class and fixed element.childNodes 1998-09-09 21:02:42 +00:00
vidur%netscape.com 7792eb4aa2 Adjusted to change in signature for FE_SetRefreshURLTimer 1998-09-09 20:56:47 +00:00
pnunn%netscape.com 49fcf0b59b fix for #309770. Port fix from 4.06 to Moz. 1998-09-09 20:47:35 +00:00
hyatt%netscape.com a620a80600 Fixes and improvements to NavCenter. 1998-09-09 20:26:33 +00:00
hyatt%netscape.com a9cb906ca7 Added notion of window type (standalone, docked, embedded, popup) to RDF. 1998-09-09 20:26:16 +00:00