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

121151 Коммитов

Автор SHA1 Сообщение Дата
aaronl%netscape.com 3e0c33e5da Bug 210782. Separate public and private accessibility interfaces. r=kyle, sr=jst 2003-07-09 07:01:46 +00:00
bzbarsky%mit.edu d113f9f41e Make <html:img> nodes correctly work with xml:base on ancestors by deferring
the load till after we know who our parent is.  Bug 212133, r=caillon, sr=jst
2003-07-09 06:57:14 +00:00
dbaron%dbaron.org 7f9ed75392 Make ns[C]String::AppendFloat locale-independent. b=209569 r=jag sr=bzbarsky 2003-07-09 06:53:44 +00:00
caillon%returnzero.com 281e80fc6b Fixing compiler warnings. "Comparison is always false due to limited range of data type". No bug.
r+sr=bzbarsky@mit.edu
2003-07-09 06:42:14 +00:00
aaronl%netscape.com a8ec9ea561 Bug 211933. Incorrect null check in webbrowserfind code. r=dean_tessman, sr=sfraser 2003-07-09 06:41:20 +00:00
aaronl%netscape.com 5c5a6660ec Bug 211846. alt+down not working consistently for dropdowns. Also fixes bug 110801 and bug 205942, dropdown from alt+down not showing in the right place. r=jkieser, sr=bz 2003-07-09 06:36:33 +00:00
cltbld%netscape.com 7aaa87d0a9 Automated update 2003-07-09 05:17:52 +00:00
dougt%meer.net 99c8492a4f Adding warning comment to configure option 2003-07-09 05:11:31 +00:00
jaggernaut%netscape.com 4ad27a8c9d Bug 212118: Small bug in net_ParseFileURL: Substring(inURL, schemeBeg, schemeBeg + schemeEnd). r=darin, sr=dbaron 2003-07-09 05:11:10 +00:00
jaggernaut%netscape.com d64d467c07 Bug 212114: FormatStatusMessage broken for aStatusArg with more than two args. r=darin, sr=dbaron 2003-07-09 05:08:25 +00:00
dougt%meer.net e49407a60d Allow disabling of profile locking. r=ccarlen b=212132 2003-07-09 05:07:56 +00:00
dougt%meer.net 111c375c43 Minimo build file. - Not part of the mozilla build. 2003-07-09 04:57:30 +00:00
wtc%netscape.com 5f39ceafce Bug 126937: implement PR_GetSysfdTableMax and PR_SetSysfdTableSize for
OS/2.  The patch is contributed by Michael Kaply <mkaply@us.ibm.com>.
r=pedemont.
2003-07-09 04:56:28 +00:00
nelsonb%netscape.com 0545cae9b8 Change cert_GetCertificateEmailAddresses to return NULL rather than
a pointer to an empty string when a cert has no email addresses.
Partial fix for bug 211540.  Modified certdb/alg1485.c
2003-07-09 04:14:23 +00:00
wtc%netscape.com 04e80d83ca Bug 212004: in CERT_IsUserCert we should test for a null cert->trust and
treat it as no trust.  r=nelsonb.
2003-07-09 04:12:16 +00:00
nelsonb%netscape.com 6228d8c075 Export SEC_DupCRL and declare it in certdb.h. Bug 208194.
Modified Files:	nss/nss.def certdb/certdb.h
2003-07-09 04:00:48 +00:00
scott%scott-macgregor.org 5f61db2df0 Port some thunderbird improvements to the account manager back to the seamonkey trunk. Remove lots of unwanted flex space
from the dialogs.

r/sr=sspitzer
2003-07-09 03:53:22 +00:00
wtc%netscape.com 574fae56fb Bug 211512: worked around the Mac OS X Panther bug that the IPV6_V6ONLY
socket option is turned on by default.  r=bryner.
2003-07-09 03:48:13 +00:00
dbaron%dbaron.org 35a6c43f33 Convert jump tables to if-else trees to avoid the performance cost of function pointers. b=210550 r+sr=bzbarsky 2003-07-09 03:46:27 +00:00
roc+%cs.cmu.edu aef373ce51 ongoing deCOMtamination work. r+sr=dbaron 2003-07-09 03:30:40 +00:00
leon.zhang%sun.com 467c93cfb1 First patch for bug 208446: Caret stops blinking or disappears, prevent firing assertion
r=sfraser sr=kin
2003-07-09 03:05:25 +00:00
brade%netscape.com ed15121205 fix comment 2003-07-09 02:39:51 +00:00
jaggernaut%netscape.com 06350119d4 Purging tabs, r+sr=darin 2003-07-09 02:28:07 +00:00
bzbarsky%mit.edu 4ee83f7ab9 Fixing assert condition to be correct. Thanks to riceman+bmo@mail.rit.edu for
noticing.
2003-07-09 01:48:20 +00:00
jaggernaut%netscape.com a20d08d6fa Small optimization, no need to pass in a scheme string there. r+sr=darin 2003-07-09 01:35:35 +00:00
darin%netscape.com bae7bd0843 MSVC++ uses old-school variable scoping with |for| loop initializers. fixes win32 bustage. 2003-07-09 01:29:51 +00:00
jst%netscape.com 328cc422fa Fixing bug 211719. Making window.opener replaceable. r=caillon@aillon.org, sr=bzbarsky@mit.edu. 2003-07-09 00:48:25 +00:00
scott%scott-macgregor.org 2b9c528a6a expose pref UI for opening new messages 2003-07-09 00:41:46 +00:00
bryner%netscape.com d96d81509f Bug 209475 - updating for nsIPermissionManager API change. Patch by mvl, r=dwitte, sr=bz. 2003-07-09 00:23:42 +00:00
dwitte%stanford.edu ee64b32c3e Bug 209475: Make nsIPermissionManager more flexible for extensions.
Changes nsIPermissionManager.idl to accept type strings rather than integers; this allows consumers to register unique types more easily, without fear of conflicting with an already-existing one.

