From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- .../WebProcess/Network/WebResourceLoader.messages.in | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'Source/WebKit2/WebProcess/Network/WebResourceLoader.messages.in') diff --git a/Source/WebKit2/WebProcess/Network/WebResourceLoader.messages.in b/Source/WebKit2/WebProcess/Network/WebResourceLoader.messages.in index 86166de69..842e0a4cc 100644 --- a/Source/WebKit2/WebProcess/Network/WebResourceLoader.messages.in +++ b/Source/WebKit2/WebProcess/Network/WebResourceLoader.messages.in @@ -20,28 +20,17 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#if ENABLE(NETWORK_PROCESS) - messages -> WebResourceLoader LegacyReceiver { - - CancelResourceLoader() - - // FIXME (NetworkProcess): We'll need much more granularity for response messages. WillSendRequest(WebCore::ResourceRequest request, WebCore::ResourceResponse redirectResponse) DidSendData(uint64_t bytesSent, uint64_t totalBytesToBeSent) - DidReceiveResponseWithCertificateInfo(WebCore::ResourceResponse response, WebCore::CertificateInfo certificateInfo, bool needsContinueDidReceiveResponseMessage) + DidReceiveResponse(WebCore::ResourceResponse response, bool needsContinueDidReceiveResponseMessage) DidReceiveData(IPC::DataReference data, int64_t encodedDataLength) DidFinishResourceLoad(double finishTime) + DidRetrieveDerivedData(String type, IPC::DataReference data) DidFailResourceLoad(WebCore::ResourceError error) -#if USE(PROTECTION_SPACE_AUTH_CALLBACK) - CanAuthenticateAgainstProtectionSpace(WebCore::ProtectionSpace protectionSpace) -#endif - #if ENABLE(SHAREABLE_RESOURCE) // DidReceiveResource is for when we have the entire resource data available at once, such as when the resource is cached in memory DidReceiveResource(WebKit::ShareableResource::Handle resource, double finishTime) #endif } - -#endif // ENABLE(NETWORK_PROCESS) -- cgit v1.2.1