syd%netscape.com
4a1027d5f7
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
ffaaf38e7f
#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
a5c289bd2f
fix windows build bustage.
1999-06-16 03:34:37 +00:00
hangas%netscape.com
4533ce4e02
Updated code to match the changes in the address book back-end.
1999-06-16 03:32:26 +00:00
hangas%netscape.com
a8e7bbfaee
Added box around card view pane as an example to demonstrate a bug
1999-06-16 03:31:49 +00:00
alecf%netscape.com
5faf3c9dd3
fix mac bustage, this was supposed to be in #ifdef DEBUG
1999-06-16 03:28:42 +00:00
dveditz%netscape.com
43eb020a43
Adding NS_RELEASE_THIS()
1999-06-16 03:28:25 +00:00
dveditz%netscape.com
de1c9d7762
proxy can now find main thread
1999-06-16 03:26:37 +00:00
syd%netscape.com
8185e1aa00
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
d0dc9a44f8
Add browser.ncols and browser.installcmap preferences
1999-06-16 03:18:44 +00:00
mscott%netscape.com
c9c8ddd59f
After creating an imap url from create instance, we need to initialize it.
1999-06-16 03:10:22 +00:00
mscott%netscape.com
75ce80128b
Add initialize support
1999-06-16 03:09:12 +00:00
mscott%netscape.com
0d3a83b29f
Add interface method for initialize.
1999-06-16 03:08:49 +00:00
blizzard%redhat.com
b9991312d4
xlib renders, baby.
1999-06-16 03:07:55 +00:00
sdagley%netscape.com
0172fa3eed
First Checked In.
1999-06-16 03:02:41 +00:00
alecf%netscape.com
175b58c262
return XP_AssertAtLine
1999-06-16 02:41:15 +00:00
sspitzer%netscape.com
2ef776e342
more build bustage fixes. burn, hollywood, burn.
1999-06-16 02:37:48 +00:00
sspitzer%netscape.com
75cdfa9198
more fixes for build bustage
1999-06-16 02:25:34 +00:00
alecf%netscape.com
73487fad9e
second attempt to eliminate useless functions
1999-06-16 02:23:26 +00:00
sspitzer%netscape.com
df79cbc90c
more build bustage fixes
1999-06-16 02:21:19 +00:00
mscott%netscape.com
accaad05aa
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
20f563331e
check for null mdb row when setting property, perhaps fix #7443
1999-06-16 02:17:08 +00:00
rjc%netscape.com
b41727d2c1
Add in search datasource in bookmarks.
1999-06-16 02:14:56 +00:00
waterson%netscape.com
89362c4c3b
Bug 8267. Add nsIRDFContainer::RemoveElementAt() implementation.
1999-06-16 02:08:54 +00:00
waterson%netscape.com
8a37a5afc1
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
912dc7a410
add commit after deleting msg
1999-06-16 02:07:00 +00:00
waterson%netscape.com
333904edb8
Remove Window.Equals() hack.
1999-06-16 02:06:48 +00:00
waterson%netscape.com
1992f25d97
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
alecf%netscape.com
0caf87c5a7
remove unnecessary functions
1999-06-16 02:04:53 +00:00
sspitzer%netscape.com
1bb6bde68f
fix build bustage. sending mail to rahda so she can back this out, if necessary
1999-06-16 01:50:17 +00:00
rjc%netscape.com
0f28b35924
More Search changes.
1999-06-16 01:47:02 +00:00
pollmann%netscape.com
ed17f9ac7a
Bug 2195: select[n] == select.options[n], new IID for nonstandard DOM interface
1999-06-16 01:41:13 +00:00
pavlov%pavlov.net
b5edfd980d
initial context menu stuff.. not finished
1999-06-16 01:34:29 +00:00
mcmullen%netscape.com
f976179b96
Fix the profile logic now that a default profile is not created by pref->StartUp().
1999-06-16 01:33:02 +00:00
nisheeth%netscape.com
4bc541dcea
Do not include nsXMLTokenizer.h any more.
1999-06-16 01:31:55 +00:00
jband%netscape.com
01f33d5355
updaing TODO list
1999-06-16 01:30:13 +00:00
jband%netscape.com
cd88910ae0
fix for bug 8248. Not setting the VAL_IS_IFACE flag for purely out params when calling native from JS. All interfaces that return an interface (e.g. QueryInterface) were getting left with one extra ref. Yuck!
1999-06-16 01:29:49 +00:00
nisheeth%netscape.com
47260c98ab
Fixed a crash that resulted from trying to access freed memory in CSSLoaderImpl::DidLoadStyle(). I was trying to access aLoadData to print out an error message after aLoadData had been freed. Moved the error printing code to where aLoadData still has valid content.
1999-06-16 01:29:27 +00:00
pierre%netscape.com
731fce2c37
#8264 "[PP] Mac GFX draws lines one pixel too long"
1999-06-16 01:18:15 +00:00
waterson%netscape.com
be10c75fd5
No longer need to special case comparison of XPConnect and DOM objects.
1999-06-16 01:12:37 +00:00
nisheeth%netscape.com
f3d6ae27d7
We no longer need to check an environment variable before instantiating the expat tokenizer. The next step is to remove the XML tokenizer from the build system.
1999-06-16 01:11:48 +00:00
jdunn%netscape.com
844d5ad262
Use C comment delims and not C++
1999-06-16 01:08:26 +00:00
radha%netscape.com
a3ee977080
Fix the GetURL() bustage in windows
1999-06-16 01:02:19 +00:00
alecf%netscape.com
f47c470057
remove unused functions
1999-06-16 01:01:09 +00:00
alecf%netscape.com
8408c4a703
remove some unused functions
1999-06-16 01:00:29 +00:00
rjc%netscape.com
6228b0e0fd
Add checks for NULL before using mInner. It could be NULL, for example, if JavaScript creates the datasource but forgets to Init() the datasource.
1999-06-16 00:59:43 +00:00
alecf%netscape.com
06a3bbc5fe
back out previous checkin - busts on windows
1999-06-16 00:59:24 +00:00
alecf%netscape.com
7c01734804
back out last checkin, busts on windows
1999-06-16 00:58:16 +00:00
akkana%netscape.com
9788382e4d
Add a comment and an acute entity, for testing purposes
1999-06-16 00:53:54 +00:00
akkana%netscape.com
e230b266b9
Oh, drat. Previous fix for const problem also threw away the result
...
of UnicodeToHTMLString. This fixes that.
1999-06-16 00:52:47 +00:00