Commit Graph

19171 Commits

Author SHA1 Message Date
mcmullen%netscape.com
da9bbfc238 First Checked In. 1999-03-05 20:55:10 +00:00
slamm%netscape.com
2d657904a8 Have script write out its own .cvspass. Use '.mozconfig.sh' symbolic link for Save As 1999-03-05 20:53:22 +00:00
slamm%netscape.com
fab2658df8 Script writes its own .cvspass now 1999-03-05 20:51:12 +00:00
rods%netscape.com
f3adc9347d Fixed crash bug on releaseing null pointer 1999-03-05 20:41:37 +00:00
sdagley%netscape.com
3d33d93721 Re-checking in pinkerton's fix as the project seemed to have cached something and kept putting nsGlobalVariables.cpp back into Rescued Items every time it was opened. 1999-03-05 20:31:19 +00:00
hyatt%netscape.com
ba8e075863 Fixes to enable getElementById to work with HTML elements. 1999-03-05 20:30:13 +00:00
sar%netscape.com
000f5924d3 enabling mailnews by default 1999-03-05 20:29:36 +00:00
rods%netscape.com
2e95280446 I have removed nsRadioGroup and nsIRadioGroup and all references to it. 1999-03-05 20:28:16 +00:00
danm%netscape.com
3a4cd8dae9 adding convenience makefile (not part of the normal build) 1999-03-05 20:25:48 +00:00
dougt%netscape.com
c97b36d30e added nsSpecialSystemDirectory to build. 1999-03-05 20:25:05 +00:00
danm%netscape.com
1c08963168 changed name of onConstruction event to onload 1999-03-05 20:23:19 +00:00
dougt%netscape.com
ff5aa21d0d Added testcases for nsSpecialSystemDirectory. These cases are
currently turned off until mcmullen takes a look at them on the mac.
1999-03-05 20:21:33 +00:00
pinkerton%netscape.com
f1fb0ed544 handle toolbar demo sample menu command. 1999-03-05 20:21:25 +00:00
pinkerton%netscape.com
7090b187b7 Remove toolbar/tree demo code (which was commented out). 1999-03-05 20:21:14 +00:00
dougt%netscape.com
060b968818 adding nsSpecialSystemDirectory.cpp to windows makefile.
Fixed MakeAllDirectory bug in nsFileSpec.cpp
1999-03-05 20:20:22 +00:00
pinkerton%netscape.com
727c3d9f74 export toolbar samples and css file. 1999-03-05 20:20:18 +00:00
pinkerton%netscape.com
e080a19408 table for main toolbar, removing html namespace stuff, onClick->onclick 1999-03-05 20:19:46 +00:00
pinkerton%netscape.com
755a72f927 add new toolbar sample, remove old widget samples. 1999-03-05 20:19:13 +00:00
pinkerton%netscape.com
0782b9cfa3 fix for bug #3449 (onClick should be onclick). 1999-03-05 20:18:59 +00:00
dougt%netscape.com
93ff8b1236 Updating makefiles so that nsSpecialSystemDirectory.h gets exported. 1999-03-05 20:18:33 +00:00
pinkerton%netscape.com
e38ee4cb2b New menus for xul tests 1999-03-05 20:18:25 +00:00
pinkerton%netscape.com
35916c96cf remove toolbar/tree stuff, add xul tests. 1999-03-05 20:18:05 +00:00
dougt%netscape.com
a435f91e27 Initial Checkin 1999-03-05 20:17:47 +00:00
pinkerton%netscape.com
5fbcb57196 First Checked In. 1999-03-05 20:17:45 +00:00
dougt%netscape.com
76b5b14778 Initial Checkin. 1999-03-05 20:16:47 +00:00
slamm%netscape.com
1a4d2024e1 Use symbolic link instead of rewrite rule. 1999-03-05 20:15:57 +00:00
rods%netscape.com
b8e49b766c Aded check for null parent to fix printing 1999-03-05 20:14:05 +00:00
terry%netscape.com
ed622524ac Fixed bug 3365 -- was generating wrong statistics if there were no NEW
or no ASSIGNED bugs.
1999-03-05 20:05:53 +00:00
terry%netscape.com
0068de47ac Reformated all the code to match the rest of Bugzilla. 1999-03-05 19:48:26 +00:00
pinkerton%netscape.com
6f9f969c17 removed nsGlobalVariables.cpp for kipp. permission to checkin to a closed tree given to kipp by cyeh. 1999-03-05 19:35:01 +00:00
kipp%netscape.com
3c7c26029e Cleanup state recomputation; fix bug # 3453 crasher; debug out some max-element-size issues 1999-03-05 19:25:44 +00:00
kipp%netscape.com
4431b15159 nuked global variables 1999-03-05 19:24:45 +00:00
kipp%netscape.com
5d7071908f Disable trim code for now; disable horizontal alignment during pass1 table reflow 1999-03-05 19:24:15 +00:00
kipp%netscape.com
1dd581bfed Remove dead global-variable nonsense 1999-03-05 19:23:52 +00:00
kipp%netscape.com
599643d249 Partial fix to bug #3094 1999-03-05 19:23:24 +00:00
kipp%netscape.com
95696e90a5 Removed dead include 1999-03-05 19:23:09 +00:00
slamm%netscape.com
45796ef36e Avoid copying the list pointers 1999-03-05 18:08:24 +00:00
terry%netscape.com
fc97a0f6cf Add check to make sure versions table is OK. 1999-03-05 17:55:45 +00:00
slamm%netscape.com
e64cb18d47 Don't use unshift because it is slow. Use push/reverse combo instead. 1999-03-05 17:14:03 +00:00
rods%netscape.com
709113ddeb Added ref counting to vertical scrollbar 1999-03-05 15:50:04 +00:00
briano%netscape.com
48a2307106 Automated update 1999-03-05 15:45:38 +00:00
rods%netscape.com
862718ccb1 Added where a scrolled view sets the widget for the vertical scrollbar
into the window so the window can send the vertical scrollbar the appropriate
message.
1999-03-05 15:41:50 +00:00
ramiro%netscape.com
8821535d54 Add --enable-cpp-rtti , --enable-cpp-exceptions flags.
RTTI and exceptions are off by default on Linux.
1999-03-05 15:36:20 +00:00
rods%netscape.com
f99d52aa28 Major update for tracking the popping up and dropping down of menus.
Added Mouse Wheel tracking
1999-03-05 15:34:53 +00:00
rods%netscape.com
94be0cba76 Fixed voidarray problem and a few other minor things 1999-03-05 15:33:40 +00:00
rods%netscape.com
db5f268718 Fixed up ref counting issues 1999-03-05 15:32:54 +00:00
rods%netscape.com
a7814c2d62 Changed VoidArray to nsISupportsArray 1999-03-05 15:30:11 +00:00
rods%netscape.com
f03fb91a57 Added impl of SetVerticalScrollbar 1999-03-05 15:25:24 +00:00
rods%netscape.com
02488f4508 Added new method "SetVerticalScrollbar" 1999-03-05 15:25:21 +00:00
kipp%netscape.com
f0d400acb5 nuked 1999-03-05 15:23:46 +00:00