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 |
|
waterson%netscape.com
|
bcef67b51f
|
Add test to check whether partial template specialization works. r=scc
|
2000-04-27 05:52:26 +00:00 |
|
brendan%mozilla.org
|
67865c1d1d
|
Debloat output by consolidating onmouseovers.
|
2000-04-27 05:41:59 +00:00 |
|
leaf%mozilla.org
|
dd941076c9
|
Automated update
|
2000-04-27 05:30:08 +00:00 |
|
waterson%netscape.com
|
6cc102da27
|
Add test to determine if the compiler has trouble comparing nsCOMPtr's to zero using operator==() and operator!=(). r=scc
|
2000-04-27 05:23:02 +00:00 |
|
waterson%netscape.com
|
00eb3e5b8c
|
Get rid of operator==(nsCOMPtr, int) usage because it fries gcc-2.7.2.3's mind with new string stuff. r=scc
|
2000-04-27 04:44:56 +00:00 |
|
bienvenu%netscape.com
|
a6e9e1dcfa
|
fix get running scope to return running scope
|
2000-04-27 04:14:51 +00:00 |
|
brendan%mozilla.org
|
36499eb772
|
Add TraceMalloc* native methods; allow multiple log files per site file.
|
2000-04-27 04:02:22 +00:00 |
|
valeski%netscape.com
|
87e763fc62
|
37200. text type data urls were having whitespace stripped out of them.
|
2000-04-27 03:55:20 +00:00 |
|
alecf%netscape.com
|
f9ff9aeaf4
|
fix xlib bustage
|
2000-04-27 03:55:06 +00:00 |
|