Commit Graph

65135 Commits

Author SHA1 Message Date
alecf%netscape.com
dcf35347af further bring the searchsession and mailfilter apis together so that they can share code from JS - basically expose the search term as a readonly array, and reset it with Clear() rather than destroying it.
r=sspitzer
for #33101


git-svn-id: svn://10.0.0.236/trunk@72510 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-18 05:45:19 +00:00
alecf%netscape.com
c839a774fa quiet down RDF by handling datasources without windows gracefully (needed for search, so I could reuse the threadpane without causing assertions)
r=sspitzer
for #33101


git-svn-id: svn://10.0.0.236/trunk@72509 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-18 05:43:32 +00:00
alecf%netscape.com
c2dc8497d9 remove a dead file that we weren't building
git-svn-id: svn://10.0.0.236/trunk@72508 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-18 05:40:46 +00:00
scc%mozilla.org
2a2a840b4d fixing OS/2 VisualAge platform bustage, and bad dates in licenses
git-svn-id: svn://10.0.0.236/trunk@72507 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-18 05:00:31 +00:00
mscott%netscape.com
6029dc0d20 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.


git-svn-id: svn://10.0.0.236/trunk@72505 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-18 01:14:23 +00:00
mscott%netscape.com
3cc6959b0f 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.


git-svn-id: svn://10.0.0.236/trunk@72504 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-18 01:13:04 +00:00
mscott%netscape.com
566a2d76ee 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.


git-svn-id: svn://10.0.0.236/trunk@72503 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 23:06:23 +00:00
mscott%netscape.com
2f31eb7d43 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.


git-svn-id: svn://10.0.0.236/trunk@72502 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 23:04:53 +00:00
mscott%netscape.com
b3a89090c2 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.


git-svn-id: svn://10.0.0.236/trunk@72501 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 23:03:24 +00:00
radha%netscape.com
819e1783db Initial checin for feature bug 36547. r=self(module owner) No code in this checkin is currently used by
any parts of the build.


git-svn-id: svn://10.0.0.236/trunk@72500 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 22:43:06 +00:00
morse%netscape.com
b9af0355f8 restoring changes that were accidentally backed out, r=dveditz
git-svn-id: svn://10.0.0.236/trunk@72499 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 22:24:07 +00:00
mscott%netscape.com
690ae18b9d 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.


git-svn-id: svn://10.0.0.236/trunk@72498 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 19:53:44 +00:00
alecf%netscape.com
fa3511c5ef for #33101 - sync up nsIMsgSearchSession and nsIMsgFilter APIs so that I can share the same JS to add/create terms
r=sspitzer


git-svn-id: svn://10.0.0.236/trunk@72497 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 19:18:46 +00:00
alecf%netscape.com
8422d18050 oops, missing file from my fix to #40341 r=sspitzer
git-svn-id: svn://10.0.0.236/trunk@72496 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 18:56:16 +00:00
alecf%netscape.com
01c298c769 add search datasource to base factory (r=sspitzer) for #33101
git-svn-id: svn://10.0.0.236/trunk@72495 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 18:42:59 +00:00
alecf%netscape.com
f84480d0ee also export the search datasource header so it can be seen from the factory
git-svn-id: svn://10.0.0.236/trunk@72494 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 18:42:32 +00:00
alecf%netscape.com
1e3e88ccfc add search datasource to unix build (file has been reviewed/tested, this is just adding it to the build, so no reviewer) for #33101
git-svn-id: svn://10.0.0.236/trunk@72493 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 18:40:07 +00:00
alecf%netscape.com
b336a3fec3 added files: mozilla/mailnews/base/search/src/nsMsgSearchDataSource.cpp
git-svn-id: svn://10.0.0.236/trunk@72492 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 18:38:12 +00:00
alecf%netscape.com
6a421aa171 fix solaris native compiler bustage for pav
git-svn-id: svn://10.0.0.236/trunk@72491 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 18:34:49 +00:00
mscott%netscape.com
5cc657553d 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


