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

35045 Коммитов

Автор SHA1 Сообщение Дата
evaughan%netscape.com f97d9c4df1 1) added .gif for horizontal scrollbar
2) added cropping to titledbuttons
3) fixed bugs in navigator.xul and navigator.css
1999-07-25 01:15:14 +00:00
hyatt%netscape.com 00b9c6f64c Cascading menus now work! 1999-07-25 01:14:43 +00:00
hyatt%netscape.com 1c527e4f82 Fixing the syntax of the sample XUL file. Harmless. 1999-07-25 00:17:36 +00:00
hyatt%netscape.com 721f25aa88 Cleaning up keyboard navigation to work properly with cascading submenus. 1999-07-25 00:16:11 +00:00
hyatt%netscape.com 22260aa0ff Tweaks to the sample XUL. Harmless. 1999-07-24 23:11:56 +00:00
hyatt%netscape.com 022ab35b7e More tweaks to the menu style rules. 1999-07-24 23:11:40 +00:00
troy%netscape.com 1c38807112 Fix for bug #10268. I used '&&' when I really meant to use '||' and that caused us
to create the wrong type of frame for relatively positioned H1 elements
1999-07-24 23:08:34 +00:00
hyatt%netscape.com 3b8e400ca1 Tweaks. 1999-07-24 22:51:50 +00:00
hyatt%netscape.com 6ddde5815d Checking in a harmless sample file. 1999-07-24 22:49:56 +00:00
hyatt%netscape.com 9fba3123d0 Adjusting more style rules for xp menus. 1999-07-24 22:49:42 +00:00
duncan%be.com 9b48adc493 Fix stupid error. 1999-07-24 22:26:00 +00:00
hyatt%netscape.com 4f7fbe58af Padding it a bit. 1999-07-24 22:24:51 +00:00
hyatt%netscape.com 997046a1b5 Making sure XP menu images get installed. 1999-07-24 22:21:32 +00:00
zuperdee%penguinpowered.com 626f34ddab Removing some more deadwood. NOT PART OF MAIN BUILD. 1999-07-24 22:11:13 +00:00
putterman%netscape.com 5389eac352 Check in IMAP to Local copying fix for jefft. 1999-07-24 22:07:59 +00:00
hyatt%netscape.com dc682a1780 Handling Enter key press in submenus. 1999-07-24 22:02:23 +00:00
jband%netscape.com b80f98a64a differentiate between Win32 x86 and NT Alpha for a few low level debug activities. From bob meader <bob@guiduck.com> 1999-07-24 22:00:00 +00:00
jband%netscape.com e0a4f492bb include of config.mak needed for NT Alpha according to bob meader <bob@guiduck.com> 1999-07-24 21:57:34 +00:00
jband%netscape.com 48912de6ac Adding NT Alpha only makefile rule for asm from bob meader <bob@guiduck.com> 1999-07-24 21:56:17 +00:00
jband%netscape.com 63a9507a57 update to xptcall status page 1999-07-24 21:54:38 +00:00
jband%netscape.com d5d6f63fa9 transposed two letters in a comment 1999-07-24 21:53:11 +00:00
putterman%netscape.com 642fbfc456 Only remove the transaction manager if we're handling the command. 1999-07-24 21:48:45 +00:00
troy%netscape.com a8d3d80ebc Cleanup of reflow command handling 1999-07-24 21:41:15 +00:00
jband%netscape.com 0a012c1d28 NT Alpha only change to rename misnamed file and to add a bunch of casting. From 1999-07-24 21:20:56 +00:00
putterman%netscape.com 166d67d0d1 Added MarkAllMessagesRead 1999-07-24 21:10:53 +00:00
ducarroz%netscape.com 9789425774 Add build instruction for mozilla:netwerk:base:public:MANIFEST_IDL, Necko only. 1999-07-24 20:52:04 +00:00
ducarroz%netscape.com 43cdf18964 First Checked In. 1999-07-24 20:50:35 +00:00
cmanske%netscape.com db6e5788b8 Fixed insert element bugs. Added message if no misspelled words. Changed 'More Atrributes' to 'Advanced Edit' in dialogs. Improved generic message dialog. Added remove link button to link dialog 1999-07-24 20:27:53 +00:00
duncan%be.com a44c365623 Support sound. 1999-07-24 20:07:55 +00:00
peterl%netscape.com bfef8a3300 Cleaned up attribute parsing so that illegal values are preserved as strings 1999-07-24 19:55:35 +00:00
chuang%netscape.com 4f5ecccc0a Add "Edit new feature attributes" support 1999-07-24 19:06:08 +00:00
peterl%netscape.com cfe1600630 fixed warnings 1999-07-24 19:05:17 +00:00
peterl%netscape.com 3bf8f6b907 added experimental CSS3 properties 1999-07-24 19:04:42 +00:00
peterl%netscape.com 4d52afc607 added debug code for netlib weirdage 1999-07-24 19:04:22 +00:00
peterl%netscape.com 600dc2854c added basic support for inline-block 1999-07-24 19:01:43 +00:00
peterl%netscape.com c27894263d added char unit output support 1999-07-24 19:00:42 +00:00
peterl%netscape.com 9d991de5f0 added some experimental CSS3 properties
fixed style context impact reporting
1999-07-24 18:59:43 +00:00
peterl%netscape.com 53d60d8dba remove warning 1999-07-24 18:58:48 +00:00
peterl%netscape.com 23918a8d61 nuked 1999-07-24 18:57:59 +00:00
peterl%netscape.com 6f23083749 removed files: mozilla/xpcom/ds/nsBTree.cpp, mozilla/xpcom/ds/nsRBTree.cpp 1999-07-24 18:57:13 +00:00
peterl%netscape.com ce42a15283 removing nsBTree & nsRBTree, both replaced by nsAVLTree 1999-07-24 18:56:54 +00:00
sspitzer%netscape.com b7169a4501 fix for #9896. make nsMsgLineBuffer work for buffers that use CR, LF, and CRLF. (before, only CRLF and LF worked.) the mac uses CR, and we'd lose the last line of the newsrc file. 1999-07-24 18:15:19 +00:00
morse%netscape.com e8ef92480d minor cleanup for viewers 1999-07-24 16:57:21 +00:00
morse%netscape.com 7763d0e4cf minor cleanup 1999-07-24 16:56:42 +00:00
morse%netscape.com 69e5670c57 nsCookieViewer.cpp 1999-07-24 16:56:02 +00:00
sspitzer%netscape.com 9daa861fa0 fix for Solaris bustage. Following mcafee's earlier fixes. 1999-07-24 15:53:19 +00:00
troy%netscape.com 7ffa0d8a63 Moved code that repaints after a resize or initial reflow to the viewport 1999-07-24 15:18:24 +00:00
duncan%be.com cae606a8be Complete the link fix, all shared libs are now linked against the app that loads
them, so the timer symbols are resolved.
1999-07-24 12:25:16 +00:00
mcafee%netscape.com 5923d98342 Adding caps library to fix Solaris linkage. 1999-07-24 10:40:42 +00:00
mcafee%netscape.com 5a573c00bc Adding XP Menus test case under Debug menu. 1999-07-24 09:50:35 +00:00