shliang%netscape.com
0f73650407
137246 - autocomplete icons misaligned. patch by stephen walker, r=shuehan, sr=hewitt.
2007-09-06 22:01:45 +00:00
bzbarsky%mit.edu
b004f89381
Fix bug 106843, r=dbaron, sr=sspitzer
2007-09-06 22:01:44 +00:00
varga%netscape.com
4b08c645a4
Landing bookmarks branch. Everything except mozilla/xpfe
...
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2007-09-06 22:01:43 +00:00
neil%parkwaycc.co.uk
a9d6dec534
Bug 80837 Twisties and thread lines should not be selected with rows r=varga sr=jag
2007-09-06 22:01:42 +00:00
varga%utcru.sk
5aa989085b
Fix for bug 86532. outliner doesn't display large fonts properly.
...
- added |min-height: 18px| to |-moz-tree-row| pseudoelement
- changed height to |height: 1.3em|
- the final height is aligned to even number.
- GetRowHeight() moved to Init()
r=bryner, sr=hyatt, a=asa
2007-09-06 22:01:41 +00:00
stephend%netscape.com
a1cfc8d660
Bug 134360. classic: subscribe is missing checkmarks/dot. Patch by Dennis <cuz84@netscape.net>. r=stephend@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org
2007-09-06 22:01:40 +00:00
timeless%mozdev.org
75554989a8
Bug 171488 [classic] Remove old import rule in bookmarksWindow.css
...
patch by walk84@yahoo.com r=shuehan sr=bz
2007-09-06 22:01:39 +00:00
varga%netscape.com
276a7e1192
Fix for bug 162542. Quick Search bar for Bookmarks Manager
...
r=timeless, sr=jag
2007-09-06 22:01:38 +00:00
stephend%netscape.com
e5abeae381
Bug 134360. classic: mail filters are missing checkbox icons. Patch by Dennis <cuz48d@netscape.net> r=stephend@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org, adt=putterman@netscape.com
2007-09-06 22:01:37 +00:00
dbaron%fas.harvard.edu
5a03f116a7
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
2007-09-06 22:01:36 +00:00
caillon%returnzero.com
33de84e4c8
Backing out patch for bug 24651 until we can make initial button state honor preferences. a=tor
2007-09-06 22:01:35 +00:00
caillon%returnzero.com
2da59c5fb0
Bug 24651. Add a navigator button to clear the location bar. Patch by erik@hensema.xs4all.nl, r=timeless,bzbarsky sr=alecf a=asa.
2007-09-06 22:01:34 +00:00
timeless%mozdev.org
25dfff10bc
Bug 171485 Remove duplicates in classic communicator.css
...
patch by walk84@yahoo.com r=shuehan sr=bz
2007-09-06 22:01:33 +00:00
timeless%mac.com
5017f8e15f
Bug 22056 Show toolbars as text/icons/both
...
patch by neil@parkwaycc.co.uk r=timeless sr=dbaron
2007-09-06 22:01:32 +00:00
hewitt%netscape.com
2b45821886
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
2007-09-06 22:01:31 +00:00
sgehani%netscape.com
dc12b2a60a
Polish search results.
...
b=106127; r=morse; sr=hewitt; a=asa
2007-09-06 22:01:30 +00:00
darin%netscape.com
5732c3191e
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2007-09-06 22:01:29 +00:00
alecf%netscape.com
d558b69f85
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
2007-09-06 22:01:28 +00:00
darin%netscape.com
00a7db246c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2007-09-06 22:01:27 +00:00
ben%netscape.com
3dc7e0ff91
updating nsIBookmarksService caller
2007-09-06 22:01:26 +00:00
ben%netscape.com
745c558f1b
Updating call sites of bookmarks-service methods to use new method names.
...
r=rjc, sr=hyatt
2007-09-06 22:01:25 +00:00
cathleen%netscape.com
66a579af24
eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan
2007-09-06 22:01:24 +00:00
rjc%netscape.com
78d3ebbc44
Fix bug # 12532: menu addition. Patch from pbelle123, r=rjc sr=ben
2007-09-06 22:01:23 +00:00
rjc%netscape.com
8ccad94862
Fix bug # 122952: Mac OS X internet search issues. r=sdagley,sfraser
2007-09-06 22:01:22 +00:00
alecf%netscape.com
f721826af7
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2007-09-06 22:01:21 +00:00
rjc%netscape.com
10275418ef
Fix bug # 77460: reduce string usage in search handling. r=ben r/sr=jag
2007-09-06 22:01:20 +00:00
jst%netscape.com
f1811b4139
Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org
2007-09-06 22:01:19 +00:00
alecf%netscape.com
e5e5134b68
mac-side of removal of nsIFile.URL - one last one? r=dougt, sr=darin bug 100212
2007-09-06 22:01:18 +00:00
alecf%netscape.com
dfd8bc59fe
C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin
2007-09-06 22:01:17 +00:00
ccarlen%netscape.com
ea8629939a
Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com
2007-09-06 22:01:16 +00:00
jaggernaut%netscape.com
5d241ab9e8
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2007-09-06 22:01:15 +00:00
rjc%netscape.com
6219c60c09
Fix bugs 113745, 113742 and 114811: all regarding "moz-icon:". Fix up XP_MAC code to use Mac OS's Icon Services, and expose platform icons in file:/// display and search panel (and search preferences panel). Mixture of r/srs: sdagley, ben, and smfr
2007-09-06 22:01:14 +00:00
waterson%netscape.com
dc478c6203
Bug 109143. Search datasource should return a valid result set from GetTargets now that we're suppressing re-entrant content builds. r=rjc, sr=hyatt
2007-09-06 22:01:13 +00:00
dbaron%fas.harvard.edu
18f256ab5d
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2007-09-06 22:01:12 +00:00
sgehani%netscape.com
93d904cc6f
Replace strtok() with nsCRT::strok().
...
(Checking in for drepper@cygnus.com )
b=81590; r=sgehani; sr=alecf
2007-09-06 22:01:11 +00:00
jaggernaut%netscape.com
2dd1ffa6e3
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2007-09-06 22:01:10 +00:00
dougt%netscape.com
ec31803a28
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2007-09-06 22:01:09 +00:00
dougt%netscape.com
8373612e10
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2007-09-06 22:01:08 +00:00
jaggernaut%netscape.com
6e0cc6bba2
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
2007-09-06 22:01:07 +00:00
shliang%netscape.com
ec370f1244
bug 119385 - some modern images are needlessly transparent - r=andreww, sr=hewitt
2007-09-06 22:01:06 +00:00
Stefan.Borggraefe%gmx.de
ff1b18cbb7
Bug 226956: Convert users of dialogOverlay.xul in mailnews/ to <dialog>. The patch also corrects some minor UI issues like missing/wrong access keys.
...
r=neil, sr=mscott
2007-09-06 22:01:05 +00:00
kaie%netscape.com
4370a33173
b=156748 Incorrect stylesheet rule in message compose S/Mime overlay
...
r=dbaron sr=mscott a=asa
2007-09-06 22:01:04 +00:00
timeless%mac.com
b23b808979
Bug 128789 Progressmeter is not smooth
...
by david@balch.co.uk and gregvalure@wanderlife.com r=andreww sr=hewitt
2007-09-06 22:01:03 +00:00
caillon%returnzero.com
e5085c7a1c
Bug 125133. Add 'Go to Home' and 'Go up a level' buttons to the XUL filepicker. Patch contributed by johann@ai.univie.ac.at; r=fabian (jar.mn changes) r=bzbarsky,caillon. sr=jag. a=asa
2007-09-06 22:01:02 +00:00
cmanske%netscape.com
2755cb1a5c
Images and CSS for Publish Progress dialog, b=120124, r=brade, sr=hewitt, a=asa
2007-09-06 22:01:01 +00:00
kaie%netscape.com
a7ed15b429
b=129100 Finalize S/Mime UI implementation
...
r=ducarroz/javi
sr=mscott
a=asa
2007-09-06 22:01:00 +00:00
mscott%netscape.com
779696bc6f
Bug #132643 --> land ALERT_SERVICE_BRANCH
...
r=sspitzer
sr=hewitt
a=asa
2007-09-06 22:00:59 +00:00
varada%netscape.com
5a6da61080
fix for 128943;show accountname in italics grey;r=andreww;sr=hewitt;a=asa
2007-09-06 22:00:58 +00:00
dbaron%dbaron.org
e20bf2d7f5
Be consistent about links on personal toolbar looking mainly like links and not buttons, and folders looking like buttons. b=181294 r=ben sr=bryner a=asa
2007-09-06 22:00:57 +00:00
dbaron%fas.harvard.edu
cdfc4eedcf
Remove blue coloring on buttons in personal toolbar. b=174242 r=jag sr=bzbarsky
2007-09-06 22:00:56 +00:00