Граф коммитов

126427 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org 4f274fdb99 trunk builds are now referred to as 0.5+ 2004-01-30 18:21:04 +00:00
scott%scott-macgregor.org 9e30c9caf5 Bug #231034 --> Tab doesn't scroll though address list. Regression from my earlier checkin
r=neil
sr=bienvenu
2004-01-30 18:17:53 +00:00
cbiesinger%web.de 658b2c174d Bug 232608: unused preferences in browser-prefs.js
r=bsmedberg sr=roc
2004-01-30 16:38:24 +00:00
neil%parkwaycc.co.uk 6f956d866c Bug 84098 Link properties dialog should display ids as well as named anchors and headings p=basic@mozillanews.org r=me sr=brendan 2004-01-30 11:04:40 +00:00
neil%parkwaycc.co.uk 6ab4cc4e81 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 efa0b3cf9a Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave. 2004-01-30 08:49:14 +00:00
gerv%gerv.net c668dfb689 Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave. 2004-01-30 08:48:13 +00:00
dbaron%dbaron.org 6b4b5847ef Make first method inline to try to fix egcs bustage. b=109772 2004-01-30 08:01:01 +00:00
dougt%meer.net 9d02d4b1dc 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 95511cc05a Removing unused file.
Bug #232354
2004-01-30 06:23:54 +00:00
bienvenu%nventure.com 671e1ac89f 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 2fff9f432b 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 2c03598e56 Fixing build bustage. 2004-01-30 04:25:46 +00:00
nelsonb%netscape.com 3362ec5c98 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 a2c6a75e31 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 fe2e0655fe 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 66a5f14215 Back out rev 1.90. It breaks shlibsign. 2004-01-29 23:34:21 +00:00
rlk%trfenv.com 0761a4345d 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 3746806bae Export SECOID_AddEntry. Bug 132942. r=wtc. 2004-01-29 22:51:55 +00:00
nelsonb%netscape.com 87037886de 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 1178524031 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 674d0a62b5 Bugzilla bug 231504: made --disable-strip work. r=bryner. 2004-01-29 22:41:50 +00:00
cbiesinger%web.de 825b0d7eae 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 8d5926b64c [minimo only] remove dos line endings. 2004-01-29 22:09:23 +00:00
jst%mozilla.jstenback.com 1804c4910c 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 037a7b9d2e [minimo only] check of small screen css addition 2004-01-29 22:00:57 +00:00
nelsonb%netscape.com ffac3ff18d 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 7f11c36559 http caching disabled per darin and I 2004-01-29 21:55:00 +00:00
nelsonb%netscape.com ae49b07260 Make SECOID_AddEntry be thread safe. Export it. Bug 124923. r=relyea. 2004-01-29 21:23:36 +00:00
nelsonb%netscape.com aa1cc56ff2 Plug leaks. Bug 123693. r=wtc,relyea 2004-01-29 21:18:24 +00:00
neil%parkwaycc.co.uk 5f16f4645b 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 02c8d566eb 231371 - downloading a file destroys the desktop 2004-01-29 21:10:10 +00:00
jst%mozilla.jstenback.com a1067e1862 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 39723e265e Automated update 2004-01-29 20:20:57 +00:00
pinkerton%aol.net 60aa753170 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 2cabccd5b2 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 deb514d989 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 53a1577f1d fix highliting, temp buffer truncated or crashes with IME (bug 162666) 2004-01-29 19:42:13 +00:00
igor%mir2.org 2c61e81ef1 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 cf60c01b25 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 e19997ed86 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 210649f635 fixed the error handling in the d/l location setting 2004-01-29 16:10:07 +00:00
pinkerton%aol.net ee15c1fa42 correctly save the download location in IC (bug 232353) 2004-01-29 15:05:02 +00:00
daniel%glazman.org eff4dc2930 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 76678a20c4 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 94ae3e973e 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 df79bf5bfc 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 1f147a5800 Tweak to new APIs. Not part of the build. 2004-01-29 03:25:59 +00:00
bsmedberg%covad.net 320b3b184a 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 4fe859ef08 fix 229627 - installer creates wrong keys for java on windows 2004-01-29 02:45:43 +00:00