Commit Graph

38186 Commits

Author SHA1 Message Date
cmanske%netscape.com
b6e5504056 Activating CSS to show named anchor in editor 1999-08-25 23:40:07 +00:00
rjc%netscape.com
a3f5738d1c Use new observes format. 1999-08-25 23:33:36 +00:00
gagan%netscape.com
54c84be4b4 Fix for #11204. 1999-08-25 23:27:58 +00:00
rjc%netscape.com
17dc276e4f Modify OpenURL() call to try to resolve #URL attribute before opening URL. 1999-08-25 23:26:38 +00:00
pinkerton%netscape.com
13626adf91 add xpidl flag to most so that it will build correctly if you only use most and not all. 1999-08-25 23:20:22 +00:00
mscott%netscape.com
8309a0f824 nsString updates --> nsString(eOneByte) --> nsCString 1999-08-25 23:20:10 +00:00
law%netscape.com
87085548ea Fix for bug #9866; check for memory allocation failure 1999-08-25 23:15:37 +00:00
troy%netscape.com
a5ea47b596 Fix for bug #12444. Made sure that for a "StyleChanged" reflow command we
invalidate our entire bounds
1999-08-25 23:15:36 +00:00
ftang%netscape.com
e54da5e444 remove work around after 7330 fixed 1999-08-25 23:10:45 +00:00
alecf%netscape.com
8d3ef66502 don't actually create account manager until we need it
(fixes service/object timing problems on code I'm about to check in)
1999-08-25 23:03:15 +00:00
saari%netscape.com
4396733119 Continuing previous checking w. merge 1999-08-25 23:02:16 +00:00
beard%netscape.com
b10ec36a45 added logic to automatically clobber IDL project data folders when the compiler/linker are rebuilt. 1999-08-25 23:01:21 +00:00
saari%netscape.com
f9a4da9ef0 Adding SetNativeData(void*) to nsIMenu, which was needed for making the Help menu on MacOS merge with the XUL help menu. The rest of the code is to achive the merge. 1999-08-25 22:53:25 +00:00
rjc%netscape.com
9ac6f93b34 We need those observes tags on columns for sorting, so putting 'em back in. Also, remove some cruft from the .js file that's no longer being used. 1999-08-25 22:51:52 +00:00
jdunn%netscape.com
0dec3f0afa set wallet service to nsnull in case later on one of the other GetServices fail
in which case we 'goto done' and then try to release the wallet service... which
was never gotten  -doh!
1999-08-25 22:46:27 +00:00
beard%netscape.com
0c932f5d76 added logic to clobber IDL projects when $CLOBBER_IDL_PROJECTS is non-zero. 1999-08-25 22:20:45 +00:00
mjudge%netscape.com
5272505f4a added in selection of tables/images as blue borders for browser. 1999-08-25 22:19:23 +00:00
beard%netscape.com
f60a4fe641 Added $CLOBBER_IDL_PROJECTS flag, to manually clobber the IDL projects. 1999-08-25 22:19:18 +00:00
slamm%netscape.com
603736e60e Pass depth to make-makefile to save it some work. 1999-08-25 22:09:50 +00:00
slamm%netscape.com
86da56c34f Split up into subroutines and add comments. 1999-08-25 22:09:05 +00:00
tague%netscape.com
c488556f34 Implement bug #5561 (Locale support: map locale name to default character set) on windows. 1999-08-25 22:05:28 +00:00
mjudge%netscape.com
81b5c54aec small fix in rangelist that will stop warnings or infinite loops 1999-08-25 22:04:54 +00:00
pinkerton%netscape.com
019167bea9 fix QI lameness and use macros. 1999-08-25 22:04:02 +00:00
dcone%netscape.com
d768ee5389 Fixed warnings 1999-08-25 22:03:04 +00:00
karnaze%netscape.com
49bded7631 changed conditional NS_RELEASE to NS_IF_RELEASE to fix memory leak 1999-08-25 21:57:15 +00:00
sfraser%netscape.com
4a7f7b54e2 #ifdef out SysBeep()s in menu code 1999-08-25 21:55:01 +00:00
morse%netscape.com
749b24f93a 8.3 dll names for window-98 1999-08-25 21:53:22 +00:00
karnaze%netscape.com
7dddc57925 bug 1271 - percentage height cells, added GetNumCellsOriginatingInRow, fixed GetNumCellsOriginatingInCol 1999-08-25 21:49:18 +00:00
morse%netscape.com
de3f449ee1 remove warning messages 1999-08-25 21:47:50 +00:00
briano%netscape.com
940a0dd457 Automated update 1999-08-25 21:45:48 +00:00
sfraser%netscape.com
6103168684 The document encoder no longer needs a pres shell. 1999-08-25 21:42:47 +00:00
ftang%netscape.com
7c80df3998 fix the default charset problem I introduced when I fix 12378 1999-08-25 21:42:30 +00:00
sfraser%netscape.com
2e370244a4 No longer need a pres shell for the document encoder; remove it. 1999-08-25 21:42:20 +00:00
dougt%netscape.com
b32a9f33f5 Code Review Comments. Look for "//dougt:" as well as looking at the diffs
I have fixed some problems, and left other merely commented.  I did not
make it completely through files not touched in this directory, or the *Win.c
files.

I am not certain that this compiles still.
1999-08-25 21:42:16 +00:00
ftang%netscape.com
fd9d5e597d add one more constant 1999-08-25 21:38:24 +00:00
ssu%netscape.com
001061784d fixing bug 9560.
install.DiskSpaceAvailable() now returns the correct value, as much as a
unsigned 32bit type can hold.  It should really be stored in a unsigned
64bit type.  I'll file it as a seperate bug against nsFileSpec.
1999-08-25 21:36:59 +00:00
sgehani%netscape.com
657d8da2ac Fix for bug 10303. 1999-08-25 21:36:06 +00:00
briano%netscape.com
8f64a3fdb5 HP-specific change for bug 11161. 1999-08-25 21:31:17 +00:00
nhotta%netscape.com
d0e54a9533 Bug fix for #8899, added charset alias resolution, changed auto charset detection. 1999-08-25 21:30:20 +00:00
sfraser%netscape.com
e55bfef84b Remove an errant semicolon 1999-08-25 21:28:39 +00:00
beard%netscape.com
524a121598 bug 11312: fixed calls to Invalidate() when widget has (x, y) <> (0, 0). 1999-08-25 21:28:19 +00:00
harishd%netscape.com
71fca2d466 Minor adjustments in consuming attributes ( Tracking down '<'). 1999-08-25 21:27:43 +00:00
sfraser%netscape.com
8a89a43d63 Fix the output directory for the headers target. 1999-08-25 21:27:35 +00:00
jdunn%netscape.com
39babcedbe HP won't allow a delete on a 'void *' so change cast using REINTERPRET 1999-08-25 21:23:21 +00:00
jdunn%netscape.com
7e20f0761f HP requires a newline at the end 1999-08-25 21:21:22 +00:00
chuang%netscape.com
01cfaff029 Import address book 1999-08-25 21:19:37 +00:00
cls%seawood.org
945d691e5c libobj.so is now a component and does not need to be linked at compile time. 1999-08-25 21:17:50 +00:00
leaf%mozilla.org
50e1c9f41d checking evaughan's fix for open sidebar crashing on startup 1999-08-25 19:58:07 +00:00
akkana%netscape.com
68e327729e Pass KeyPress events even if modifier key is pressed; un-break editor control key bindings. a=leaf,mcafee 1999-08-25 19:24:18 +00:00
sspitzer%netscape.com
f9f7f6c363 fix for #12464. initialize memory. fixes news on mac and windows. 1999-08-25 19:03:26 +00:00