ashuk%eng.sun.com
55f6239e80
Added code to throw UnimplementedException whenever a method tht is
...
not yet implemented is called.
Bug = 40330
a = ashuk
r = edburns
_Ashu
2000-05-23 21:06:41 +00:00
ashuk%eng.sun.com
0500ca0dec
Added code for UnimplementedException. This exception gets thrown whenever a
...
funcion that has not yet been implemented is called.
Bug = 40330
author = ashuk
r = edburns
_Ashu
2000-05-23 21:04:47 +00:00
nboyd%atg.com
ab98d3b083
Remove unused constructor.
2000-05-23 21:03:50 +00:00
nboyd%atg.com
369ad1461c
Fix up bug where direct calls were getting the parent scope when they shouldn't have,
...
resulting in a NullPointerException on the following code when run on the MS VM with -opt 9:
var testcases = getTestCases();
function getTestCases() {
return new Boolean(new MyObject(true));
}
function MyObject( value ) {
this.value = value;
this.valueOf = new Function( "return this.value" );
return this;
}
2000-05-23 20:59:13 +00:00
mcgreer%netscape.com
e84e4debf8
break a long rsa message into key-sized blocks for testing.
2000-05-23 20:01:31 +00:00
dcone%netscape.com
e6bffa0ab2
Implement LineStyle for Mac. This gets the pulldowns working again. r=buster b=34870
2000-05-23 19:47:48 +00:00
dcone%netscape.com
5ea5b10213
Need to implement LineStyle for Mac. r=buster b=34870
2000-05-23 19:46:45 +00:00
valeski%netscape.com
f46e0c7972
updating impl list
2000-05-23 18:47:46 +00:00
javi%netscape.com
3c31505513
Look for libnecko_res.so instead of libnecko_resource.so on UNIX platforms.
2000-05-23 16:45:01 +00:00
axel%pike.org
6bdd3d551c
Fixing 40120, not part of the build
2000-05-23 13:27:50 +00:00
kvisco%ziplink.net
a71e89eecd
updated date
2000-05-23 08:33:18 +00:00
kvisco%ziplink.net
907f8df89e
added changes by Marina for lang() support
2000-05-23 08:32:42 +00:00
kvisco%ziplink.net
e32ae5dc27
Added changes by Marina for lang()
2000-05-23 08:30:09 +00:00
kvisco%ziplink.net
6495695b84
Added changes by Marina for lang()
2000-05-23 08:24:33 +00:00
kvisco%ziplink.net
98c928437a
Added changes by Marina
2000-05-23 08:17:42 +00:00
hyatt%netscape.com
bfb406f58b
adding debug printfs
2000-05-23 06:57:17 +00:00
ben%netscape.com
00d27b7876
more classic love
2000-05-23 06:19:08 +00:00
ben%netscape.com
e5c47df18d
classic skin stuff
2000-05-23 06:18:18 +00:00
ben%netscape.com
8c1c618fd0
more classic skin work (NOT PART OF BUILD)
2000-05-23 05:27:19 +00:00
ben%netscape.com
6b7ee9333d
more Classic skin work (NOT PART OF BUILD)
2000-05-23 05:26:50 +00:00
ben%netscape.com
fdd4dce597
[CLASSIC SKIN] Build/information files NOT PART OF BUILD
2000-05-23 04:54:15 +00:00
ben%netscape.com
24cc04fd84
[CLASSIC SKIN] Communicator skin files. NOT PART OF BUILD
2000-05-23 04:11:47 +00:00
sspitzer%netscape.com
ae15dd9ee7
fix for #39205 , pref.css is no more. r=ben
2000-05-23 04:08:54 +00:00
ben%netscape.com
155a5067da
[CLASSIC SKIN] Widget toolkit skin files. NOT PART OF BUILD
2000-05-23 04:04:02 +00:00
sspitzer%netscape.com
3ab77ad27c
fix for #39205 , pref.css is no more. r=ben
2000-05-23 04:02:09 +00:00
ben%netscape.com
49b6cd81fa
[CLASSIC SKIN] Editor skin files. NOT PART OF BUILD
2000-05-23 03:56:51 +00:00
ben%netscape.com
db5d4ff287
[CLASSIC SKIN] Messenger skin files. NOT PART OF BUILD
2000-05-23 03:54:04 +00:00
ben%netscape.com
f1fedbc23f
[CLASSIC SKIN] Navigator skin files. NOT PART OF BUILD
2000-05-23 03:47:00 +00:00
jim_nance%yahoo.com
4fbfdda992
Workaround for bug 39747. MOZ_MONOLITHIC_TOOLKIT breaks the timer code,
...
and this option was used on the alpha. This changes configure.in not to set
it anymore under Tru64. IRIX and HPUX still use this flag, are they
working right now? Blanket approval from Brendan & Waterson for porting
changes.
2000-05-23 03:37:14 +00:00
sspitzer%netscape.com
2eda7c7b6c
fix for several bugs.
...
#34355 , for a new pop server, the copies and folders prefs should point to the pop server,
not the local server.
#22889 , #37464 , news article urls not displaying, and they causing autosubscribe to happen.
#36661 , fix problems with autosubscribe / article url problem, if they happen before
we migrated and if there is no accounts.
#8216 , a successful cancelling of a news posting removes message from thread pane
r=alecf
2000-05-23 02:38:00 +00:00
karnaze%netscape.com
fdebe98e3b
added 1 sec delay to ease the pain of bug 38496. This does not affect the build.
2000-05-23 02:18:53 +00:00
javi%netscape.com
7570330e38
Trick xpcom world into treating psm just as it would mozilla.
2000-05-23 01:14:39 +00:00
mscott%netscape.com
d7443971e7
Bug #37827 , #37784 , 37675, 37832 --> fix many MS Exchange server bugs involving the envelope field.
...
There was a bug in our parse_addresses routine that was failing in the MS case with multiple email
addresses on a field.
r=jefft
2000-05-23 01:09:55 +00:00
thayes%netscape.com
99425bebf7
Change UI Events for PSM to modal r=dougt bugid=26085
2000-05-23 01:08:34 +00:00
saari%netscape.com
c38355bb0c
Fix for nsbeta2+ 35100, typing is wedged after using the color picker in editor. r=pinkerton
2000-05-23 00:56:52 +00:00
slamm%netscape.com
f7149ce67a
Revert last two checkins. Fix for 37428 caused tabs to not load properly.
2000-05-23 00:55:43 +00:00
locka%iol.ie
428126b06c
Added code to scroll to # hrefs in the current page rather than reload. - bug #39716
...
Added code to preserve postdata in the session history - bug #39668
2000-05-23 00:52:59 +00:00
locka%iol.ie
c13637c4a1
New parameter for AddToSessionHistory #39668
2000-05-23 00:51:37 +00:00
wtc%netscape.com
a39d40dbef
Bugzilla bug #26506 : getipnodebyname and getipnodebyaddr are thread
...
safe, so no need to lock around them.
2000-05-23 00:51:09 +00:00
rginda%netscape.com
0fa9224054
apparently windows is too
2000-05-23 00:15:06 +00:00
rginda%netscape.com
b8139b714f
linux is so picky
2000-05-23 00:13:48 +00:00
sgehani%netscape.com
a068dd41c7
Fix Linux installer seg fault on exit. [b=36781, r=dveditz]
2000-05-23 00:12:25 +00:00
rogerl%netscape.com
bf553c65fb
COMPARE_GT etc are gone.
2000-05-23 00:09:44 +00:00
rogerl%netscape.com
6c379c9539
Fall out from operator overloading.
2000-05-23 00:09:02 +00:00
rogerl%netscape.com
8bde6514f2
Added operator overloading support
2000-05-23 00:08:29 +00:00
rogerl%netscape.com
8ce92c9a4a
Fix bug #39309 - parameters must be AnyType, also vars used before def.
2000-05-23 00:06:24 +00:00
evaughan%netscape.com
bee15163f5
Fixed a round off error bug #29949
...
-r pinkerton
2000-05-22 23:23:04 +00:00
nhotta%netscape.com
8658b2cfa3
Additional break condition to prevent infinite loop, r=rhp, a=waterson, bug 39737.
2000-05-22 23:20:46 +00:00
pnunn%netscape.com
159de93ed9
bug#39301: bump up img cache size back up to 2M. Now have way to limit other
...
resources. pnunn r:sfraser@netscape.com
2000-05-22 23:08:42 +00:00
jst%netscape.com
1e985a0da5
Fixing nsbeta2+ bug #24958 , script.text never contained the actual script source, now it gets the script source from the textnodes inside the script element. r=vidur@netscape.com
2000-05-22 23:02:40 +00:00