hewitt%netscape.com
5d4c3b09ca
69280 - boomarks window cleanup, r=blake, sr=ben
2001-03-09 00:24:27 +00:00
hewitt%netscape.com
ce6f23078a
68480 - cleanup msgcompose toolbar menubuttons, r=cmanske/ducarroz, sr=hyatt
2001-03-09 00:23: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
hewitt%netscape.com
13099302cb
66354 - editor image props dialog cleanup, r=cmanske, sr=hyatt
2001-03-08 23:39:49 +00:00
hewitt%netscape.com
60216ae1ae
69434 - radio/checkbox black on black, r=timeless, sr=hyatt
2001-03-08 23:32:47 +00:00
hewitt%netscape.com
fafdc78143
67745 - mail icons (by andreas.premstaller@uibk.ac.at), r=andreww, sr=hewitt
2001-03-08 23:30:41 +00:00
hewitt%netscape.com
9343f04a35
68582 - radio button wrapping, r=timeless, sr=hyatt
2001-03-08 23:29:20 +00:00
hewitt%netscape.com
757e08999d
52703 - classic disabled menulists, r=andreww, sr=hyatt
2001-03-08 23:28:53 +00:00
hewitt%netscape.com
11f6d78cdd
64252 - iconic menuitems, r=sspitzer, sr=ben
2001-03-08 23:27:37 +00:00
rods%netscape.com
9164502755
Explicitly setting the padding to zero
...
Bug 69130 r=kmcclusk sr=hyatt
2001-03-08 02:52:32 +00:00
blakeross%telocity.com
9741a8d674
Mail and news prefs not painting properly (by John Morrison, 47813). r=blake sr=hewitt
2001-03-08 01:07:14 +00:00
hyatt%netscape.com
c32ba8292d
Fixing outliner rules for focus.
2001-03-08 00:49:01 +00:00
hyatt%netscape.com
68229a8b4b
Fix for 70877, enabling outliner. r=dr, sr=waterson
2001-03-06 22:16:42 +00:00
hyatt%netscape.com
d5157fd757
Not part of build.
2001-03-06 02:47:38 +00:00
blakeross%telocity.com
53215b7c51
Search cleanup (70102). r=timeless sr=alecf
2001-03-05 23:30:07 +00:00
hyatt%netscape.com
76b276358c
Fix for 68138. r=danm, sr=waterson
2001-03-05 22:29:52 +00:00
dbaron%fas.harvard.edu
c7db18ff07
Fix reversal of inner and outer highlighted border colors on buttons. b=67448 r=hewitt@netscape.com sr=ben@netscape.com
2001-03-04 19:55:04 +00:00
blakeross%telocity.com
2382fe864c
Mac Classic menu autoscrollers are missing arrow image (patch by lordpixel, 70435). r=jag sr=ben
2001-03-02 05:03:04 +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
d141f2ad14
bugzilla: 62781 r=jelwell , sr= hewitt, missing gifs in profile dialog - classic skin all platforms.
2001-03-02 00:56:10 +00:00
andreww%netscape.com
5b0b338582
First Checked In.
2001-03-02 00:54:14 +00:00
andreww%netscape.com
b99a6417ac
bug 65211 r-timeless, sr-hewitt - fixing inverted tabs in composer. mac classic skin.
2001-03-02 00:52:01 +00:00
timeless%mac.com
6ba783661a
fix bug 68070 CSS error in themes/classic/global/win/tree.css
...
r=glazman a=ben
2001-02-28 07:08:51 +00:00
andreww%netscape.com
b0ba8649a3
bugzilla 63616 r=jelwell, sr=hewitt. Implementing comboxes in mac classic. (editable menulists)
2001-02-27 23:29:06 +00:00
andreww%netscape.com
b40b88dea7
bugzilla 69520 r=jelwell, sr=hewitt. Fixing default disabled state of buttons in mac classic.
2001-02-27 23:25:46 +00:00
andreww%netscape.com
354e4ba0f1
First Checked In.
2001-02-27 23:24:42 +00:00
cls%seawood.org
3580b1cac0
Adding and updating necessary .cvsignore files. Bug #61550
2001-02-24 06:22:49 +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
varada%netscape.com
1f7d4be2c0
fix for bug#63889; tabbing to the header section in the addressing widget; r= ben, ducarroz;sr=mscott
2001-02-23 00:13:03 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
andreww%netscape.com
239f61c9f7
bugzilla 68693 r-blake, sr-hewitt - fixing min height for buttons.
2001-02-21 00:36:44 +00:00
blakeross%telocity.com
1302a35606
mac bustage
2001-02-19 05:58:47 +00:00
blakeross%telocity.com
ff1048a4aa
DIE PNG DIE
2001-02-19 04:26:00 +00:00
blakeross%telocity.com
8f81da29e8
adding as binaries.
2001-02-19 04:03:24 +00:00
blakeross%telocity.com
fe6949c248
Okay, timeless says I may need to specify -kb when adding the png's. Trying that.
2001-02-19 04:00:48 +00:00
blakeross%telocity.com
1d95a100cc
updating jar.
2001-02-19 03:51:11 +00:00
blakeross%telocity.com
6a5b98d6f2
nothing to see here, move along.
2001-02-19 03:50:05 +00:00
blakeross%telocity.com
7e48d5dd59
*sigh*
2001-02-19 03:48:30 +00:00
blakeross%telocity.com
7363f74b2d
trying again...
2001-02-19 03:31:12 +00:00
blakeross%telocity.com
79605207d5
something happened with the first two images. take 2.
2001-02-19 03:30:17 +00:00
blakeross%telocity.com
26442923ea
Appearance improvements to Mac Classic scrollbars (patch by lordpixel, 67491). r=timeless sr=ben
2001-02-19 03:21:01 +00:00
blakeross%telocity.com
0b23fb653b
Appearance improvements to Mac Classic scrollbars (patch by lordpixel, 67491). r=timeless sr=ben
2001-02-19 03:12:02 +00:00
cmanske%netscape.com
a54b9f1594
Part of fix for composer prefs bug 53275. r=brade, sr=sfraser
2001-02-16 03:32:54 +00:00
andreww%netscape.com
8a536117c8
bugzilla 47817 - r=blake sr=hewitt -fixing wizard and other large alert boxes. Note: this has the _real_ bug number and the _real_ description. The fix I just posted had a typo in the bug #.
2001-02-14 22:12:42 +00:00
andreww%netscape.com
92b9db4e10
bugzilla 42331 - r=hangas, sr=hewitt (real) titlebox fix. the other bug I just committed was for fixing another type of box issue
2001-02-14 22:08:52 +00:00
andreww%netscape.com
f5b5be5193
bugzilla 48717 - r=blake sr=hewitt -fixing titlebox wierdness.
2001-02-14 22:07:03 +00:00