Commit Graph

30746 Commits

Author SHA1 Message Date
pierre%netscape.com
dc04007ab8 File Removed. 1999-06-16 04:51:34 +00:00
waterson%netscape.com
0a05c2a195 Bug 8174. Remove PR_EXTERN for private symbols. 1999-06-16 04:45:36 +00:00
waterson%netscape.com
d118a3b826 Juggle headers a bit so that we can build on VC5.0 and gcc-2.7.2.3 (need definition of classes for use with nsCOMPtr). 1999-06-16 04:42:45 +00:00
joki%netscape.com
87bdaea2dd Fixing event clientx/y coords to have the right value even in subviews 1999-06-16 04:39:51 +00:00
erik%netscape.com
8454d4ddd3 Pass null terminator to converter now that Frank has fixed it. 1999-06-16 04:36:33 +00:00
sspitzer%netscape.com
03ec49fe9e More build breakage fixes.... 1999-06-16 04:34:25 +00:00
rjc%netscape.com
ee476ea9f4 Add "Save Search" button with appropriate disabling/enabling. 1999-06-16 04:27:16 +00:00
davidm%netscape.com
6fa8ebb978 First Checked In. 1999-06-16 04:23:37 +00:00
sfraser%netscape.com
92897b1dc1 Pinkterton removed the wrong line. He meant to remove nsIDOMToolbarCore.h, not nsIDOMToolkitCore.h 1999-06-16 04:17:12 +00:00
warren%netscape.com
cd8ca675cb New and improved. 1999-06-16 04:15:29 +00:00
warren%netscape.com
634f48802b Changed nsAutoMonitor to nsAutoCMonitor (cached). 1999-06-16 04:15:25 +00:00
warren%netscape.com
98606d8e53 Added NewChannelFromNativePath for convenience. 1999-06-16 04:15:22 +00:00
warren%netscape.com
158480b852 Fixed bug causing Flush to block forever. Changed nsAutoMonitor to nsAutoCMonitor (cached monitors). 1999-06-16 04:15:15 +00:00
warren%netscape.com
d67d305bb9 Upped max pages because there's some sort of PRMonitor bug when you run out of VM space. 1999-06-16 04:15:12 +00:00
warren%netscape.com
ea65cc126c Changed nsAutoMonitor to nsAutoCMonitor (cached monitors). 1999-06-16 04:15:08 +00:00
erik%netscape.com
27856b5d92 Fix for bug 7822. Remove the code that strips the high byte off of the
Unicode string for menu items that have a submenu.
1999-06-16 04:13:58 +00:00
davidm%netscape.com
ae8a42c7c0 I am going blind. Was calling register rather than unregister function 1999-06-16 04:13:03 +00:00
tague%netscape.com
c0ce68f0fb Fixed #5438 - Mac Buttons not displaying Japanese correctly. 1999-06-16 04:12:14 +00:00
alecf%netscape.com
75be6d7408 fix vc5 bustage - don't use nsCOMPtr on implementations, only on interfaces 1999-06-16 04:09:33 +00:00
erik%netscape.com
5accb2e576 Fix for bug 7841. Some fonts return bad glyph IDs. Now checking for these.
It turns out that GulimChe is one of those bad fonts.
1999-06-16 03:57:55 +00:00
sspitzer%netscape.com
bb7b1337ab fix build bustage 1999-06-16 03:51:08 +00:00
sspitzer%netscape.com
68cc9abca3 fix build bustage 1999-06-16 03:50:00 +00:00
syd%netscape.com
a04669aa1e One change: if user sets ncols, ignore installcmap. The two collide
(they both set thresholds) and we can assume if the user is setting
the ncols that he/she is doing some fine tune control over the more
granular control installcmap gives.
1999-06-16 03:41:52 +00:00
pierre%netscape.com
094434ad77 #8214 "[PP] Mac - Closing browser window with text field focused crashes apprunner". Removed an extra addRef in nsBaseWidget::Enumerator::CurrentItem() 1999-06-16 03:34:44 +00:00
sspitzer%netscape.com
f35543f9bc fix windows build bustage. 1999-06-16 03:34:37 +00:00
hangas%netscape.com
06de240b36 Updated code to match the changes in the address book back-end. 1999-06-16 03:32:26 +00:00
hangas%netscape.com
2627e95029 Added box around card view pane as an example to demonstrate a bug 1999-06-16 03:31:49 +00:00
alecf%netscape.com
bfbec5083a fix mac bustage, this was supposed to be in #ifdef DEBUG 1999-06-16 03:28:42 +00:00
dveditz%netscape.com
9fb13399c8 Adding NS_RELEASE_THIS() 1999-06-16 03:28:25 +00:00
dveditz%netscape.com
fc6f0e281e proxy can now find main thread 1999-06-16 03:26:37 +00:00
syd%netscape.com
7f44e17b9a Support for ncols and installcmap prefs.
Currently, 8 bit pseudocolor visual users are going to get a private cmap
installed base on design of gdk_rgb* code design. We want the default to
really be that we share with the server default colormap; if that looks
too bad (e.g., can't get enough colors, user can set the browser.installcmap
pref to "true" to get a priviate cmap installed.

Gdk determines if to install a private cmap based on being able to allocate
a certain number of colors from the default colormap. If that fails, a
private cmap is installed. The default gdk threshold is 5 * 5 * 5. If we
see browser.installcmap == true, we set to 255 to force it. If we see
browser.installcmap == false, we set it to 0. Also added browser.ncols
pref, which allows fine-grained control of this; the user can set the
threshold value and control when gdk will use shared colormap vs. private.
1999-06-16 03:24:55 +00:00
syd%netscape.com
870b976c1d Add browser.ncols and browser.installcmap preferences 1999-06-16 03:18:44 +00:00
mscott%netscape.com
274363cbf7 After creating an imap url from create instance, we need to initialize it. 1999-06-16 03:10:22 +00:00
mscott%netscape.com
b65da831b0 Add initialize support 1999-06-16 03:09:12 +00:00
mscott%netscape.com
049a8db3f4 Add interface method for initialize. 1999-06-16 03:08:49 +00:00
blizzard%redhat.com
a24a554785 xlib renders, baby. 1999-06-16 03:07:55 +00:00
sdagley%netscape.com
6bdf7701c6 First Checked In. 1999-06-16 03:02:41 +00:00
alecf%netscape.com
59997498c8 return XP_AssertAtLine 1999-06-16 02:41:15 +00:00
sspitzer%netscape.com
3cbd1d2a40 more build bustage fixes. burn, hollywood, burn. 1999-06-16 02:37:48 +00:00
sspitzer%netscape.com
e6d83cd3e9 more fixes for build bustage 1999-06-16 02:25:34 +00:00
alecf%netscape.com
36a6ac8cd6 second attempt to eliminate useless functions 1999-06-16 02:23:26 +00:00
sspitzer%netscape.com
c8a83b6b4f more build bustage fixes 1999-06-16 02:21:19 +00:00
mscott%netscape.com
0124f4b62b Don't attempt to read from the file we are sending unless the file stream is in fact open. 1999-06-16 02:19:49 +00:00
bienvenu%netscape.com
7a90886028 check for null mdb row when setting property, perhaps fix #7443 1999-06-16 02:17:08 +00:00
rjc%netscape.com
b898073146 Add in search datasource in bookmarks. 1999-06-16 02:14:56 +00:00
waterson%netscape.com
55bfcc32bd Bug 8267. Add nsIRDFContainer::RemoveElementAt() implementation. 1999-06-16 02:08:54 +00:00
waterson%netscape.com
dbf578a94e Bug 6665. Hack to addref resources before doing the sort. This saves mailnews from having to recreate them. 1999-06-16 02:07:56 +00:00
bienvenu%netscape.com
86716ae5bd add commit after deleting msg 1999-06-16 02:07:00 +00:00
waterson%netscape.com
3309c5b828 Remove Window.Equals() hack. 1999-06-16 02:06:48 +00:00
waterson%netscape.com
02f1b36a67 Add WalkTheStack() implementation for i386 Linux. Tip o' the hat to kipp for the stack walking code, and shaver for the dladdr() hint. Replace PR_snprintf() with nsIToA(). 1999-06-16 02:05:32 +00:00