darin%meer.net
2810017b17
fixing win32 bustage
2004-09-09 18:52:22 +00:00
mcs%pearlcrescent.com
b6c52eb5de
Fix bug # 141754 - Enhancement: Should support startTLS.
...
LDAP command line tools now accept 2 new options:
-ZZ (issue a startTLS request)
-ZZZ (like -ZZ but require a successful response).
API extensions:
ldap_ssl.h: LDAP_EXOP_START_TLS macro (OID of start TLS extended op.).
libssldap: Added ldap_start_tls_s() function.
libprldap: Added prldap_is_installed() and prldap_import_connection().
libldap: Added new LDAP_X_OPT_SOCKETARG option for ldap_get_option()
and ldap_set_option() (get/set the socketarg associated
with the main LDAP TCP connection).
liblber: Added new LBER_SOCKBUF_OPT_SOCK_ARG option for
ber_sockbuf_set_option() and ber_sockbuf_get_option()
(get/set the socketarg associated with a Sockbuf).
Also, some refactoring was done in libssldap to simplify the code.
2004-09-09 18:50:05 +00:00
mcs%pearlcrescent.com
ce27adf824
Fix bug # 242143 - ldap_extended_operation(3) sends requestValue
...
when not requested.
Now if a NULL struct berval * is passed for the extended op data,
no value is sent.
2004-09-09 18:23:39 +00:00
darin%meer.net
02fdc9d90f
landing patch for bug 258470 "XULRunner shouldn't use firefox migration service" r=bsmedberg
2004-09-09 18:10:25 +00:00
igor%mir2.org
3047c478e0
1. Interpreter.interpret no longer tracks "with" statement nesting and instead use local register to save/restore scope during exception handling. It allowed to simplify exception handling and move it back to Interpreter.interpret to avoid issues with hypothetical stack overflow exceptions during exception catching.
...
2. local registers are cleared with null after use to allow to GC no longer used objects.
2004-09-09 17:40:48 +00:00
dbaron%dbaron.org
9e2cdf2204
Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky
2004-09-09 17:32:35 +00:00
mostafah%oeone.com
2dfed87635
Updated translation
2004-09-09 15:32:04 +00:00
pedemont%us.ibm.com
7d3d0d4a79
Bug 258503 - incorrect comment for function onStartURIOpen. r=cbiesinger,sr=bzbarsky,a=mkaply
2004-09-09 15:30:09 +00:00
mostafah%oeone.com
ac88bb9c40
Checked in patch for bug 258369:
...
Adding city to "my Timezone
2004-09-09 14:58:15 +00:00
mostafah%oeone.com
2a4f93fd10
Checked in patch for bug 258527:
...
MonthView, workweek only: no 5th week if month ends on day off at 6th week start
2004-09-09 14:42:42 +00:00
dveditz%cruzio.com
bbf0339719
bug 157354 suppress display of user:pass (pref controlled) to help with spoofing; r=caillon,sr=bz,a=asa
2004-09-09 14:27:52 +00:00
neil%parkwaycc.co.uk
5d16d8275e
Bug 258474 JavaScript strict warnings: trailing comma is not legal p=cst@andrew.cmu.edu r+sr=dbaron
2004-09-09 14:25:26 +00:00
Stefan.Borggraefe%gmx.de
0315891bf9
Bug 250637: Remove broken "Power Search" feature that was never really implemented
...
r=pkwarren, sr=neil
2004-09-09 14:23:12 +00:00
Stefan.Borggraefe%gmx.de
cb2febdff4
Remove unused pref (part of bug 250637).
...
r=mscott
2004-09-09 14:19:02 +00:00
neil%parkwaycc.co.uk
036fa599db
Bug 142798 Should be able to copy URL from download manager p=cst@andrew.cmu.edu r=me sr=jag
2004-09-09 14:12:53 +00:00
neil%parkwaycc.co.uk
edf56edbed
Supplementary fix to bug 258143 to make reloading the displayed message more reliable r+sr=bienvenu
2004-09-09 08:14:21 +00:00
pete.zha%sun.com
36b3e5d79e
bug 254553
...
Preference items in "images" is not lockable
r=neil.parkwaycc.co.uk, sr=jag
patch=brian.lu@sun.com
2004-09-09 07:11:27 +00:00
darin%meer.net
485a56fcde
Improve command line handling for XULRunner. Support invocation without
...
the "-app" switch. Provide basic -help and -version support.
2004-09-09 07:03:04 +00:00
darin%meer.net
5387eac976
correct spelling of XULRunner ;-)
2004-09-09 07:01:43 +00:00
darin%meer.net
f40f923a0a
fixes bug 257308 "Visual indicators of site security appear for the wrong site" r=biesi sr=bz
2004-09-09 06:54:52 +00:00
darin%meer.net
39237684fe
landing modifications from XULRUNNER_20040804_BRANCH
2004-09-09 01:26:39 +00:00
jwalden%mit.edu
1216a5e2b5
Bug 257274 - Minor errors in forieusers.xhtml, using_firebird.xhtml. Patch by Sean Umphlet <nosebleed@umphlet.com>, r=rlk@trfenv.com, a=asa
2004-09-09 00:57:02 +00:00
pinkerton%aol.net
3068c1206a
escape a menu item starting with a hyphen (carbon wants to make it a
...
separator) with a zero-width space (bug 164155, r=pink, sr=bryner)
2004-09-09 00:51:11 +00:00
pinkerton%aol.net
f57dcb888d
strip &'s (windows accel keys) from prompt strings (bug 244670)
2004-09-09 00:37:18 +00:00
jocuri%softhome.net
a1ca010233
Patch for bug 257303: convert lastused field in logincookies from timestamp to datetime; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
2004-09-08 23:29:08 +00:00
timeless%mozdev.org
37ec904a3b
Bug 156632 useless call to PR_CurrentThread
...
patch by riceman+bmo@mail.rit.edu r=dbaron sr=darin
2004-09-08 22:56:06 +00:00
jocuri%softhome.net
93056b178d
Patch for bug 254729: fix editproducts.cgi generated warnings in the error log when creating new products; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
2004-09-08 22:53:39 +00:00
jocuri%softhome.net
1b94d5966b
Patch for bug 211188: Make testing suite check for any #! lines that are not /usr/bin/perl; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=justdave.
2004-09-08 22:46:34 +00:00
jst%mozilla.jstenback.com
cda0d2261b
Fixing bug 258499. Gmail invite window treated as a popup, and is blocked. Need to permit popups from mousedown with the new popup blocker. r+sr=brendan@mozilla.org
2004-09-08 22:38:15 +00:00
darin%meer.net
0881640487
fixes bug 258473 "Taskbar icons all the same (moz head) instead of functional icons (browser vs. mail)" r=biesi
2004-09-08 22:06:17 +00:00
darin%meer.net
ff9986a074
fixes bug 258491 "nsXREDirProvider should expose NS_APP_USER_CHROME_DIR as soon as possible" r=bsmedberg
2004-09-08 20:25:45 +00:00
blizzard%redhat.com
218b5f34e9
Make sure to break out of the loop when converting from UTF-8 to UTF-16 line breakes. Otherwise we could re-use the already converted number and re-convert the value again. This should fix problems on sites like kr.yahoo.com. Not part of the default build.
2004-09-08 19:52:35 +00:00
aaronleventhal%moonset.net
f4a48e2f49
Bug 255569. HTML combo box drop downs should not be in tab order. r=neil, sr=bryner
2004-09-08 19:32:29 +00:00
ere%atp.fi
4684f01a43
Bug 253035: Simplify IME code of windows/nsWindow.cpp
...
Patch by Masayuki Nakano
r=ere
sr=bryner
2004-09-08 19:30:22 +00:00
mostafah%oeone.com
cac637f1d2
Fixed bug 258469: Warning: trailing comma is not legal in ECMA-262 object
...
initializers Source File: chrome://calendar/content/publish.js
2004-09-08 18:49:24 +00:00
blizzard%redhat.com
62fac72522
Make sure that the minimum font sizes are measured in points, not pixels. Should fix problems on sites like cn.yahoo.com which have some small chinese glyphs. Not part of the default build.
2004-09-08 18:44:36 +00:00
bienvenu%nventure.com
48e5017cb9
fix crash adding second news account with existing name, r=me, sr=mscott, patch by kteuscher@myrealbox.com 258234
2004-09-08 18:21:52 +00:00
jst%mozilla.jstenback.com
27ceb9d4da
Fixing mailnews crash (bug 258386) when hitting 'b' to go to the previous message when on the first message. r=bienvenu@nventure.com, sr=mscott@mozilla.org
2004-09-08 16:57:42 +00:00
blizzard%redhat.com
d4c875c241
Fix problems with text rendering where letter spacing was used with letters that would generate multiple text runs and multiple glyphs for each character. Not part of the default build.
2004-09-08 16:50:36 +00:00
roc+%cs.cmu.edu
daa86e3af8
bug 258055. Fix broken C++ compiler bustage. r+sr=roc, patch by Yuliy Pisetsky
2004-09-08 15:39:44 +00:00
igor%mir2.org
db8822eccc
Removal of "throws JavaSriptException" declaration:
...
JavaSriptException now inherits from RhinoException which inherits from RuntimeException and as such it does not necessary to declare it.
Moreover, it is wrong to use it for the documentation purpose since a script can also throw EcmaError and WrappedException and a proper documentation would require to document those exceptions as well. But since almost all Rhino functions can potentially execute script code it means that wast majority of functions would bear the declarations, not only code overriding or calling explicitly Function.call/construct. And then the throw declarations would bring no information if it always would be "throws RhinoException". Thus it is better not to litter sources with the declarations at all.
2004-09-08 12:29:59 +00:00
ben%bengoodger.com
c6704a794b
258360 - ISS is sending incorrect parameter values when there is no selected search engine r+sr=brendan@mozilla.org
2004-09-08 08:09:20 +00:00
scott%scott-macgregor.org
a7d00b5940
Bug #257555 --> when importing eudora mailboxes with special eudora tags like <x-flowed>, just remove the tag and not the entire line of text.
2004-09-08 06:16:30 +00:00
scott%scott-macgregor.org
ba58ca2abe
Bug #247644 --> If Thunderbird has more then one profile Firefox can't be started by clicking a hyperlink.
...
Clear several environment variables that get set when the aviary app gets restarted.
r=bsmedberg
sr=darin
2004-09-08 05:43:21 +00:00
dbaron%dbaron.org
f8dbaa44ac
Fix serialization of declaration blocks containing 'overflow' and the bugs that causes. b=258300 r+sr=bzbarsky
2004-09-08 05:42:03 +00:00
scott%scott-macgregor.org
a489a9228a
Bug #258005 --> use nsCString instead of the old PUSH_STRING macro for generating attachment header info.
...
sr=bienvenu
2004-09-08 05:35:55 +00:00
darin%meer.net
5ac371c8e9
fixing MingW bustage
2004-09-08 03:38:37 +00:00
nelsonb%netscape.com
85d9ad67fc
Two new functions: PK11_PubEncryptPKCS1 and PK11_PrivDecryptPKCS1.
...
Bugzilla bug 258366. Ported from NSS 3.9 branch.
2004-09-08 02:52:15 +00:00
nelsonb%netscape.com
11b916c95a
export CERT_ConvertAndDecodeCertificate and SEC_PKCS7EncodeItem from
...
libSMIME. Bugzilla bug 258362. Fix ported from 3.9 branch.
2004-09-08 01:20:46 +00:00
dac%x.cx
612dfeb084
update messages to be more realistic
2004-09-08 00:54:06 +00:00