gecko-dev/uriloader/exthandler
dougt%meer.net d1460e3a0a * 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
..
beos 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
mac 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
os2 #264647 2004-11-22 19:28:24 +00:00
unix bug 263546: move external protocol warning down a level, r=jsr,sr=darin 2004-10-25 07:46:01 +00:00
win * Fixes some build problems when trying to build non-static. (removing link 2005-06-16 21:20:45 +00:00
.cvsignore
Makefile.in 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
nsCExternalHandlerService.idl Blocked protocols should still allow URI creation; they should just fail 2004-05-21 00:28:52 +00:00
nsExternalHelperAppService.cpp Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute 2005-04-24 21:16:28 +00:00
nsExternalHelperAppService.h Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute 2005-04-24 21:16:28 +00:00
nsExternalProtocolHandler.cpp 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
nsExternalProtocolHandler.h Blocked protocols should still allow URI creation; they should just fail 2004-05-21 00:28:52 +00:00
nsHelperAppRDF.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
nsIExternalHelperAppService.idl Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable 2005-04-15 19:41:07 +00:00
nsIExternalProtocolService.idl bumping IID after bug 263546's checkin 2004-10-29 16:48:38 +00:00
nsIHelperAppLauncherDialog.idl Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain 2005-03-13 17:03:44 +00:00
nsIInternetConfigService.idl Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 16:52:41 +00:00
nsMIMEInfoImpl.cpp 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 2005-02-25 09:02:14 +00:00
nsMIMEInfoImpl.h 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 2005-02-25 09:02:14 +00:00