Граф коммитов

297 Коммитов

Автор SHA1 Сообщение Дата
bryner%netscape.com bc427652a4 Bug 89998 - deprecate titledbox in favor of groupbox. This checkin moves the groupbox functionality to groupbox.* instead of titledbox.*. Patch from andersma@luther.edu, r=bryner, sr=hewitt. 2001-09-15 06:47:08 +00:00
jaggernaut%netscape.com 5b93c1d9fc Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt 2001-09-07 14:23:21 +00:00
hyatt%netscape.com c6fffdd167 Fix for 95452. r/sr=ben,hewitt, a=dbaron 2001-08-29 02:04:04 +00:00
hewitt%netscape.com ab67b977f3 95190 - buttons too tall, r=blake, sr=hyatt 2001-08-21 02:59:14 +00:00
hyatt%netscape.com 5583aaa00b Fix for 94943. r=jag, sr=blake 2001-08-18 01:04:47 +00:00
sspitzer%netscape.com 1e0e99191d landing mailnews folder pane outliner branch. (#73865)
huge thanks jan varga and hwaara for doing the lion's share of the work
to convert the folder pane to use the outliner.

reviewed by waterson, andreww, ben, hewitt, pinkerton, attinasi, hwaara, varga, sspitzer, bienvenu.
super reviewed by hyatt and sspitzer

for the end user:  unread and total columns are back in folder pane (like 4.x)

also includes fixes for #80844 #85376 #89072 #90075 #93011 #93963 #95298 #54171 #78768 #85088
2001-08-15 05:07:48 +00:00
hyatt%netscape.com 5b2088b904 Fix for 94944. r=danm, sr=hewitt 2001-08-14 00:07:36 +00:00
blakeross%telocity.com c445001f67 Classic menulist tweaks (90469). r=hewitt sr=ben 2001-08-10 03:33:40 +00:00
hewitt%netscape.com cad8db113d 93317 - collapsed toolbar grippies messed up in all themes, r=blake, sr=hyatt 2001-08-06 19:50:49 +00:00
hewitt%netscape.com 8c1b8bb3cb 89371 - menulists don't crop properly (from neil@parkwaycc.co.uk), r=hewitt, sr=hyatt, 93317 - button text mis-aligned in classic theme, r=blake, sr=hyatt 2001-08-06 19:34:40 +00:00
bzbarsky%mit.edu 40c8ce365c Getting rid of align= on <scrollbar>, <thumb>, and <slider> on the mac.
Bug 90001, patch from Mark Anderson <andersma@luther.edu>, r=ben, sr=hyatt
2001-08-06 19:14:29 +00:00
hyatt%netscape.com 701fff7461 More 93626. 2001-08-05 19:28:53 +00:00
hyatt%netscape.com 976bf17bb4 More 93626. 2001-08-05 19:18:46 +00:00
hewitt%netscape.com 3203d18be2 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2001-08-04 06:21:59 +00:00
hyatt%netscape.com e1abe2c919 Fix for 71471. r=blake, sr=hewitt 2001-08-02 00:09:27 +00:00
hwaara%chello.se 7c72c258ca #90314, implement new <spinbuttons/> XUL widget.
Syntax:  <spinbuttons ondown="..." onup="..."/>

r=aegis, hewitt, sr=hyatt, a=dbaron
2001-07-26 10:55:47 +00:00
timeless%mac.com 7fb04729c1 Fix Bugzilla Bug 89999 [XUL Syntax] Remove support for align="vertical" in <box> and <window>
by andersma@luther.edu r=timeless, sr=blake
The road to XUL1.0 has many casualties... Die, align="vertical"!
this is the last straw for bug 70857
2001-07-24 03:57:36 +00:00
timeless%mac.com 1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
timeless%mac.com f8a92c48de Bug 70857 [XUL Syntax]
Smaller CSS/JS/XBL patch, should allow XUL changes to go in easier
by andersma@luther.edu r=timeless sr=blake
2001-07-06 02:01:52 +00:00
blakeross%telocity.com 8fd0623da7 History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben 2001-07-03 01:46:22 +00:00
anatoliya%netscape.com ab85ba9abf emoticon images cannot be seen by email recipient, bug86439 r=ducarroz sr=sspitzer a=asa 2001-06-20 04:18:06 +00:00
brade%netscape.com 79d66f2c81 check in workaround fix for cmanske for bug #84879 for RTM 2001-06-19 23:52:49 +00:00
sicking%bigfoot.com c9c27b3e59 Make links look like links in the "properties" dialog. bug 84259. r=hwaara sr=hewitt a=asa (for drivers). 2001-06-19 23:15:09 +00:00
blakeross%telocity.com 117d6592b3 Textarea scrollbars have wrong cursor (65540). r=kerz sr=hewitt a=asa 2001-06-13 21:33:19 +00:00
hewitt%netscape.com 612cd55264 80663 - Column picker not working, r=andreww, sr=blake, a=asa 2001-06-13 03:44:48 +00:00
dbaron%fas.harvard.edu 7f972d4510 CSS changes missed in earlier checkin for bug 35847, since implied universal selector now is correctly interpreted as a universal selector within the default namespace. b=35847 r=cmanske sr=hyatt a=asa 2001-06-12 23:07:11 +00:00
dbaron%fas.harvard.edu b659af71e9 Make implied universal selectors be equivalent to ns|* where ns is the default namespace, and make appropriate changes to our CSS files. This brings us into conformance with the CSS3 selectors draft and improves performance by reducing the number of universally hashed selectors. Most of this patch is by attinasi. (35847, 83482) Also make first-node/last-node rules in quirks.css non-universal to improve performance. (83839) r=rbs sr=waterson a=asa b=35847 2001-06-09 01:32:19 +00:00
cmanske%netscape.com d4e922a947 Style changes as part of making colorpicker focusable in Composer, b=64160, r=kin, sr=hewitt, a=asa-drivers 2001-06-08 11:16:47 +00:00
andreww%netscape.com 6a0fab7d22 bugzilla bug 82144 r=hewitt, sr=blake, a=tor : fixing splitters in mac classic skin. 2001-06-06 04:52:04 +00:00
ben%netscape.com 0ddf4e6732 - Fix the height of the statusbar so that the progressmeter can be toggled without the height changing
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:14:35 +00:00
ben%netscape.com 955593edd7 - added a new formatting style
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:14:13 +00:00
andreww%netscape.com 3cc0568089 bugzilla 80099 r=pinkerton sr=hewitt a=roc+moz fixes: component bar cutoff in mac classic and progressmeter problems 2001-05-25 18:07:01 +00:00
bryner%uiuc.edu 6305349245 Landing OUTLINER_FILEPICKER_BRANCH (bug 75838). r=jag, sr=blake. 2001-05-23 06:41:57 +00:00
hewitt%netscape.com e3c5e2eb10 78686 - fix broken File Button in Search Dialog, add styles for default menubuttons, r=andreww, sr=mscott 2001-05-18 22:29:07 +00:00
andreww%netscape.com a1549a4b44 bugzilla 73982 r=pinkerton sr=hewitt. Adding xbl-based image pre-caching of toolbar buttons. 2001-05-18 01:21:47 +00:00
ben%netscape.com c66e9f062b Fix for 80392, r=blake, sr=hewitt 2001-05-16 02:03:34 +00:00
hewitt%netscape.com 8c10130363 80944 - tabbox not working, r=jag, sr=shaver 2001-05-15 18:28:25 +00:00
hewitt%netscape.com fcece6ca6c 80748 - mac classic doa, r=blake/andreww 2001-05-14 22:41:42 +00:00
blakeross%telocity.com c2bc584942 Component bar in statusbar is flat and messed up in win classic (80434). r=kerz sr=ben 2001-05-14 03:58:24 +00:00
hewitt%netscape.com e4e8350056 63246 - global stylesheet scoping, r=jag/blake, sr=hyatt 2001-05-12 04:51:28 +00:00
evaughan%netscape.com 94198ed5d8 Landing accessibility
-r aarol, jgaunt

-sr brendan
2001-05-11 21:11:38 +00:00
andreww%netscape.com 5d46b89952 bugzilla 53822 r=blake, sr=hewitt - classic mac dropdown cleanup. 2001-05-03 00:55:51 +00:00
hewitt%netscape.com 615f81f105 43189 - autocomplete, r=matt, sr=alecf 2001-04-30 18:37:04 +00:00
blakeross%telocity.com b2084a6044 Accesskeys for themes (75201, patch by neil@parkwaycc.co.uk). r=blake sr=alecf 2001-04-29 15:46:34 +00:00
danm%netscape.com d452afccca hardwire alert icons' size. bug 76350 r=hyatt,ksosez 2001-04-26 18:22:15 +00:00
maolson%earthlink.net fc69b17ec2 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes
r=ben, sr=hyatt
2001-04-18 06:59:04 +00:00
dbaron%fas.harvard.edu 9db9333e20 Fix form controls and Windows/Unix classic skin to use new system colors -moz-FieldText, -moz-Dialog, and -moz-DialogText where appropriate to allow accurate representation of system colors on GTK.
Fix various CSS errors in themes.
b=67448  r=hewitt@netscape.com  sr=blizzard@mozilla.org
2001-04-17 02:54:21 +00:00
blakeross%telocity.com 14b439d3d7 Classic scrollbars need to extend xpfe binding to inherit proper implementation (removes context menus on scrollbars in Classic, 27289). r=kerz sr=hewitt 2001-04-14 23:42:01 +00:00
andreww%netscape.com 390bcc5098 bugzilla 53825 on behalf of MPT r = lordpixel, sr=hewitt 2001-04-13 23:39:12 +00:00
hewitt%netscape.com b5247a2672 55368 - scrollbar disappearance, r=andreww, sr=sspitzer 2001-04-11 03:26:15 +00:00