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

42328 Коммитов

Автор SHA1 Сообщение Дата
rpotts%netscape.com c924d68b90 bug #14457. Getting the webcrawler working again for QA... 1999-09-22 22:58:29 +00:00
cata%netscape.com c61427488f Fixing bug #14605. 1999-09-22 22:32:44 +00:00
rogerl%netscape.com 84e2dbf549 Can't assume object in reportConversionError is scriptable, so call more
generic java.object.toString instead.
1999-09-22 22:06:14 +00:00
matt%netscape.com 7c5148a464 Just changing things...approved by leaf 1999-09-22 21:52:08 +00:00
idk%eng.sun.com 410a7b9dcc bug fix.
Call AddRef for StreamListener in PlugletInstance.NewStream
1999-09-22 20:16:11 +00:00
sspitzer%netscape.com d7a45c96da fix for #14604. pop migration was broken on mac. my code to migrate 4.x imap mail filters on the mac should only be run when we used pop in 4.x 1999-09-22 20:01:20 +00:00
slamm%netscape.com a7292b7de2 Add Backwards.pm, some examples, and make sure examples directory is created. Thanks to Justin Hitt <hittjw@navyair.navy.mil> for the patch. 1999-09-22 18:51:13 +00:00
norris%netscape.com b21d1d574c Allow a java.lang.String to be converted to a primitive string in getDefaultValue 1999-09-22 16:30:49 +00:00
norris%netscape.com e798fcce86 Fix "wapper". 1999-09-22 16:25:21 +00:00
terry%mozilla.org 608a6c6772 Patch by Tom Schutter <tom@platte.com> -- was setting milestone descriptions to NULL instead of ''. 1999-09-22 15:55:56 +00:00
briano%netscape.com 6d44195acc Automated update 1999-09-22 10:01:17 +00:00
ramiro%netscape.com 917fea722c Turn on (for real this time) stripping of uneeded symbols from
components.  Only for linux non debug builds.  Approved by mscott.
1999-09-22 09:54:00 +00:00
sspitzer%netscape.com 1ce95cdd9a fix for #13862
now we properly migrate imap filter rule files on the Mac.
1999-09-22 09:06:06 +00:00
ftang%netscape.com 4456c05d46 add pref callback for charset detectors 1999-09-22 08:49:28 +00:00
rjc%netscape.com 2845bae6f5 Match up icons. 1999-09-22 08:32:36 +00:00
ftang%netscape.com 98f58ac596 use dtd for charset detectors menu (not the items yet). Fix typo of pref call 1999-09-22 08:26:29 +00:00
mscott%netscape.com 2f6e17a2e1 Bug #14072 --> throw up a dialog if the user tries to send a message
without providing a host name (i.e. they haven't set up there prefs right)
1999-09-22 08:25:58 +00:00
rjc%netscape.com d45f23f708 Add more search engines. 1999-09-22 08:25:42 +00:00
ftang%netscape.com a580870241 add charset detectors menu 1999-09-22 08:24:57 +00:00
beard%netscape.com b4d5f900ca JavaAdapter no longer uses FlattenedObject, since the prototype is simply the LiveConnect wrapper. 1999-09-22 08:22:53 +00:00
beard%netscape.com ec3b77cdbb JavaAdapter no longer uses FlattenedObject, since the prototype is simply the LiveConnect wrapper. Simplified callMethod to only call Context.enter() if methodId property is defined in Scriptable object. 1999-09-22 08:22:47 +00:00
sspitzer%netscape.com 609641c452 fix several warnings. we only need to declare this a friend once. 1999-09-22 08:17:46 +00:00
mscott%netscape.com 09eeb6f513 If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...

In order to do this, we need to get rid of the enum for the string ids. This also makes things more robust
as we must now explicitly list the id for each string id instead of using the enum to do it for us. It was easy
to get out of step with the properties file when the enum was used.
1999-09-22 08:09:25 +00:00
mscott%netscape.com 74eaaeb54d If we make an error string have a negative ID then the high bit of the id is set. This allows us to pass in the
string ID around as an nsresult and it will properly be detected as an error code when we do NS_FAILED(rv)
tests on it..nifty huh...
1999-09-22 08:07:52 +00:00
pavlov%netscape.com 4f970a5810 removing printf for every mouse move 1999-09-22 07:56:37 +00:00
sspitzer%netscape.com 50d215e77f fix for #14538
migrate 4.x pop filter rules to the right place, and rename them if necessary.
1999-09-22 07:56:20 +00:00
rjc%netscape.com 1d04f4ed14 Try getting "ref" before getting "id". Also, use tree.selectedItems() method everywhere. 1999-09-22 07:54:58 +00:00
dveditz%netscape.com b86f6a82c7 Turning buffered registry i/o back on, bugs 14306,11203 1999-09-22 07:53:15 +00:00
jband%netscape.com 0319411eb6 avoid uninitialized memory reads by copying only the significant part of the union when initializing an nsXPTCVariant from a nsXPTCMiniVariant using nice encapsulated inline method. 1999-09-22 07:53:07 +00:00
dveditz%netscape.com bb7e8355d1 Bugfix 7928 1999-09-22 07:49:22 +00:00
rickg%netscape.com 181c95022b improve timer usage in parsing engine for more accurate report 1999-09-22 07:41:53 +00:00
rjc%netscape.com 501b22d590 Even more cut/copy/paste/delete support. 1999-09-22 07:41:15 +00:00
mcafee%netscape.com 41f5904967 Adding nsWindow::StoreProperty() so we can hang Xatoms on windows. 1999-09-22 07:38:28 +00:00
ftang%netscape.com d87ff03c43 add dtd files for charsetDetectors 1999-09-22 07:34:39 +00:00
rpotts%netscape.com 6fc5c2e45e Changed the printing to use the ImageGroup notifications rather than the document loader because a document is *not* being loaded... This fixes printing after the changes to the document loader notifications. 1999-09-22 07:34:31 +00:00
law%netscape.com d7e709a900 Better context menus (but still a ways to go) 1999-09-22 07:30:44 +00:00
mjudge%netscape.com 247c5ac792 more tweaks for line boundaries. previous 1999-09-22 07:26:37 +00:00
mscott%netscape.com fe2b24419b added a close method to release several sinks after we are done converting as a pre-emptive strike against
some memory leaks.
1999-09-22 07:21:32 +00:00
ducarroz%netscape.com 7e1507dfc3 need to support invalid URL as well URL without "http://", fix for bug 14376 1999-09-22 07:20:49 +00:00
law%netscape.com 13f3369857 Minor context menu tweaking 1999-09-22 07:20:06 +00:00
mjudge%netscape.com 8e608e33df tweaked word left and word right again. got double click working on edge cases! yeah 1999-09-22 07:09:41 +00:00
alecf%netscape.com 9678c08ce7 hook up drafts/templates/fcc to identities 1999-09-22 07:03:27 +00:00
ducarroz%netscape.com ebd1dd08ec need to suppot bad URL or url without "http://", fix for bug 14376 1999-09-22 06:45:09 +00:00
briano%netscape.com 5ce0a9d644 Added the missing semicolon. 1999-09-22 06:32:45 +00:00
joki%netscape.com 3f574efaed Various fixes to prevent casting events to the wrong struct subtypes when queried 1999-09-22 06:30:01 +00:00
joki%netscape.com e9e44594ea Fix scrolling via home/end keys to scroll to beginning and end of doc 1999-09-22 06:28:57 +00:00
briano%netscape.com 28159a27f5 Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad.... 1999-09-22 06:28:46 +00:00
pavlov%netscape.com 9708a222a6 implimented GetURI() 1999-09-22 06:27:37 +00:00
law%netscape.com be924c200c Fixes for context menus; a=hyatt (I just pressed the keys he told me to :-) 1999-09-22 06:27:28 +00:00
ftang%netscape.com f0f1407243 add charsetDetectorsOverlay 1999-09-22 06:27:04 +00:00