Commit Graph

42354 Commits

Author SHA1 Message Date
sspitzer%netscape.com
f65914a6fd 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
ec30802e8f add pref callback for charset detectors 1999-09-22 08:49:28 +00:00
rjc%netscape.com
8e1d15aad4 Match up icons. 1999-09-22 08:32:36 +00:00
ftang%netscape.com
ae7070934b 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
792c580b73 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
f133778001 Add more search engines. 1999-09-22 08:25:42 +00:00
ftang%netscape.com
1e1104f9df add charset detectors menu 1999-09-22 08:24:57 +00:00
beard%netscape.com
d080c25c1d JavaAdapter no longer uses FlattenedObject, since the prototype is simply the LiveConnect wrapper. 1999-09-22 08:22:53 +00:00
beard%netscape.com
1b108bb46a 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
d6fe772d27 fix several warnings. we only need to declare this a friend once. 1999-09-22 08:17:46 +00:00
mscott%netscape.com
7654726da5 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
107403ab6c 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
19e600d0ca removing printf for every mouse move 1999-09-22 07:56:37 +00:00
sspitzer%netscape.com
03cf9a6a4d 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
16b03c2920 Try getting "ref" before getting "id". Also, use tree.selectedItems() method everywhere. 1999-09-22 07:54:58 +00:00
dveditz%netscape.com
8574f6cb8b Turning buffered registry i/o back on, bugs 14306,11203 1999-09-22 07:53:15 +00:00
jband%netscape.com
16c9977e38 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
16b974b648 Bugfix 7928 1999-09-22 07:49:22 +00:00
rickg%netscape.com
20892968ca improve timer usage in parsing engine for more accurate report 1999-09-22 07:41:53 +00:00
rjc%netscape.com
fbaeea8581 Even more cut/copy/paste/delete support. 1999-09-22 07:41:15 +00:00
mcafee%netscape.com
9e76ffca3a Adding nsWindow::StoreProperty() so we can hang Xatoms on windows. 1999-09-22 07:38:28 +00:00
ftang%netscape.com
c7d6fb66d8 add dtd files for charsetDetectors 1999-09-22 07:34:39 +00:00
rpotts%netscape.com
547771542f 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
5cdaefc592 Better context menus (but still a ways to go) 1999-09-22 07:30:44 +00:00
mjudge%netscape.com
c6fd49197c more tweaks for line boundaries. previous 1999-09-22 07:26:37 +00:00
mscott%netscape.com
65774de94e 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
d9d2c0b3de 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
9f9f72b6e1 Minor context menu tweaking 1999-09-22 07:20:06 +00:00
mjudge%netscape.com
e989c3be45 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
ff9f72ac79 hook up drafts/templates/fcc to identities 1999-09-22 07:03:27 +00:00
ducarroz%netscape.com
5945054fc3 need to suppot bad URL or url without "http://", fix for bug 14376 1999-09-22 06:45:09 +00:00
briano%netscape.com
415c00a38e Added the missing semicolon. 1999-09-22 06:32:45 +00:00
joki%netscape.com
b114e2a582 Various fixes to prevent casting events to the wrong struct subtypes when queried 1999-09-22 06:30:01 +00:00
joki%netscape.com
b2f254f766 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
8ab8db4608 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
2fc547acaa implimented GetURI() 1999-09-22 06:27:37 +00:00
law%netscape.com
3880a61e9a 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
7b3e17a288 add charsetDetectorsOverlay 1999-09-22 06:27:04 +00:00
pavlov%netscape.com
22ac4d8c66 fix for 14292, 4289, 13051 1999-09-22 06:25:13 +00:00
ftang%netscape.com
66cd71e3cc add charset Detectors menu in overlay 1999-09-22 06:23:45 +00:00
bienvenu%netscape.com
f4f9230c43 fix assert on startup without folder cache, workaround service manager shutdown bug 1999-09-22 06:23:16 +00:00
ftang%netscape.com
a5c53d33fa turn off the very-slow-in-worst-cases ATSUI fallback 1999-09-22 06:22:43 +00:00
rickg%netscape.com
8c11fd5b26 added DEBUG timing code to parsing engine 1999-09-22 06:19:50 +00:00
mscott%netscape.com
4ffdfcbc87 Remove all of these files from the repository. They are now built in mozilla\db\mork 1999-09-22 06:14:07 +00:00
mjudge%netscape.com
6976c807dc recursion failing finding the same frame we started with sometimes with generated content from style. simple 2 line check to avoind this. dagley said ok to check in red tree since not hurting anyone. 1999-09-22 06:12:44 +00:00
alecf%netscape.com
9ab6253ba4 add div tag so that testcase still works 1999-09-22 06:09:34 +00:00
alecf%netscape.com
0f477a7c76 disable unimplemented buttons, add hardrule above ok/cancel 1999-09-22 06:08:30 +00:00
alecf%netscape.com
a147d0e107 update the account wizard to specs, fix typos, fix layout, and summarize the account at the end of the setup 1999-09-22 06:08:08 +00:00
alecf%netscape.com
381ae43187 fix typos 1999-09-22 06:07:32 +00:00
dveditz%netscape.com
faa0b14603 Fix leak of SoftwareUpdate service, 14549 1999-09-22 06:07:23 +00:00