Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: third_party/WebKit/Source/web/WebViewImpl.cpp

Issue 2886683002: Move ValidationMessageClientImpl to core/page/. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 #include "core/loader/FrameLoaderStateMachine.h" 77 #include "core/loader/FrameLoaderStateMachine.h"
78 #include "core/page/ContextMenuController.h" 78 #include "core/page/ContextMenuController.h"
79 #include "core/page/ContextMenuProvider.h" 79 #include "core/page/ContextMenuProvider.h"
80 #include "core/page/FocusController.h" 80 #include "core/page/FocusController.h"
81 #include "core/page/FrameTree.h" 81 #include "core/page/FrameTree.h"
82 #include "core/page/Page.h" 82 #include "core/page/Page.h"
83 #include "core/page/PagePopupClient.h" 83 #include "core/page/PagePopupClient.h"
84 #include "core/page/PointerLockController.h" 84 #include "core/page/PointerLockController.h"
85 #include "core/page/ScopedPageSuspender.h" 85 #include "core/page/ScopedPageSuspender.h"
86 #include "core/page/TouchDisambiguation.h" 86 #include "core/page/TouchDisambiguation.h"
87 #include "core/page/ValidationMessageClientImpl.h"
87 #include "core/page/scrolling/TopDocumentRootScrollerController.h" 88 #include "core/page/scrolling/TopDocumentRootScrollerController.h"
88 #include "core/paint/PaintLayer.h" 89 #include "core/paint/PaintLayer.h"
89 #include "core/timing/DOMWindowPerformance.h" 90 #include "core/timing/DOMWindowPerformance.h"
90 #include "core/timing/Performance.h" 91 #include "core/timing/Performance.h"
91 #include "modules/accessibility/AXObjectCacheImpl.h" 92 #include "modules/accessibility/AXObjectCacheImpl.h"
92 #include "modules/accessibility/AXObjectImpl.h" 93 #include "modules/accessibility/AXObjectImpl.h"
93 #include "modules/credentialmanager/CredentialManagerClient.h" 94 #include "modules/credentialmanager/CredentialManagerClient.h"
94 #include "modules/encryptedmedia/MediaKeysController.h" 95 #include "modules/encryptedmedia/MediaKeysController.h"
95 #include "modules/speech/SpeechRecognitionClientProxy.h" 96 #include "modules/speech/SpeechRecognitionClientProxy.h"
96 #include "modules/storage/StorageNamespaceController.h" 97 #include "modules/storage/StorageNamespaceController.h"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 #include "web/CompositorMutatorImpl.h" 161 #include "web/CompositorMutatorImpl.h"
161 #include "web/CompositorWorkerProxyClientImpl.h" 162 #include "web/CompositorWorkerProxyClientImpl.h"
162 #include "web/ContextMenuAllowedScope.h" 163 #include "web/ContextMenuAllowedScope.h"
163 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h" 164 #include "web/DedicatedWorkerMessagingProxyProviderImpl.h"
164 #include "web/DevToolsEmulator.h" 165 #include "web/DevToolsEmulator.h"
165 #include "web/FullscreenController.h" 166 #include "web/FullscreenController.h"
166 #include "web/LinkHighlightImpl.h" 167 #include "web/LinkHighlightImpl.h"
167 #include "web/PageOverlay.h" 168 #include "web/PageOverlay.h"
168 #include "web/PrerendererClientImpl.h" 169 #include "web/PrerendererClientImpl.h"
169 #include "web/StorageQuotaClientImpl.h" 170 #include "web/StorageQuotaClientImpl.h"
170 #include "web/ValidationMessageClientImpl.h"
171 #include "web/WebDevToolsAgentImpl.h" 171 #include "web/WebDevToolsAgentImpl.h"
172 #include "web/WebInputMethodControllerImpl.h" 172 #include "web/WebInputMethodControllerImpl.h"
173 #include "web/WebLocalFrameImpl.h" 173 #include "web/WebLocalFrameImpl.h"
174 #include "web/WebPluginContainerImpl.h" 174 #include "web/WebPluginContainerImpl.h"
175 #include "web/WebRemoteFrameImpl.h" 175 #include "web/WebRemoteFrameImpl.h"
176 #include "web/WebSettingsImpl.h" 176 #include "web/WebSettingsImpl.h"
177 177
178 #if USE(DEFAULT_RENDER_THEME) 178 #if USE(DEFAULT_RENDER_THEME)
179 #include "core/layout/LayoutThemeDefault.h" 179 #include "core/layout/LayoutThemeDefault.h"
180 #endif 180 #endif
(...skipping 3970 matching lines...) Expand 10 before | Expand all | Expand 10 after
4151 if (focused_frame->LocalFrameRoot() != MainFrameImpl()->GetFrame()) 4151 if (focused_frame->LocalFrameRoot() != MainFrameImpl()->GetFrame())
4152 return nullptr; 4152 return nullptr;
4153 return focused_frame; 4153 return focused_frame;
4154 } 4154 }
4155 4155
4156 LocalFrame* WebViewImpl::FocusedLocalFrameAvailableForIme() const { 4156 LocalFrame* WebViewImpl::FocusedLocalFrameAvailableForIme() const {
4157 return ime_accept_events_ ? FocusedLocalFrameInWidget() : nullptr; 4157 return ime_accept_events_ ? FocusedLocalFrameInWidget() : nullptr;
4158 } 4158 }
4159 4159
4160 } // namespace blink 4160 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698