Commit Graph

1316 Commits

Author SHA1 Message Date
sspitzer%netscape.com
58dad4cdb1 fix for #132184. make quick search bar in AB look like quick search bar in mail.
r=andreww, sr=sspitzer, a=asa.  fix by t.bugz@lament.cjb.net (Tuukka Tolvanen)
2002-03-21 02:01:19 +00:00
andreww%netscape.com
98e56e1772 bugzilla bug 112885 r=andrew, sr=sspitzer, a=asa OBO drivers. Patch by jonasj@jonasj.dk . scrollbar in message pane shouldnt have border-right. 2002-03-20 02:07:18 +00:00
bryner%netscape.com
2863ac5493 - Removing modern theme versions of the XBL form controls
- Moving classic theme versions of the controls into forms.jar, so we don't rely on classic.jar
- Updating xpinstall packages to reflect this

Bug 130236, r=ben, sr=hyatt, a=brendan.
2002-03-19 21:47:46 +00:00
hyatt%netscape.com
5deeb90b2d Landng boomar groups. 119599 r ben sr jag a asa 2002-03-19 00:45:04 +00:00
bryner%netscape.com
71870e3113 Disable -moz-appearance on the remaining widgets, since we're not going to do native OS form control theming for 1.0. Bug 130236, r=kerz, sr=ben, a=brendan. 2002-03-18 09:01:02 +00:00
bryner%netscape.com
24af4a0620 Use a scrollbar, not auto-scroll arrows, for <select size=1>. Bug 129805, r=blake, sr=ben, a=brendan. 2002-03-18 07:07:45 +00:00
stephend%netscape.com
7f22ec442b Bug 122055. Page Info/Media's size of URL listbox shrinks and grows. Patch by Daniel Brooks <db48x@yahoo.com> r=timeless@bemail.org, sr=alecf@netscape.com, a=asa@mozilla.org 2002-03-15 10:06:25 +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
varada%netscape.com
4a127f8e62 fix for 128943;show accountname in italics grey;r=andreww;sr=hewitt;a=asa 2002-03-14 20:33:10 +00:00
seawood%netscape.com
9bdb6711d0 Remove now redudant REGCHROME calls.
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com
abb8a23948 Remove REGCHROME calls since we now auto-register chrome when jars are processed.
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
bryner%netscape.com
db8461403c Hook up the :checked CSS pseudoclass for input elements and use that instead of the _moz-input-checked attribute. Bug 128947, r=jkeiser, sr=ben, a=brendan. 2002-03-13 10:12:33 +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
bryner%netscape.com
a34c68fa0b Changing XUL menus to use a :-moz-menuactive pseudoclass rather than a menuactive attribute for styling the active item. This will allow XBL select widgets to not modify the HTML DOM. Bug 128947, r=dbaron, sr=hyatt, a=asa. 2002-03-12 21:49:23 +00:00
hyatt%netscape.com
e507d3e39b Fix 129787. Select popups should inherit the background color from the select. XBL Form Controls. r=bryner, sr=ben, a=brendan 2002-03-12 09:44:11 +00:00
hyatt%netscape.com
3547613ab5 Fix the font of XBL select widgets to be sans serif (using the list system font). r=bryner, sr=ben, a=brendan, bug 129788 2002-03-12 09:31:54 +00:00
hyatt%netscape.com
e37540f912 Fix for bugs 129786 and 129803, correcting the min width on XBL form control buttons and rewriting the button CSS to disable moz-appearance and correct the padding and active and focus states. r=bryner, sr=ben, a=brendan 2002-03-12 09:19:34 +00:00
shliang%netscape.com
d7b653fd48 89495, 121160 - redesign select addresses dialog and add search, add search to addressbook sidebar. r=bhuvan,sr=sspitzer,a=asa 2002-03-08 22:05:05 +00:00
shliang%netscape.com
83e6cf434d 115673 - mail icons, fixing typo in threadPane.css - r=andreww,sr=hewitt,a=asa 2002-03-08 21:53:24 +00:00
shliang%netscape.com
8753512182 120285 - modern theme alert icons - r=andreww, sr=hewitt, a=asa 2002-03-08 21:51:01 +00:00
shliang%netscape.com
4925cf89d5 119520 - modern theme toolbar cleanup - r=sfraser,sr=hewitt,a=asa 2002-03-08 21:48:04 +00:00
racham%netscape.com
c13aa96ff3 Fixing bugs 122932 and 113488. Add css rules to support new look for mailnews accountwizard's server page. r=ssu, sr=blake, a=asa 2002-03-08 21:25:44 +00:00
bryner%netscape.com
8b898b481f Adding some missing .cvsignore files. a=leaf. 2002-03-08 00:00:05 +00:00
cbiesinger%web.de
3e2d26665b bug 127532 r=db48x sr=alecf a=roc+moz
page info textboxes don't look like labels using native gtk widgets
2002-03-06 22:05:37 +00:00
racham%netscape.com
328b196b20 Fixing bug 118840. Giving a proper look to the delete button on mousedown in Modern skin AddressBook. Patch by Stephen Walker. r=bhuvan, sr=hewitt, a=asa 2002-03-04 23:46:39 +00:00
bryner%netscape.com
3d1b04a30d Bug 128408 - XBL select widgets crash in embedding apps. Fixing the
select binding to load synchronously as it was intended to, and removing
usage of the outlinercols binding to ensure that the OutlinerColFrame is
constructed before the OutlinerBodyFrame.  r=varga, sr=shaver, a=roc.
2002-03-03 23:31:26 +00:00
cmanske%netscape.com
7630443c41 Fixed toolbar in Classic theme for Composer, b=127425, r=neil@parkwaycc.co.uk, sr=sfraser, a=roc+moz 2002-03-01 23:46:23 +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
pinkerton%netscape.com
58fa2f6350 implement NS_THEME_TOOLBAR_SEPARATOR, also patch outliner to support it. r=bryner,smfr/sr=blake/a=shaver. bug#127722 2002-02-25 22:14:55 +00:00
shliang%netscape.com
299b2ee03c bug 115673 - mail/news icons - doing this over again. r=andreww/sr=hewitt/a=brendan 2002-02-20 22:40:14 +00:00
sgehani%netscape.com
92609f6b75 Land tab overflow implementation.
b=126095; r=morse; sr=dveditz
2002-02-20 07:17:45 +00:00
shliang%netscape.com
a90b3fdc3a bug 115673 - new mailnews offline icons - r=andreww, sr=hewitt 2002-02-20 07:04:47 +00:00
shliang%netscape.com
813b0af271 bug 89706 - new progressmeter for classic - image by wjbell@belletc.net - r=shuehan, sr=hewitt 2002-02-20 07:01:27 +00:00
shliang%netscape.com
8d85a43410 bug 120635 - disabled editable menulists are different size - r=andreww, sr=hewitt 2002-02-20 06:59:24 +00:00
shliang%netscape.com
6327101296 bug 119385 - some modern images are needlessly transparent - r=andreww, sr=hewitt 2002-02-20 06:58:08 +00:00
shliang%netscape.com
208645f12a bug 116905 - classic respin icon not displayed - patch by joonas@cc.hut.fi - r=shuehan, sr=hewitt 2002-02-20 06:56:10 +00:00
shliang%netscape.com
b02bf94b56 bug 112273 - inconsisten chrome url in classic's global/contents.rdf - r=andreww, sr=hewitt 2002-02-20 06:50:55 +00:00
shliang%netscape.com
dd393e5666 bug 122492 - addressing widget text not centered - r=bhuvan, sr=sspitzer 2002-02-20 06:48:44 +00:00
shliang%netscape.com
35d10f6565 bug 45173 - make mailing list address entry dialog use addressing widget - r=hewitt/bhuvan, sr=sspitzer 2002-02-20 06:46:11 +00:00
shliang%netscape.com
5d834eec72 bugs 116451, 109908 - changing mail list and map it button display in addressbook card view pane - r=bhuvan, sr=sspitzer 2002-02-20 06:34:00 +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
hewitt%netscape.com
99b488075a 121955 - implement checkbox listitems, r=hyatt, sr=blake 2002-02-20 02:20:27 +00:00
cmanske%netscape.com
bf0d223ed1 1st draft of publish icon added to Composer toolbar and CSS to use it, b=125128, r=glazman, sr=dveditz 2002-02-19 15:01:47 +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
kaie%netscape.com
e46c7f3115 b=115010 Implement "Message Security Info" when reading S/Mime messages.
(includes b=115209 Only care for outermost signing/encryption level)
r=javi/ducarroz sr=mscott
2002-02-18 15:36:30 +00:00
pinkerton%netscape.com
fb1f8a0ed6 use -moz-appearance for listbox. rs=hyatt bug#115744. 2002-02-17 19:54:57 +00:00
pinkerton%netscape.com
747cb1f6d5 don't show tree headers in autocomplete when using moz-appearance. r=pink/sr=blake. bug# 123028 2002-02-17 19:51:59 +00:00