Commit Graph

62656 Commits

Author SHA1 Message Date
kvisco%ziplink.net
41954858e7 Added Olivier's changes to support the document() function 2000-05-24 03:46:31 +00:00
nelsonb%netscape.com
a57f63746a Correct the implementation of the options for disabling SSL2, SSL3 and TLS.
Add a new -R option to selfserv, which disables detection of rollback from
TLS to SSL3.0.  This is necessary for testing with broken TLS clients.
2000-05-24 03:44:50 +00:00
nelsonb%netscape.com
0ea2ec3f99 Fix the logic in client and server to detect version roll-back attack,
rolling back from TLS (SSL 3.1) to SSL 3.0.  Provide a new SSL socket
option to disable roll-back detection in servers, since certain TLS
clients are doing it incorrectly.
2000-05-24 03:35:23 +00:00
nelsonb%netscape.com
d14a82cbb8 Changes in support of corrected TLS rollback detection. 2000-05-24 03:31:44 +00:00
ben%netscape.com
eb18aae70b classic image files. not part of build 2000-05-24 02:53:09 +00:00
ben%netscape.com
25f4ba6b8f another classic file 2000-05-24 02:39:17 +00:00
ruslan%netscape.com
8d44c654e6 Fix 17570 (refresh header is broken)[nsbeta2+]; r/a=gagan 2000-05-24 02:32:13 +00:00
nelsonb%netscape.com
a113e9ad8a Fix a transcription error that caused a crash. 2000-05-24 02:22:18 +00:00
waldemar%netscape.com
cec8a6816d Fixed case/default indenting 2000-05-24 02:18:57 +00:00
ben%netscape.com
eb537d8bb5 classic skin stuff, not part of build 2000-05-24 02:18:11 +00:00
rogerl%netscape.com
39ebb9c8d8 Codegen for statements. Blew off old statement API and most of the test
functions for now, sorry.
2000-05-24 02:11:39 +00:00
idk%eng.sun.com
988e4302ee Added Adaptor classes and Generic factory. Now we do not need to implement
PlugletFactory for simple pluglets.
2000-05-24 02:01:57 +00:00
waldemar%netscape.com
d4e4f10d14 Turned on statement parsing and printing 2000-05-24 01:51:32 +00:00
waldemar%netscape.com
c970639ae9 Added statement parsing 2000-05-24 01:51:20 +00:00
danm%netscape.com
afa832a154 make processing of installed-chrome more robust. bugs 38198, 40186 2000-05-24 01:25:54 +00:00
waldemar%netscape.com
fe6fac7c85 Added using std::fmod declaration 2000-05-24 00:55:23 +00:00
waldemar%netscape.com
389625522b Fixed Mac warning 2000-05-24 00:54:56 +00:00
waldemar%netscape.com
bdd3276507 Fixed Mac warnings 2000-05-24 00:54:40 +00:00
waldemar%netscape.com
0765893319 Fixed syntax errors: can't use qualified names in class definitions, and 'not' is a C++ reserved word 2000-05-24 00:54:28 +00:00
varada%netscape.com
9165025223 fix for bug #32115 -extending the progress bar 2000-05-24 00:30:55 +00:00
jbetak%netscape.com
597f39a1d0 36136 [regression]View source with meta charset info does not display properly
r=ftang
2000-05-23 23:09:25 +00:00
slamm%netscape.com
dfd2e3e18f Fix typo from the last checkin. 2000-05-23 22:52:52 +00:00
locka%iol.ie
bd7c2a49d8 Fixed problem with internation pages, bug 40320
Fixed problem with reloading the same page twice bug 40318
Reviewed by rahda
2000-05-23 22:36:47 +00:00
sspitzer%netscape.com
27127b9ae2 stop the crash that causes #40306. the "first time start page" causes us
many problem on linux, not sure if it is related to that page, or
the redirect.  still investigating.

other changes here remove the crap code that forces you to go to
the checkin guidelines page and to see the account manager on start up
on debug builds.  this was preventing debug builds from seeing the problem.

after this change debug behaves like optimized, which is what we want.

r=mscott, a=granrose
2000-05-23 22:18:08 +00:00
mcgreer%netscape.com
1f8008ee85 Added calls for BSAFE 5.0 2000-05-23 22:15:25 +00:00
larryh%netscape.com
c40ceff5a9 BugZilla 25981. PR_GetNumberOfCpus() 2000-05-23 21:35:16 +00:00
ashuk%eng.sun.com
0abbaa676d Added fix for GetSourceBytes and SelectAll Stubs
author = ashuk
r = edburns

_Ashu
2000-05-23 21:10:02 +00:00
ashuk%eng.sun.com
b21f520f96 Added code for CurrentPage::SelectAll()
author = ashuk
r = edburns

_Ashu
2000-05-23 21:08:27 +00:00
ashuk%eng.sun.com
7395b85c85 Added code for SelectAll()
author = ashuk
r = edburns

_Ashu
2000-05-23 21:07:49 +00:00
ashuk%eng.sun.com
ca5c9043df 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
765bec1b18 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
0074ca5edf Remove unused constructor. 2000-05-23 21:03:50 +00:00
nboyd%atg.com
108f81d6ac 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
5d1cd52439 break a long rsa message into key-sized blocks for testing. 2000-05-23 20:01:31 +00:00
dcone%netscape.com
ddf3c10ba2 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
f06ae87cf7 Need to implement LineStyle for Mac. r=buster b=34870 2000-05-23 19:46:45 +00:00
valeski%netscape.com
5fd50abf2c updating impl list 2000-05-23 18:47:46 +00:00
javi%netscape.com
9ccc1d638c Look for libnecko_res.so instead of libnecko_resource.so on UNIX platforms. 2000-05-23 16:45:01 +00:00
axel%pike.org
5db64576ba Fixing 40120, not part of the build 2000-05-23 13:27:50 +00:00
kvisco%ziplink.net
7e73ab43dc updated date 2000-05-23 08:33:18 +00:00
kvisco%ziplink.net
e9f408af8f added changes by Marina for lang() support 2000-05-23 08:32:42 +00:00
kvisco%ziplink.net
0b5ee5cc6b Added changes by Marina for lang() 2000-05-23 08:30:09 +00:00
kvisco%ziplink.net
698f4f22c8 Added changes by Marina for lang() 2000-05-23 08:24:33 +00:00
kvisco%ziplink.net
ed7dd9d4e7 Added changes by Marina 2000-05-23 08:17:42 +00:00
hyatt%netscape.com
4f2cfa71c1 adding debug printfs 2000-05-23 06:57:17 +00:00
ben%netscape.com
7d83759b5b more classic love 2000-05-23 06:19:08 +00:00
ben%netscape.com
93e01b8582 classic skin stuff 2000-05-23 06:18:18 +00:00
ben%netscape.com
c38b8f70db more classic skin work (NOT PART OF BUILD) 2000-05-23 05:27:19 +00:00
ben%netscape.com
f31746aa26 more Classic skin work (NOT PART OF BUILD) 2000-05-23 05:26:50 +00:00
ben%netscape.com
c0a48b0991 [CLASSIC SKIN] Build/information files NOT PART OF BUILD 2000-05-23 04:54:15 +00:00