blakeross%telocity.com
ac009b4d4c
Restore Ctrl+0 for resetting text size.
2002-11-03 14:51:29 +00:00
darin%netscape.com
124c9697d0
forwarding messages now works
2002-11-03 01:54:46 +00:00
igor%mir2.org
af3cca93fd
I made FunctionNode to inherit from Node instead of Node.StringNode as FunctionNode is never used as a string source.
2002-11-03 01:26:29 +00:00
sspitzer%netscape.com
5cb1e71d04
fix for crasher bug #176056 . crash when setting up default smtp servers. r/sr=bienvenu, a=asa.
2002-11-03 01:09:31 +00:00
gerv%gerv.net
13e08312cf
Bug 178019 - reports.cgi should use the shadowdb. Patch by gerv; r=bbaetz.
2002-11-02 22:59:10 +00:00
blakeross%telocity.com
b038ad79ee
back out arrow color change.
2002-11-02 22:27:08 +00:00
blakeross%telocity.com
94f8219b20
Fix pref name.
2002-11-02 22:09:49 +00:00
igor%mir2.org
e33d132a12
I removed method duplication in Node where getNext() was duplicated as getNextSibling() and code was using both of them and similarly for getFirstChild()/getFirst().
2002-11-02 22:08:00 +00:00
blakeross%telocity.com
951de612e3
Fix some buglets; remove more comm dependencies.
2002-11-02 21:14:22 +00:00
darin%netscape.com
a8e727269b
implement QueryClientByName
2002-11-02 18:57:15 +00:00
igor%mir2.org
9b6ae7fdf7
Allow for TokenStream.COMMA node in the parsed tree to contain more then 2 children to avoid too-deep recursion during code generation for long array and object initialization lists.
2002-11-02 18:01:26 +00:00
ian%hixie.ch
574e9443e3
Adding more debug code to make my life easier.
2002-11-02 17:56:51 +00:00
igor%mir2.org
6c91eb5274
Cosmetics: use uniform indentation in switch statements
2002-11-02 14:54:35 +00:00
igor%mir2.org
9c88f342b2
Avoid potentially expensive calls to Node.addChildBefore which may need to traverse a long child list to find the previous child when a reference to the previous child is available from context.
2002-11-02 12:52:11 +00:00
igor%mir2.org
498ccb82fe
Clear reference to sourceBuffer array as soon as it is no longer needed to allow its earlier GC.
2002-11-02 12:46:28 +00:00
locka%iol.ie
593d895e87
Fix about:plugins support in embedding. b=176191 r=chak@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-11-02 12:29:38 +00:00
locka%iol.ie
bb37ab1c42
Add WS_CLIPCHILDREN to fix a painting problem. b=177637 r=jeff@tcbmi.com sr=blizzard@mozilla.org a=asa@mozilla.org
2002-11-02 12:27:52 +00:00
blakeross%telocity.com
11c32a29b7
add missing files.
2002-11-02 12:13:58 +00:00
samuel%sieb.net
4cba6d682c
Bug 113227 - make /list not cause chatzilla to time out or freeze mozilla
...
(also bump version)
chatzilla only
r=rginda
a=asa
2002-11-02 06:16:14 +00:00
samuel%sieb.net
2386360cbe
Bug 166187 - fix /hide regression caused by conversion to deck
...
chatzilla only
r=rginda
a=roc+moz
2002-11-02 06:10:17 +00:00
darin%netscape.com
4feb34ae64
next round of revisions
...
1) added ipcQueue<>
2) added ipcLog
3) closer to having a working QueryClientByName
4) build fix
2002-11-02 02:45:24 +00:00
mcs%netscape.com
e29270dddf
Fix bug # 175727 - strict aliasing bugs in LDAP C SDK.
...
Avoid casts like (void**)&pRes; use temporary local variables
instead.
2002-11-02 02:29:37 +00:00
blakeross%telocity.com
795653d59b
Add default prompt pref.
2002-11-02 02:23:17 +00:00
arougthopher%lizardland.net
4cceb11df7
Bug#92793
...
BeOS classes are not threadsafe
In BeOS, each window runs in its own thread. Because of this,
we have a proxy layer between the mozilla UI thread, and calls made
within the window's thread via CallMethod(). However, since the windows
are still running in their own thread, and reference counting takes place within
that thread, we need to reference and de-reference outselves atomically.
r=rpotts
sr=blizzard
a=asa
2002-11-02 02:12:00 +00:00
nelsonb%netscape.com
c2ff4f68a2
Add some processor and compiler dependent optimizations to SHA1.
2002-11-02 01:53:01 +00:00
nelsonb%netscape.com
2ff4c01664
Add SHA256 SHA512 and SHA384 hashes to freebl.
2002-11-02 01:51:44 +00:00
pschwartau%netscape.com
b34f9a9f49
New version of the test, by igor@icesoft.no; uses less memory.
2002-11-02 01:26:08 +00:00
blakeross%telocity.com
e57cc2f7fc
Remove dl-start obs on shutdown.
2002-11-02 01:17:36 +00:00
sspitzer%netscape.com
903fffa429
landing mscott's mail views work from the ns tree. see #176850
...
NOT PART OF THE BUILD YET.
2002-11-02 01:07:53 +00:00
blakeross%telocity.com
256ef6b0ef
Port over a regression fix from Mozilla.
2002-11-02 00:36:06 +00:00
blakeross%telocity.com
2e4b21d920
Some bulletproofing.
2002-11-02 00:32:53 +00:00
blakeross%telocity.com
1bcc607468
- Fixing a bug that caused the menubar to remain disabled after customizing the toolbars.
...
- First cut at pref for a default download directory, and options to open the download sidebar when starting a download and whether to prompt for a filename. Under construction!
2002-11-02 00:28:30 +00:00
jpierre%netscape.com
edd979ec33
Fix for bug 177798 - NULL pointers in ShutdownCRLCache to allow shutdown/restart
...
of NSS.
2002-11-02 00:07:48 +00:00
bzbarsky%mit.edu
f013deee35
Fix some js errors. Bug 163884, patch by wesha@mail.ru (Wesha), r=jag,
...
sr=bzbarsky, a=asa
2002-11-01 23:55:53 +00:00
aaronl%netscape.com
01dcf339ad
Bug 175321. Proper fix for typeaheadfind crashes using findnext. r=caillon, sr=brendan, a=asa.
2002-11-01 23:29:14 +00:00
aaronl%netscape.com
48ee102ad9
Bug 171260. Typeaheadfind in page with frames wrecks normal find. r=akkana, sr=sfraser. a=asa
2002-11-01 23:24:33 +00:00
cmanske%netscape.com
6ed4991151
Fixed busted 'deleteTable' feature - silly spelling error, b=174558, r=brade, sr=kin, a=asa/drivers
2002-11-01 22:20:37 +00:00
blizzard%redhat.com
ba1a8da285
Bug #176842 . gtk2 UI fonts are wonky. Use the proper default font for gtk2. Make sure to use the gtk2 dpi and xft dpi when they are available and fall back to the physical dpi if they aren't set for xft and gtk2 builds only. r=bryner,sr=shaver,a=asa
2002-11-01 22:06:30 +00:00
cbiesinger%web.de
37dab08d79
bug 177661 patch by paper@animecity.nu r=biesi sr=tor a=roc+moz
...
2 frame GIFs do not animate
2002-11-01 21:46:35 +00:00
rdayal%netscape.com
ccc958a930
Bug #177382 Changes to comply with configure.in changes for WIN32_LEAN_AND_MEAN
...
r=leaf, sr=bienvenu, a=roc+moz
2002-11-01 21:35:08 +00:00
nelsonb%netscape.com
95badac2f4
Fix several problems related to error messages, including an attempt to
...
print a null string pointer.
2002-11-01 21:04:33 +00:00
nelsonb%netscape.com
cea8a96338
Reformat text. Fix syntax error in first examples.
2002-11-01 21:03:24 +00:00
rogerl%netscape.com
a6ee4c8235
Whole slew of Linux build warning fixes. Fixed over-pop from default
...
constructor.
2002-11-01 20:55:10 +00:00
seawood%netscape.com
0b5fb1a334
Install mozilla-config.h during 'make install'.
...
Bug #177504 r=pavlov a=asa
2002-11-01 20:47:34 +00:00
mikep%oeone.com
fd469b21f0
Fixing the ability to import events, when using the wizard.
2002-11-01 20:46:46 +00:00
mcs%netscape.com
c1aa011ff3
Fix bug # 169975 - LDAP memory cache accesses response
...
list w/o locking mutex.
2002-11-01 19:57:09 +00:00
mikep%oeone.com
bdcd3fffd2
Removing dependency on xmlextras.
2002-11-01 17:59:57 +00:00
justdave%syndicomm.com
ba7acc02e3
Fix for bug 176509: "(this bug is not in your list)" no longer appears in the navigation bar when you aren't viewing a bug.
...
Patch by Jody McIntyre <jodym@oeone.com>
r=justdave
2002-11-01 16:40:33 +00:00
ccarlen%netscape.com
88535bd0b1
Bug 173311 - RealPlayer One 9.0b2 plugin causes crash at startup for Mach-0 build because of symlink (alias) handling problems. r=bnesse/sr=sfraser/a=dbaron
2002-11-01 15:45:38 +00:00
mcs%netscape.com
cbdc43aebe
Fix bug # 166189 - Segmentation fault on invalid filter string.
...
Check that a sequence of set has been created before using
it inside ber_put_seqorset().
2002-11-01 15:23:29 +00:00