Commit Graph

126402 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
50248a9c72 Bug 231750 gtk alert text should be selected p=mozilla@flowerday.cx r=blizzard sr=bryner 2004-01-30 10:55:44 +00:00
gerv%gerv.net
eef488b758 Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave. 2004-01-30 08:49:14 +00:00
gerv%gerv.net
fe779dd5b7 Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave. 2004-01-30 08:48:13 +00:00
dbaron%dbaron.org
4f388081f5 Make first method inline to try to fix egcs bustage. b=109772 2004-01-30 08:01:01 +00:00
dougt%meer.net
7d8d55f402 minimo only - making the stop icon act like a throbber when page loading. wacking g_prints to save a tad of footprint. And, yes. These are the xpm's I am using for now. 2004-01-30 07:36:31 +00:00
cls%seawood.org
25fb945181 Removing unused file.
Bug #232354
2004-01-30 06:23:54 +00:00
bienvenu%nventure.com
c3e6c29441 make starting up mail with unsent messages to send prompt the user, sr=mscott 232516 2004-01-30 04:45:26 +00:00
scott%scott-macgregor.org
86ffc7a929 Bug #232453 --> ldap quick search and advanced search does not honor search filters
when applied to the ldap directory properties dialog.

r=dmose
sr=bienvenu
2004-01-30 04:33:32 +00:00
roc+%cs.cmu.edu
bd71158ac5 Fixing build bustage. 2004-01-30 04:25:46 +00:00
nelsonb%netscape.com
3dcf7f696e When an attempt to initialize a slot fails, free up the resources
right away, rather than waiting until NSS_Shutdown.  Bug 123693.
Second try.  r=relyea.
2004-01-30 04:15:47 +00:00
roc+%cs.cmu.edu
ee86ab45fb Bug 109772. Some nsIView deCOMtamination. Fixed the API for GetNeearestWidget to be sensible. r+sr=dbaron 2004-01-30 03:20:41 +00:00
dbaron%dbaron.org
17c9bcdadb Unregister pref observer onunload to prevent it leaking until shutdown. Also run more onload rather than when the script is executed. b=231384 r=mvl sr=bryner 2004-01-30 00:46:32 +00:00
nelsonb%netscape.com
df07bc6cf4 Back out rev 1.90. It breaks shlibsign. 2004-01-29 23:34:21 +00:00
rlk%trfenv.com
13bb5a3d8f Hooking up the Developer Tools to the build which was forgotten as part of bug 145056. 2004-01-29 23:30:40 +00:00
nelsonb%netscape.com
371b9d618e Export SECOID_AddEntry. Bug 132942. r=wtc. 2004-01-29 22:51:55 +00:00
nelsonb%netscape.com
50f63ee713 Invoke SECU_RegisterDynamicOids() so that more OIDs will print out.
Bug 132942.  a=wtc.
2004-01-29 22:48:58 +00:00
nelsonb%netscape.com
792e8d1e9e Bug 132942. r=wtc
Make the following enhancements to NSS's ASN.1 printing code:
- Print warning messages that are properly indendented.
- PrintAsHex notices when the buffer contains entirely printable characters, and is larger than an int, and prints it as text in that case.
- PrintRawString now indents the string, rather than always printing it on
a separate line.
- now prints decoded bit strings
- now prints BMP (UCS2) strings as strings (not as hex) when they contain only printable ASCII characters.
- now prints Universal (UCS4) Strings as strings (not hex) when they contain only printable ASCII characters.
- Decodes certain encoded data that was previously printed as hex.
- Generically decodes ASN.1 data, rather than merely printing an error, when the ASN.1 data doesn't fit a known template.
- properly handles all optional components of basic constraints extensions.
- Prints the names of the bits in the X509 Key Usage extension.
- Prints General Names.
- Print Auth Key ID extensions
- Print subject and issuer alt name extensions
- Print CRL distribution points extensions
- format and print name constraints extensions
- print Authority Information Access extensions
- Print optional X509v2 subject and issuer Unique ID bit strings
2004-01-29 22:45:20 +00:00
wchang0222%aol.com
449a23e66c Bugzilla bug 231504: made --disable-strip work. r=bryner. 2004-01-29 22:41:50 +00:00
cbiesinger%web.de
7b72a95123 bug 232219, memory leak in nsGNOMERegisty::GetFromType
patch by Christian Persch <chpe@gnome.org> r=darin sr=bryner
2004-01-29 22:20:44 +00:00
dougt%meer.net
318541819f [minimo only] remove dos line endings. 2004-01-29 22:09:23 +00:00
jst%mozilla.jstenback.com
90431d8022 Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org 2004-01-29 22:04:45 +00:00
dougt%meer.net
d49d4a457e [minimo only] check of small screen css addition 2004-01-29 22:00:57 +00:00
nelsonb%netscape.com
a691eadad9 Change some comments and one variable as suggested in review comments.
r=relyea,wtc.  Bug 124923.
2004-01-29 21:57:41 +00:00
dougt%meer.net
f023ec527b http caching disabled per darin and I 2004-01-29 21:55:00 +00:00
nelsonb%netscape.com
ea227986af Make SECOID_AddEntry be thread safe. Export it. Bug 124923. r=relyea. 2004-01-29 21:23:36 +00:00
nelsonb%netscape.com
ee55e2e256 Plug leaks. Bug 123693. r=wtc,relyea 2004-01-29 21:18:24 +00:00
neil%parkwaycc.co.uk
5cade97563 Don't retarget events that are bubbling back out of content anonymous to the original target b=196755 r=bryner sr=jst 2004-01-29 21:14:53 +00:00
ben%bengoodger.com
41e947e625 231371 - downloading a file destroys the desktop 2004-01-29 21:10:10 +00:00
jst%mozilla.jstenback.com
2d28da6586 Making nsDocument::RetrieveRelevantHeaders() non-virtual now that noone overrides it. Bug 202636, suggested by psolanki@myrealbox.com, r+sr=jst@mozilla.jstenback.com 2004-01-29 20:52:06 +00:00
cltbld%netscape.com
177c95f1e4 Automated update 2004-01-29 20:20:57 +00:00
pinkerton%aol.net
6233fbb29e add support for OSX 10.3 SDK support so build done on 10.3 can be run on
previous OS versions. Enabled with configure flag --with-macos-sdk=dir
(bug 224161, r=bryner)
2004-01-29 20:18:14 +00:00
pinkerton%aol.net
bc626db256 hacked up a private method to respond when smooth scrolling is turned on
on panther (bug 230594)
2004-01-29 20:11:54 +00:00
myk%mozilla.org
2146bb88cd Fix for bug 232508: adds back missing space between "tell" and "[% terms.Bugzilla %]".
Patch by Stephen Reindl <sr@stephenreindl.de>
r=myk
a=myk
2004-01-29 19:54:44 +00:00
pinkerton%aol.net
5c72ca830b fix highliting, temp buffer truncated or crashes with IME (bug 162666) 2004-01-29 19:42:13 +00:00
igor%mir2.org
d3b31dac4f Fixing bug 210605 again: for now re-throw Error instances as is without wrapping them into WrappedException so scripts would not be able to catch them. 2004-01-29 17:04:31 +00:00
scott%scott-macgregor.org
23551a49e2 Bug #229203 --> convert new lines to commas when pasting into a single line text box 2004-01-29 17:03:03 +00:00
scott%scott-macgregor.org
daab80dc6d Bug #229203 --> thunderbird needs new liness converted to commas when pasting into single cell text boxes.
This comes up when pasting address data from spreadsheet programs into the addressing widget. This pref cannot be turned on for seamonkey because it effects all single line text boxes.