Also fixes some bounds-checking fu (sr=bz on irc for those additional portions).

patch by mvl; r=dwitte, sr=bz.
2003-07-09 00:20:57 +00:00
dbaron%dbaron.org 41a72493a2 Remove unused files. b=211173 r=smontagu sr=bryner 2003-07-09 00:07:25 +00:00
scott%scott-macgregor.org 627376d0a5 Add access to the certificate manager to the SMIME panel in the account manager. 2003-07-08 23:44:51 +00:00
smontagu%netscape.com b789b26128 Update some charset mapping tables to the latest versions from http://www.unicode.org/Public/MAPPINGS. Blanket rs=roc+moz in bug 199143. 2003-07-08 23:37:45 +00:00
danm%netscape.com 90630fe7c9 addref the window while the timer member variable holds a reference to the window. no longer a crash bug, but more proper COM. bug 143664 r=dougt,jag 2003-07-08 23:06:49 +00:00
scott%scott-macgregor.org 369b8a02cc When opening the options dialog, pre-select the correct category button based on the passed in url.
Rename Send Format to Send Options.
2003-07-08 23:00:52 +00:00
darin%netscape.com 69682b1372 fixes bug 209121 "Digest authentication incorrectly includes fragment identifier in URI when computing A2" r=dougt sr=bzbarsky 2003-07-08 22:49:26 +00:00
darin%netscape.com f73ce178fa revising nsIChannel documentation further 2003-07-08 22:43:51 +00:00
darin%netscape.com 4a6e9f49fc removing unused #define, no bug, r+sr=nobody 2003-07-08 22:25:39 +00:00
brade%netscape.com 04402fc7a2 remove unused local variable; fixes warning; no bug, no reviewers 2003-07-08 22:12:04 +00:00
brade%netscape.com 0ff8702179 remove unused variables to fix warnings; no bug, no reviews 2003-07-08 22:10:09 +00:00
scott%scott-macgregor.org 58ffc7b4d7 minor polish work to the font panel. 2003-07-08 22:06:09 +00:00
darin%netscape.com b3ca2894f5 cleaning up some nsIChannel documentation, b=209101, r+sr=nobody 2003-07-08 22:04:32 +00:00
dbradley%netscape.com 8c018c2af6 bug 127585 - xpidl usage is incorrect. r=timeless, sr=jst 2003-07-08 21:41:51 +00:00
scott%scott-macgregor.org c31d3e3b1e Make the font panel initialize the default charset for outgoing/incoming mail. 2003-07-08 21:38:15 +00:00
bzbarsky%mit.edu e08fa08e31 Expose request and response versions of HTTP channels. Bug 201625, r=darin, sr=bzbarsky 2003-07-08 21:35:54 +00:00
dbaron%dbaron.org dbe61def87 Add layout-debug to MOZ_EXTENSIONS_ALL. b=137331 r+sr=bryner 2003-07-08 21:20:04 +00:00
bryner%netscape.com b6c3914b11 Remove static makefile; you need to be using camino.mk to build. 2003-07-08 21:14:37 +00:00
varga%netscape.com 8334a1dd99 Fix for bug 202393. Add DOM class info for nsIXULTreeBuilder.
r=pike, sr=peterv
2003-07-08 21:10:52 +00:00
dbaron%dbaron.org 2fa292cbc3 Add UI code, intended to replace viewer, into extensions/layout-debug/. Separate UI-related features out of existing regression testing interface. b=137331 r+sr=bryner 2003-07-08 21:08:23 +00:00
smontagu%netscape.com e204fa5373 Update mapping tables for windows-1256 encoding. Bug 199143, r=jshin@mailaps.org, rs=roc+moz 2003-07-08 20:49:32 +00:00