Create a service that can be asked whether a given webnavigation (or a
"typical" webnavigation) supports loading of a certain MIME type. Bug 283125, r=biesi, sr=darin git-svn-id: svn://10.0.0.236/trunk@169951 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -41,4 +41,12 @@
|
||||
#define NS_GLOBALHISTORY2_CONTRACTID \
|
||||
"@mozilla.org/browser/global-history;2"
|
||||
|
||||
/**
|
||||
* A contract that can be used to get a service that provides
|
||||
* meta-information about nsIWebNavigation objects' capabilities.
|
||||
* @implements nsIWebNavigationInfo
|
||||
*/
|
||||
#define NS_WEBNAVIGATION_INFO_CONTRACTID \
|
||||
"@mozilla.org/webnavigation-info;1"
|
||||
|
||||
#endif // nsDocShellCID_h__
|
||||
|
||||
Reference in New Issue
Block a user