Commit 6556ccae authored by kipp%netscape.com's avatar kipp%netscape.com
Browse files

Removed layers usage

parent 30023ea0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -300,7 +300,6 @@ PRIVATE Bool override_proxy (CONST char * URL);
HG52422

PRIVATE void net_FreeURLAllHeaders(URL_Struct * URL_s);
PRIVATE void NET_InitAboutProtocol(void);

PRIVATE NET_TimeBombActive = FALSE;

@@ -1439,7 +1438,7 @@ net_CheckForWaitingURL(MWContext * window_id, int protocol, Bool was_background)
		if(!was_background)
		{
			ET_SendLoadEvent(window_id, EVENT_XFER_DONE, 
					 NULL, NULL, LO_DOCUMENT_LAYER_ID,
					 NULL, NULL, 0,
					 FALSE);
			FE_AllConnectionsComplete(window_id);
		}
+3 −1
Original line number Diff line number Diff line
@@ -2348,7 +2348,7 @@ PUBLIC int
NET_AddLOSubmitDataToURLStruct(LO_FormSubmitData * sub_data, 
                               URL_Struct * url_struct)
{

#if 0
    int32 i;
    int32 total_size;
    char *end, *tmp_ptr;
@@ -2962,6 +2962,8 @@ NET_AddLOSubmitDataToURLStruct(LO_FormSubmitData * sub_data,
    PA_UNLOCK(sub_data->encoding);

    return(1); /* success */
#endif
    return 0;
}

PUBLIC int