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

59544 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com 16398828fc more string love 2000-04-27 22:41:58 +00:00
pavlov%netscape.com a406d1c43a string fun 2000-04-27 22:39:17 +00:00
pavlov%netscape.com 730b45710f more string fun 2000-04-27 22:38:19 +00:00
pavlov%netscape.com 2eb6c0c4e0 string changes 2000-04-27 22:29:04 +00:00
pavlov%netscape.com a66e82dbd4 more string fun 2000-04-27 22:24:36 +00:00
pavlov%netscape.com a9b299fc3d string fixes 2000-04-27 22:15:24 +00:00
pinkerton%netscape.com 7e33ec2e25 small fix for sting conversion. no need to convert from char* to nsCString 2000-04-27 22:14:08 +00:00
scc%netscape.com 5163d22d73 making string conversions explicit 2000-04-27 22:09:11 +00:00
pavlov%netscape.com 4a804b7f89 new string apis 2000-04-27 22:02:28 +00:00
pinkerton%netscape.com 60bf5593d8 missing string conversion for comparing AutoString with Unichar* 2000-04-27 21:58:43 +00:00
scc%netscape.com 32d3c61972 making string conversions explicit 2000-04-27 21:53:50 +00:00
pavlov%netscape.com db99461de9 string changes 2000-04-27 21:46:26 +00:00
dac%x.cx 3aa64bafea Add PNG support for gnuplot 2000-04-27 21:36:40 +00:00
pavlov%netscape.com f027a4c3c8 update to new string apis 2000-04-27 21:36:05 +00:00
dac%x.cx a4a3940c86 Send domain with HELO 2000-04-27 21:33:14 +00:00
modgock%eng.sun.com 8423f4213d updated version strings for any impending distribution 2000-04-27 21:33:01 +00:00
scc%netscape.com 2c788bfcf2 making string conversions explicit 2000-04-27 21:32:39 +00:00
pavlov%netscape.com 32867b404b update string apis 2000-04-27 21:28:02 +00:00
scc%netscape.com 6b22577443 making string conversions explicit 2000-04-27 21:24:29 +00:00
scc%netscape.com 4263e7a5e4 making string conversions explicit 2000-04-27 21:09:10 +00:00
scc%netscape.com 4653555152 making string conversions explicit 2000-04-27 20:59:12 +00:00
scc%netscape.com 6a250f560d making string conversions explicit 2000-04-27 20:50:34 +00:00
scc%netscape.com 4e1b0eaca0 making string conversions explicit 2000-04-27 20:38:50 +00:00
scc%netscape.com bb871f886d making string conversions explicit; this checkin stops the back-sliding before we turn on NEW_STRING_APIS. 2000-04-27 20:37:54 +00:00
scc%netscape.com 026578edc2 making string conversions explicit 2000-04-27 20:29:56 +00:00
scc%netscape.com 4867a6591c making string conversions explicit 2000-04-27 20:22:27 +00:00
scc%netscape.com 57f4c6ee91 making string conversions explicit, and converting global static returning function to the canonical form 2000-04-27 20:19:17 +00:00
scc%netscape.com aebca1a085 making string conversions explicit 2000-04-27 20:08:45 +00:00
scc%netscape.com bf109dc6c9 making promises work 2000-04-27 20:01:28 +00:00
scc%netscape.com 8dbf8e7713 making string conversions explicit 2000-04-27 19:49:53 +00:00
gagan%netscape.com e4db9151b6 First checkin of proxy auto config interfaces. Not in the build. 2000-04-27 18:42:47 +00:00
norris%netscape.com ff5f45db12 Propagate changes from 1.21.2.3 into tip. 2000-04-27 18:39:10 +00:00
rjc%netscape.com c1cacd6030 Center customize dialog when its opened. 2000-04-27 14:36:54 +00:00
alecf%netscape.com 71d8248603 fix xlib bustage 2000-04-27 14:21:59 +00:00
mjudge%netscape.com 91324612be fix to get vc5.0 building again 2000-04-27 10:50:29 +00:00
mccabe%netscape.com 8b84267575 Add console.css file; make javascript console scrollable. Fix to 35998. 2000-04-27 08:45:30 +00:00
rjc%netscape.com 607a4a039f Fix bug # 37199: small search file parsing fix. 2000-04-27 08:29:02 +00:00
mjudge%netscape.com dfaed9e5fe files not in build yet 2000-04-27 08:13:39 +00:00
pavlov%netscape.com 9a649a9539 fix for excessive mallocing of regions bug #37352 2000-04-27 07:58:15 +00:00
mjudge%netscape.com 2c0953e1be ender lite checkin. 2000-04-27 07:37:12 +00:00
waterson%netscape.com 9486ea2455 Revert changes. They're causing problems elsewhere. 2000-04-27 07:01:58 +00:00
waterson%netscape.com 0fa40f9e41 Oops. Didn't realize nscore.h was included in 'C' compilation as well. Wrap namespace baloney with #ifdef __cplusplus__. r=scc 2000-04-27 06:50:38 +00:00
waterson%netscape.com 76a9f47a69 Get rid of extra operators that we can get for free by including <algorithm>. Gets rid of gcc-2.7.2.3 ambiguity problems with new string APIs, too. r=scc 2000-04-27 06:47:05 +00:00
waterson%netscape.com 53247daf40 Fix memory churn caused by implicit nsString ctor. 2000-04-27 06:44:13 +00:00
waterson%netscape.com cbf17f6907 Get rid of SetString() usages. r=scc 2000-04-27 06:39:07 +00:00
waterson%netscape.com fa2c7aa35c Make the std::rel_ops namespace visible without qualification so that we can get operator!= from operator==, and operators >=, <=, and > from operator<. Needed for disambiguation with new string classes. r=scc 2000-04-27 06:37:06 +00:00
modgock%eng.sun.com 01c202403e fixed java target type. 2000-04-27 06:36:18 +00:00
modgock%eng.sun.com 4e0ef46c0c Defined CALL_NOT_IN_CARBON since it was wrapping method definitions in 3.3.1 JManager that were referenced in the code. Added an import for ControlDefinitions.h; kControlEditTextPasswordTag and kControlEditTextTextTag were defined in Controls.h in 3.2, but moved out in 3.3.1 so MRJSession.cpp was failing build. (these are still tinderbox immune since they're not auto built) 2000-04-27 06:32:45 +00:00
leaf%mozilla.org cd8a205dab Automated update 2000-04-27 06:00:39 +00:00
waterson%netscape.com d6cae7298a Fix memory churn caused by implicit nsString ctor. 2000-04-27 05:53:36 +00:00