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

@@ -122,6 +122,9 @@ xml_complete (NET_StreamClass *stream)
void
outputToStream (XMLFile f, char* s)
{
#ifdef MOZ_NGLAYOUT
XP_ASSERT(0);
#else
int ans = 0;
NET_StreamClass *stream = (NET_StreamClass*) f->stream;
if (s == NULL) {
@@ -160,6 +163,7 @@ outputToStream (XMLFile f, char* s)
} else {
strcat(f->outputBuffer, s);
}
#endif /* MOZ_NGLAYOUT */
}
@@ -328,6 +332,9 @@ xmlhtml_abort(NET_StreamClass *stream, int status)
void xmlhtml_complete_int (XMLFile xml) {
#ifdef MOZ_NGLAYOUT
XP_ASSERT(0);
#else
MWContext *cx = (MWContext *)xml->mwcontext;
int16 save_offscreen_mode;
@@ -357,6 +364,7 @@ void xmlhtml_complete_int (XMLFile xml) {
newstream->complete(newstream);
NET_FreeURLStruct(nurls);
}
#endif /* MOZ_NGLAYOUT */
}
void