kairo@kairo.at
b846b82d04
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
leaf@mozilla.org
c9311fec7c
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
peterv@netscape.com
7772f6cc0c
Fix for bug 86000 (convert LDAP XPCOM SDK to use AUTF8String). r=dmose, sr=alecf.
2002-09-11 11:22:41 +00:00
bzbarsky@mit.edu
7f4e5a8cb1
The last checkin (both, actually) was for bug 114170
2002-09-10 08:11:53 +00:00
bzbarsky@mit.edu
5a93765f92
*** empty log message ***
2002-09-10 08:10:10 +00:00
bzbarsky@mit.edu
eef7a54b40
make keyboard tab switching work when the url bar is focused. Patch by
...
neil@parkwaycc.co.uk , r=jesse, sr=jag, a=asa
2002-09-10 08:08:59 +00:00
leaf@mozilla.org
650f379fe5
update localeVersion to 1.2a, a=asa
2002-09-07 01:01:49 +00:00
rjc@netscape.com
11016020be
Fix bug # 164175: XPCom LDAP API extensions. OnLDAPInit() now passes relevant connection, and LDAP operations/connections accept closures. r=dmose sr=darin
2002-09-04 01:28:36 +00:00
gerv@gerv.net
092dc25426
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
2002-08-10 08:39:43 +00:00
seawood@netscape.com
f31500b018
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
alecf@netscape.com
aa1da7db6f
bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
...
nsISupportsString -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
dougt@netscape.com
24acb17901
Fixes the following:
...
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final. This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface. This should land for 1.1b since users of the current category manager will have to update their components.
157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.
157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null. It is a bandaide fix as the real problems involves retooling the directory enumerator.
157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do. The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.
r/sr=alecf@netscape.com , rpotts@netscape.com . a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
leaf@mozilla.org
3b3469b268
bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings
2002-07-17 23:51:49 +00:00
dmose@netscape.com
2dde2646a8
If authentication fails during LDAP autocomplete, bring up a new password dialog rather than showing an obscure error message (bug 150723); r=ducarroz@netscape.com, sr=hewitt@netscape.com
2002-06-20 01:50:04 +00:00
dmose@netscape.com
a39a303539
Fix incorrect array length calculation + add temporary variable to work around egcs compiler bug which was causing bogus text to appear in the LDAP auth dialog on linux (bug 148897); r=bryner@netscape.com, sr=bienvenu@netscape.com
2002-06-20 01:07:32 +00:00
dmose@netscape.com
dbfa8c550f
First match not pre selected when multiple matches are present in directory (bug 102693); r=ducarroz@netscape.com, sr=mscott@netscape.com
2002-06-14 01:21:23 +00:00
dmose@netscape.com
6a5af9a9d4
support for binary attribute values in LDAP XPCOM SDK (bug 119380). r=peterv@netscape.com, sr=sspitzer@netscape.com/mscott@netscape.com
2002-06-14 00:38:18 +00:00
dmose@netscape.com
f422625828
authenticated LDAP autocompletion incorrectly autopicks current addr after password entered (bug 146569) r=blake@netscape.com, sr=hewitt@netscape.com
2002-06-12 05:14:32 +00:00
kyle.yuan@sun.com
5e5dc76a37
Bug 148010 JS exceptions in mailnews autocomplete widget on trunk
...
r=varga, sr=hewitt
Prevent JS exception and disable key-navigation feature in autocomplete
2002-06-12 04:32:04 +00:00
leaf@mozilla.org
10bbf8b2e5
updating locale version string for impending release, bug 149802
2002-06-07 07:45:38 +00:00
dmose@netscape.com
0b79a2464a
Fix nmake build bustage by adding into to the REQUIRES list
2002-06-03 05:12:00 +00:00
dmose@netscape.com
4e4cfea5f7
Support LDAP authentication for autocomplete and addressbook (bug 135778); r=sspitzer@netscape.com, srilatha@netscape.com; sr=bienvenu@netscape.com
2002-06-03 04:05:48 +00:00
dougt@netscape.com
00d8c29c64
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
danm@netscape.com
a02dd947bd
force popup widget to be invisible when the menu is not explicitly open. bug 120155 r=bryner,hyatt a=scc
2002-04-25 01:22:13 +00:00
dbragg@netscape.com
b16871b4f0
Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa
2002-04-16 22:19:10 +00:00
sicking@bigfoot.com
a5d49d9e35
Bug 119317: move the "inherits" attribute to the xbl namespace for most clients.
...
r=hixie sr=hyatt
2002-04-13 14:25:38 +00:00
dmose@netscape.com
337e0fa937
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
2002-04-10 04:21:13 +00:00
hewitt@netscape.com
ffbc59afea
bugs 110156, 110155
...
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa
Also includes fixes by Jan Varga (varga@utcruk.sk ) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
dmose@netscape.com
3373a3f21e
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
2002-03-26 02:51:27 +00:00
dbaron@fas.harvard.edu
69193be516
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:23:50 +00:00
darin@netscape.com
fc6d5e4b32
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
blakeross@telocity.com
87b0ad7320
117622 - urlbar search forgets edits. r=ben sr=hewitt a=roc+moz
2002-03-03 19:43:30 +00:00
bryner@netscape.com
4d77f42a6d
bug 127189 - changing the sizetopopup attribute to have two valid "on" modes: "pref", which sets the preferred size to the popup size, and "always", which sets both the preferred and min size to the popup size. Converting all current users of sizetopopup=true to sizetopopup=pref. r=saari, sr=hyatt, s=shaver.
2002-02-28 07:28:39 +00:00
dbragg@netscape.com
c062296899
Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz
2002-02-20 03:18:10 +00:00
aaronl@netscape.com
3cbe9d612c
Bug 103284. Was reopened for URL bar regression where down arrow was no longer navigating list. r=blake, sr=hewitt
2002-02-19 02:47:31 +00:00
blakeross@telocity.com
6785084c41
56647 - autocomplete menu has improper tooltip. r/sr=hewitt
2002-02-18 06:05:16 +00:00
blakeross@telocity.com
7535d6b985
118644 - alt+down arrow opens dropdown in wrong position. r/sr=hewitt
2002-02-16 02:38:12 +00:00
aaronl@netscape.com
77be680a5e
Bug 115686: support F4 in dropdowns - XUL <menulist>, HTML combobox and URL bar. r=dean_tessman, sr=hewitt
2002-02-16 01:35:09 +00:00
bzbarsky@mit.edu
20798a34f1
Make the URL bar work even when we can't open the history database. Bug
...
84766, r=timeless, sr=hewitt.
2002-02-08 23:48:24 +00:00
heikki@netscape.com
88e504cf5b
Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt.
2002-01-31 22:12:36 +00:00
bryner@netscape.com
5f7f2b10fc
Bug 122157 - fixing the autocomplete widget in classic, on linux, to not have an outer border (to look more like gtk's combo box). r=ben, sr=hewitt.
2002-01-28 06:31:08 +00:00
aaronl@netscape.com
0dd654c0a9
Bug 119301. Implement nsIDOMXULMenuListElement on autocomplete widget. r=jag, sr=hewitt
2002-01-24 05:16:31 +00:00
hewitt@netscape.com
07dcbdf23b
120609 - Autocomplete drop down list has white vertical borders on left and right side, r=blake, sr=hyatt
2002-01-24 04:24:15 +00:00
bzbarsky@mit.edu
e0cb46abcc
Make new tabs _not_ open for just enter if the "open new tab for
...
ctrl-enter" pref is set. Bug 105537, r=timeless, sr=hyatt
2002-01-24 02:39:26 +00:00
varga@utcru.sk
0f4f4ed5db
Fixes for:
...
94653 - can't right align text in outliner cell
95730 - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.
- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable
r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes
sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
dbragg@netscape.com
693fccd645
Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com
2002-01-15 23:11:03 +00:00
hewitt@netscape.com
96e0cc927f
116341 - asking the column picker column for cell text, r=sspitzer, sr=blake
2002-01-12 02:01:32 +00:00
sspitzer@netscape.com
d3ed5f0dfd
fix for #117952 . addresses disappear when you scroll.
...
fix by hyatt (originally for bug #96899 ). I'm just re-landing it.
sr=hyatt
2002-01-10 22:01:56 +00:00
varga@utcru.sk
1d0040480d
Fix for 116739. Many assertions when moving over the blank area of outliners.
...
Fix for 118632. file picker can display all column arrows.
r=bryner, sr=hyatt
- getCellAt() now checks for correct mouse coordinates and sets row value
to -1 for invalid coordinates.
- added bail out checks to all callers.
2002-01-10 04:47:52 +00:00
timeless@mac.com
c16538ef81
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00