bzbarsky%mit.edu
dbebec80bc
Make sure we lowercase types/extensions before putting them in the
...
datasource and that we lowercase types/extensions before comparing to
the datasource. Bug 114462, r=law, sr=mscott.
2002-01-30 02:34:15 +00:00
bryner%netscape.com
db65ab90d0
Updating wording in debug prefs panel to not discourage people from filing bugs about XBL form control problems.
2002-01-27 09:08:26 +00:00
sgehani%netscape.com
9bfd03bdb2
Fix appearence branch always being open in prefs.
...
b = 117885; r = sgehani; sr = blake
(checking in for Stephen Walker <walk84@yahoo.com>)
2002-01-26 20:04:16 +00:00
timeless%mac.com
2ff3c64a1c
Bug 121057 Prefs panel "Advanced|Scripts & Windows" can only be visited once per session
...
patch by jrgm r=caillon@returnzero.com sr=blake a=brendan
2002-01-22 15:26:38 +00:00
law%netscape.com
d738c6d60f
Bug 87075; move Choose... button to same row as text field, like on edit dialog; r=sgehani, sr=jag
2002-01-16 06:33:23 +00:00
law%netscape.com
92fcfab899
Bug 119904; check for empty mime type strings properly; r=bzbarsky, sr=jag
2002-01-16 06:30:40 +00:00
bzbarsky%mit.edu
5a1b42ffbb
Bug 90633. Use the URL extension for the temp file we pass to helpers
...
if it matches the extension list in the mime info. r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
tingley%sundell.net
80490b2456
Checkin for doronr@naboonline.com to fix bug 117517 -- move "Enable js for
...
mail/news" to the new scripts/windows pref pane.
r=db48x, sr=alecf
2002-01-16 03:26:28 +00:00
varga%utcru.sk
ff7ad62083
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
4563bf5291
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
7f0e98bdd5
104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt
2002-01-12 01:20:29 +00:00
hwaara%chello.se
0bd485ceda
#115533 , Mozilla should be able to become the default viewer of BMP, ICO and MNG image files.
...
r=law, sr=alecf
2002-01-09 10:14:25 +00:00
alecf%netscape.com
5ac5a63a0e
Rest of tree-wide cleanup for bug 100212 - switch last consumers of nsIFile.URL r=dougt, sr=darin
2002-01-09 02:08:01 +00:00
blakeross%telocity.com
2ece01368f
44032 - apply themes on ok, cleanup panel, add link to themepark. r=ben sr=hewitt
2002-01-06 19:57:00 +00:00
varga%utcru.sk
87028481eb
Post fix for 99715. convert category tree to use outliner. r=hixie, sr=blake
2002-01-06 08:50:38 +00:00
varga%utcru.sk
8f1fb003e2
Fix for 118160. Secuirty Policies preference panel accidentally activated. r=varga, rs=waterson, patch=timeless
2002-01-05 21:12:40 +00:00
timeless%mac.com
6f3c4a03ff
Bug 56369 pref-policies.xul has an empty <script> </script>
...
r=akkana sr=blake
2002-01-03 23:50:52 +00:00
varga%utcru.sk
6673fe6131
80834 - [outliner scrollbar] if inbox has less than one page of messages, it will come up with a box where the scroll bar is
...
80548 - outliner scroll bar "disappears" in 3 stages
111101 - No scrollbox / slider / thumb in thread pane scrollbar
116269 - white scrollbars briefly show up in folder pane
116432 - Sometimes the twisty won't update after a click
116855 - Modify outliner builder syntax to match outliner content model
r=waterson, sspitzer, blake
sr=hyatt
99715 - convert category tree to use outliner
r=hixie
sr=blake
2002-01-03 22:58:23 +00:00
blakeross%telocity.com
b550172888
very minor cleanup in prefs. sr=hewitt
2002-01-03 01:48:06 +00:00
stephend%netscape.com
e8278dbfc0
Bug 117548. Javascript strict warnings in pref-help.js. Patch by Stephen Walker <walk84@usa.net> r=bzbarsky@mit.edu, sr=alecf@netscape.com
2002-01-03 00:59:04 +00:00
jaggernaut%netscape.com
da78e04e2e
Bug 116748: pref doesn't affect anything: scripts and windows - change status bar text. Or more accurately, the pref affected window.status, but not window.defaultStatus capabilities. Fixed now to allow/prevent both. Patch by jmd (Jeremy M. Dolan <mozilla@turbogeek.org>), r=bzbarsky, sr=jag
2002-01-02 11:17:45 +00:00
rods%netscape.com
7929b953f5
Switch public interfaces from nsIPrintOptions to nsIPrintSettings
...
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
timeless%mac.com
cddfaa7efc
Bug 75371 UI prefs to control pop-up (popup) windows and other Javascript annoyances
...
by doronr@naboonline.com r=timeless sr=blake
2001-12-30 12:56:21 +00:00
hwaara%chello.se
a235e8b33f
#116618 , "Auto-complete prefs changes on OK if no changes were made",
...
#117007 , "Default Navigator window size doesn't fit in 640*480",
r=bzbarsky, sr=blake
2001-12-29 04:14:07 +00:00
hewitt%netscape.com
7b10439c40
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
hyatt%netscape.com
0ec3f045d8
Fix for 112980, nsITheme API and dynamic skin switching re-enabling. r=ben, sr=waterson
2001-12-17 22:51:39 +00:00
alecf%netscape.com
cb89e32345
bug 110308 - remove dead .mcp files - no reviewer possible, but suggested by brade
2001-12-17 15:21:14 +00:00
rjc%netscape.com
7cef4f0b2f
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
2001-12-15 01:59:50 +00:00
bzbarsky%mit.edu
4aaf7959d4
backing out Doron's patch per his request (just backing out changes to
...
things that are already built). Will try to reland ASAP, but he wanted
it out while he's working on it.
2001-12-14 21:05:35 +00:00
bzbarsky%mit.edu
9a1a169d3c
UI for prefs to control popups and other JS annoyances. Bug 75371,
...
patch from Doron Rosenberg <doronr@naboonline.com>, r=bzbarsky,
sr=shaver, a=brendan
2001-12-14 15:50:27 +00:00
dbragg%netscape.com
ebcf51de4d
Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
...
r=tao, sr=dveditz, a=asa for drivers@mozilla.org
2001-12-14 00:18:54 +00:00
sgehani%netscape.com
4871d63e0b
Fix getFormattedString to take only 2 params instead of 3.
2001-12-12 03:02:13 +00:00
sgehani%netscape.com
a89acafd52
iMake font pref pane close when OK is pressed.
...
b=114630; r=morse; sr=blake
2001-12-12 01:26:58 +00:00
sgehani%netscape.com
3cee3a5f25
Use <stringbundle> wrapper getFormattedString() instead of
...
nsIStringBundle method formatStringFromName().
b=114640; r=morse; sr=alecf
2001-12-12 01:25:46 +00:00
blakeross%telocity.com
e4d826b951
114258 - pref panel header binding, dialogoverlay.css shouldn't have to be included in each panel. r=ben sr=hewitt
...
114268 - unnecessarily setting localname attribute on all pref-based elements when loading pref panels. r=ben sr=hewitt
2001-12-09 08:54:59 +00:00
sgehani%netscape.com
b83fb60e94
Remove unsupported "align" attr and use "pack" instead.
...
b=112991; r=sgehani; sr=hewitt
(checking in for Colin Phillips <colinp@oeone.com>)
2001-12-07 21:50:03 +00:00
sgehani%netscape.com
445be78a49
Align with revised nsIPropertyElement interface: move getters/setters to
...
directly access the key and value attributes.
b=113870; r=morse; sr=alecf
2001-12-07 21:41:50 +00:00
bhart00%yahoo.com
1652a081aa
Bug 83608, change wording/accesskey for prefs->advanced->cache. r=blake, sr=darin
2001-12-06 21:44:46 +00:00
law%netscape.com
392d37499e
Bug 88287; Add Flush when removing entries, and, prevent user from changing mime type when opened from helper app dialog; r=sgehani, sr=mscott
2001-12-06 03:57:14 +00:00
law%netscape.com
26bf103cfd
Bug 79849; set initial position of 'New Type' and 'Edit Type' dialogs; r=sgehani, sr=ben
2001-12-06 03:40:09 +00:00
law%netscape.com
682f1a94e9
Bug 60708; prevent user from creating helper app entries with blank mime type fields; r=pchen, sr=ben
2001-12-06 03:28:10 +00:00
sgehani%netscape.com
0b1b5aab76
Fix font size menupopup to show sizes more than one char wide.
...
b=112907; r=sgehani; sr=alecf (checking in for jrgm@netscape.com )
2001-12-03 23:30:53 +00:00
ben%netscape.com
ffd615833c
fix 77513 - text on autocomplete checkbox does not wrap on mac modern/classic and causes panel to overflow. r=jag, sr=hewitt
2001-12-03 09:07:23 +00:00
law%netscape.com
a2179dc3a0
Bug 108567; put icon <image>s in vbox so they don't stretch; r=hwaara/bzbarsky, sr=blake
2001-11-30 04:17:05 +00:00
sgehani%netscape.com
b3e941f010
Fix reset button (was too large) on helper apps pref pane.
...
b=109516; r=sgehani; sr=alecf
(checking in for Andre Dahlqvist <andre.dahlqvist@telia.com>)
2001-11-30 00:44:16 +00:00
ben%netscape.com
9ea17980e5
backing out fix for 90080 as it is redundant and caused other bugs (always showing alert
...
when exiting prefs after viewing appearance, inability to close prefwindow sometimes
see bug 109561).
2001-11-22 03:35:32 +00:00
hewitt%netscape.com
5b22b6a9b8
97119 - Inconsistent textbox height in Pref - Advanced - Proxies, r=ben, sr=hyatt
2001-11-22 03:08:17 +00:00
ben%netscape.com
fc0c6de576
42798 - consistency in debug pref panel titles. patch from henrik gemal, sr=ben@netscape.com
2001-11-22 02:27:05 +00:00
ben%netscape.com
b1c6fb5f11
77513 - remove some unnecessary text to save space.
...
r=hewitt, sr=ben, patch from andre dahlqvist
2001-11-22 02:26:10 +00:00