pavlov%pavlov.net
2124bc7e7b
Fix the Font methods. This allows the pages to be rendered.. under something
...
so we still can't see it.. i'm looking
1998-11-14 01:43:27 +00:00
pavlov%pavlov.net
a2acc6a448
fix gtklayout so that it removes children properly. add a few more debugging
...
messages to nsWidget and nsWindow
1998-11-14 01:42:42 +00:00
bjorn%netscape.com
7fc3cc706b
Removing files to restructure the typelib stuff.
1998-11-14 01:22:50 +00:00
scc%netscape.com
0c0332fc61
fixed for IRIX (doesn't like new-style casts)
1998-11-14 00:35:48 +00:00
vidur%netscape.com
733321ca8f
Added Xlink support
1998-11-14 00:22:10 +00:00
vidur%netscape.com
a349a1e4a6
Added support for XLink - simple links and show=replace or new. Modified nsILinkHandler interface.
1998-11-14 00:21:19 +00:00
waterson%netscape.com
2d21e217e1
Added nsIRDFResource interface to clean up some internal downcasting kludges and stop their evil propagation.
1998-11-14 00:19:00 +00:00
waterson%netscape.com
492b0aabac
Initial revision.
1998-11-14 00:17:58 +00:00
joki%netscape.com
a8b6fbcdee
Modify cursor types from default to inherit (they're the same internally right now)
1998-11-14 00:00:03 +00:00
joki%netscape.com
ddbcabb89b
Modify cursor setting code to check css cursor setting for containers.
1998-11-13 23:58:52 +00:00
karnaze%netscape.com
3f513d4bc8
bug 1374 (hometown.aol.com crash on resize)
1998-11-13 23:44:50 +00:00
karnaze%netscape.com
4966c30661
bug 1226 for form control with native widgets. Other controls are still not working.
1998-11-13 23:13:42 +00:00
karnaze%netscape.com
0127b1609d
bug 1357 involving a hidden control not getting submitted
1998-11-13 23:10:52 +00:00
vidur%netscape.com
c1951f680d
Generic HTML collection base class
1998-11-13 22:30:23 +00:00
leaf%mozilla.org
6dd892aa31
Checking in a fix for linux builds.
1998-11-13 22:16:07 +00:00
dcone%netscape.com
dad4716664
New tag handling code added
1998-11-13 22:14:45 +00:00
mcmullen%netscape.com
70a3daee6f
Commenting out previous change for now.
1998-11-13 22:06:10 +00:00
wtc%netscape.com
12d406b967
Specify -R <path> if LIBRUNPATH is defined in the environment.
...
Contributed by Frank van der Linden (frank@wins.uva.nl ).
1998-11-13 22:05:33 +00:00
mcmullen%netscape.com
8297ad79f8
Put the first error in the perl console as well as the log file.
1998-11-13 22:01:21 +00:00
mcmullen%netscape.com
3216f13646
Work around a CW Pro4 bug. If the CW Find window is in front before you start, and you try to use an applevent to walk the list of open
documents, you will fail. Running the build script in this case would open each of the projects in turn, but fail to attempt to build them or to close
them again. The output will say something like "building foo / building bar / ... / build complete". Nothing would be built, and the log file would show no
errors.
This change will stop the build, instead of just barreling ahead
regardless, in the case when the Find window bug is encountered.
1998-11-13 22:01:01 +00:00
troy%netscape.com
1c27114106
Changed GetLoadImageFailed() so it checks with the image loader rather
...
than just using the value of mLoadImageFailed. Fixes bug #1287
1998-11-13 21:31:50 +00:00
troy%netscape.com
40b7cbed0f
Changed Notify() to call NotifyError() if the notification type is
...
nsImageNotification_kAborted. This ensures that the NS_IMAGE_LOAD_STATUS_ERROR
load status bit is set and that the frame gets repainted
1998-11-13 21:21:15 +00:00
akkana%netscape.com
e034e3cc82
xpfe is now in nglayout.mk, doesn't need to be pulled by client.mk
1998-11-13 21:03:26 +00:00
rjc%netscape.com
0db8b2c478
First Checked In.
1998-11-13 20:47:53 +00:00
rickg%netscape.com
5b5e3086c6
incrmental improvement in view-source for better text-run handling
1998-11-13 20:16:05 +00:00
scc%netscape.com
b601257a52
SOLARIS _does_ support member using declarations, so modify the test to let them through
1998-11-13 20:07:25 +00:00
scc%netscape.com
5a79d4495d
fixed order of declarations (confused SOLARIS compiler) and return types of AddRef and Release to match in the unfortunate case that the compiler does not support member using declarations
1998-11-13 20:06:43 +00:00
pinkerton%netscape.com
f941653574
get rid of "hiding inherited virtual method" warnings on CanContain() by making it const like it's parent class.
1998-11-13 20:04:27 +00:00
alecf%netscape.com
4e5d7be754
implement fe_GetConfigDir
1998-11-13 19:46:00 +00:00
rickg%netscape.com
57eecdb19e
added tag handling support for future use
1998-11-13 19:45:09 +00:00
alecf%netscape.com
533eaba872
updated to allow for one-step building
1998-11-13 19:42:43 +00:00
scc%netscape.com
590649bf2a
unified compiler dependent code (removed from unit-tests, inserted in header); fixed for egcs-1.1 well known bug (member using declarations don't work)
1998-11-13 19:41:24 +00:00
rickg%netscape.com
256cb9beaa
added nsITagHandler for future use
1998-11-13 19:20:47 +00:00
troy%netscape.com
7951179a5a
Added check for SRC being an empty string
1998-11-13 18:38:16 +00:00
matt%netscape.com
199468aff8
Re-updated to CW 4.0 - we need it at this level so that the Mac tinderbox doesn't get wedged.
1998-11-13 18:28:59 +00:00
troy%netscape.com
82a2a9305d
Changed it so that if there's a NULL URL then we set the mLoadImageFailed
...
flag and don't try and load the broken image URL. Only on Windows for now
until Mac and Unix support the image icons
1998-11-13 17:00:54 +00:00
pavlov%pavlov.net
9efb860455
Fix gtklayout child sizing problems, add gtk_widget_set_name to all of the
...
widgets for a bunch of debugging into that is being printf'd. Fixed most all
of nsListBox so that it works correctly. We now have widgets working! yippie!
I almost have gfx working too... heehee :-)
1998-11-13 16:37:03 +00:00
pavlov%pavlov.net
7b272ff255
add nsRegionGTK to the factory. this fixes some major region related
...
problems.
1998-11-13 16:29:46 +00:00
scc%netscape.com
6138f32e56
Fixed for VC++ 4.2 (no template function specifiers at the call site)
1998-11-13 12:33:58 +00:00
rjc%netscape.com
0611dac036
First Checked In.
1998-11-13 08:56:09 +00:00
rjc%netscape.com
146e51684e
Include a few more essential header files.
1998-11-13 08:53:29 +00:00
troy%netscape.com
eb159f3ddc
Changed Notify() to handle nsImageNotification_kAborted and set the image load
...
status to NS_IMAGE_LOAD_STATUS_ERROR
1998-11-13 06:24:33 +00:00
troy%netscape.com
79405a8e86
Fixed a crash when using File|Exit from the print preview window
1998-11-13 05:53:47 +00:00
troy%netscape.com
81c2bd2649
Removed an assert that was incorrect and that triggered when print
...
previewing test1
1998-11-13 05:17:08 +00:00
rickg%netscape.com
a19e47c210
fixed a crash that someone missed
1998-11-13 04:58:35 +00:00
rickg%netscape.com
1a47a78ee2
allow view-source on XML
1998-11-13 04:36:46 +00:00
troy%netscape.com
9b21f39f54
Added a scroll frame for print preview
1998-11-13 04:22:23 +00:00
troy%netscape.com
e21c76703a
Cleaned up ConstructXMLRootFrame() and added some XXX comments
1998-11-13 03:43:15 +00:00
cls%seawood.org
d7af4216f3
Previously reset endsection in the wrong place.
1998-11-13 03:17:09 +00:00
waterson%netscape.com
954988fded
Added some good COM citizenry to the node factory methods.
1998-11-13 02:59:56 +00:00