Commit Graph

13930 Commits

Author SHA1 Message Date
ftang%netscape.com
1710a341d3 Ignore (NS_ERROR_FACTORY_EXISTS != res) return result 1999-01-08 22:02:41 +00:00
brade%netscape.com
d3b3656fb1 fix unnecessary ifdefs (and reduce Macintosh compiler warnings) 1999-01-08 21:53:11 +00:00
sfraser%netscape.com
6b37d2bc99 Fix for 2161 -- if nsView::GetViewFor() is called with a null widget, just return a null view. 1999-01-08 21:31:56 +00:00
joki%netscape.com
d798c3e079 Move focus shifting code from nsScrollingView.cpp to nsEventStateManager.cpp 1999-01-08 21:13:59 +00:00
radha%netscape.com
9b32717dad Use libwidgetgtk.so and libgfxgtk.so as default for WIDGET_DLL and
GFXWIN_DLL
1999-01-08 20:14:49 +00:00
radha%netscape.com
763ce82c4c Added TOOLKIT_CFLAGS to CFLAGS so that gtk/motif libraries are picked
up in nsSetupRegistry.cpp (for WIDGET_DLL and GFXWIN_DLL) based on what
MOZ_TOOLKIT is set to
1999-01-08 20:10:36 +00:00
wtc%netscape.com
1d3e4ba47a Removed hardcoded AIX pathnames /usr/lpp/xlC from the makefiles,
because the new version of AIX xlC compilers (3.6.4) is installed
in a different directory (/usr/ibmcxx).
1999-01-08 19:51:14 +00:00
karnaze%netscape.com
c2cfb8b82f dom table methods, moved align="char" data members from nsReflowState to nsHTMLReflowState 1999-01-08 18:57:40 +00:00
ftang%netscape.com
02d67d0824 add unix makefile 1999-01-08 18:57:27 +00:00
ftang%netscape.com
279ed70779 add Makefile to call uconv 1999-01-08 18:55:54 +00:00
ftang%netscape.com
656cb3b469 add directory description 1999-01-08 18:36:17 +00:00
pavlov%pavlov.net
e3810cb6b6 use GDK bit stuff for the alt/ctrl/shift mods 1999-01-08 15:55:52 +00:00
pavlov%pavlov.net
39384f2578 remove unused code. fixed underlining. 1999-01-08 15:51:46 +00:00
ramiro%netscape.com
6ef69dc2a8 Added view source ('cos it works!), fixed typo in Tools.
Thanks to Steve Morrison <smorrison@gte.com> for the patch.
1999-01-08 15:19:29 +00:00
pierre%netscape.com
17f6998e7d Fixed bug in SetPosition. Thanks to Cyrus Harmon <cyrus@neomorphic.com> 1999-01-08 05:36:06 +00:00
val4%cornell.edu
ae6b346f41 Even more error handling stuff. Will need to go thru the
file and double-check all error handlers.
1999-01-08 04:58:34 +00:00
troy%netscape.com
20fbd1e186 Added support for 'right' and 'bottom' properties. Changed to using a
nsStyleSides struct to hold all the offsets
1999-01-08 04:47:46 +00:00
pierre%netscape.com
6a189c7628 bumped up the memory partition of the optimized target to 10Mb 1999-01-08 03:53:59 +00:00
sfraser%netscape.com
4e85ff5519 Hack so that keycodes are returned on Mac (again! Buster wiped it out). 1999-01-08 03:39:55 +00:00
wtc%netscape.com
6755c5bd48 The lm argument for _PR_SetLogModuleLevel is
shadowed by a local variable by the same name.  Rewrote the code to
make it more clear.  Thanks to Kathy Brade <brade@netscape.com> for
reporting this bug.
1999-01-08 03:38:51 +00:00
sfraser%netscape.com
8ca901203b Add SIOUX event handling in debug mode. Also remove a couple of unnecessary #defines and use the Universal Header versions. 1999-01-08 03:29:39 +00:00
sfraser%netscape.com
2da4e3d447 Change 'memory' include to search in system path 1999-01-08 03:28:47 +00:00
sfraser%netscape.com
c4f7c709c6 Call SIOUX initialization in debug mode 1999-01-08 03:27:57 +00:00
sfraser%netscape.com
b204f8ea3d Add SIOUX initialization routine 1999-01-08 03:27:22 +00:00
sfraser%netscape.com
a8d052c951 Added SIOUX files in the debug target, and made a new debug target with console stubs. Also turned on PPC struct alignment in all targets. 1999-01-08 03:26:55 +00:00
sfraser%netscape.com
8c580c2e5b Change to use regular prefix configuration 1999-01-08 03:26:09 +00:00
sfraser%netscape.com
049beddf40 First Checked In. 1999-01-08 03:25:16 +00:00
wtc%netscape.com
435a195934 md/_pth.h should be included after pthread.h. 1999-01-08 03:15:21 +00:00
sfraser%netscape.com
6ff885142e Fix the damn asserts 1999-01-08 03:15:15 +00:00
troy%netscape.com
c502a142cc Fix for bug #2040. Changed BODY to use margin and not padding now that #2054 is fixed 1999-01-08 02:51:07 +00:00
val4%cornell.edu
5d38cff5d7 More error handling code 1999-01-08 02:37:38 +00:00
val4%cornell.edu
599abad96c Some additional error messages 1999-01-08 02:03:43 +00:00
val4%cornell.edu
c34a8f710b *** empty log message *** 1999-01-08 02:03:09 +00:00
cls%seawood.org
76a3904afb Explicitly cast pToolbarWindow to nsIWidget * to unconfuse old compilers. 1999-01-08 01:43:32 +00:00
buster%netscape.com
196f38742c fixed an uninitialized pointer problem
ctrl-ins appends an HR to the BODY
1999-01-08 01:41:34 +00:00
buster%netscape.com
27b37e6ffc implemented do and undo for CreateElement
the test is INS key, it adds an HR
1999-01-08 01:30:53 +00:00
troy%netscape.com
b0aeb44419 Fix for bug #2054. If the HTML element's background is 'transparent' then it
uses the BODY's background property
1999-01-08 01:14:59 +00:00
troy%netscape.com
53c57c79a1 Added BackgroundIsTransparent() member function to nsStyleColor 1999-01-08 01:13:34 +00:00
ftang%netscape.com
58baea9bbe change add the DLL name for Mac and UNIX and add placeholder for planned converters 1999-01-08 01:03:24 +00:00
ftang%netscape.com
b6f97e8826 move to intl/unicharutil 1999-01-08 00:43:25 +00:00
ftang%netscape.com
2e166878ba move into intl/unicharutil 1999-01-08 00:42:14 +00:00
rpotts%netscape.com
8878cbd2b4 bug #2227 - NSPR is not being implicitly initialized when PR_CEnterMonitor() is called. This hack should be removed when NSPR is fixed. 1999-01-08 00:38:56 +00:00
ftang%netscape.com
c5a137736d move these into intl/unicharutil 1999-01-08 00:38:14 +00:00
ftang%netscape.com
6b6ecc2e1e move these files to intl/unicharutil 1999-01-08 00:34:07 +00:00
rpotts%netscape.com
2b7c69f19b Bug fix from Davide Pasetto (dipo@sis.it) for nsWebShell::Init(...). I Also changed a bunch of checks against NS_OK to use the NS_SUCCEEDED() and NS_FAILED() macros... 1999-01-08 00:32:55 +00:00
wtc%netscape.com
db8fbfd534 Bugzilla bug #2227: PR_CEnterMonitor should initialize NSPR implicitly. 1999-01-08 00:31:15 +00:00
terry%netscape.com
783800abc3 Oops; removed debugging printf. 1999-01-08 00:27:56 +00:00
terry%netscape.com
27a0958f79 Netscape has changed the way its internal LDAP is set up. 1999-01-08 00:27:15 +00:00
ftang%netscape.com
231a7f5d7a move from modules into intl 1999-01-08 00:26:45 +00:00
ftang%netscape.com
40e1221f93 move from modules into intl 1999-01-08 00:20:08 +00:00