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

325 Коммитов

Автор SHA1 Сообщение Дата
sgehani%netscape.com 7a9129cf4b Improve sidebar discoverability.
b=134345; r=morse; sr=jag
2002-04-24 02:20:40 +00:00
mscott%netscape.com 7016c81d8e Bug #132731 --> dynamically adjust the width of the alert window
to prevent unwanted wrapping of text if the user is using larger fonts
r=neil@parkwaycc.co.uk
sr=hewitt
2002-04-20 03:08:54 +00:00
jaggernaut%netscape.com a8de6b190f Bug 128965: Better icons for components in Window menu. r=marlon, sr=jag 2002-04-16 04:39:13 +00:00
sicking%bigfoot.com f8c2ea5afa 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
aaronl%netscape.com b5974e51e9 Bug 121114. Make links in properties windows keyboard accessible. r=bzbarsky, sr=hewitt. 2002-04-13 05:10:28 +00:00
andreww%netscape.com ebbcfe35d0 bugzilla 128895 throbber in OSX should not look like a ok/cancel (aqua) button r=shliang sr=sfraser 2002-04-13 02:01:52 +00:00
gerv%gerv.net 7ab438fe24 Bug 119000 - Disabled Document/More menus in links bar use bookmark icon instead of disabled folder icon in Classic. Patch by Greg Valure <gregvalure@yahoo.com>, r=sballard, sr=hewitt, a=asa. 2002-04-04 22:57:04 +00:00
jaggernaut%netscape.com 17e594a87c Bug 128959: add icons to Tools menu. r=bryner, sr=hewitt, a=asa, adt1.0.0+. Note: placeholder icons checked in for now, the correct icons will be checked in when they're ready. 2002-04-04 09:48:20 +00:00
hewitt%netscape.com d38a0937d9 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
dveditz%netscape.com 7921fe5fa3 Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers 2002-03-23 12:14:51 +00:00
mscott%netscape.com f7bb8347ad Bug #132643 --> add the CSS rules for the animated alert window
r=sspitzer
sr=hewitt
a=asa
2002-03-22 19:35:53 +00:00
sgehani%netscape.com 974387c8cb Polish search results.
b=106127; r=morse; sr=hewitt; a=asa
2002-03-21 23:29:56 +00:00
hyatt%netscape.com 5deeb90b2d Landng boomar groups. 119599 r ben sr jag a asa 2002-03-19 00:45:04 +00:00
hewitt%netscape.com efff7339f2 121543 - Personal toolbar dnd feedback is broken in Classic, r=ben, sr=blake, a=asa 2002-03-15 04:48:14 +00:00
andreww%netscape.com d2bc38bc28 bugzilla 129140 r=hwaara, sr=hewitt, a=asa - updating skinversion to 1.0 2002-03-14 21:20:51 +00:00
ben%netscape.com 996f63020a Fix for 128815 - numerous bookmarks improvements, including fixes for bugs: 77411, 114142, 126748, 128571.
r=blake, sr=hyatt, a=asa
2002-03-12 22:44:04 +00:00
law%netscape.com 76a54876d6 Bug 113727; improved UI for Page Setup dialog; r=sgehani, sr=blake, a=asa/drivers 2002-03-01 00:51:47 +00:00
sgehani%netscape.com 92609f6b75 Land tab overflow implementation.
b=126095; r=morse; sr=dveditz
2002-02-20 07:17:45 +00:00
sgehani%netscape.com 4ff1572cca Landing print preview toolbar and UI.
b=111235; r=law; sr=hewitt
2002-02-20 06:19:39 +00:00
ben%netscape.com be3b0a62a2 114142 - uniform twisty & click behaviour. ensure correct style is used. r=blake, sr=hyatt
required part of files landed previously, otherwise css files will be missing!
2002-02-20 04:33:08 +00:00
hewitt%netscape.com 5c354e81e6 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:33:52 +00:00
andreww%netscape.com a572e8ecb5 bugzilla bugs 125526 r=marlon sr=hewitt: fixing classic nav images, new image from gregvalure@yahoo.com; 123666 r=andreww sr=hewitt: another classic nav image fix from joonas@cc.hut.fi 2002-02-18 23:13:50 +00:00
sgehani%netscape.com 4fc883e76e Resurrect stop button in tabs.
b=77738; r=morse; sr=alecf
2002-02-07 00:29:46 +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
andreww%netscape.com 8c749105d9 bugzilla bug 112314,85226 r=shliang (shuehan) , sr=hewitt ; fixing themes preview window 2002-01-11 03:05:25 +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
hewitt%netscape.com 4b3dcae4cb 113043 - more cleanup from last night's landing, r=ben, sr=hyatt 2001-12-20 08:25:48 +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
sgehani%netscape.com 6d056234a4 Add close button to sidebar.
b=33420; r=morse; sr=alecf
2001-12-12 01:32:33 +00:00
rjc%netscape.com e1f24c6ab1 Fix bug #108809. r=ben sr=hyatt 2001-12-01 07:23:21 +00:00
seawood%netscape.com 7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
andreww%netscape.com 9df3086b64 bugzilla 109174, r=shliang sr=hewitt border on sidebar under status bar. 2001-11-19 23:15:42 +00:00
bzbarsky%mit.edu aff7819e0d mouse pointer should be normal pointer, not hand, over throbber. Bug
67761, r=hwaara, sr=hewitt
2001-11-16 02:14:22 +00:00
andreww%netscape.com a6e2921d0f bugzilla 93866 r=shliang sr=blake Fields not sized properly under preferences for Appearance:Themes 2001-11-14 22:50:42 +00:00
dbaron%fas.harvard.edu 0c93d110f3 Tweak XP_MACOSX ifdefs to fix keyboard shortcuts (partly), context menus, and hidden window behavior and build the mac classic skin in the Mach-O build. b=109165 r=pinkerton sr=beard 2001-11-10 23:30:13 +00:00
shliang%netscape.com 6ae7f1b932 bug 61244. some classic skin files missing namespace. r=andreww, sr=hewitt. 2001-11-07 00:25:21 +00:00
blakeross%telocity.com 59b99b11eb Bradley doesn't like dir viewer's border. Who am I to disagree? r=hewitt sr=hyatt 2001-11-04 02:38:04 +00:00
blakeross%telocity.com 71e1ffab70 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:06:54 +00:00
hewitt%netscape.com a83ac5dc9c bug 51314. classic skin has blue directory icons. images by shuehan liang <shliang@netscape.com> r=andreww, sr=hewitt 2001-11-03 01:33:41 +00:00
hewitt%netscape.com b3002f74bd bug 53558. windows classic theme should not use threedface for borders. patch by shuehan liang <shliang@netscape.com> r=jag, sr=hewitt 2001-11-03 01:29:26 +00:00
hewitt%netscape.com 71f33a1cc2 bug 54821. sidebar grippy too thick when collapsed. patch by shuehan liang <shliang@netscape.com> r=jag, sr=hewitt 2001-11-03 01:04:33 +00:00
hewitt%netscape.com 8bd498e33e bug 54821. sidebar grippy too thick when collapsed. patch by shuehan liang <shliang@netscape.com> r=jag, sr=hewittcommunicator/sidebar/win/sidebar.css 2001-11-03 01:02:23 +00:00
hewitt%netscape.com ac4d02043d Bug 80349. Classic skin links in What's Related have dark highlighting. Patch by Shuehan Liang <shliang@netscape.com> r=andreww, sr=hewitt 2001-11-02 04:36:29 +00:00
dbaron%fas.harvard.edu a8ed9179c8 Prevent unreable text with light-on-dark system colors by using hardcoded black foreground color when on top of a background image that is light. b=103498 r=jag sr=hewitt 2001-10-30 06:05:58 +00:00
stephend%netscape.com bb71980b99 Bug 101647. Smileys missing in Message Display pref panel. Patch by Christopher Aillon <caillon@returnzero.com> r=glazou@netscape.com, sr=blakeross@telocity.com 2001-10-27 08:56:15 +00:00
hewitt%netscape.com d45cd3bc09 70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt 2001-10-21 04:16:03 +00:00
blakeross%telocity.com 2e1b8508e3 Fixing unsightly dnd feedback in classic. sr=ben 2001-10-14 04:43:27 +00:00
andreww%netscape.com 02546f6b8c cleaning up conflict checked in from 103165 2001-10-12 20:58:40 +00:00
andreww%netscape.com 64c5332a23 103165 r=pink sr=fraser personal toolbar buttons turn dark grey on click in mac classic 2001-10-08 22:08:23 +00:00
andreww%netscape.com a15ae6a892 101824 r=gerv sr=hewitt double entry in jar.mn file. mac classic 2001-10-08 22:04:14 +00:00
gerv%gerv.net 1929e56a99 Links toolbar. Bug 87428. r=bzbarsky, sr=hewitt. At last! 2001-10-03 05:08:20 +00:00
hewitt%netscape.com b4973f2855 95876 - Support <button type='checkbox'/>, r=blake, sr=hyatt 2001-10-02 03:06:51 +00:00
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
hewitt%netscape.com 891a354066 97574 - Implement toolbarbutton and kill menubutton, r=blake, sr=hyatt 2001-09-20 22:13:03 +00:00
hewitt%netscape.com 328105da3e 97574 - Implement toolbarbutton and kill menubutton, r=blake, sr=hyatt 2001-09-20 07:10:52 +00:00
jaggernaut%netscape.com f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
hewitt%netscape.com 60f317c194 99102 - update skin versions in all contents.rdf, r=hyatt, sr=blake 2001-09-17 23:40:50 +00:00
timeless%mac.com 819303aebf Bugzilla Bug 85543 Extra blank box to the left of 'Done.' on mac classic skin.
r=ksosez sr=blake
2001-09-11 08:45:15 +00:00
hewitt%netscape.com e73e4e39b2 63540 - make classic broken lock icon clearer 2001-08-21 20:40:08 +00:00
blakeross%telocity.com c40f531e45 First cut of drag and drop bookmark filing (53707: dragging a link onto bookmarks button should open menu; dragging over subfolders should open them). r=hewitt sr=ben 2001-08-18 02:44:35 +00:00
hewitt%netscape.com 350e1dd1c3 93623 - Personal Toolbar bookmarks drawn on top each other, r=blake, sr=hyatt 2001-08-04 07:24:23 +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
hyatt%netscape.com 14f4144ff0 Fix for bbaetz's dir viewer bug. 2001-08-01 07:50:02 +00:00
cls%seawood.org cfce8f4dcc Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +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
blakeross%telocity.com 0d690e3b33 Space to right of security icon on win32/linux (70935, patch by andreww). r=blake sr=hewitt a=asa 2001-06-20 23:21:08 +00:00
andreww%netscape.com 3f2c27c137 bugzilla 80397: r=kerz, sr=hewitt, a=asa@mozilla.org - themes pref panel was cut off in all skins. 2001-06-08 20:52:00 +00:00
ben%netscape.com e3686ba98c Fix for 78020 - Chromeless window when opening updated bookmarked page
Appearance glitch in bookmarks window
r=pchen, sr=blake, a=chofmann
2001-06-06 06:11:50 +00:00
ben%netscape.com 573196a85a - styles for sidebar panel trees.
r=fabian, sr=blake, a=asa
part of 82967
2001-06-03 05:13:46 +00:00
blakeross%telocity.com 8ce5c18210 This is the rest of hewitt's (already approved) checkin for ptoolbar dnd. sr=ben 2001-05-29 03:44:14 +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
hewitt%netscape.com 5d240025e0 71469 - classic bookmark folder feedback, r=andreww, sr=hyatt 2001-05-09 05:02:14 +00:00
hewitt%netscape.com 12a6533d2c 78609 - remove the annoying whitespace at the left when editing URL bar, r=andreww, sr=alecf 2001-05-09 04:57:39 +00:00
andreww%netscape.com bc903fcb13 bugzilla 43797 abolish the taskbar sr=hewitt, (s)r=hyatt 2001-05-09 04:40:33 +00:00
ben%netscape.com 898103a36b 17920, r=hyatt, sr=sfraser, scc 2001-04-18 04:52:46 +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
dougt%netscape.com c5831cdd30 Fixing bustage...
Removing ^M. God I hate the msvc editor...
2001-04-14 20:57:44 +00:00
dougt%netscape.com 553b0cba11 Adds styles to the ftp logging.
r=bbaetz@cs.mcgill.ca
sr=waterson@netscape.com
2001-04-14 20:32:24 +00:00
sspitzer%netscape.com fd244297e9 #5335 show location in search dialog
#75942 enter in a search term kicks off search
#72253 no sort by thread in the search dialog
#44341 showing the wrong columns in search dialog
#75939 bad row count problems with search
remove unused search-widgets.css