git-svn-id: svn://10.0.0.236/trunk@72490 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 18:34:42 +00:00
morse%netscape.com
4437604fad update wallet tables, does not affect build
git-svn-id: svn://10.0.0.236/trunk@72489 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 16:00:20 +00:00
bienvenu%netscape.com
048f34db5f fix for 41754 threads not showing up completely r=jefft
git-svn-id: svn://10.0.0.236/trunk@72488 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 13:48:04 +00:00
ben%netscape.com
6bff5e75d4 fix reference to tasksOverlay.xul
git-svn-id: svn://10.0.0.236/trunk@72487 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 08:09:09 +00:00
ben%netscape.com
a72fb2961d fix mac manifest, remove dead files
git-svn-id: svn://10.0.0.236/trunk@72486 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 07:53:23 +00:00
ben%netscape.com
e9c63f05d1 point dialogOverlay to the correct location for its css file
git-svn-id: svn://10.0.0.236/trunk@72485 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 07:46:43 +00:00
ben%netscape.com
a98d00596f partial fixes for 32347, 30536, 41120
git-svn-id: svn://10.0.0.236/trunk@72484 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:51:16 +00:00
ben%netscape.com
62d44f7d26 remove dead manifests
git-svn-id: svn://10.0.0.236/trunk@72483 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:46:14 +00:00
ben%netscape.com
482155678e update build list
git-svn-id: svn://10.0.0.236/trunk@72482 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:45:34 +00:00
sfraser%netscape.com
7147950f45 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
git-svn-id: svn://10.0.0.236/trunk@72481 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:38:00 +00:00
ben%netscape.com
8a930cec8b partial fixes for 32347, 30536, 41120
git-svn-id: svn://10.0.0.236/trunk@72480 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:26:47 +00:00
dmose%mozilla.org
adb6a7750f canonicalized method names to proper XPIDL interCaps style. a=r=(not built)
git-svn-id: svn://10.0.0.236/trunk@72479 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:15:23 +00:00
ben%netscape.com
efc0a6b0dc remove dead files
git-svn-id: svn://10.0.0.236/trunk@72478 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:10:26 +00:00
ben%netscape.com
c5ab160b86 removing dead files
git-svn-id: svn://10.0.0.236/trunk@72477 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:09:57 +00:00
ben%netscape.com
224b5e40a2 begin series of checkins containing partial fixes for 32347, 30536, 41120
git-svn-id: svn://10.0.0.236/trunk@72476 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:05:50 +00:00
mscott%netscape.com
56ca94fd4c 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.


git-svn-id: svn://10.0.0.236/trunk@72475 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 03:02:08 +00:00
mscott%netscape.com
bd9ffe483a 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.


git-svn-id: svn://10.0.0.236/trunk@72474 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 02:34:44 +00:00
mscott%netscape.com
f263bd8b3a 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.


git-svn-id: svn://10.0.0.236/trunk@72473 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 02:34:24 +00:00
warren%netscape.com
662f0fe1e7 Bug 41390. js prompt() contains remember this value checkbox. r=morse
git-svn-id: svn://10.0.0.236/trunk@72472 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 01:57:36 +00:00
vidur%netscape.com
dc0d9afb5a Fix for bug 15118. XML content sink now processes the DOCTYPE. r=jst,nisheeth
git-svn-id: svn://10.0.0.236/trunk@72471 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 01:49:19 +00:00
vidur%netscape.com
fc4c72f2e9 Work for bug 33475 - completion of Document related DOM Level 2 support. Load() no longer takes extra unused argument. r=jst,nisheeth
git-svn-id: svn://10.0.0.236/trunk@72470 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 01:47:02 +00:00
vidur%netscape.com
399e8e229b Work for bug 33475 - completion of Document related DOM Level 2 support. Load no longer takes extra unused argument. r=jst,nisheeth
git-svn-id: svn://10.0.0.236/trunk@72469 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 01:46:59 +00:00
vidur%netscape.com
42dd385f64 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
git-svn-id: svn://10.0.0.236/trunk@72468 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 01:46:58 +00:00
waterson%netscape.com
13c02235e0 Fix DEBUG mac build bustage.
git-svn-id: svn://10.0.0.236/trunk@72467 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 01:38:36 +00:00
pollmann%netscape.com
38da98b6b8 Bug 4891: document.forms[x] fixed for document.written forms r=jst@netscape.com
git-svn-id: svn://10.0.0.236/trunk@72466 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 01:28:41 +00:00
waterson%netscape.com
e32e7767b4 Bug 42836. Handle null string in NS_ConvertUCS2toUTF8::Init().
git-svn-id: svn://10.0.0.236/trunk@72465 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 01:24:39 +00:00
beard%netscape.com
3f61534047 bug 42100: removed toc file parameter from BuildOneProject, in preparation for landing bigger changes soon. r=sfraser
git-svn-id: svn://10.0.0.236/trunk@72464 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 00:58:07 +00:00
brendan%mozilla.org
d75f1916ed Preserve quoted whitespace in arguments.
git-svn-id: svn://10.0.0.236/trunk@72463 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 00:54:07 +00:00
mscott%netscape.com
94ea22732b 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.


git-svn-id: svn://10.0.0.236/trunk@72462 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-17 00:06:26 +00:00
mscott%netscape.com
337f4b2315 Bug #42836 --> attempt to fix crash on linux with migrated profiles by adding some null ptr checks.
r=putterman


git-svn-id: svn://10.0.0.236/trunk@72461 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 23:45:38 +00:00
tajima%eng.sun.com
3d2fb65027 bugid=41935, a=waterson, r=dcone@netscape.com
git-svn-id: svn://10.0.0.236/trunk@72460 18797224-902f-48f8-a5cc-f745e15eee43
2000-06-16 23:38:24 +00:00