vidur%netscape.com
c9f606883d
Fixes to get Rotate.html working
1998-09-10 17:11:46 +00:00
shaver%netscape.com
23b7327ace
fix memory leak
1998-09-10 14:56:58 +00:00
ramiro%netscape.com
0b9bc538d6
Add support for fixed html pain sizing.
1998-09-10 14:55:19 +00:00
ramiro%netscape.com
0790b7a045
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
a484b2b32c
first Perignon work (not built by anything yet) and generic attribute support
1998-09-10 14:21:43 +00:00
brendan%netscape.com
8f3247f789
cvsquery now helps 3.0 JS avoid 'event has no properties' errors.
1998-09-10 07:27:31 +00:00
brendan%netscape.com
fa72057162
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
bf3beb5a03
Added NO_MDUPDATE to NSPR kludge make flags.
1998-09-10 05:24:12 +00:00
cls%seawood.org
96128cefd3
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
d7ae8929cc
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
7cf85a6c71
Replaced tweak_nspr kludge with empty target for autoconf.
1998-09-10 03:53:20 +00:00
cls%seawood.org
f7e81ac876
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
24d2cbf92b
fixing build bustage.
1998-09-10 03:28:20 +00:00
hyatt%netscape.com
0b497a8ebd
Fixes for docking/undocking behavior.
1998-09-10 02:35:27 +00:00
spider%netscape.com
92f345c61c
Support new gfx FontMetrics api
1998-09-10 02:09:20 +00:00
spider%netscape.com
2b382cbdf3
Fix to return app units instead of twips in GetWidth API call
1998-09-10 02:08:20 +00:00
waterson%netscape.com
bc9deb357c
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
ab0ec41618
added to string support
1998-09-10 01:19:26 +00:00
peterl%netscape.com
68a67f588b
removed assert on x-height unit
1998-09-10 01:18:27 +00:00
peterl%netscape.com
b0238f71b5
fixed filtering of valid ID selectors
1998-09-10 01:18:06 +00:00
peterl%netscape.com
ff3b13ac05
sync css declaration to xif with new api
1998-09-10 01:16:25 +00:00
peterl%netscape.com
edfb66c664
added to string support for style= attributes
1998-09-10 01:15:23 +00:00
waterson%netscape.com
3eab3a63cf
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
46a77cbf17
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
5e1ebc3072
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
21b42e5640
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
0503d586b4
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
9801facaa3
Make stubfe link on Solaris
1998-09-10 01:03:02 +00:00
karnaze%netscape.com
54acf2fc86
changed case sensitive include for unix
1998-09-10 00:39:38 +00:00
valeski%netscape.com
eb216ab0c2
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
559f55fa62
Fixing Related Links.
1998-09-10 00:24:54 +00:00
valeski%netscape.com
9c061f1136
fixing compile warning
1998-09-10 00:08:33 +00:00
hyatt%netscape.com
114bed1527
Docked and popup windows can now co-exist.
1998-09-10 00:01:00 +00:00
kipp%netscape.com
93ecdce43c
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
5c00612946
Support (in a shaky way) some various and sundry mime types for plugins
1998-09-09 23:51:43 +00:00
kipp%netscape.com
e52194b756
Added new source
1998-09-09 23:51:19 +00:00
kipp%netscape.com
e9d8bbfee8
new
1998-09-09 23:50:46 +00:00
karnaze%netscape.com
1c1a6dacaf
converted frame/iframe/frameset to new layout/content separation
1998-09-09 23:30:30 +00:00
hyatt%netscape.com
31a403889a
Moving the control strip underneath the title strip.
1998-09-09 23:18:38 +00:00
hyatt%netscape.com
922c20a059
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
a70690e489
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
3acf0e54e5
Use twips on width calculations for font metrics in app
1998-09-09 22:24:00 +00:00
buster%netscape.com
04d96da8d4
integrate caption with new frame creation code
1998-09-09 22:18:01 +00:00
pinkerton%netscape.com
e012b52354
fix build bustage (removed call to HT_ToggleTreeMode)
1998-09-09 21:36:14 +00:00
buster%netscape.com
37869e9464
integrates with new frame creation methods
1998-09-09 21:34:10 +00:00
hyatt%netscape.com
4693ba21a9
Fixes to the toolbar code.
1998-09-09 21:30:28 +00:00
vidur%netscape.com
71ddfaa36d
Added nsIJSScriptObject interface to nsGenericHTMLContent class and fixed element.childNodes
1998-09-09 21:02:42 +00:00
vidur%netscape.com
e86eb9d216
Adjusted to change in signature for FE_SetRefreshURLTimer
1998-09-09 20:56:47 +00:00
pnunn%netscape.com
e0d21243b8
fix for #309770 . Port fix from 4.06 to Moz.
1998-09-09 20:47:35 +00:00
hyatt%netscape.com
3ae756900b
Fixes and improvements to NavCenter.
1998-09-09 20:26:33 +00:00