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

25474 Коммитов

Автор SHA1 Сообщение Дата
valeski%netscape.com 65d6ba65dd nsIUrl.h = now is a subclass of nsITypicalUrl explicitly
nsUrl.h = nsIUrl change reflected.
nsNetService.cpp = NS_NewUrl() helper routine added
1999-04-28 20:05:23 +00:00
locka%iol.ie 22029dd94c approved: leaf@mozilla.org 1999-04-28 20:02:52 +00:00
valeski%netscape.com 2f6267e53c fixed a casting bug (nsITypicalUrl was being cast as nsIUrl) 1999-04-28 20:02:38 +00:00
valeski%netscape.com 5aacd0d813 added ref count init macro to handler constructor. hooked up the newUrl method to set the out nsIUrl param. 1999-04-28 20:01:02 +00:00
sfraser%netscape.com c663af7645 Fix the type and creator so we get icons. Approved jj. 1999-04-28 20:00:41 +00:00
troy%netscape.com 10a6907f67 Aded nsFrameConstructorState structure 1999-04-28 19:08:14 +00:00
robinf%netscape.com 5136f28797 changed wording from "still frame" to "static" in two places 1999-04-28 18:12:19 +00:00
hyatt%netscape.com 4fa7e11afb Commenting out code that breaks window.open. 1999-04-28 07:48:05 +00:00
rjc%netscape.com 46490fecf7 Add some more nsCOMPtrs to fix leakage. 1999-04-28 07:03:11 +00:00
mscott%netscape.com 8bc671eaee nsLocalUri2Path fix. If the folder part of the uri is "" don't try to append it to the local path as that adds an unwanted '\' on windows. 1999-04-28 06:58:59 +00:00
rickg%netscape.com 24f1fa110d fixed bug 5606 1999-04-28 06:52:25 +00:00
nisheeth%netscape.com 4fb57d23eb Passing in nsIDocumentLoader as a parameter to all functions in nsIDocumentLoaderObserver... 1999-04-28 06:47:40 +00:00
gordon%netscape.com fc32900b7a Fix for bug #4313 "[PP]Replace ExitToShell() patch with CFM termination proc". Changed name of termination function in PPC Linker pref panel (for both targets) to CleanupTermProc. 1999-04-28 06:47:03 +00:00
gordon%netscape.com e44d04901c Fix for bug #4313 "[PP]Replace ExitToShell() patch with CFM termination proc". Also removed obsolete 68k code. 1999-04-28 06:45:07 +00:00
sfraser%netscape.com 8f431b99ce Get Types.h from the system headers, not the user headers. 1999-04-28 06:42:21 +00:00
sfraser%netscape.com e34e28668d Break out of the loop when iter->Next() fails (nil parent problem in the content iterator). 1999-04-28 06:38:19 +00:00
sfraser%netscape.com 61b1a8f6f2 Fix nil parent crasher. 1999-04-28 06:37:51 +00:00
sfraser%netscape.com b855325e66 Get text properties returns out params in strings now. Also added stub Find method. 1999-04-28 06:36:51 +00:00
sfraser%netscape.com 5bea9cc8e4 Change out params to use strings. 1999-04-28 06:35:56 +00:00
alecf%netscape.com ce08e9af8f fix string casting problem with varargs parameters 1999-04-28 06:26:41 +00:00
waterson%netscape.com 957bdbe7f0 Added some PR_LOG stuff to help debug leaks. 1999-04-28 06:24:19 +00:00
waterson%netscape.com 1b01322e00 Fix leak of composite datasource on each sort. 1999-04-28 06:23:21 +00:00
tague%netscape.com e7aac718ca *** empty log message *** 1999-04-28 06:22:34 +00:00
alecf%netscape.com 5119f285d0 remove stupid debugging statements 1999-04-28 06:22:26 +00:00
tague%netscape.com 2516fd6ac6 First Checked In. 1999-04-28 06:22:24 +00:00
mscott%netscape.com 2dc8e95d18 Fix windows build problem. you can't delete a const char * without casting i.. I changed the codeto use a nsAutoCString. 1999-04-28 06:21:58 +00:00
tague%netscape.com 73ab4de412 Add new files for Mac build. 1999-04-28 06:16:29 +00:00
ramiro%netscape.com d1aefb090a Add command line parsing and debugger support. 1999-04-28 06:16:25 +00:00
tague%netscape.com ceeb080cd0 Fixed memory leak. 1999-04-28 06:15:49 +00:00
tague%netscape.com 3dd707c0d2 Added Mac implementation of platform -> XP locale conversion. 1999-04-28 06:15:22 +00:00
alecf%netscape.com 210978ecd7 fix folder pane to only show the account manager (and let the account manager populate the server list) 1999-04-28 06:14:43 +00:00
tague%netscape.com ebadee7000 First Checked In. 1999-04-28 06:14:12 +00:00
alecf%netscape.com 8e3eb389aa instead of getting the first server from the account manager, get the first one named news.mozilla.org (eventually we have to figure out our own hostname from the URI) 1999-04-28 06:13:22 +00:00
alecf%netscape.com 02008476e9 fix newline at end of file problem 1999-04-28 06:12:26 +00:00
alecf%netscape.com ba3c698d1d - use new NS_WITH_SERVICE macro to get rdf service
- now recognize host-specific mailbox://hostname/ roots
- build the mailbox_message URI using the URI instead of the path
- override the nsIRDFResource::Init() method for debugging purposes
1999-04-28 06:11:36 +00:00
grail%cafebabe.org 1fbe547148 Initial specs for MDB from Mauro Botelho <mabotelh@bellsouth.net> 1999-04-28 06:10:26 +00:00
alecf%netscape.com 73eade3d9d depricate nsLocalPath2URI
fix mailbox:/ URI parsing to recognize hostnames
fix mailbox_message:/ builder to recognize hostnames
1999-04-28 06:07:40 +00:00
alecf%netscape.com 0e0c103388 insert hostname into URI when getting ServerURI 1999-04-28 06:05:36 +00:00
bruce%cybersight.com a654896c3b Here's hoping we can pull libnetutil.so from the build on Unix now that nothing references it. 1999-04-28 06:05:03 +00:00
alecf%netscape.com 5383fbb14c remove SetFilePath so we aren't tempted to set it (it's supposed to be coming directly from the URI) 1999-04-28 06:04:40 +00:00
alecf%netscape.com c50332383b change DisplayMessage to take a URI instead of a path (this method probably isn't used anymore anyway) 1999-04-28 06:03:28 +00:00
alecf%netscape.com 7601a780f1 - remove debugging lines
- return NS_RDF_NO_VALUE on all GetTarget() calls
- return a complete array fro GetTargets() instead of NS_RDF_NO_VALUE (may be unnecessary?)
1999-04-28 06:00:50 +00:00
ramiro%netscape.com 7359aadb19 WIP for changing widget colors on the fly. Its commented out for the time
being.
1999-04-28 05:57:45 +00:00
ramiro%netscape.com 2be9e7ee0d Fix radio and check buttons some more. There are still some issues with
the default values for radio buttons being off by one.
1999-04-28 05:53:36 +00:00
bruce%cybersight.com 5175329294 This should be the last thing linking against libnetutil.so on unix. but not any more! 1999-04-28 05:51:06 +00:00
bruce%cybersight.com b06f2076eb Remove -lnetutil from link lines in unix build. 1999-04-28 05:46:56 +00:00
bruce%cybersight.com 9e4fdf05c2 Further purging of -lnetutil from Unix build. 1999-04-28 05:39:11 +00:00
bruce%cybersight.com b375ec7b75 Remove -lnetlib from link lines. Not needed. 1999-04-28 05:30:09 +00:00
sfraser%netscape.com 1beb047e50 Move ShowClipboard to the Debug menu 1999-04-28 05:20:05 +00:00
jefft%netscape.com e6111b9716 get imap folder discovery & display message working 1999-04-28 05:19:24 +00:00