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

62642 Коммитов

Автор SHA1 Сообщение Дата
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
ben%netscape.com dfd01cc3a6 [CLASSIC SKIN] Communicator skin files. NOT PART OF BUILD 2000-05-23 04:11:47 +00:00
sspitzer%netscape.com 02b40486f6 fix for #39205, pref.css is no more. r=ben 2000-05-23 04:08:54 +00:00
ben%netscape.com 5795d3ab65 [CLASSIC SKIN] Widget toolkit skin files. NOT PART OF BUILD 2000-05-23 04:04:02 +00:00
sspitzer%netscape.com f1996ddb49 fix for #39205, pref.css is no more. r=ben 2000-05-23 04:02:09 +00:00
ben%netscape.com 6e8dbdff76 [CLASSIC SKIN] Editor skin files. NOT PART OF BUILD 2000-05-23 03:56:51 +00:00
ben%netscape.com 049a349c42 [CLASSIC SKIN] Messenger skin files. NOT PART OF BUILD 2000-05-23 03:54:04 +00:00
ben%netscape.com e3e4727afe [CLASSIC SKIN] Navigator skin files. NOT PART OF BUILD 2000-05-23 03:47:00 +00:00
jim_nance%yahoo.com 9472d36eb8 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 fbe0cee7d7 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 3d0123dae7 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 63c73ce255 Trick xpcom world into treating psm just as it would mozilla. 2000-05-23 01:14:39 +00:00
mscott%netscape.com 33babe1515 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 39e1da90a8 Change UI Events for PSM to modal r=dougt bugid=26085 2000-05-23 01:08:34 +00:00
saari%netscape.com ca7fd51ec8 Fix for nsbeta2+ 35100, typing is wedged after using the color picker in editor. r=pinkerton 2000-05-23 00:56:52 +00:00