r=mscott,sr=bienvenu
2001-04-14 02:16:56 +00:00
hewitt%netscape.com aa20538494 72542 - xpi dialog too wide, r=dveditz, sr=ben 2001-04-10 06:41:26 +00:00
blakeross%telocity.com c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
hyatt%netscape.com 7468aa12b4 Fix for 53670. sr=waterson, r=danm 2001-04-04 23:12:53 +00:00
blakeross%telocity.com 0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net 1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
hewitt%netscape.com 8be5714ed1 65969 - classic sidebar tab cropping problem, r=andreww/blake, sr=ben 2001-03-13 06:49:46 +00:00
ben%netscape.com 397daef1e9 Fix warnings so I can see what's in shrike's error log 2001-03-11 09:45:20 +00:00
ben%netscape.com 76449744ad Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt.
Bookmarks CSS file organization, a=hewitt
2001-03-11 07:38:42 +00:00
hewitt%netscape.com 5d4c3b09ca 69280 - boomarks window cleanup, r=blake, sr=ben 2001-03-09 00:24:27 +00:00
hewitt%netscape.com ff08a24dec 67647 - javascript console re-write, r=jag, sr=hyatt 2001-03-09 00:21:40 +00:00
hewitt%netscape.com 6133d05e5f 69280 - boomarks window cleanup, r=blake, sr=ben 2001-03-09 00:08:52 +00:00
hewitt%netscape.com eeb97b1e15 68480 - cleanup msgcompose toolbar menubuttons, r=cmanske/ducarroz, sr=hyatt 2001-03-09 00:01:55 +00:00
blakeross%telocity.com 53215b7c51 Search cleanup (70102). r=timeless sr=alecf 2001-03-05 23:30:07 +00:00
andreww%netscape.com 07ab27cc55 bugzilla 48746 r=jelwell, sr=hewitt - fixing mac classic communicator pref panel button wierdness. 2001-03-02 01:00:54 +00:00
andreww%netscape.com 5b0b338582 First Checked In. 2001-03-02 00:54:14 +00:00
andreww%netscape.com e462ac1c9d bugzilla 58747 r=hangas, sr=hewitt - adding back smiley face to pref panel in classic. 2001-02-23 00:45:12 +00:00
andreww%netscape.com 75651f0d27 First Checked In. 2001-02-23 00:43:08 +00:00
andreww%netscape.com f581c3cffa bug 57488 r-timeless, sr-hewitt - converting to css system fonts instead of hard-coded fonts. 2001-02-23 00:39:02 +00:00