dougt%netscape.com
1747fb0795
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2005-11-15 20:08:57 +00:00
dmose%netscape.com
24012d0670
LDAP over SSL (bug 107411). UI changes thanks to srilatha@netscape.com nsLDAPSecurityGlue.cpp: r=mcs@netscape.com; Mac S/MIME build changes: r=javi@netscape.com; Mac Project changes: r=rdayal; all other files: r=bhuvan@netscape.com; entire patch: sr=sspitzer@netscape.com
2005-11-15 20:08:56 +00:00
dmose%netscape.com
a242a7e107
Fix LDAP XPCOM SDK race condition which could cause LDAP entries to get dropped, or binds to fail entirely (bug 131447). The old code asked ldap_result() for all new messages received, including ones for operations that it did not yet know how to handle. That code has been changed to enumerate the pending operations, and ask for results of each of the pending operations that it knows about, and no others. r=sspitzer@netscape.com, dmose@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org
2005-11-15 20:08:55 +00:00
darin%netscape.com
3f4de0c31e
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2005-11-15 20:08:54 +00:00
timeless%mac.com
2304781f41
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2005-11-15 20:08:53 +00:00
dmose%netscape.com
787cf0a253
Fix LDAP autocomplete regression with CJK names by adding a separate pref for minimum length of CJK names to search with a different default (bug 101086). r=shanjian@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
2005-11-15 20:08:52 +00:00
jaggernaut%netscape.com
4604a53155
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2005-11-15 20:08:51 +00:00
dmose%netscape.com
646e432e61
Fix error message display of incorrectly set search filters (bug 79935). r=leif@netscape.com, sr=bienvenu@netscape.com
2005-11-15 20:08:50 +00:00
dmose%netscape.com
9d99ed8825
Add support to the autocomplete widget, interfaces, and LDAP autocomplete session for returning "failure items" which allow the user to select an error entry and have it fire an arbitrary command, rather than actually filling in the text of the item. Part of bug 79935. r=hewitt@netscape.com, sr=bievenu@netscape.com
2005-11-15 20:08:49 +00:00
dmose%netscape.com
4268f9922c
Build ordering issues busted the clobber builds; forward declaring an interface and moving a #include around to fix.
2005-11-15 20:08:48 +00:00
leif%netscape.com
8f12c6c114
Fix for bug 82412: Preresolve DNS before calling into LDAP C-SDk. SR=bienvenu@netscape.com, r=dmose@netscape.com, patch=leif@netscape.com.
2005-11-15 20:08:47 +00:00
dmose%netscape.com
b1095ee90a
Fix RFC 822 quoting for LDAP autocompleted display names (bug 89198). Fix works by creating a new "formatter" interface and implementing an addressbook-specific version of it which uses the mailnews quoting code to fix it up. Also provides infrastructure for setting the LDAP autocomplete dropdown comment field, and fixes some error-handling issues in the compose window code for setting up LDAP autocompletion. r=leif@netscape.com (backend changes), srilatha@netscape.com (compose window changes); sr=bienvenu@netscape.com
2005-11-15 20:08:46 +00:00
dmose%netscape.com
7a26d30c25
Change LDAP autocomplete default minStringLength to only autocomplete against strings >= 2 chars long to avoid a possible hang on NT as well as unindexed searches (bug 84566; r=leif@netscape.com, sr=darin@netscape.com) and default searchFilterTemplate to catch people whose cn contains their middle name or initial (bug 90535; r=leif@netscape.com, rs=darin@netscape.com). This second patch also fixes a bug where filter templates sometimes ignored the last token of the entered string
2005-11-15 20:08:45 +00:00
jaggernaut%netscape.com
1c77f1a81f
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2005-11-15 20:08:44 +00:00
dmose%netscape.com
a54d5daab7
Fix LDAP autocomplete session to work properly with servers with search filters that are not parenthesized (bug 86144). r=leif@netscape.com, sr=darin@netscape.com
2005-11-15 20:08:43 +00:00
dmose%netscape.com
8698941da6
Partial fix for bug 82169 (switching LDAP autocomplete directory requires restart to take effect). r=hewitt, rs=darin, a=asa
2005-11-15 20:08:42 +00:00
dmose%netscape.com
2e5596f0d6
speed up LDAP autocomplete by using the new param to SearchExt() to only ask for necessary attrs (bug 74098) r=ducarroz, sr=dougt, a=asa
2005-11-15 20:08:41 +00:00
dmose%netscape.com
824a3f191b
Parameterize LDAP autocomplete searchfilter via hidden pref (bug 77386); also improves default searchfilter (85315). r=leif@netscape.com,srilatha@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org
2005-11-15 20:08:40 +00:00
leif%netscape.com
e7a494b141
Bug 74498: Add attribute support to SearchExt(), making it possible to limit
...
the search results to a set of attributes. r=dmose, sr=mscott, a=asa.
Patch by leif@netscape.com .
2005-11-15 20:08:39 +00:00
alecf%netscape.com
e68adbb480
oops, forgot this file from my previous checkin
2005-11-15 20:08:38 +00:00
dmose%netscape.com
28c3807b14
Make LDAP autocompletion respect UI setting for maximum number of hits to return (bug 77388). r=leif@netscape.com, sr=mscott@netscape.com, a=blizzard@mozilla.org
2005-11-15 20:08:37 +00:00
dmose%netscape.com
d9d778c329
Fix LDAP autocomplete to show display names (bug 79885) r=ducarroz@netscape.com, sr=mscott@netscape.com, a=dbaron@fas.harvard.edu
2005-11-15 20:08:36 +00:00
dmose%netscape.com
5c7215deba
Fix LDAP-related crash in addressing widget of compose window (bug 81692). r=ducarroz@netscape.com, sr=mscott@netscape.com, a=asa@mozilla.org
2005-11-15 20:08:35 +00:00
jst%netscape.com
2188039458
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2005-11-15 20:08:34 +00:00
leif%netscape.com
4ea3d2fd6e
Changed LDAP XPCOM SDK to use "wstring" instead of "string", bug 71247.
...
r=dmose@netscape.com
sr=mscott@netscape.com
2005-11-15 20:08:33 +00:00
dmose%netscape.com
6aee460e6b
Added hidden pref to allow short strings to be ignored by LDAP autocomplete session (bug 76593). r=leif@netscape.com,ducarroz@netscape.com,srilatha@netscape.com; sr=bienvenu@netscape.com
2005-11-15 20:08:32 +00:00
dmose%netscape.com
22aa606422
Tweak Mac build system to make nsLDAPAutoCompleteSession.cpp and friends compile when "options ldap" is on (bug 70933). r=peterv@netscape.com, sr=smfr@netscape.com.
2005-11-15 20:08:31 +00:00
dmose%netscape.com
0f48c84472
Initial implementation of nsLDAPAutoCompleteSession (not yet used by the message compose window -- coming soon). Bug 70933. r=leif@netscape.com,ducarroz@netscape.com sr=shaver@mozilla.org; Windows/Unix build changes r=cls@seawood.org
2005-11-15 20:08:30 +00:00
vladimir%pobox.com
50ab924987
b=273050, bump interface UUIDs and fix test compilation
2005-11-15 19:35:39 +00:00
bzbarsky%mit.edu
add8c53fcc
Fix build bustage. Bug 316394
2005-11-15 19:18:26 +00:00
julien.pierre.bugs%sun.com
77223c1981
fix for bug 316446 . -z defs option was included twice in linker line . r=nelson
2005-11-15 19:01:18 +00:00
brettw%gmail.com
c342bda954
Bug 245684 fix bustage
2005-11-15 18:36:57 +00:00
brettw%gmail.com
3aabf60436
Bug 245684, bustage fix
2005-11-15 18:29:23 +00:00
wtchang%redhat.com
32d9fe89fe
Bugzilla Bug 312202: use the _32 tag in 32-bit HP-UX IPF builds. Use the
...
$ORIGIN linker keyword when building shared libraries and executable
programs on HP-UX IPF. r=nelsonb.
Modified Files: coreconf/HP-UX.mk nss/cmd/platlibs.mk
2005-11-15 18:19:18 +00:00
bzbarsky%mit.edu
79da4ded63
Move some basic macros for working with UTF16 from intl to XPCOM; use them in
...
some places including the HTML parser. Part of fix for bug 316394; the CSS
parser changes are still coming. r=smontagu, r=mrbkap on parser changes, sr=dbaron
2005-11-15 18:17:22 +00:00
brettw%gmail.com
9783de077a
Bug 245684, add JPEG encoder. r=pavlov, sr=vladimir
2005-11-15 18:10:08 +00:00
zach%zachlipton.com
dbe1421d72
Fix for bug 315479 part 2: Cross-site scripting security holes in templates. All tests now pass.
2005-11-15 17:30:57 +00:00
bzbarsky%mit.edu
b511cb188c
Log addref/release for nsHostResolver and nsHostRecord. Bug 302724, r+sr=darin
2005-11-15 17:30:50 +00:00
doronr%us.ibm.com
ad6fcd5dfd
XForms bug 316087 - a11yL message/alert/help need to be dismissable with ESC key. r=aaronr,smaug
2005-11-15 17:22:15 +00:00
kairo%kairo.at
9c29b5b427
bump trunk SeaMonkey version to 1.5a (missed that file in the recent checkin for this), still r=Neil a=seamonkey-council
2005-11-15 14:29:36 +00:00
kairo%kairo.at
044feda6bb
bug 308531 - Change default home page for SeaMonkey, r+sr=Neil
2005-11-15 14:27:36 +00:00
lpsolit%gmail.com
9054ecca63
Bug 301141: [PostgreSQL] New charts throw an error about FROM_UNIXTIME - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-11-15 09:53:00 +00:00
lpsolit%gmail.com
8110d93f42
Bug 302599: Saved searches using "days since bug changed" fail with "Can't use (to_days(now()) - to_days(bugs.delta_ts)) as a field name" error - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-11-15 09:37:17 +00:00
mark%moxienet.com
af3d4a5b01
Backing out previous MAX_ALLOWED/MIN_REQUIRED change in this file only - seems like Apple's confused over this in the headers too. Mentioned in bug 316412. Camino-only, npotdb.
2005-11-15 04:09:14 +00:00
mark%moxienet.com
4b2d089e03
Bug 316412, Camino build fails, gcc 4.0.1/xcode 2.2. Remove unused code. Camino-only, npotdb.
2005-11-15 04:06:24 +00:00
bzbarsky%mit.edu
0f66d83269
Relanding bug 305705. Patch still by mats, r+sr=me.
2005-11-15 04:03:08 +00:00
bzbarsky%mit.edu
a946ffec4a
Back out bug 305705 to test performance impact.
2005-11-15 02:16:25 +00:00
brettw%gmail.com
84f2f331b0
bug 271498: context menus should appear at cursor when using the keyboard
...
r=bryner
sr=roc
2005-11-15 02:00:32 +00:00
relyea%netscape.com
89daf52413
New pk11util scripts.
2005-11-15 01:53:44 +00:00
relyea%netscape.com
868598f26a
Add loops, conditionals and simple math.
2005-11-15 01:49:01 +00:00