| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2009, 2012 Google Inc. All rights reserved. | 2 * Copyright (C) 2009, 2012 Google Inc. All rights reserved. |
| 3 * Copyright (C) 2011 Apple Inc. All rights reserved. | 3 * Copyright (C) 2011 Apple Inc. All rights reserved. |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
| 7 * met: | 7 * met: |
| 8 * | 8 * |
| 9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 #include "DocumentLoader.h" | 38 #include "DocumentLoader.h" |
| 39 #include "EventHandler.h" | 39 #include "EventHandler.h" |
| 40 #include "FormState.h" | 40 #include "FormState.h" |
| 41 #include "FrameLoadRequest.h" | 41 #include "FrameLoadRequest.h" |
| 42 #include "FrameLoader.h" | 42 #include "FrameLoader.h" |
| 43 #include "FrameNetworkingContextImpl.h" | 43 #include "FrameNetworkingContextImpl.h" |
| 44 #include "FrameView.h" | 44 #include "FrameView.h" |
| 45 #include "HTMLAppletElement.h" | 45 #include "HTMLAppletElement.h" |
| 46 #include "HTMLFormElement.h" // needed by FormState.h | 46 #include "HTMLFormElement.h" // needed by FormState.h |
| 47 #include "HTMLNames.h" | 47 #include "HTMLNames.h" |
| 48 #include "HTTPParsers.h" | |
| 49 #include "HistoryItem.h" | 48 #include "HistoryItem.h" |
| 50 #include "HitTestResult.h" | 49 #include "HitTestResult.h" |
| 51 #include "MIMETypeRegistry.h" | 50 #include "MIMETypeRegistry.h" |
| 52 #include "MessageEvent.h" | 51 #include "MessageEvent.h" |
| 53 #include "MouseEvent.h" | 52 #include "MouseEvent.h" |
| 54 #include "Page.h" | 53 #include "Page.h" |
| 55 #include "PluginData.h" | 54 #include "PluginData.h" |
| 56 #include "ProgressTracker.h" | 55 #include "ProgressTracker.h" |
| 57 #include "ResourceHandleInternal.h" | |
| 58 #include "ResourceLoader.h" | 56 #include "ResourceLoader.h" |
| 57 #include "core/platform/network/HTTPParsers.h" |
| 58 #include "core/platform/network/ResourceHandleInternal.h" |
| 59 #if ENABLE(MEDIA_STREAM) | 59 #if ENABLE(MEDIA_STREAM) |
| 60 #include "core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h" | 60 #include "core/platform/mediastream/chromium/RTCPeerConnectionHandlerChromium.h" |
| 61 #endif | 61 #endif |
| 62 #include <v8.h> | 62 #include <v8.h> |
| 63 #include "ScriptController.h" | 63 #include "ScriptController.h" |
| 64 #include "Settings.h" | 64 #include "Settings.h" |
| 65 #include "SocketStreamHandleInternal.h" | |
| 66 #include "UserGestureIndicator.h" | 65 #include "UserGestureIndicator.h" |
| 67 #include "WebAutofillClient.h" | 66 #include "WebAutofillClient.h" |
| 68 #include "WebCachedURLRequest.h" | 67 #include "WebCachedURLRequest.h" |
| 69 #include "WebDOMEvent.h" | 68 #include "WebDOMEvent.h" |
| 70 #include "WebDataSourceImpl.h" | 69 #include "WebDataSourceImpl.h" |
| 71 #include "WebDevToolsAgentPrivate.h" | 70 #include "WebDevToolsAgentPrivate.h" |
| 72 #include "WebDocument.h" | 71 #include "WebDocument.h" |
| 73 #include "WebFormElement.h" | 72 #include "WebFormElement.h" |
| 74 #include "WebFrameClient.h" | 73 #include "WebFrameClient.h" |
| 75 #include "WebFrameImpl.h" | 74 #include "WebFrameImpl.h" |
| 76 #include "WebNode.h" | 75 #include "WebNode.h" |
| 77 #include "WebPermissionClient.h" | 76 #include "WebPermissionClient.h" |
| 78 #include "WebPlugin.h" | 77 #include "WebPlugin.h" |
| 79 #include "WebPluginContainerImpl.h" | 78 #include "WebPluginContainerImpl.h" |
| 80 #include "WebPluginLoadObserver.h" | 79 #include "WebPluginLoadObserver.h" |
| 81 #include "WebPluginParams.h" | 80 #include "WebPluginParams.h" |
| 82 #include "WebSecurityOrigin.h" | 81 #include "WebSecurityOrigin.h" |
| 83 #include "WebViewClient.h" | 82 #include "WebViewClient.h" |
| 84 #include "WebViewImpl.h" | 83 #include "WebViewImpl.h" |
| 85 #include "WindowFeatures.h" | 84 #include "WindowFeatures.h" |
| 86 #include "core/platform/chromium/support/WrappedResourceRequest.h" | 85 #include "core/platform/chromium/support/WrappedResourceRequest.h" |
| 87 #include "core/platform/chromium/support/WrappedResourceResponse.h" | 86 #include "core/platform/chromium/support/WrappedResourceResponse.h" |
| 87 #include "core/platform/network/SocketStreamHandleInternal.h" |
| 88 #include <public/Platform.h> | 88 #include <public/Platform.h> |
| 89 #include <public/WebMimeRegistry.h> | 89 #include <public/WebMimeRegistry.h> |
| 90 #include <public/WebSocketStreamHandle.h> | 90 #include <public/WebSocketStreamHandle.h> |
| 91 #include <public/WebURL.h> | 91 #include <public/WebURL.h> |
| 92 #include <public/WebURLError.h> | 92 #include <public/WebURLError.h> |
| 93 #include <public/WebVector.h> | 93 #include <public/WebVector.h> |
| 94 #include <wtf/StringExtras.h> | 94 #include <wtf/StringExtras.h> |
| 95 #include <wtf/text/CString.h> | 95 #include <wtf/text/CString.h> |
| 96 #include <wtf/text/WTFString.h> | 96 #include <wtf/text/WTFString.h> |
| 97 | 97 |
| (...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1386 m_webFrame->client()->didLoseWebGLContext(m_webFrame, arbRobustnessConte
xtLostReason); | 1386 m_webFrame->client()->didLoseWebGLContext(m_webFrame, arbRobustnessConte
xtLostReason); |
| 1387 } | 1387 } |
| 1388 | 1388 |
| 1389 void FrameLoaderClientImpl::dispatchWillInsertBody() | 1389 void FrameLoaderClientImpl::dispatchWillInsertBody() |
| 1390 { | 1390 { |
| 1391 if (m_webFrame->client()) | 1391 if (m_webFrame->client()) |
| 1392 m_webFrame->client()->willInsertBody(m_webFrame); | 1392 m_webFrame->client()->willInsertBody(m_webFrame); |
| 1393 } | 1393 } |
| 1394 | 1394 |
| 1395 } // namespace WebKit | 1395 } // namespace WebKit |
| OLD | NEW |