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

64329 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 13723c1641 remove a dead file that we weren't building 2000-06-18 05:40:46 +00:00
scc%mozilla.org 3446bda5c3 fixing OS/2 VisualAge platform bustage, and bad dates in licenses 2000-06-18 05:00:31 +00:00
mscott%netscape.com 6b09973c62 Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Use the 4.x windows registry information in an effort to figure out the correct file extension
for a particular content type. This is necessary because we need the file extension to figure out
which helper app to use, not the content type.

Pass the file extension to be associated with this content type to the external content handler when
we create it.
2000-06-18 01:14:23 +00:00
mscott%netscape.com b1e8d04afd Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Pass in the file extension (determined by the content type) that we want to use when generating the name
of the temp file for saving the data for the helper application.
2000-06-18 01:13:04 +00:00
mscott%netscape.com cbf35f6dfc Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Add external application implementation.
Add windows registry sniffying code to find the right external helper application for a given file extension.
Add windows registry code for launching the application.
2000-06-17 23:06:23 +00:00
mscott%netscape.com 7264918d4e Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Add support for nsPIExternalAppLauncher. Call back to the OS app service to launch the app once we are done
saving the file to a temp file.
2000-06-17 23:04:53 +00:00
mscott%netscape.com e6fb2a4c9f Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Add a private interface to be shared between the os specific helper app service and the external app handler
for launching an app.
2000-06-17 23:03:24 +00:00
radha%netscape.com dd166f6c8c Initial checin for feature bug 36547. r=self(module owner) No code in this checkin is currently used by
any parts of the build.
2000-06-17 22:43:06 +00:00
morse%netscape.com f22db2162a restoring changes that were accidentally backed out, r=dveditz 2000-06-17 22:24:07 +00:00
mscott%netscape.com 0adba87a3c Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

properly implement saving the data to a temp file.
2000-06-17 19:53:44 +00:00
alecf%netscape.com 24f80d3a50 for #33101 - sync up nsIMsgSearchSession and nsIMsgFilter APIs so that I can share the same JS to add/create terms
r=sspitzer
2000-06-17 19:18:46 +00:00
alecf%netscape.com 19c5b62ac7 oops, missing file from my fix to #40341 r=sspitzer 2000-06-17 18:56:16 +00:00
alecf%netscape.com 2766bbe999 add search datasource to base factory (r=sspitzer) for #33101 2000-06-17 18:42:59 +00:00
alecf%netscape.com b1c1146402 also export the search datasource header so it can be seen from the factory 2000-06-17 18:42:32 +00:00
alecf%netscape.com a213db98f5 add search datasource to unix build (file has been reviewed/tested, this is just adding it to the build, so no reviewer) for #33101 2000-06-17 18:40:07 +00:00
alecf%netscape.com ef80175c0d added files: mozilla/mailnews/base/search/src/nsMsgSearchDataSource.cpp 2000-06-17 18:38:12 +00:00
alecf%netscape.com 6aa1f4cc8c fix solaris native compiler bustage for pav 2000-06-17 18:34:49 +00:00
mscott%netscape.com bfc686f7ff Bug #41199 --> language extension tweak...don't issue the language request if we don't have a preferred language
nsString to nsAutoString change
r=sspitzer
2000-06-17 18:34:42 +00:00
morse%netscape.com 2165d682f2 update wallet tables, does not affect build 2000-06-17 16:00:20 +00:00
bienvenu%netscape.com 51906bcb55 fix for 41754 threads not showing up completely r=jefft 2000-06-17 13:48:04 +00:00
ben%netscape.com 71c91c7883 fix reference to tasksOverlay.xul 2000-06-17 08:09:09 +00:00
ben%netscape.com 1a5babfc34 fix mac manifest, remove dead files 2000-06-17 07:53:23 +00:00
ben%netscape.com d2383285a3 point dialogOverlay to the correct location for its css file 2000-06-17 07:46:43 +00:00
ben%netscape.com 8d2e6ec933 partial fixes for 32347, 30536, 41120 2000-06-17 03:51:16 +00:00
ben%netscape.com 4c99d49596 remove dead manifests 2000-06-17 03:46:14 +00:00
ben%netscape.com 8fcfd209c1 update build list 2000-06-17 03:45:34 +00:00
sfraser%netscape.com 2c326989df Fix the menu code to not hold onto webshells, and to use weak refs for the previous menu stack etc. This allows menus to be cleaned up properly on quit (look ma, no leaks!). Bug 41695. r=saari, pinkerton 2000-06-17 03:38:00 +00:00
ben%netscape.com 2d3e888817 partial fixes for 32347, 30536, 41120 2000-06-17 03:26:47 +00:00
dmose%mozilla.org 3947c09017 canonicalized method names to proper XPIDL interCaps style. a=r=(not built) 2000-06-17 03:15:23 +00:00
ben%netscape.com 59e76caefe remove dead files 2000-06-17 03:10:26 +00:00
ben%netscape.com 6226e5b1ec removing dead files 2000-06-17 03:09:57 +00:00
ben%netscape.com e8f0278010 begin series of checkins containing partial fixes for 32347, 30536, 41120 2000-06-17 03:05:50 +00:00
mscott%netscape.com 7e5991d58e Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

