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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user