r=glazman, moa=glazman
sr=bienvenu
2004-01-29 16:55:01 +00:00
pinkerton%aol.net
27a32d493e fixed the error handling in the d/l location setting 2004-01-29 16:10:07 +00:00
pinkerton%aol.net
be978da8fd correctly save the download location in IC (bug 232353) 2004-01-29 15:05:02 +00:00
daniel%glazman.org
f8a9b202b8 Remove all text styles menu item and key binding both no longer working in Composer and mail composer; b=215406; r=floppymoose,sr=dbaron 2004-01-29 14:52:43 +00:00
silver%warwickcompsoc.co.uk
66c5268f94 Bug 112435 - Add font size and family menus, commands, and access keys (for bigger/smaller/reset).
r=rginda@hacksrus.com
2004-01-29 11:27:35 +00:00
dbaron%dbaron.org
36f4864d42 Speed up constructors of nsAutoString and nsCAutoString by calling nsStrPrivate::Initialize only once. b=188828 r=darin sr=alecf 2004-01-29 04:00:47 +00:00
bzbarsky%mit.edu
16e457b12e Rework cookie dialogs to allow setting session-only cookies. Bug 230624, patch
by Mike Connor <mconnor@myrealbox.com>, r=mvl, sr=darin
2004-01-29 03:34:58 +00:00
jst%mozilla.jstenback.com
91f18d4734 Tweak to new APIs. Not part of the build. 2004-01-29 03:25:59 +00:00
bsmedberg%covad.net
54679ad68b Bug 109703 - unix stub installer sends proxy auth even when no username/password is entered. patch by opi@gmx.at r=me r/sr=darin 2004-01-29 03:14:53 +00:00
ben%bengoodger.com
dbb7c6a288 fix 229627 - installer creates wrong keys for java on windows 2004-01-29 02:45:43 +00:00
dbaron%dbaron.org
1d022f0bcd Use a stub implementation of nsIDocumentObserver for implementors of nsIDocumentObserver in the layout library. b=232351 r+sr=jst 2004-01-29 01:45:34 +00:00
jst%mozilla.jstenback.com
e33878c00b Silly filter stuff (not working), and make the serializer work, or work better at least. Not part of the build. 2004-01-29 01:44:00 +00:00
bsmedberg%covad.net
1b3da4a5f8 Bug 231996 - [BEOS]Improper background clipping patch by simontaylor2@lycos.co.uk r=sergei_d@fi.tartu.ee 2004-01-29 01:30:25 +00:00
jst%mozilla.jstenback.com
6f2447e9ac Moving code around. Not part of the build. 2004-01-29 01:05:32 +00:00