fix some method signature problems.
2000-06-17 03:02:08 +00:00
mscott%netscape.com c67e915e7d Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

Add code to actually store the incoming data into a temp file.
2000-06-17 02:34:44 +00:00
mscott%netscape.com 146fca5a14 Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.

initialize an external app handler with an nsIFile which represents the app.
2000-06-17 02:34:24 +00:00
warren%netscape.com 1927d0a1ce Bug 41390. js prompt() contains remember this value checkbox. r=morse 2000-06-17 01:57:36 +00:00
vidur%netscape.com 7f69926fb0 Fix for bug 15118. XML content sink now processes the DOCTYPE. r=jst,nisheeth 2000-06-17 01:49:19 +00:00
vidur%netscape.com e7abfd8181 Work for bug 33475 - completion of Document related DOM Level 2 support. Load() no longer takes extra unused argument. r=jst,nisheeth 2000-06-17 01:47:02 +00:00
vidur%netscape.com 9ee00ac156 Work for bug 33475 - completion of Document related DOM Level 2 support. Load no longer takes extra unused argument. r=jst,nisheeth 2000-06-17 01:46:59 +00:00
vidur%netscape.com 0a4cbc9ddb Work for bug 33475 - completion of Document-related DOM Level 2 support. Null-checks for the empty document case. The documentElement can now be replaced. Load() no longer takes extra unused argument. r=jst,nisheeth 2000-06-17 01:46:58 +00:00
waterson%netscape.com 1976839d76 Fix DEBUG mac build bustage. 2000-06-17 01:38:36 +00:00
pollmann%netscape.com cc6da544ba Bug 4891: document.forms[x] fixed for document.written forms r=jst@netscape.com 2000-06-17 01:28:41 +00:00
waterson%netscape.com 78239d38c2 Bug 42836. Handle null string in NS_ConvertUCS2toUTF8::Init(). 2000-06-17 01:24:39 +00:00
beard%netscape.com c03ee066a5 bug 42100: removed toc file parameter from BuildOneProject, in preparation for landing bigger changes soon. r=sfraser 2000-06-17 00:58:07 +00:00
brendan%mozilla.org 437fc235ed Preserve quoted whitespace in arguments. 2000-06-17 00:54:07 +00:00
mscott%netscape.com e3bef1365b Bug #38374 --> more updates for external helper application support. (NOT PART OF THE BUILD)
code review will come when this is done and gets turned on.
2000-06-17 00:06:26 +00:00
mscott%netscape.com 30f3d6d2a7 Bug #42836 --> attempt to fix crash on linux with migrated profiles by adding some null ptr checks.
r=putterman
2000-06-16 23:45:38 +00:00
tajima%eng.sun.com b97ea896f8 bugid=41935, a=waterson, r=dcone@netscape.com 2000-06-16 23:38:24 +00:00
nisheeth%netscape.com 41c8901b6b Checking in patch from Andreas to fix Mozilla's XSL hooks (bug 36038). Does not affect the default mozilla build. 2000-06-16 23:29:19 +00:00
beard%netscape.com 3922bfe1d3 bug #19119: added link dependency on PSM[Debug].shlb, added access paths to find PSMClient[Debug.o], PSMProtocol[Debug].o. a=ddrinan, r=gordon 2000-06-16 23:26:53 +00:00