cbiesinger%web.de
0b6a0a5cb1
bug 283606 make nsOSHelperAppService::GetApplicationDescription get a
...
friendly description
r=darin sr=bz a=asa
2005-08-16 22:00:21 +00:00
dbaron%dbaron.org
4f125b95bb
Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin
2005-08-12 22:53:22 +00:00
mozilla.mano%sent.com
0d6b6ee9e0
Bug 301281 - Remove 10.1 code from nsInternetConfigService. r=jhpedemonte, sr=smfr, a=bsmedberg.
2005-07-20 19:44:54 +00:00
mozilla.mano%sent.com
7537a9c66f
Bug 264648 - Implement nsOSHelperAppService::GetApplicationDescription for OS X (in order to show an application description in the confirmation dialog for). r=jhpedemonte, sr=smfr, a=asa.
2005-07-20 19:03:41 +00:00
cbiesinger%web.de
2f21e9c3ee
Bug 298842 make the temp file part of nsITransfer
...
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +00:00
dougt%meer.net
49db0e310b
* Fixes some build problems when trying to build non-static. (removing link
...
libraries that don't exist on Windows CE)
* Taking xxx advice and making GetNAME always return a GDI forcing us to use
GetTextMetrics instead of GetFontData (which doesn't exist on Windows CE)
* Windows CE on ARM doesn't support C++ exceptions. In the windows plugin code
uses catches to ensure that the plugins don't crash mozilla. On windows ce on
arm, we have no choice but to disable CALL_SAFETY_ON.
* On Windows CE, VerQueryValue internal structure can not be modified so
callers must do a bit of string conversion.
* Disabling more code in nsOSHelperAppService for Windows CE.
* Enabling the Windows Registry code in XPCOM since the Window CE shunt now
supports the limited set needed (all but notification).
Bug=297683, r=Ere Maijala, sr=Dan Veditz, a=Asa
2005-06-16 21:20:45 +00:00
jshin%mailaps.org
4be0cce1c3
bug 295202: convert nsOSHelperApplication to use nsIWindowsRegKey (r=cbie, sr=darin, a=asa)
2005-06-13 18:57:10 +00:00
mozilla.mano%sent.com
2241c09f92
Bug 295517 - Build fails in uriloader/extandler under BeOS. r=thesuckiestemail@yahoo.se (BeOS only). a=asa
2005-05-26 19:38:47 +00:00
pedemont%us.ibm.com
950dbb684d
Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
2005-05-02 16:30:03 +00:00
cbiesinger%web.de
354da0f60d
Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
...
r=bz sr=darin a=asa
2005-04-24 21:16:28 +00:00
cbiesinger%web.de
44c27eb6f1
Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
...
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
timeless%mozdev.org
bfb6579205
Bug 220753 mailto: links do not work on BeOS
...
patch by simontaylor2@gawab.com r=thesuckiestemail@yahoo.se a=asa
2005-04-12 16:05:25 +00:00
cbiesinger%web.de
6c453d00e6
228968 r=bz sr=darin
...
- add a new nsIWebProgressListener2 interface, inheriting from
nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
progressListener attribute
- make webbrowserpersist support listeners that implement
nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
nsIWebProgressListener2 interface
And fix up all implementations according to that.
2005-04-05 23:24:23 +00:00
cbiesinger%web.de
d60432f12c
268150 show correct error if launching a helper applications fails due to a
...
permission problem
r+sr=bz
2005-04-05 18:32:35 +00:00
darin%meer.net
926afe654d
fixes bug 286506 "warning: locally defined symbol ... imported in function ..." r=bsmedberg
2005-03-19 20:35:35 +00:00
cbiesinger%web.de
bf94a50628
Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
...
r=bz sr=darin
2005-03-13 17:03:44 +00:00
bsmedberg%covad.net
ab0810ddac
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
2005-03-10 04:38:35 +00:00
cbiesinger%web.de
a6e99bc242
Bug 285045 Set the content type on the channel when sniffing it
...
r=bz sr=darin
2005-03-07 19:18:12 +00:00
bzbarsky%mit.edu
d624665bc9
Add the prompt-service contract to nsEmbedCID.h
2005-03-07 16:07:11 +00:00
cbiesinger%web.de
7d4275f9d0
Bug 284180 improve comments and error handling in exthandler a bit r+sr=bzbarsky
2005-03-01 21:34:57 +00:00
jwatt%jwatt.org
8e007cdb2b
Bug 283272 : Save Files As... saves .svgz files uncompressed : r+sr=bz
2005-02-25 21:13:36 +00:00
ben%bengoodger.com
9800417931
282196 - need to access arbitrary metdata on default application handler (windows) - make nsMIMEInfoWin implement nsIPropertyBag with property keys to access moz-icon URIs for default and preferred application handlers. r=biesi sr=bz
...
252189 - retrieve proper application handler names from windows registry/binary VERSIONINFO metadata r=biesi sr=bz
2005-02-25 09:02:14 +00:00
cbiesinger%web.de
7fddcf5020
Bug 282246 Improve log output in helper app service
...
r+sr=bz
2005-02-18 18:36:33 +00:00
cbiesinger%web.de
ce1e5bcb15
Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
...
reflects its purpose
r=bz sr=darin
2005-02-07 14:35:46 +00:00
dougt%meer.net
a4d8546b1e
Fixes 280243. WinCE build support. Disabling helper application on WinCE. r=bryner.
2005-02-06 03:52:47 +00:00
cbiesinger%web.de
e279a2a949
Bug 241082 exthandler should require just nsITransfer, not nsIDownload
...
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-04 13:40:51 +00:00
bzbarsky%mit.edu
194e16cd98
Make docshell inherit from docloader; clean up related code, move toward
...
eliminating the nsIWebShell, nsIWebShellContainer, nsIDocumentLoader
interfaces and clarifying the other docshell-related interfaces.
r=darin, biesi, sr=jst
2004-12-08 17:32:06 +00:00
bzbarsky%mit.edu
0c1dfb26c6
Treat an empty disposition string the same as it not being set. Bug 272541,
...
r=biesi, sr=darin
2004-12-04 17:46:49 +00:00
pedemont%us.ibm.com
c6f2de7c1e
Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner
2004-12-01 17:33:16 +00:00
bryner%brianryner.com
1435145ce6
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
mkaply%us.ibm.com
d33b2e33c8
#264647
...
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - Add protocols to ExternalProtocolHandlerExists/Add GetApplicationDescription for OS/2
2004-11-22 19:28:24 +00:00
darin%meer.net
c79cfdbf74
fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky
2004-11-15 20:16:52 +00:00
jshin%mailaps.org
b40406da6b
bug 267475 Clicking links to JPEG file with Chinese name download the file instead of displaying it in browser r=cbie, sr=bz
2004-11-07 02:22:55 +00:00
cbiesinger%web.de
709c9bc234
bumping IID after bug 263546's checkin
2004-10-29 16:48:38 +00:00
dveditz%cruzio.com
ab1ad1555f
bug 263546: move external protocol warning down a level, r=jsr,sr=darin
2004-10-25 07:46:01 +00:00
cbiesinger%web.de
a942f3ba46
264713 ensure that nsExternalAppHandler will always have a reference to the
...
helperappservice
r=bzbarsky sr=darin
2004-10-17 14:47:35 +00:00
cbiesinger%web.de
9c6451ce9e
add a way to get an application description for a given externally-handled
...
scheme, and use it in the confirmation dialog that asks whether to launch such
links.
bug 258802
windows and cross-platform part: r=ere sr=neil,bz
linux part: r=bz sr=bryner
2004-10-16 13:46:17 +00:00
cbiesinger%web.de
179ee55168
Bug 264253 exthandler should get an nsIPrompt off the window context, instead of
...
using nsIPromptService directly. this removes the dom and windowwatcher
dependency from exthandler.
r=bzbarsky sr=darin
2004-10-14 17:06:32 +00:00
cbiesinger%web.de
85a73f60f5
fixing bustage
2004-10-03 17:19:08 +00:00
cbiesinger%web.de
dce292d250
259084 some cleanup after bug 173010 r=bz sr=darin
2004-10-03 17:06:57 +00:00
cbiesinger%web.de
b4c746aa1d
bug 249143 keep strong references to the dialog and |this| before prompting for the
...
file
r=bz sr=darin
2004-09-21 19:52:45 +00:00
cbiesinger%web.de
8a7a839057
Bug 259890 don't call Remove(PR_TRUE) to delete a file
...
r=bzbarsky sr=darin
2004-09-17 19:13:00 +00:00
dveditz%cruzio.com
841d71848f
bug 173010 prompt before launching external protocol handler,r=mscott,sr=darin/jst
2004-09-10 23:24:49 +00:00
darin%meer.net
23030576d8
fixes bug 257308 "Visual indicators of site security appear for the wrong site" r=biesi sr=bz
2004-09-09 06:54:52 +00:00
cbiesinger%web.de
40462868fe
Bug 80787 support non-ascii extensions in mime service, mime info, and
...
exthandler
r=bzbarsky sr=darin
2004-08-09 21:27:24 +00:00
cbiesinger%web.de
efe70d1705
fixing bustage
2004-08-08 20:35:08 +00:00
cbiesinger%web.de
ca0357a7db
Bug 254354 move nsIHelperAppLauncherDialog.idl into exthandler
...
r=bz sr=darin
2004-08-08 20:25:02 +00:00
bzbarsky%mit.edu
f4c9ee57f4
Add support for the application/rdf+xml MIME type. Bug 61839, patch by Alex
...
Vincent <ajvincent@juno.com>, r=bzbarsky, sr=jst
2004-08-08 01:31:02 +00:00
bzbarsky%mit.edu
1b90bf9200
Setting location to a mailto: URI should not throw if there is a system mailto:
...
handler. Bug 236589, r=biesi, sr=darin
2004-07-29 23:58:59 +00:00
bzbarsky%mit.edu
71db5adf33
Fix problem with the external protocol channel that makes it return a null
...
originalURI and cause crashes. Bug 241300, r=biesi, sr=darin
2004-07-15 20:20:50 +00:00