touching down layout integration branch

git-svn-id: svn://10.0.0.236/trunk@3290 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hardts
1998-06-05 01:03:18 +00:00
parent ebe32bd77d
commit 591887a3b5
64 changed files with 1615 additions and 84 deletions

View File

@@ -74,9 +74,16 @@ NPError FE_PluginGetValue(MWContext *pContext, NPEmbeddedApp *pApp,
// wrapper for plugin-related FE entry point invented after EmbedUrlExit()
void FE_EmbedURLExit(URL_Struct *urls, int status, MWContext *cx)
{
#ifdef MOZ_NGLAYOUT
XP_ASSERT(0);
#else
EmbedUrlExit(urls, status, cx);
#endif
}
#ifdef MOZ_NGLAYOUT
XP_ASSERT(0);
#else
void EmbedUrlExit(URL_Struct *pUrl, int iStatus, MWContext *pContext)
{
// The embedded item is finished downloading, and possibly has an error and stuff.
@@ -212,6 +219,7 @@ void EmbedUrlExit(URL_Struct *pUrl, int iStatus, MWContext *pContext)
// And well, hey, get rid of the url.
NET_FreeURLStruct(pUrl);
}
#endif /* MOZ_NGLAYOUT */
static void wfe_PluginStream(URL_Struct *pUrlData, MWContext *pContext)
{