blob: a107c239d9bccbfe486bb319563a4fbc59daad21 [file] [log] [blame]
[email protected]91854cd2012-01-10 19:43:571// Copyright (c) 2012 The Chromium Authors. All rights reserved.
license.botbf09a502008-08-24 00:55:552// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
initial.commit09911bf2008-07-26 23:55:294
[email protected]93ddb3c2012-04-11 21:44:295#include "content/browser/web_contents/web_contents_impl.h"
[email protected]39526562011-02-05 03:41:516
avib7348942015-12-25 20:57:107#include <stddef.h>
8
w.shackleton49bcd392016-01-06 17:38:229#include <cmath>
[email protected]2bb171882012-03-07 02:09:4610#include <utility>
rkaplowe56a52032017-02-07 00:14:5411#include <vector>
[email protected]b75b8292010-10-01 07:28:2512
[email protected]36fb2c7c2011-04-04 15:49:0813#include "base/command_line.h"
creisfafed882016-07-29 00:03:0914#include "base/debug/dump_without_crashing.h"
zqzhang181047e62016-07-01 13:37:1715#include "base/feature_list.h"
jinsukkim79df88a2017-01-04 06:26:1516#include "base/i18n/character_encoding.h"
[email protected]cbb1ef592013-06-05 19:49:4617#include "base/lazy_instance.h"
skyostil95082a62015-06-05 19:53:0718#include "base/location.h"
[email protected]6d636e62013-07-31 03:15:5619#include "base/logging.h"
avib7348942015-12-25 20:57:1020#include "base/macros.h"
fdorayba121422016-12-23 19:51:4821#include "base/memory/ptr_util.h"
dmazzonid95ae842016-04-12 21:17:3922#include "base/memory/ref_counted.h"
asvitkine8d51e9d2016-09-02 23:55:4323#include "base/metrics/histogram_macros.h"
bratell0a7406f2017-03-28 07:46:3724#include "base/metrics/user_metrics.h"
[email protected]04cbd3d2013-12-04 04:58:2025#include "base/process/process.h"
erikchen35629cc2015-03-10 20:43:2226#include "base/profiler/scoped_tracker.h"
skyostil95082a62015-06-05 19:53:0727#include "base/single_thread_task_runner.h"
[email protected]348fbaac2013-06-11 06:31:5128#include "base/strings/string16.h"
29#include "base/strings/string_number_conversions.h"
30#include "base/strings/string_util.h"
[email protected]74ebfb12013-06-07 20:48:0031#include "base/strings/utf_string_conversions.h"
gab30f26df2016-05-11 19:37:5532#include "base/threading/thread_task_runner_handle.h"
[email protected]a43858f2013-06-28 15:18:3733#include "base/time/time.h"
ssid3e765612015-01-28 04:03:4234#include "base/trace_event/trace_event.h"
avib7348942015-12-25 20:57:1035#include "build/build_config.h"
rsleevic327b48f82015-04-30 02:03:2536#include "components/mime_util/mime_util.h"
nzolghadrd87a308d2016-12-07 15:45:5637#include "components/rappor/public/rappor_utils.h"
rsleevi24f64dc22015-08-07 21:39:2138#include "components/url_formatter/url_formatter.h"
[email protected]95640212014-07-26 18:14:3039#include "content/browser/accessibility/browser_accessibility_state_impl.h"
jamescookda2505812015-03-20 18:01:1840#include "content/browser/bad_message.h"
[email protected]7a846df2012-09-20 19:17:3941#include "content/browser/browser_plugin/browser_plugin_embedder.h"
42#include "content/browser/browser_plugin/browser_plugin_guest.h"
[email protected]b9535422012-02-09 01:47:5943#include "content/browser/child_process_security_policy_impl.h"
dgozmanf00c4f72016-10-19 17:45:1544#include "content/browser/devtools/render_frame_devtools_agent_host.h"
[email protected]5f2aa722013-08-07 16:59:4145#include "content/browser/dom_storage/dom_storage_context_wrapper.h"
[email protected]1ea3c792012-04-17 01:25:0446#include "content/browser/dom_storage/session_storage_namespace_impl.h"
[email protected]8bd9e562011-08-16 23:55:4647#include "content/browser/download/download_stats.h"
[email protected]aa4f3972012-03-01 18:12:1248#include "content/browser/download/mhtml_generation_manager.h"
[email protected]a53209b2012-01-20 16:48:1649#include "content/browser/download/save_package.h"
paulmeyerc0b762b2016-04-13 11:55:1750#include "content/browser/find_request_manager.h"
[email protected]bffc8302014-01-23 20:52:1651#include "content/browser/frame_host/cross_process_frame_connector.h"
ananta4b7467a52016-09-23 01:42:3852#include "content/browser/frame_host/frame_tree_node.h"
[email protected]d4a8ca482013-10-30 21:06:4053#include "content/browser/frame_host/interstitial_page_impl.h"
54#include "content/browser/frame_host/navigation_entry_impl.h"
clamy0e119882015-07-31 16:12:3355#include "content/browser/frame_host/navigation_handle_impl.h"
[email protected]6ea6bdf2013-12-06 13:35:0156#include "content/browser/frame_host/navigator_impl.h"
[email protected]52913802013-12-10 05:52:1857#include "content/browser/frame_host/render_frame_host_impl.h"
lfgdb5c4ed2016-03-04 23:09:0758#include "content/browser/frame_host/render_frame_proxy_host.h"
[email protected]bffc8302014-01-23 20:52:1659#include "content/browser/frame_host/render_widget_host_view_child_frame.h"
[email protected]5c9250872012-01-30 17:24:0560#include "content/browser/host_zoom_map_impl.h"
scottmg276753cf2016-10-27 18:25:2261#include "content/browser/host_zoom_map_observer.h"
csharrison2e8c98e2016-08-01 23:56:2562#include "content/browser/loader/loader_io_thread_notifier.h"
[email protected]678c0362012-12-05 08:02:4463#include "content/browser/loader/resource_dispatcher_host_impl.h"
mlamouriefdca9d2014-09-16 16:55:4064#include "content/browser/manifest/manifest_manager_host.h"
dalecurtisbc6572e12014-09-12 19:22:3065#include "content/browser/media/audio_stream_monitor.h"
miu50f97892014-09-22 22:49:5266#include "content/browser/media/capture/web_contents_audio_muter.h"
dalecurtis88c240072015-12-09 02:11:1867#include "content/browser/media/media_web_contents_observer.h"
zqzhang1adf3cb2016-11-01 11:26:4568#include "content/browser/media/session/media_session_impl.h"
tommyclieb25b2a2014-11-03 19:45:0969#include "content/browser/plugin_content_origin_whitelist.h"
[email protected]f3b1a082011-11-18 00:34:3070#include "content/browser/renderer_host/render_process_host_impl.h"
[email protected]21161032014-05-05 16:56:5071#include "content/browser/renderer_host/render_view_host_delegate_view.h"
[email protected]b3c41c0b2012-03-06 15:48:3272#include "content/browser/renderer_host/render_view_host_impl.h"
[email protected]bafe6cd2012-05-23 23:09:5073#include "content/browser/renderer_host/render_widget_host_impl.h"
kenrb2a565f82015-09-02 20:24:5974#include "content/browser/renderer_host/render_widget_host_input_event_router.h"
[email protected]cfd80b02014-05-01 17:46:4875#include "content/browser/renderer_host/render_widget_host_view_base.h"
ekaramadadd882292016-06-08 15:22:5676#include "content/browser/renderer_host/text_input_manager.h"
leon.han552e9de2017-02-09 14:37:3077#include "content/browser/screen_orientation/screen_orientation_provider.h"
[email protected]b6583592012-01-25 19:52:3378#include "content/browser/site_instance_impl.h"
lfgc740d4b22016-04-15 16:45:3379#include "content/browser/web_contents/web_contents_view_child_frame.h"
[email protected]b5a40842012-11-28 15:26:1180#include "content/browser/web_contents/web_contents_view_guest.h"
[email protected]eb2ef212013-01-29 04:27:5881#include "content/browser/webui/generic_handler.h"
[email protected]86a0a6e2013-01-28 06:33:0382#include "content/browser/webui/web_ui_controller_factory_registry.h"
[email protected]d2353452012-01-19 19:53:5683#include "content/browser/webui/web_ui_impl.h"
[email protected]8eb04562013-03-06 03:41:1484#include "content/common/browser_plugin/browser_plugin_constants.h"
[email protected]703dd662013-03-05 07:37:4285#include "content/common/browser_plugin/browser_plugin_messages.h"
Paul Meyer0c58c3712016-11-17 22:59:5186#include "content/common/drag_messages.h"
[email protected]f114fa42013-12-06 17:06:4487#include "content/common/frame_messages.h"
[email protected]1f3fc1d2014-04-03 14:50:1788#include "content/common/input_messages.h"
lfgdb5c4ed2016-03-04 23:09:0789#include "content/common/page_messages.h"
nasko34634672016-07-29 18:46:0690#include "content/common/page_state_serialization.h"
rockot5c478a72016-09-28 23:14:1891#include "content/common/render_message_filter.mojom.h"
avi286019ce2015-07-29 01:26:5892#include "content/common/site_isolation_policy.h"
[email protected]2c5569662011-03-22 20:45:0293#include "content/common/view_messages.h"
[email protected]31a71eaf2014-03-13 01:47:3694#include "content/public/browser/ax_event_notification_details.h"
[email protected]ccb797302011-12-15 16:55:1195#include "content/public/browser/browser_context.h"
[email protected]139355f2014-05-11 14:21:2896#include "content/public/browser/browser_plugin_guest_manager.h"
[email protected]87f3c082011-10-19 18:07:4497#include "content/public/browser/content_browser_client.h"
[email protected]e582fdd2011-12-20 16:48:1798#include "content/public/browser/download_manager.h"
[email protected]c5a5c0842012-05-04 20:05:1499#include "content/public/browser/download_url_parameters.h"
ekaramada110f642016-12-21 19:47:28100#include "content/public/browser/focused_node_details.h"
ekaramad1beabecc2016-09-23 20:18:17101#include "content/public/browser/guest_mode.h"
[email protected]d9083482012-01-06 00:38:46102#include "content/public/browser/invalidate_type.h"
[email protected]71a88bb2013-02-01 22:05:15103#include "content/public/browser/javascript_dialog_manager.h"
skyf65d9bb2017-03-24 02:26:39104#include "content/public/browser/keyboard_event_processing_result.h"
[email protected]09d31d52012-03-11 22:30:27105#include "content/public/browser/load_notification_details.h"
[email protected]5b96836f2011-12-22 07:39:00106#include "content/public/browser/navigation_details.h"
[email protected]375fa1b2012-05-22 22:05:37107#include "content/public/browser/notification_details.h"
[email protected]be2510c02012-05-28 14:52:14108#include "content/public/browser/notification_service.h"
scottmg011d96e32016-06-29 19:15:08109#include "content/public/browser/notification_types.h"
[email protected]95640212014-07-26 18:14:30110#include "content/public/browser/render_widget_host_iterator.h"
[email protected]55578b0a2012-04-18 14:31:32111#include "content/public/browser/resource_request_details.h"
estark5ea80e52015-06-19 18:43:12112#include "content/public/browser/security_style_explanations.h"
falken52a56e32016-12-08 05:02:40113#include "content/public/browser/ssl_status.h"
[email protected]4c3a23582012-08-18 08:54:34114#include "content/public/browser/storage_partition.h"
rockotf62002a2016-09-15 00:08:59115#include "content/public/browser/web_contents_binding_set.h"
[email protected]674bc592011-12-20 23:00:42116#include "content/public/browser/web_contents_delegate.h"
dtapuskae99ec6e52016-10-18 00:15:42117#include "content/public/browser/web_contents_unresponsive_state.h"
[email protected]e091df82011-10-11 18:13:21118#include "content/public/common/bindings_policy.h"
carloskd80262f52015-12-16 14:40:35119#include "content/public/common/browser_side_navigation_policy.h"
alexmosc9e76ec2016-05-16 22:59:37120#include "content/public/common/child_process_host.h"
[email protected]54087fe2011-10-28 22:02:48121#include "content/public/common/content_constants.h"
[email protected]64d69de42012-02-06 00:19:54122#include "content/public/common/content_switches.h"
[email protected]7940b8e2013-07-25 23:08:49123#include "content/public/common/page_zoom.h"
[email protected]04cbd3d2013-12-04 04:58:20124#include "content/public/common/result_codes.h"
[email protected]f16cc6782013-12-16 23:42:57125#include "content/public/common/url_utils.h"
[email protected]b3a97b52014-07-09 06:25:05126#include "content/public/common/web_preferences.h"
mcasas4e216e72016-07-28 21:28:38127#include "device/geolocation/geolocation_service_context.h"
sammc5a139ba2016-09-29 01:49:14128#include "device/nfc/nfc.mojom.h"
wjmaclean64951902016-04-29 20:59:12129#include "net/base/url_util.h"
[email protected]8bfc8272013-09-09 20:10:53130#include "net/http/http_cache.h"
131#include "net/http/http_transaction_factory.h"
132#include "net/url_request/url_request_context.h"
[email protected]abe2c032011-03-31 18:49:34133#include "net/url_request/url_request_context_getter.h"
brettw4b461082016-11-19 18:55:16134#include "ppapi/features/features.h"
rockot734fb662016-10-15 16:41:30135#include "services/service_manager/public/cpp/interface_provider.h"
estark47ba9c7d2016-10-11 15:40:11136#include "third_party/WebKit/public/platform/WebSecurityStyle.h"
alexmosaedfc6f2016-01-21 23:57:38137#include "third_party/WebKit/public/web/WebSandboxFlags.h"
halton.huoca2eabd2015-07-06 08:17:40138#include "third_party/skia/include/core/SkBitmap.h"
dmazzonid95ae842016-04-12 21:17:39139#include "ui/accessibility/ax_tree_combiner.h"
[email protected]a08412b62012-05-29 21:28:56140#include "ui/base/layout.h"
chongz4a9751942016-08-17 17:49:39141#include "ui/events/blink/web_input_event_traits.h"
[email protected]66bd5512012-08-01 02:02:52142#include "ui/gl/gl_switches.h"
[email protected]3c733bde2010-12-21 19:56:31143
ekaramada110f642016-12-21 19:47:28144#if defined(OS_WIN)
145#include "content/browser/renderer_host/dip_util.h"
146#include "ui/gfx/geometry/dip_util.h"
147#endif
148
[email protected]583418cc2013-01-17 14:01:10149#if defined(OS_ANDROID)
hugo.holgersson61288e6c2015-01-28 17:04:40150#include "content/browser/android/content_video_view.h"
mfomitchev2b8b066a2016-01-28 19:23:15151#include "content/browser/android/date_time_chooser_android.h"
sammcf5f1b0f2016-09-20 23:05:11152#include "content/browser/android/java_interfaces_impl.h"
dalecurtisc85ed632016-01-13 00:22:46153#include "content/browser/media/android/media_web_contents_observer_android.h"
[email protected]155c7f22013-12-09 17:07:18154#include "content/browser/web_contents/web_contents_android.h"
mfomitchev2b8b066a2016-01-28 19:23:15155#endif // OS_ANDROID
[email protected]583418cc2013-01-17 14:01:10156
[email protected]f66df822012-05-18 16:52:17157#if defined(OS_MACOSX)
[email protected]bafe6cd2012-05-23 23:09:50158#include "base/mac/foundation_util.h"
[email protected]38b098f2012-03-14 21:11:57159#endif
[email protected]3e45ba92009-02-20 21:09:00160
sadrul943e3b32016-08-04 18:22:59161#if defined(USE_AURA)
bend32292b2016-10-07 00:21:58162#include "content/public/common/service_manager_connection.h"
fsamuel9cf7bdf2015-11-20 02:19:32163#endif
164
brettw4b461082016-11-19 18:55:16165#if BUILDFLAG(ENABLE_PLUGINS)
zqzhang181047e62016-07-01 13:37:17166#include "content/browser/media/session/pepper_playback_observer.h"
167#endif // ENABLE_PLUGINS
168
[email protected]8ff00d72012-10-23 19:12:21169namespace content {
[email protected]420ae012009-04-24 05:16:32170namespace {
171
[email protected]960b0372014-05-19 18:01:00172const int kMinimumDelayBetweenLoadingUpdatesMS = 100;
[email protected]82114f52012-03-20 22:53:41173const char kDotGoogleDotCom[] = ".google.com";
[email protected]ca406032011-07-19 21:53:05174
[email protected]155c7f22013-12-09 17:07:18175#if defined(OS_ANDROID)
rob.buisf06a8bf2017-03-10 18:11:32176const void* const kWebContentsAndroidKey = &kWebContentsAndroidKey;
[email protected]155c7f22013-12-09 17:07:18177#endif // OS_ANDROID
178
scottmg5e65e3a2017-03-08 08:48:46179base::LazyInstance<std::vector<WebContentsImpl::CreatedCallback>>::
180 DestructorAtExit g_created_callbacks = LAZY_INSTANCE_INITIALIZER;
[email protected]cbb1ef592013-06-05 19:49:46181
[email protected]8bfc8272013-09-09 20:10:53182void NotifyCacheOnIO(
183 scoped_refptr<net::URLRequestContextGetter> request_context,
184 const GURL& url,
185 const std::string& http_method) {
gunsche668855c2015-03-05 02:37:58186 net::HttpCache* cache = request_context->GetURLRequestContext()->
187 http_transaction_factory()->GetCache();
188 if (cache)
189 cache->OnExternalCacheHit(url, http_method);
[email protected]8bfc8272013-09-09 20:10:53190}
191
dcheng57e39e22016-01-21 00:25:38192bool HasMatchingProcess(FrameTree* tree, int render_process_id) {
193 for (FrameTreeNode* node : tree->Nodes()) {
194 if (node->current_frame_host()->GetProcess()->GetID() == render_process_id)
195 return true;
alexmos4cf2aa32015-07-15 23:40:43196 }
dcheng57e39e22016-01-21 00:25:38197 return false;
[email protected]95640212014-07-26 18:14:30198}
199
kenrb19221852016-04-29 17:21:40200bool HasMatchingWidgetHost(FrameTree* tree, RenderWidgetHost* host) {
201 // This method scans the frame tree rather than checking whether
202 // host->delegate() == this, which allows it to return false when the host
203 // for a frame that is pending or pending deletion.
204 if (!host)
205 return false;
206
207 for (FrameTreeNode* node : tree->Nodes()) {
208 if (node->current_frame_host()->GetRenderWidgetHost() == host)
209 return true;
210 }
211 return false;
212}
213
dmazzonif8a31042016-12-03 00:52:13214void UpdateAccessibilityModeOnFrame(RenderFrameHost* frame_host) {
215 static_cast<RenderFrameHostImpl*>(frame_host)->UpdateAccessibilityMode();
[email protected]95640212014-07-26 18:14:30216}
217
dtseng0dd3fa12015-07-22 19:00:52218void ResetAccessibility(RenderFrameHost* rfh) {
219 static_cast<RenderFrameHostImpl*>(rfh)->AccessibilityReset();
220}
221
dmazzonid95ae842016-04-12 21:17:39222using AXTreeSnapshotCallback =
223 base::Callback<void(const ui::AXTreeUpdate&)>;
224
225// Helper class used by WebContentsImpl::RequestAXTreeSnapshot.
226// Handles the callbacks from parallel snapshot requests to each frame,
227// and feeds the results to an AXTreeCombiner, which converts them into a
228// single combined accessibility tree.
229class AXTreeSnapshotCombiner : public base::RefCounted<AXTreeSnapshotCombiner> {
230 public:
231 explicit AXTreeSnapshotCombiner(AXTreeSnapshotCallback callback)
232 : callback_(callback) {
233 }
234
235 AXTreeSnapshotCallback AddFrame(bool is_root) {
236 // Adds a reference to |this|.
237 return base::Bind(&AXTreeSnapshotCombiner::ReceiveSnapshot,
238 this,
239 is_root);
240 }
241
242 void ReceiveSnapshot(bool is_root, const ui::AXTreeUpdate& snapshot) {
243 combiner_.AddTree(snapshot, is_root);
244 }
245
246 private:
247 friend class base::RefCounted<AXTreeSnapshotCombiner>;
248
249 // This is called automatically after the last call to ReceiveSnapshot
250 // when there are no more references to this object.
251 ~AXTreeSnapshotCombiner() {
252 combiner_.Combine();
253 callback_.Run(combiner_.combined());
254 }
255
256 ui::AXTreeCombiner combiner_;
257 AXTreeSnapshotCallback callback_;
258};
259
paulmeyerfeafc2d2017-04-25 21:46:40260// Helper for GetInnerWebContents().
261bool GetInnerWebContentsHelper(
262 std::vector<WebContentsImpl*>* all_guest_contents,
263 WebContents* guest_contents) {
264 all_guest_contents->push_back(static_cast<WebContentsImpl*>(guest_contents));
265 return false;
266}
267
[email protected]420ae012009-04-24 05:16:32268} // namespace
269
[email protected]54944cde2012-12-09 09:24:59270WebContents* WebContents::Create(const WebContents::CreateParams& params) {
alexmose201c7cd2015-06-10 17:14:21271 FrameTreeNode* opener_node = nullptr;
272 if (params.opener_render_frame_id != MSG_ROUTING_NONE) {
273 RenderFrameHostImpl* opener_rfh = RenderFrameHostImpl::FromID(
274 params.opener_render_process_id, params.opener_render_frame_id);
275 if (opener_rfh)
276 opener_node = opener_rfh->frame_tree_node();
277 }
278 return WebContentsImpl::CreateWithOpener(params, opener_node);
[email protected]d1198fd2012-08-13 22:50:19279}
280
281WebContents* WebContents::CreateWithSessionStorage(
[email protected]54944cde2012-12-09 09:24:59282 const WebContents::CreateParams& params,
[email protected]fdac6ade2013-07-20 01:06:30283 const SessionStorageNamespaceMap& session_storage_namespace_map) {
alexmose201c7cd2015-06-10 17:14:21284 WebContentsImpl* new_contents = new WebContentsImpl(params.browser_context);
[email protected]fdac6ade2013-07-20 01:06:30285
286 for (SessionStorageNamespaceMap::const_iterator it =
287 session_storage_namespace_map.begin();
288 it != session_storage_namespace_map.end();
289 ++it) {
290 new_contents->GetController()
291 .SetSessionStorageNamespace(it->first, it->second.get());
292 }
293
[email protected]54944cde2012-12-09 09:24:59294 new_contents->Init(params);
[email protected]d1198fd2012-08-13 22:50:19295 return new_contents;
[email protected]a81343d232011-12-27 07:39:20296}
[email protected]746d3052012-05-22 15:15:47297
benwells5e7260d2017-03-20 23:36:33298void WebContentsImpl::FriendWrapper::AddCreatedCallbackForTesting(
nickf9acfbe2014-12-23 19:12:37299 const CreatedCallback& callback) {
[email protected]cbb1ef592013-06-05 19:49:46300 g_created_callbacks.Get().push_back(callback);
301}
302
benwells5e7260d2017-03-20 23:36:33303void WebContentsImpl::FriendWrapper::RemoveCreatedCallbackForTesting(
nickf9acfbe2014-12-23 19:12:37304 const CreatedCallback& callback) {
[email protected]cbb1ef592013-06-05 19:49:46305 for (size_t i = 0; i < g_created_callbacks.Get().size(); ++i) {
306 if (g_created_callbacks.Get().at(i).Equals(callback)) {
307 g_created_callbacks.Get().erase(g_created_callbacks.Get().begin() + i);
308 return;
309 }
310 }
311}
312
avidf38c952015-10-27 13:45:13313WebContents* WebContents::FromRenderViewHost(RenderViewHost* rvh) {
314 if (!rvh)
315 return nullptr;
[email protected]746d3052012-05-22 15:15:47316 return rvh->GetDelegate()->GetAsWebContents();
317}
318
[email protected]a86c0e962013-12-17 17:10:39319WebContents* WebContents::FromRenderFrameHost(RenderFrameHost* rfh) {
avidf38c952015-10-27 13:45:13320 if (!rfh)
321 return nullptr;
322 return static_cast<RenderFrameHostImpl*>(rfh)->delegate()->GetAsWebContents();
[email protected]a86c0e962013-12-17 17:10:39323}
324
ananta4b7467a52016-09-23 01:42:38325WebContents* WebContents::FromFrameTreeNodeId(int frame_tree_node_id) {
326 FrameTreeNode* frame_tree_node =
327 FrameTreeNode::GloballyFindByID(frame_tree_node_id);
anantab8cfa3b2016-10-14 22:43:19328 if (!frame_tree_node)
329 return nullptr;
jam8c4edd02017-05-06 18:50:33330 return WebContentsImpl::FromFrameTreeNode(frame_tree_node);
ananta4b7467a52016-09-23 01:42:38331}
332
leon.han552e9de2017-02-09 14:37:30333void WebContents::SetScreenOrientationDelegate(
334 ScreenOrientationDelegate* delegate) {
335 ScreenOrientationProvider::SetDelegate(delegate);
336}
337
[email protected]7fff43e2013-05-21 20:21:10338// WebContentsImpl::DestructionObserver ----------------------------------------
339
340class WebContentsImpl::DestructionObserver : public WebContentsObserver {
341 public:
342 DestructionObserver(WebContentsImpl* owner, WebContents* watched_contents)
343 : WebContentsObserver(watched_contents),
344 owner_(owner) {
345 }
346
347 // WebContentsObserver:
dchengc2282aa2014-10-21 12:07:58348 void WebContentsDestroyed() override {
[email protected]12a46832014-05-09 13:35:58349 owner_->OnWebContentsDestroyed(
350 static_cast<WebContentsImpl*>(web_contents()));
[email protected]7fff43e2013-05-21 20:21:10351 }
352
353 private:
354 WebContentsImpl* owner_;
355
356 DISALLOW_COPY_AND_ASSIGN(DestructionObserver);
357};
358
[email protected]8ed16472014-04-11 19:02:48359WebContentsImpl::ColorChooserInfo::ColorChooserInfo(int render_process_id,
360 int render_frame_id,
361 ColorChooser* chooser,
362 int identifier)
363 : render_process_id(render_process_id),
364 render_frame_id(render_frame_id),
365 chooser(chooser),
366 identifier(identifier) {
367}
368
369WebContentsImpl::ColorChooserInfo::~ColorChooserInfo() {
370}
371
nicka0ac8382016-12-15 23:59:23372bool WebContentsImpl::ColorChooserInfo::Matches(
373 RenderFrameHostImpl* render_frame_host,
374 int color_chooser_id) {
375 return this->render_process_id == render_frame_host->GetProcess()->GetID() &&
376 this->render_frame_id == render_frame_host->GetRoutingID() &&
377 this->identifier == color_chooser_id;
378}
379
lazyboy6ec48b2a2015-06-29 15:18:14380// WebContentsImpl::WebContentsTreeNode ----------------------------------------
lfg601233692017-03-06 22:45:44381WebContentsImpl::WebContentsTreeNode::WebContentsTreeNode(
382 WebContentsImpl* current_web_contents)
383 : current_web_contents_(current_web_contents),
384 outer_web_contents_(nullptr),
lazyboy6ec48b2a2015-06-29 15:18:14385 outer_contents_frame_tree_node_id_(
avallee0206f782016-07-28 18:55:33386 FrameTreeNode::kFrameTreeNodeInvalidId),
lfg601233692017-03-06 22:45:44387 focused_web_contents_(current_web_contents) {}
lazyboy6ec48b2a2015-06-29 15:18:14388
389WebContentsImpl::WebContentsTreeNode::~WebContentsTreeNode() {
lfga3e2bdc2017-03-07 20:44:01390 if (OuterContentsFrameTreeNode())
391 OuterContentsFrameTreeNode()->RemoveObserver(this);
paulmeyerfeafc2d2017-04-25 21:46:40392
393 if (outer_web_contents_)
394 outer_web_contents_->node_.DetachInnerWebContents(current_web_contents_);
lazyboy6ec48b2a2015-06-29 15:18:14395}
396
397void WebContentsImpl::WebContentsTreeNode::ConnectToOuterWebContents(
398 WebContentsImpl* outer_web_contents,
399 RenderFrameHostImpl* outer_contents_frame) {
lfg601233692017-03-06 22:45:44400 focused_web_contents_ = nullptr;
lazyboy6ec48b2a2015-06-29 15:18:14401 outer_web_contents_ = outer_web_contents;
402 outer_contents_frame_tree_node_id_ =
403 outer_contents_frame->frame_tree_node()->frame_tree_node_id();
404
paulmeyerfeafc2d2017-04-25 21:46:40405 outer_web_contents_->node_.AttachInnerWebContents(current_web_contents_);
lfga3e2bdc2017-03-07 20:44:01406 outer_contents_frame->frame_tree_node()->AddObserver(this);
lfg601233692017-03-06 22:45:44407}
lazyboy6ec48b2a2015-06-29 15:18:14408
paulmeyerfeafc2d2017-04-25 21:46:40409void WebContentsImpl::WebContentsTreeNode::AttachInnerWebContents(
410 WebContentsImpl* inner_web_contents) {
411 inner_web_contents_.push_back(inner_web_contents);
412}
413
414void WebContentsImpl::WebContentsTreeNode::DetachInnerWebContents(
415 WebContentsImpl* inner_web_contents) {
416 DCHECK(std::find(inner_web_contents_.begin(), inner_web_contents_.end(),
417 inner_web_contents) != inner_web_contents_.end());
418 inner_web_contents_.erase(
419 std::remove(inner_web_contents_.begin(), inner_web_contents_.end(),
420 inner_web_contents),
421 inner_web_contents_.end());
422}
423
lfga3e2bdc2017-03-07 20:44:01424FrameTreeNode*
425WebContentsImpl::WebContentsTreeNode::OuterContentsFrameTreeNode() const {
426 return FrameTreeNode::GloballyFindByID(outer_contents_frame_tree_node_id_);
lfg601233692017-03-06 22:45:44427}
428
lfga3e2bdc2017-03-07 20:44:01429void WebContentsImpl::WebContentsTreeNode::OnFrameTreeNodeDestroyed(
430 FrameTreeNode* node) {
431 DCHECK_EQ(outer_contents_frame_tree_node_id_, node->frame_tree_node_id())
432 << "WebContentsTreeNode should only receive notifications for the "
433 "FrameTreeNode in its outer WebContents that hosts it.";
434 delete current_web_contents_; // deletes |this| too.
lazyboy6ec48b2a2015-06-29 15:18:14435}
436
avallee0206f782016-07-28 18:55:33437void WebContentsImpl::WebContentsTreeNode::SetFocusedWebContents(
438 WebContentsImpl* web_contents) {
439 DCHECK(!outer_web_contents())
440 << "Only the outermost WebContents tracks focus.";
441 focused_web_contents_ = web_contents;
442}
443
paulmeyerfeafc2d2017-04-25 21:46:40444WebContentsImpl*
445WebContentsImpl::WebContentsTreeNode::GetInnerWebContentsInFrame(
446 const FrameTreeNode* frame) {
447 auto ftn_id = frame->frame_tree_node_id();
448 for (WebContentsImpl* contents : inner_web_contents_) {
449 if (contents->node_.outer_contents_frame_tree_node_id() == ftn_id) {
450 return contents;
451 }
452 }
453 return nullptr;
454}
455
456const std::vector<WebContentsImpl*>&
457WebContentsImpl::WebContentsTreeNode::inner_web_contents() const {
458 return inner_web_contents_;
459}
460
[email protected]b172aee2012-04-10 17:05:26461// WebContentsImpl -------------------------------------------------------------
[email protected]420ae012009-04-24 05:16:32462
alexmose201c7cd2015-06-10 17:14:21463WebContentsImpl::WebContentsImpl(BrowserContext* browser_context)
[email protected]b680ad22009-04-15 23:19:42464 : delegate_(NULL),
[email protected]69e797f2013-04-30 01:10:22465 controller_(this, browser_context),
[email protected]5a3bdf52012-05-24 15:12:57466 render_view_host_delegate_view_(NULL),
alexmose201c7cd2015-06-10 17:14:21467 created_with_opener_(false),
[email protected]6ea6bdf2013-12-06 13:35:01468 frame_tree_(new NavigatorImpl(&controller_, this),
blundellc57b93f2014-10-29 13:19:57469 this,
470 this,
471 this,
472 this),
lfg601233692017-03-06 22:45:44473 node_(this),
[email protected]6dfed692014-05-22 04:18:03474 is_load_to_different_document_(false),
[email protected]443b80e2010-12-14 00:42:23475 crashed_status_(base::TERMINATION_STATUS_STILL_RUNNING),
476 crashed_error_code_(0),
[email protected]d5f942ba2008-09-26 19:30:34477 waiting_for_response_(false),
[email protected]fcf75d42013-12-03 20:11:26478 load_state_(net::LOAD_STATE_IDLE, base::string16()),
[email protected]094e5b22009-09-25 04:23:56479 upload_size_(0),
480 upload_position_(0),
dfalcantarae6b7b46752015-07-10 18:14:16481 is_resume_pending_(false),
[email protected]b4c84012014-04-28 19:51:10482 has_accessed_initial_document_(false),
yusufod41c5f92015-03-06 00:14:28483 theme_color_(SK_ColorTRANSPARENT),
484 last_sent_theme_color_(SK_ColorTRANSPARENT),
peter90afaba2015-06-01 12:05:29485 did_first_visually_non_empty_paint_(false),
[email protected]54597982013-02-06 01:59:55486 capturer_count_(0),
487 should_normally_be_visible_(true),
tapted65ff2ea72016-03-01 23:39:00488 did_first_set_visible_(false),
[email protected]fdd61c62009-04-22 19:22:57489 is_being_destroyed_(false),
creis97867aa2017-02-17 18:39:45490 is_notifying_observers_(false),
[email protected]fdd61c62009-04-22 19:22:57491 notify_disconnection_(false),
[email protected]71a88bb2013-02-01 22:05:15492 dialog_manager_(NULL),
[email protected]7ab1e7d62009-10-14 23:32:01493 is_showing_before_unload_dialog_(false),
gab0dccfef2015-05-20 18:43:39494 last_active_time_(base::TimeTicks::Now()),
[email protected]ebf40a72010-07-22 01:46:38495 closed_by_user_gesture_(false),
[email protected]8ff00d72012-10-23 19:12:21496 minimum_zoom_percent_(static_cast<int>(kMinimumZoomFactor * 100)),
497 maximum_zoom_percent_(static_cast<int>(kMaximumZoomFactor * 100)),
w.shackleton49bcd392016-01-06 17:38:22498 zoom_scroll_remainder_(0),
alexmosc9e76ec2016-05-16 22:59:37499 fullscreen_widget_process_id_(ChildProcessHost::kInvalidUniqueID),
[email protected]5dcaf8e2013-12-28 01:31:42500 fullscreen_widget_routing_id_(MSG_ROUTING_NONE),
[email protected]0b431992014-06-24 00:08:03501 fullscreen_widget_had_focus_at_shutdown_(false),
[email protected]87de04b02014-04-08 22:14:49502 is_subframe_(false),
[email protected]34ff1cfc2014-08-20 06:16:05503 force_disable_overscroll_content_(false),
[email protected]95640212014-07-26 18:14:30504 last_dialog_suppressed_(false),
mcasas4e216e72016-07-28 21:28:38505 geolocation_service_context_(new device::GeolocationServiceContext()),
waffles1c12bf402016-02-10 17:45:48506 accessibility_mode_(
507 BrowserAccessibilityStateImpl::GetInstance()->accessibility_mode()),
avayvodcc85bbd2015-08-28 19:11:15508 audio_stream_monitor_(this),
ortunodf4d7982016-04-08 02:33:35509 bluetooth_connected_device_count_(0),
mohan.reddyaae039a2014-11-21 17:39:50510 virtual_keyboard_requested_(false),
mcnee432e47d2015-11-09 19:37:46511 page_scale_factor_is_one_(true),
lfgbee1e0a2016-06-08 21:24:21512 mouse_lock_widget_(nullptr),
qinmin72e8bd02016-10-21 19:35:37513 is_overlay_content_(false),
pkotwicz75ca8ffd2016-02-16 23:10:19514 loading_weak_factory_(this),
515 weak_factory_(this) {
[email protected]9b159a52013-10-03 17:24:55516 frame_tree_.SetFrameRemoveListener(
517 base::Bind(&WebContentsImpl::OnFrameRemoved,
518 base::Unretained(this)));
dalecurtisc85ed632016-01-13 00:22:46519#if defined(OS_ANDROID)
520 media_web_contents_observer_.reset(new MediaWebContentsObserverAndroid(this));
521#else
qinmin58567c82015-01-07 21:00:20522 media_web_contents_observer_.reset(new MediaWebContentsObserver(this));
dalecurtisc85ed632016-01-13 00:22:46523#endif
brettw4b461082016-11-19 18:55:16524#if BUILDFLAG(ENABLE_PLUGINS)
zqzhang181047e62016-07-01 13:37:17525 pepper_playback_observer_.reset(new PepperPlaybackObserver(this));
526#endif
blundelle75a8f92017-03-27 08:11:17527
csharrisona2280cd2016-02-03 23:21:15528 loader_io_thread_notifier_.reset(new LoaderIOThreadNotifier(this));
scottmg276753cf2016-10-27 18:25:22529 host_zoom_map_observer_.reset(new HostZoomMapObserver(this));
[email protected]332af7732009-03-11 13:21:35530}
initial.commit09911bf2008-07-26 23:55:29531
[email protected]b172aee2012-04-10 17:05:26532WebContentsImpl::~WebContentsImpl() {
[email protected]420ae012009-04-24 05:16:32533 is_being_destroyed_ = true;
534
creis97867aa2017-02-17 18:39:45535 // A WebContents should never be deleted while it is notifying observers,
536 // since this will lead to a use-after-free as it continues to notfiy later
537 // observers.
538 CHECK(!is_notifying_observers_);
539
kenrb2a565f82015-09-02 20:24:59540 rwh_input_event_router_.reset();
541
rockotf62002a2016-09-15 00:08:59542 for (auto& entry : binding_sets_)
543 entry.second->CloseAllBindings();
544
avallee0206f782016-07-28 18:55:33545 WebContentsImpl* outermost = GetOutermostWebContents();
avallee9993fca2016-11-17 06:16:50546 if (this != outermost && ContainsOrIsFocusedWebContents()) {
avallee0206f782016-07-28 18:55:33547 // If the current WebContents is in focus, unset it.
avallee9993fca2016-11-17 06:16:50548 outermost->SetAsFocusedWebContentsIfNecessary();
avallee0206f782016-07-28 18:55:33549 }
550
dcheng72be33c2016-01-21 04:11:31551 for (FrameTreeNode* node : frame_tree_.Nodes()) {
552 // Delete all RFHs pending shutdown, which will lead the corresponding RVHs
553 // to be shutdown and be deleted as well.
dcheng57e39e22016-01-21 00:25:38554 node->render_manager()->ClearRFHsPendingShutdown();
dcheng57e39e22016-01-21 00:25:38555 node->render_manager()->ClearWebUIInstances();
dcheng72be33c2016-01-21 04:11:31556 }
carlosk35f35af2015-12-01 10:55:40557
dcheng57e39e22016-01-21 00:25:38558 for (RenderWidgetHostImpl* widget : created_widgets_)
559 widget->DetachDelegate();
[email protected]b24b68a2012-09-24 21:57:26560 created_widgets_.clear();
561
[email protected]3ab9cb82011-06-03 18:02:07562 // Clear out any JavaScript state.
avi5d3b8692016-10-12 22:00:46563 if (dialog_manager_) {
avi6879fcf2017-01-21 05:27:53564 dialog_manager_->CancelDialogs(this, /*reset_state=*/true);
avi5d3b8692016-10-12 22:00:46565 }
[email protected]3ab9cb82011-06-03 18:02:07566
[email protected]8ed16472014-04-11 19:02:48567 if (color_chooser_info_.get())
568 color_chooser_info_->chooser->End();
[email protected]da8543762012-03-20 08:52:20569
[email protected]420ae012009-04-24 05:16:32570 NotifyDisconnected();
[email protected]420ae012009-04-24 05:16:32571
[email protected]ca13a442012-04-17 14:00:12572 // Notify any observer that have a reference on this WebContents.
[email protected]8ff00d72012-10-23 19:12:21573 NotificationService::current()->Notify(
574 NOTIFICATION_WEB_CONTENTS_DESTROYED,
575 Source<WebContents>(this),
576 NotificationService::NoDetails());
[email protected]420ae012009-04-24 05:16:32577
[email protected]df0c843f2014-05-23 20:37:23578 // Destroy all frame tree nodes except for the root; this notifies observers.
nick53d5cbf2015-04-23 22:50:14579 frame_tree_.root()->ResetForNewProcess();
[email protected]df0c843f2014-05-23 20:37:23580 GetRenderManager()->ResetProxyHosts();
[email protected]c06c58c2014-03-12 20:31:59581
clamy0e119882015-07-31 16:12:33582 // Manually call the observer methods for the root frame tree node. It is
583 // necessary to manually delete all objects tracking navigations
584 // (NavigationHandle, NavigationRequest) for observers to be properly
585 // notified of these navigations stopping before the WebContents is
586 // destroyed.
[email protected]df0c843f2014-05-23 20:37:23587 RenderFrameHostManager* root = GetRenderManager();
naskob21fe4872015-02-24 14:15:56588
clamy0e119882015-07-31 16:12:33589 if (root->pending_frame_host()) {
naskob21fe4872015-02-24 14:15:56590 root->pending_frame_host()->SetRenderFrameCreated(false);
clamy0e119882015-07-31 16:12:33591 root->pending_frame_host()->SetNavigationHandle(
dcheng59716272016-04-09 05:19:08592 std::unique_ptr<NavigationHandleImpl>());
clamy0e119882015-07-31 16:12:33593 }
naskob21fe4872015-02-24 14:15:56594 root->current_frame_host()->SetRenderFrameCreated(false);
clamy0e119882015-07-31 16:12:33595 root->current_frame_host()->SetNavigationHandle(
dcheng59716272016-04-09 05:19:08596 std::unique_ptr<NavigationHandleImpl>());
clamy0e119882015-07-31 16:12:33597
598 // PlzNavigate: clear up state specific to browser-side navigation.
carloskd80262f52015-12-16 14:40:35599 if (IsBrowserSideNavigationEnabled()) {
clamy82a2f4d2016-02-02 14:20:41600 // Do not update state as the WebContents is being destroyed.
clamya86695b2017-03-23 14:45:48601 frame_tree_.root()->ResetNavigationRequest(true, true);
clamy0e119882015-07-31 16:12:33602 if (root->speculative_frame_host()) {
603 root->speculative_frame_host()->SetRenderFrameCreated(false);
604 root->speculative_frame_host()->SetNavigationHandle(
dcheng59716272016-04-09 05:19:08605 std::unique_ptr<NavigationHandleImpl>());
clamy0e119882015-07-31 16:12:33606 }
607 }
[email protected]f273ee52013-10-18 16:05:27608
brettw4b461082016-11-19 18:55:16609#if BUILDFLAG(ENABLE_PLUGINS)
zqzhang181047e62016-07-01 13:37:17610 // Call this before WebContentsDestroyed() is broadcasted since
611 // AudioFocusManager will be destroyed after that.
612 pepper_playback_observer_.reset();
613#endif // defined(ENABLED_PLUGINS)
614
ericwilligersde386342016-10-19 02:35:09615 for (auto& observer : observers_)
616 observer.FrameDeleted(root->current_frame_host());
naskoa83483fb2015-02-27 16:57:10617
[email protected]df0c843f2014-05-23 20:37:23618 if (root->pending_render_view_host()) {
ericwilligersde386342016-10-19 02:35:09619 for (auto& observer : observers_)
620 observer.RenderViewDeleted(root->pending_render_view_host());
[email protected]df0c843f2014-05-23 20:37:23621 }
[email protected]c06c58c2014-03-12 20:31:59622
ericwilligersde386342016-10-19 02:35:09623 for (auto& observer : observers_)
624 observer.RenderViewDeleted(root->current_host());
[email protected]f273ee52013-10-18 16:05:27625
ericwilligersde386342016-10-19 02:35:09626 for (auto& observer : observers_)
627 observer.WebContentsDestroyed();
[email protected]12a46832014-05-09 13:35:58628
ericwilligersde386342016-10-19 02:35:09629 for (auto& observer : observers_)
630 observer.ResetWebContents();
[email protected]232a5812011-03-04 22:42:08631
[email protected]6934a702011-12-20 00:04:51632 SetDelegate(NULL);
[email protected]b5a1d11c2011-02-17 03:09:42633}
634
[email protected]d1198fd2012-08-13 22:50:19635WebContentsImpl* WebContentsImpl::CreateWithOpener(
[email protected]54944cde2012-12-09 09:24:59636 const WebContents::CreateParams& params,
alexmose201c7cd2015-06-10 17:14:21637 FrameTreeNode* opener) {
[email protected]e11f0e92013-06-12 15:12:03638 TRACE_EVENT0("browser", "WebContentsImpl::CreateWithOpener");
alexmose201c7cd2015-06-10 17:14:21639 WebContentsImpl* new_contents = new WebContentsImpl(params.browser_context);
[email protected]d1198fd2012-08-13 22:50:19640
alexmosaedfc6f2016-01-21 23:57:38641 FrameTreeNode* new_root = new_contents->GetFrameTree()->root();
642
jochen6004a362017-02-04 00:11:40643 if (opener) {
avi8d1aa162017-03-27 18:27:37644 // For the "original opener", track the opener's main frame instead, because
645 // if the opener is a subframe, the opener tracking could be easily bypassed
646 // by spawning from a subframe and deleting the subframe.
647 // https://crbug.com/705316
648 new_root->SetOriginalOpener(opener->frame_tree()->root());
649
jochen6004a362017-02-04 00:11:40650 if (!params.opener_suppressed) {
651 new_root->SetOpener(opener);
652 new_contents->created_with_opener_ = true;
653 }
alexmose201c7cd2015-06-10 17:14:21654 }
655
alexmosaedfc6f2016-01-21 23:57:38656 // If the opener is sandboxed, a new popup must inherit the opener's sandbox
657 // flags, and these flags take effect immediately. An exception is if the
658 // opener's sandbox flags lack the PropagatesToAuxiliaryBrowsingContexts
659 // bit (which is controlled by the "allow-popups-to-escape-sandbox" token).
660 // See https://html.spec.whatwg.org/#attr-iframe-sandbox.
661 if (opener) {
662 blink::WebSandboxFlags opener_flags = opener->effective_sandbox_flags();
663 const blink::WebSandboxFlags inherit_flag =
Blink Reformat1c4d759e2017-04-09 16:34:54664 blink::WebSandboxFlags::kPropagatesToAuxiliaryBrowsingContexts;
alexmosaedfc6f2016-01-21 23:57:38665 if ((opener_flags & inherit_flag) == inherit_flag) {
666 new_root->SetPendingSandboxFlags(opener_flags);
iclelland92f8c0b2017-04-19 12:43:05667 new_root->CommitPendingFramePolicy();
alexmosaedfc6f2016-01-21 23:57:38668 }
669 }
670
alexmose201c7cd2015-06-10 17:14:21671 // This may be true even when opener is null, such as when opening blocked
672 // popups.
alexmos090fae8e2015-05-28 17:09:28673 if (params.created_with_opener)
674 new_contents->created_with_opener_ = true;
675
[email protected]4858e432014-06-23 18:14:17676 if (params.guest_delegate) {
[email protected]83100cd2014-05-10 11:50:06677 // This makes |new_contents| act as a guest.
678 // For more info, see comment above class BrowserPluginGuest.
[email protected]2101c4c2014-08-22 00:16:16679 BrowserPluginGuest::Create(new_contents, params.guest_delegate);
[email protected]83100cd2014-05-10 11:50:06680 // We are instantiating a WebContents for browser plugin. Set its subframe
681 // bit to true.
682 new_contents->is_subframe_ = true;
683 }
[email protected]54944cde2012-12-09 09:24:59684 new_contents->Init(params);
[email protected]d1198fd2012-08-13 22:50:19685 return new_contents;
686}
687
[email protected]95640212014-07-26 18:14:30688// static
689std::vector<WebContentsImpl*> WebContentsImpl::GetAllWebContents() {
690 std::vector<WebContentsImpl*> result;
dcheng59716272016-04-09 05:19:08691 std::unique_ptr<RenderWidgetHostIterator> widgets(
[email protected]95640212014-07-26 18:14:30692 RenderWidgetHostImpl::GetRenderWidgetHosts());
[email protected]95640212014-07-26 18:14:30693 while (RenderWidgetHost* rwh = widgets->GetNextHost()) {
[email protected]95640212014-07-26 18:14:30694 RenderViewHost* rvh = RenderViewHost::From(rwh);
695 if (!rvh)
696 continue;
697 WebContents* web_contents = WebContents::FromRenderViewHost(rvh);
698 if (!web_contents)
699 continue;
avidf38c952015-10-27 13:45:13700 if (web_contents->GetRenderViewHost() != rvh)
701 continue;
702 // Because a WebContents can only have one current RVH at a time, there will
703 // be no duplicate WebContents here.
704 result.push_back(static_cast<WebContentsImpl*>(web_contents));
[email protected]95640212014-07-26 18:14:30705 }
706 return result;
707}
708
clamya16aa8172015-05-26 13:07:25709// static
710WebContentsImpl* WebContentsImpl::FromFrameTreeNode(
paulmeyerfeafc2d2017-04-25 21:46:40711 const FrameTreeNode* frame_tree_node) {
clamya16aa8172015-05-26 13:07:25712 return static_cast<WebContentsImpl*>(
713 WebContents::FromRenderFrameHost(frame_tree_node->current_frame_host()));
714}
715
clamy0d32d6d2015-11-24 11:16:26716// static
717WebContents* WebContentsImpl::FromRenderFrameHostID(int render_process_host_id,
718 int render_frame_host_id) {
719 DCHECK_CURRENTLY_ON(BrowserThread::UI);
720 RenderFrameHost* render_frame_host =
721 RenderFrameHost::FromID(render_process_host_id, render_frame_host_id);
722 if (!render_frame_host)
723 return nullptr;
724
725 return WebContents::FromRenderFrameHost(render_frame_host);
726}
727
paulmeyerfeafc2d2017-04-25 21:46:40728// static
729WebContentsImpl* WebContentsImpl::FromOuterFrameTreeNode(
730 const FrameTreeNode* frame_tree_node) {
731 return WebContentsImpl::FromFrameTreeNode(frame_tree_node)
732 ->node_.GetInnerWebContentsInFrame(frame_tree_node);
733}
734
[email protected]b0936d22013-11-28 06:47:36735RenderFrameHostManager* WebContentsImpl::GetRenderManagerForTesting() {
[email protected]fa944cb82013-11-15 17:51:21736 return GetRenderManager();
[email protected]765187182012-01-11 23:59:28737}
738
nicka0ac8382016-12-15 23:59:23739bool WebContentsImpl::OnMessageReceived(RenderViewHostImpl* render_view_host,
[email protected]7bb761892012-07-20 09:32:47740 const IPC::Message& message) {
nicka0ac8382016-12-15 23:59:23741 RenderFrameHost* main_frame = render_view_host->GetMainFrame();
742 if (main_frame) {
743 WebUIImpl* web_ui = static_cast<RenderFrameHostImpl*>(main_frame)->web_ui();
744 if (web_ui && web_ui->OnMessageReceived(message))
745 return true;
[email protected]d2353452012-01-19 19:53:56746 }
[email protected]f82d57b52011-04-27 19:13:17747
nicka0ac8382016-12-15 23:59:23748 for (auto& observer : observers_) {
749 // TODO(nick, creis): Replace all uses of this variant of OnMessageReceived
750 // with the version that takes a RenderFrameHost, and delete it.
751 if (observer.OnMessageReceived(message))
752 return true;
[email protected]64ffefa2014-05-10 12:06:33753 }
[email protected]403415a2011-01-10 18:57:53754
[email protected]724159a2010-12-30 01:11:18755 bool handled = true;
nicka0ac8382016-12-15 23:59:23756 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(WebContentsImpl, message, render_view_host)
757 IPC_MESSAGE_HANDLER(ViewHostMsg_DidFirstVisuallyNonEmptyPaint,
758 OnFirstVisuallyNonEmptyPaint)
759 IPC_MESSAGE_HANDLER(ViewHostMsg_GoToEntryAtOffset, OnGoToEntryAtOffset)
760 IPC_MESSAGE_HANDLER(ViewHostMsg_UpdateZoomLimits, OnUpdateZoomLimits)
761 IPC_MESSAGE_HANDLER(ViewHostMsg_PageScaleFactorChanged,
762 OnPageScaleFactorChanged)
763 IPC_MESSAGE_HANDLER(ViewHostMsg_EnumerateDirectory, OnEnumerateDirectory)
764 IPC_MESSAGE_HANDLER(ViewHostMsg_AppCacheAccessed, OnAppCacheAccessed)
765 IPC_MESSAGE_HANDLER(ViewHostMsg_WebUISend, OnWebUISend)
766#if BUILDFLAG(ENABLE_PLUGINS)
767 IPC_MESSAGE_HANDLER(ViewHostMsg_RequestPpapiBrokerPermission,
768 OnRequestPpapiBrokerPermission)
769#endif
770 IPC_MESSAGE_HANDLER(ViewHostMsg_UpdateFaviconURL, OnUpdateFaviconURL)
771 IPC_MESSAGE_HANDLER(ViewHostMsg_ShowValidationMessage,
772 OnShowValidationMessage)
773 IPC_MESSAGE_HANDLER(ViewHostMsg_HideValidationMessage,
774 OnHideValidationMessage)
775 IPC_MESSAGE_HANDLER(ViewHostMsg_MoveValidationMessage,
776 OnMoveValidationMessage)
777#if defined(OS_ANDROID)
778 IPC_MESSAGE_HANDLER(ViewHostMsg_OpenDateTimeDialog, OnOpenDateTimeDialog)
779#endif
780 IPC_MESSAGE_UNHANDLED(handled = false)
781 IPC_END_MESSAGE_MAP()
782
783 return handled;
784}
785
786bool WebContentsImpl::OnMessageReceived(RenderFrameHostImpl* render_frame_host,
787 const IPC::Message& message) {
788 for (auto& observer : observers_) {
789 if (observer.OnMessageReceived(message, render_frame_host))
790 return true;
791 }
792
793 bool handled = true;
794 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(WebContentsImpl, message, render_frame_host)
[email protected]cfa856d62014-02-22 07:58:40795 IPC_MESSAGE_HANDLER(FrameHostMsg_DomOperationResponse,
796 OnDomOperationResponse)
[email protected]37b64c52014-07-11 21:14:05797 IPC_MESSAGE_HANDLER(FrameHostMsg_DidChangeThemeColor,
798 OnThemeColorChanged)
[email protected]8ed16472014-04-11 19:02:48799 IPC_MESSAGE_HANDLER(FrameHostMsg_DidFinishDocumentLoad,
800 OnDocumentLoadedInFrame)
801 IPC_MESSAGE_HANDLER(FrameHostMsg_DidFinishLoad, OnDidFinishLoad)
802 IPC_MESSAGE_HANDLER(FrameHostMsg_OpenColorChooser, OnOpenColorChooser)
803 IPC_MESSAGE_HANDLER(FrameHostMsg_EndColorChooser, OnEndColorChooser)
804 IPC_MESSAGE_HANDLER(FrameHostMsg_SetSelectedColorInColorChooser,
805 OnSetSelectedColorInColorChooser)
avi7830c852015-08-31 23:46:25806 IPC_MESSAGE_HANDLER(FrameHostMsg_DidLoadResourceFromMemoryCache,
[email protected]724159a2010-12-30 01:11:18807 OnDidLoadResourceFromMemoryCache)
avi3a3332622015-09-01 01:18:54808 IPC_MESSAGE_HANDLER(FrameHostMsg_DidDisplayInsecureContent,
[email protected]724159a2010-12-30 01:11:18809 OnDidDisplayInsecureContent)
elawrenceb2ac2a232017-03-27 21:46:25810 IPC_MESSAGE_HANDLER(FrameHostMsg_DidContainInsecureFormAction,
811 OnDidContainInsecureFormAction)
avi3a3332622015-09-01 01:18:54812 IPC_MESSAGE_HANDLER(FrameHostMsg_DidRunInsecureContent,
[email protected]724159a2010-12-30 01:11:18813 OnDidRunInsecureContent)
estark910b4572015-12-09 20:55:41814 IPC_MESSAGE_HANDLER(FrameHostMsg_DidDisplayContentWithCertificateErrors,
815 OnDidDisplayContentWithCertificateErrors)
816 IPC_MESSAGE_HANDLER(FrameHostMsg_DidRunContentWithCertificateErrors,
817 OnDidRunContentWithCertificateErrors)
avia23e16b2015-07-09 14:18:48818 IPC_MESSAGE_HANDLER(FrameHostMsg_RegisterProtocolHandler,
819 OnRegisterProtocolHandler)
820 IPC_MESSAGE_HANDLER(FrameHostMsg_UnregisterProtocolHandler,
821 OnUnregisterProtocolHandler)
kouhei40f03cb2015-09-24 07:47:01822 IPC_MESSAGE_HANDLER(FrameHostMsg_UpdatePageImportanceSignals,
823 OnUpdatePageImportanceSignals)
paulmeyer5d0a5f02016-01-21 20:15:52824 IPC_MESSAGE_HANDLER(FrameHostMsg_Find_Reply, OnFindReply)
brettw4b461082016-11-19 18:55:16825#if BUILDFLAG(ENABLE_PLUGINS)
emaxxe70f5e12015-05-29 11:26:00826 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperInstanceCreated,
827 OnPepperInstanceCreated)
828 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperInstanceDeleted,
829 OnPepperInstanceDeleted)
tommyclie6633ca72014-10-31 00:40:42830 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperPluginHung, OnPepperPluginHung)
zqzhang181047e62016-07-01 13:37:17831 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperStartsPlayback,
832 OnPepperStartsPlayback)
833 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperStopsPlayback,
834 OnPepperStopsPlayback)
tommyclie6633ca72014-10-31 00:40:42835 IPC_MESSAGE_HANDLER(FrameHostMsg_PluginCrashed, OnPluginCrashed)
[email protected]c4538072013-03-18 02:17:55836 IPC_MESSAGE_HANDLER_GENERIC(BrowserPluginHostMsg_Attach,
fsamuel833ee7c2015-02-13 23:40:40837 OnBrowserPluginMessage(render_frame_host,
838 message))
thestigc4cac8f2014-09-04 21:17:50839#endif
mfomitchev2b8b066a2016-01-28 19:23:15840#if defined(OS_ANDROID)
paulmeyer5d0a5f02016-01-21 20:15:52841 IPC_MESSAGE_HANDLER(FrameHostMsg_FindMatchRects_Reply,
[email protected]8ed16472014-04-11 19:02:48842 OnFindMatchRectsReply)
paulmeyerc8cb7cb2016-06-07 01:14:19843 IPC_MESSAGE_HANDLER(FrameHostMsg_GetNearestFindResult_Reply,
844 OnGetNearestFindResultReply)
[email protected]8ed16472014-04-11 19:02:48845#endif
[email protected]724159a2010-12-30 01:11:18846 IPC_MESSAGE_UNHANDLED(handled = false)
[email protected]e44d1342014-05-16 21:29:33847 IPC_END_MESSAGE_MAP()
[email protected]724159a2010-12-30 01:11:18848
[email protected]724159a2010-12-30 01:11:18849 return handled;
850}
851
[email protected]d1198fd2012-08-13 22:50:19852NavigationControllerImpl& WebContentsImpl::GetController() {
[email protected]f5fa20e2011-12-21 22:35:56853 return controller_;
854}
855
[email protected]d1198fd2012-08-13 22:50:19856const NavigationControllerImpl& WebContentsImpl::GetController() const {
[email protected]f5fa20e2011-12-21 22:35:56857 return controller_;
858}
859
[email protected]8ff00d72012-10-23 19:12:21860BrowserContext* WebContentsImpl::GetBrowserContext() const {
[email protected]a26023822011-12-29 00:23:55861 return controller_.GetBrowserContext();
[email protected]627e0512011-12-21 22:55:30862}
863
[email protected]b172aee2012-04-10 17:05:26864const GURL& WebContentsImpl::GetURL() const {
[email protected]c854a7e2013-05-21 16:42:24865 // We may not have a navigation entry yet.
[email protected]59167c22013-06-03 18:07:32866 NavigationEntry* entry = controller_.GetVisibleEntry();
[email protected]36fc0392011-12-25 03:59:51867 return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
[email protected]be1f56ab2011-12-22 06:55:31868}
869
[email protected]a093ce02013-07-22 20:53:14870const GURL& WebContentsImpl::GetVisibleURL() const {
[email protected]c854a7e2013-05-21 16:42:24871 // We may not have a navigation entry yet.
[email protected]59167c22013-06-03 18:07:32872 NavigationEntry* entry = controller_.GetVisibleEntry();
[email protected]c854a7e2013-05-21 16:42:24873 return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
874}
875
876const GURL& WebContentsImpl::GetLastCommittedURL() const {
877 // We may not have a navigation entry yet.
878 NavigationEntry* entry = controller_.GetLastCommittedEntry();
879 return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
880}
881
[email protected]8ff00d72012-10-23 19:12:21882WebContentsDelegate* WebContentsImpl::GetDelegate() {
[email protected]be1f56ab2011-12-22 06:55:31883 return delegate_;
884}
885
[email protected]8ff00d72012-10-23 19:12:21886void WebContentsImpl::SetDelegate(WebContentsDelegate* delegate) {
[email protected]be1f56ab2011-12-22 06:55:31887 // TODO(cbentzel): remove this debugging code?
888 if (delegate == delegate_)
889 return;
890 if (delegate_)
891 delegate_->Detach(this);
892 delegate_ = delegate;
[email protected]a6b73c62013-02-11 23:05:08893 if (delegate_) {
[email protected]be1f56ab2011-12-22 06:55:31894 delegate_->Attach(this);
[email protected]a6b73c62013-02-11 23:05:08895 // Ensure the visible RVH reflects the new delegate's preferences.
[email protected]86f98a22013-03-20 14:35:00896 if (view_)
[email protected]e85165c642014-06-10 14:34:31897 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
[email protected]a6b73c62013-02-11 23:05:08898 }
[email protected]be1f56ab2011-12-22 06:55:31899}
900
[email protected]8ff00d72012-10-23 19:12:21901RenderProcessHost* WebContentsImpl::GetRenderProcessHost() const {
[email protected]fa944cb82013-11-15 17:51:21902 RenderViewHostImpl* host = GetRenderManager()->current_host();
[email protected]82114f52012-03-20 22:53:41903 return host ? host->GetProcess() : NULL;
[email protected]8cb5d5b2010-02-09 11:36:16904}
905
clamydf1975e2015-02-05 19:12:24906RenderFrameHostImpl* WebContentsImpl::GetMainFrame() {
[email protected]94d0cc12013-12-18 00:07:41907 return frame_tree_.root()->current_frame_host();
[email protected]60eca4eb2013-12-06 00:02:16908}
909
nick53d5cbf2015-04-23 22:50:14910RenderFrameHostImpl* WebContentsImpl::GetFocusedFrame() {
911 FrameTreeNode* focused_node = frame_tree_.GetFocusedFrame();
912 if (!focused_node)
913 return nullptr;
914 return focused_node->current_frame_host();
[email protected]9c9343b2014-03-08 02:56:07915}
916
rob3e2a0732016-01-06 21:22:09917RenderFrameHostImpl* WebContentsImpl::FindFrameByFrameTreeNodeId(
creisf71a2632017-05-04 19:03:50918 int frame_tree_node_id,
919 int process_id) {
920 FrameTreeNode* frame = frame_tree_.FindByID(frame_tree_node_id);
921
922 // Sanity check that this is in the caller's expected process. Otherwise a
923 // recent cross-process navigation may have led to a privilege change that the
924 // caller is not expecting.
925 if (!frame ||
926 frame->current_frame_host()->GetProcess()->GetID() != process_id)
927 return nullptr;
928
929 return frame->current_frame_host();
930}
931
932RenderFrameHostImpl* WebContentsImpl::UnsafeFindFrameByFrameTreeNodeId(
rob3e2a0732016-01-06 21:22:09933 int frame_tree_node_id) {
creisf71a2632017-05-04 19:03:50934 // Beware using this! The RenderFrameHost may have changed since the caller
935 // obtained frame_tree_node_id.
rob3e2a0732016-01-06 21:22:09936 FrameTreeNode* frame = frame_tree_.FindByID(frame_tree_node_id);
937 return frame ? frame->current_frame_host() : nullptr;
938}
939
[email protected]a86c0e962013-12-17 17:10:39940void WebContentsImpl::ForEachFrame(
941 const base::Callback<void(RenderFrameHost*)>& on_frame) {
dcheng57e39e22016-01-21 00:25:38942 for (FrameTreeNode* node : frame_tree_.Nodes()) {
943 on_frame.Run(node->current_frame_host());
944 }
[email protected]a86c0e962013-12-17 17:10:39945}
946
dchengafb53e22016-02-04 08:11:08947std::vector<RenderFrameHost*> WebContentsImpl::GetAllFrames() {
948 std::vector<RenderFrameHost*> frame_hosts;
949 for (FrameTreeNode* node : frame_tree_.Nodes())
950 frame_hosts.push_back(node->current_frame_host());
951 return frame_hosts;
952}
953
lukaszacbdf52e2016-01-15 21:19:51954int WebContentsImpl::SendToAllFrames(IPC::Message* message) {
955 int number_of_messages = 0;
dchengafb53e22016-02-04 08:11:08956 for (RenderFrameHost* rfh : GetAllFrames()) {
lukasza1a9ab2422016-03-02 18:47:25957 if (!rfh->IsRenderFrameLive())
958 continue;
959
dchengafb53e22016-02-04 08:11:08960 ++number_of_messages;
961 IPC::Message* message_copy = new IPC::Message(*message);
962 message_copy->set_routing_id(rfh->GetRoutingID());
963 rfh->Send(message_copy);
964 }
[email protected]a86c0e962013-12-17 17:10:39965 delete message;
lukaszacbdf52e2016-01-15 21:19:51966 return number_of_messages;
[email protected]a86c0e962013-12-17 17:10:39967}
968
lfgdb5c4ed2016-03-04 23:09:07969void WebContentsImpl::SendPageMessage(IPC::Message* msg) {
alexmos136fd6e62016-08-15 20:58:41970 frame_tree_.root()->render_manager()->SendPageMessage(msg, nullptr);
lfgdb5c4ed2016-03-04 23:09:07971}
972
creisc014b402015-04-23 16:41:45973RenderViewHostImpl* WebContentsImpl::GetRenderViewHost() const {
[email protected]fa944cb82013-11-15 17:51:21974 return GetRenderManager()->current_host();
[email protected]be1f56ab2011-12-22 06:55:31975}
976
creis89a0f782015-05-27 16:13:17977void WebContentsImpl::CancelActiveAndPendingDialogs() {
avi5d3b8692016-10-12 22:00:46978 if (dialog_manager_) {
avi6879fcf2017-01-21 05:27:53979 dialog_manager_->CancelDialogs(this, /*reset_state=*/false);
avi5d3b8692016-10-12 22:00:46980 }
creis89a0f782015-05-27 16:13:17981 if (browser_plugin_embedder_)
982 browser_plugin_embedder_->CancelGuestDialogs();
983}
984
naskoc0fceff2015-04-30 15:53:52985void WebContentsImpl::ClosePage() {
986 GetRenderViewHost()->ClosePage();
987}
988
[email protected]b172aee2012-04-10 17:05:26989RenderWidgetHostView* WebContentsImpl::GetRenderWidgetHostView() const {
[email protected]fa944cb82013-11-15 17:51:21990 return GetRenderManager()->GetRenderWidgetHostView();
[email protected]be1f56ab2011-12-22 06:55:31991}
992
lfg265a2672016-04-23 03:11:02993RenderWidgetHostView* WebContentsImpl::GetTopLevelRenderWidgetHostView() {
994 if (GetOuterWebContents())
995 return GetOuterWebContents()->GetTopLevelRenderWidgetHostView();
996 return GetRenderManager()->GetRenderWidgetHostView();
997}
998
[email protected]4aebbca2013-09-17 22:26:49999RenderWidgetHostView* WebContentsImpl::GetFullscreenRenderWidgetHostView()
1000 const {
vmpstr6d9996c82017-02-23 00:43:251001 if (auto* widget_host = GetFullscreenRenderWidgetHost())
ekaramadaeb3c5c2016-11-09 03:22:351002 return widget_host->GetView();
1003 return nullptr;
[email protected]4aebbca2013-09-17 22:26:491004}
1005
[email protected]8ff00d72012-10-23 19:12:211006WebContentsView* WebContentsImpl::GetView() const {
[email protected]be1f56ab2011-12-22 06:55:311007 return view_.get();
1008}
1009
leon.han552e9de2017-02-09 14:37:301010void WebContentsImpl::OnScreenOrientationChange() {
1011 DCHECK(screen_orientation_provider_);
1012 return screen_orientation_provider_->OnOrientationChange();
leon.hane4db177a2017-02-07 14:19:161013}
1014
yusufod41c5f92015-03-06 00:14:281015SkColor WebContentsImpl::GetThemeColor() const {
1016 return theme_color_;
1017}
1018
[email protected]95640212014-07-26 18:14:301019void WebContentsImpl::SetAccessibilityMode(AccessibilityMode mode) {
1020 if (mode == accessibility_mode_)
1021 return;
1022
dmazzonif8a31042016-12-03 00:52:131023 // Don't allow accessibility to be enabled for WebContents that are never
1024 // visible, like background pages.
1025 if (IsNeverVisible())
1026 return;
1027
[email protected]95640212014-07-26 18:14:301028 accessibility_mode_ = mode;
dcheng57e39e22016-01-21 00:25:381029
1030 for (FrameTreeNode* node : frame_tree_.Nodes()) {
dmazzonif8a31042016-12-03 00:52:131031 UpdateAccessibilityModeOnFrame(node->current_frame_host());
dcheng57e39e22016-01-21 00:25:381032 RenderFrameHost* pending_frame_host =
1033 node->render_manager()->pending_frame_host();
1034 if (pending_frame_host)
dmazzonif8a31042016-12-03 00:52:131035 UpdateAccessibilityModeOnFrame(pending_frame_host);
dcheng57e39e22016-01-21 00:25:381036 }
[email protected]95640212014-07-26 18:14:301037}
1038
1039void WebContentsImpl::AddAccessibilityMode(AccessibilityMode mode) {
dougtcd3dad732017-03-14 03:26:231040 AccessibilityMode new_mode(accessibility_mode_);
1041 new_mode |= mode;
1042 SetAccessibilityMode(new_mode);
[email protected]95640212014-07-26 18:14:301043}
1044
muyuanlic693ba12017-04-27 19:12:401045void WebContentsImpl::RequestAXTreeSnapshot(
1046 const AXTreeSnapshotCallback& callback) {
dmazzonid95ae842016-04-12 21:17:391047 // Send a request to each of the frames in parallel. Each one will return
1048 // an accessibility tree snapshot, and AXTreeSnapshotCombiner will combine
1049 // them into a single tree and call |callback| with that result, then
1050 // delete |combiner|.
1051 AXTreeSnapshotCombiner* combiner = new AXTreeSnapshotCombiner(callback);
1052 for (FrameTreeNode* frame_tree_node : frame_tree_.Nodes()) {
1053 bool is_root = frame_tree_node->parent() == nullptr;
1054 frame_tree_node->current_frame_host()->RequestAXTreeSnapshot(
1055 combiner->AddFrame(is_root));
1056 }
dmazzoni83ba5c82015-04-14 07:11:511057}
1058
wjmaclean64951902016-04-29 20:59:121059void WebContentsImpl::SetTemporaryZoomLevel(double level,
1060 bool temporary_zoom_enabled) {
1061 SendPageMessage(new PageMsg_SetZoomLevel(
1062 MSG_ROUTING_NONE,
1063 temporary_zoom_enabled ? PageMsg_SetZoomLevel_Command::SET_TEMPORARY
1064 : PageMsg_SetZoomLevel_Command::CLEAR_TEMPORARY,
1065 level));
1066}
1067
1068void WebContentsImpl::UpdateZoom(double level) {
1069 // Individual frames may still ignore the new zoom level if their RenderView
1070 // contains a plugin document or if it uses a temporary zoom level.
1071 SendPageMessage(new PageMsg_SetZoomLevel(
1072 MSG_ROUTING_NONE,
1073 PageMsg_SetZoomLevel_Command::USE_CURRENT_TEMPORARY_MODE, level));
1074}
1075
1076void WebContentsImpl::UpdateZoomIfNecessary(const std::string& scheme,
1077 const std::string& host,
1078 double level) {
1079 NavigationEntry* entry = GetController().GetLastCommittedEntry();
1080 if (!entry)
1081 return;
1082
1083 GURL url = HostZoomMap::GetURLFromEntry(entry);
1084 if (host != net::GetHostOrSpecFromURL(url) ||
1085 (!scheme.empty() && !url.SchemeIs(scheme))) {
1086 return;
1087 }
1088
1089 UpdateZoom(level);
1090}
1091
rockotf62002a2016-09-15 00:08:591092base::Closure WebContentsImpl::AddBindingSet(
1093 const std::string& interface_name,
1094 WebContentsBindingSet* binding_set) {
1095 auto result =
1096 binding_sets_.insert(std::make_pair(interface_name, binding_set));
1097 DCHECK(result.second);
1098 return base::Bind(&WebContentsImpl::RemoveBindingSet,
1099 weak_factory_.GetWeakPtr(), interface_name);
1100}
1101
rockot8bbad222017-03-22 04:34:051102WebContentsBindingSet* WebContentsImpl::GetBindingSet(
1103 const std::string& interface_name) {
1104 auto it = binding_sets_.find(interface_name);
1105 if (it == binding_sets_.end())
1106 return nullptr;
1107 return it->second;
1108}
1109
paulmeyerfeafc2d2017-04-25 21:46:401110std::vector<WebContentsImpl*> WebContentsImpl::GetInnerWebContents() {
1111 if (browser_plugin_embedder_) {
1112 std::vector<WebContentsImpl*> inner_contents;
1113 GetBrowserContext()->GetGuestManager()->ForEachGuest(
1114 this, base::Bind(&GetInnerWebContentsHelper, &inner_contents));
1115 return inner_contents;
1116 }
1117
1118 return node_.inner_web_contents();
1119}
1120
1121std::vector<WebContentsImpl*> WebContentsImpl::GetWebContentsAndAllInner() {
1122 std::vector<WebContentsImpl*> all_contents(1, this);
1123
1124 for (size_t i = 0; i != all_contents.size(); ++i) {
1125 for (auto* inner_contents : all_contents[i]->GetInnerWebContents()) {
1126 all_contents.push_back(inner_contents);
1127 }
1128 }
1129
1130 return all_contents;
1131}
1132
wjmaclean8a795f32016-08-11 23:49:581133void WebContentsImpl::UpdateDeviceScaleFactor(double device_scale_factor) {
1134 SendPageMessage(
1135 new PageMsg_SetDeviceScaleFactor(MSG_ROUTING_NONE, device_scale_factor));
1136}
1137
ccameron2f451532016-09-07 21:49:271138void WebContentsImpl::GetScreenInfo(ScreenInfo* screen_info) {
wjmaclean8a795f32016-08-11 23:49:581139 if (GetView())
ccameron2f451532016-09-07 21:49:271140 GetView()->GetScreenInfo(screen_info);
wjmaclean8a795f32016-08-11 23:49:581141}
1142
avie865b1d2016-10-24 19:42:591143std::unique_ptr<WebUI> WebContentsImpl::CreateSubframeWebUI(
1144 const GURL& url,
1145 const std::string& frame_name) {
dbeama1b926a2015-08-31 23:17:511146 DCHECK(!frame_name.empty());
1147 return CreateWebUI(url, frame_name);
[email protected]c63cedf22012-01-17 18:42:221148}
1149
[email protected]8ff00d72012-10-23 19:12:211150WebUI* WebContentsImpl::GetWebUI() const {
carlosk35f35af2015-12-01 10:55:401151 WebUI* commited_web_ui = GetCommittedWebUI();
1152 return commited_web_ui ? commited_web_ui
1153 : GetRenderManager()->GetNavigatingWebUI();
[email protected]be1f56ab2011-12-22 06:55:311154}
1155
[email protected]8ff00d72012-10-23 19:12:211156WebUI* WebContentsImpl::GetCommittedWebUI() const {
carlosk35f35af2015-12-01 10:55:401157 return frame_tree_.root()->current_frame_host()->web_ui();
[email protected]d5f942ba2008-09-26 19:30:341158}
1159
[email protected]86ef6a392012-05-11 22:03:111160void WebContentsImpl::SetUserAgentOverride(const std::string& override) {
[email protected]bf70edce2012-06-20 22:32:221161 if (GetUserAgentOverride() == override)
1162 return;
1163
1164 renderer_preferences_.user_agent_override = override;
1165
1166 // Send the new override string to the renderer.
1167 RenderViewHost* host = GetRenderViewHost();
1168 if (host)
1169 host->SyncRendererPrefs();
1170
1171 // Reload the page if a load is currently in progress to avoid having
1172 // different parts of the page loaded using different user agents.
[email protected]6286a372013-10-09 04:03:271173 NavigationEntry* entry = controller_.GetVisibleEntry();
clamy44e84ce2016-02-22 15:38:251174 if (IsLoading() && entry != NULL && entry->GetIsOverridingUserAgent())
toyoshim6142d96f2016-12-19 09:07:251175 controller_.Reload(ReloadType::BYPASSING_CACHE, true);
[email protected]8d0f3312012-08-18 01:47:531176
ericwilligersde386342016-10-19 02:35:091177 for (auto& observer : observers_)
1178 observer.UserAgentOverrideSet(override);
[email protected]86ef6a392012-05-11 22:03:111179}
1180
1181const std::string& WebContentsImpl::GetUserAgentOverride() const {
[email protected]bf70edce2012-06-20 22:32:221182 return renderer_preferences_.user_agent_override;
[email protected]86ef6a392012-05-11 22:03:111183}
1184
dmazzonidd3d51a72016-12-14 18:41:011185void WebContentsImpl::EnableWebContentsOnlyAccessibilityMode() {
dougtcd3dad732017-03-14 03:26:231186 if (!GetAccessibilityMode().is_mode_off()) {
dchengafb53e22016-02-04 08:11:081187 for (RenderFrameHost* rfh : GetAllFrames())
1188 ResetAccessibility(rfh);
1189 } else {
dougtcd3dad732017-03-14 03:26:231190 AddAccessibilityMode(kAccessibilityModeWebContentsOnly);
dchengafb53e22016-02-04 08:11:081191 }
[email protected]95640212014-07-26 18:14:301192}
1193
dmazzonidd3d51a72016-12-14 18:41:011194bool WebContentsImpl::IsWebContentsOnlyAccessibilityModeForTesting() const {
dougtcd3dad732017-03-14 03:26:231195 return accessibility_mode_ == kAccessibilityModeWebContentsOnly;
[email protected]95640212014-07-26 18:14:301196}
1197
1198bool WebContentsImpl::IsFullAccessibilityModeForTesting() const {
dougtcd3dad732017-03-14 03:26:231199 return accessibility_mode_ == kAccessibilityModeComplete;
[email protected]95640212014-07-26 18:14:301200}
1201
kouhei40f03cb2015-09-24 07:47:011202const PageImportanceSignals& WebContentsImpl::GetPageImportanceSignals() const {
1203 return page_importance_signals_;
1204}
1205
[email protected]fcf75d42013-12-03 20:11:261206const base::string16& WebContentsImpl::GetTitle() const {
[email protected]4c6092c5b2009-06-06 00:23:551207 // Transient entries take precedence. They are used for interstitial pages
1208 // that are shown on top of existing pages.
[email protected]10f417c52011-12-28 21:04:231209 NavigationEntry* entry = controller_.GetTransientEntry();
[email protected]45d0ef7f2011-01-05 13:46:231210 if (entry) {
jshin1fb76462016-04-05 22:13:031211 return entry->GetTitleForDisplay();
[email protected]45d0ef7f2011-01-05 13:46:231212 }
carlosk35f35af2015-12-01 10:55:401213
1214 WebUI* navigating_web_ui = GetRenderManager()->GetNavigatingWebUI();
1215 WebUI* our_web_ui = navigating_web_ui
1216 ? navigating_web_ui
1217 : GetRenderManager()->current_frame_host()->web_ui();
1218
[email protected]7ade2732011-02-10 00:13:581219 if (our_web_ui) {
[email protected]96d185d2009-04-24 03:28:541220 // Don't override the title in view source mode.
[email protected]59167c22013-06-03 18:07:321221 entry = controller_.GetVisibleEntry();
[email protected]96d185d2009-04-24 03:28:541222 if (!(entry && entry->IsViewSourceMode())) {
[email protected]e0112912011-02-02 22:54:351223 // Give the Web UI the chance to override our title.
[email protected]fcf75d42013-12-03 20:11:261224 const base::string16& title = our_web_ui->GetOverriddenTitle();
[email protected]96d185d2009-04-24 03:28:541225 if (!title.empty())
1226 return title;
1227 }
1228 }
1229
1230 // We use the title for the last committed entry rather than a pending
1231 // navigation entry. For example, when the user types in a URL, we want to
1232 // keep the old page's title until the new load has committed and we get a new
1233 // title.
[email protected]96d185d2009-04-24 03:28:541234 entry = controller_.GetLastCommittedEntry();
[email protected]59167c22013-06-03 18:07:321235
creis072b61f2015-09-28 20:52:241236 // We make an exception for initial navigations. We only want to use the title
1237 // from the visible entry if:
1238 // 1. The pending entry has been explicitly assigned a title to display.
1239 // 2. The user is doing a history navigation in a new tab (e.g., Ctrl+Back),
1240 // which case there is a pending entry index other than -1.
1241 //
1242 // Otherwise, we want to stick with the last committed entry's title during
1243 // new navigations, which have pending entries at index -1 with no title.
1244 if (controller_.IsInitialNavigation() &&
1245 ((controller_.GetVisibleEntry() &&
1246 !controller_.GetVisibleEntry()->GetTitle().empty()) ||
1247 controller_.GetPendingEntryIndex() != -1)) {
1248 entry = controller_.GetVisibleEntry();
[email protected]9eeafc012013-11-25 23:49:471249 }
[email protected]59167c22013-06-03 18:07:321250
[email protected]45d0ef7f2011-01-05 13:46:231251 if (entry) {
jshin1fb76462016-04-05 22:13:031252 return entry->GetTitleForDisplay();
[email protected]45d0ef7f2011-01-05 13:46:231253 }
[email protected]987fc3a2011-05-26 14:18:091254
1255 // |page_title_when_no_navigation_entry_| is finally used
1256 // if no title cannot be retrieved.
1257 return page_title_when_no_navigation_entry_;
[email protected]96d185d2009-04-24 03:28:541258}
1259
creiscce56cd2014-09-29 22:45:221260SiteInstanceImpl* WebContentsImpl::GetSiteInstance() const {
[email protected]fa944cb82013-11-15 17:51:211261 return GetRenderManager()->current_host()->GetSiteInstance();
[email protected]96d185d2009-04-24 03:28:541262}
1263
creiscce56cd2014-09-29 22:45:221264SiteInstanceImpl* WebContentsImpl::GetPendingSiteInstance() const {
1265 RenderViewHostImpl* dest_rvh =
1266 GetRenderManager()->pending_render_view_host() ?
1267 GetRenderManager()->pending_render_view_host() :
1268 GetRenderManager()->current_host();
[email protected]9f76c1e2012-03-05 15:15:581269 return dest_rvh->GetSiteInstance();
[email protected]77362eb2011-08-01 17:18:381270}
1271
[email protected]b172aee2012-04-10 17:05:261272bool WebContentsImpl::IsLoading() const {
clamy44e84ce2016-02-22 15:38:251273 return frame_tree_.IsLoading() &&
1274 !(ShowingInterstitialPage() &&
1275 GetRenderManager()->interstitial_page()->pause_throbber());
[email protected]3c9e1872010-11-18 16:17:491276}
1277
[email protected]6dfed692014-05-22 04:18:031278bool WebContentsImpl::IsLoadingToDifferentDocument() const {
clamy44e84ce2016-02-22 15:38:251279 return IsLoading() && is_load_to_different_document_;
[email protected]6dfed692014-05-22 04:18:031280}
1281
[email protected]b172aee2012-04-10 17:05:261282bool WebContentsImpl::IsWaitingForResponse() const {
[email protected]6dfed692014-05-22 04:18:031283 return waiting_for_response_ && is_load_to_different_document_;
[email protected]be1f56ab2011-12-22 06:55:311284}
1285
[email protected]b172aee2012-04-10 17:05:261286const net::LoadStateWithParam& WebContentsImpl::GetLoadState() const {
[email protected]be1f56ab2011-12-22 06:55:311287 return load_state_;
1288}
1289
[email protected]fcf75d42013-12-03 20:11:261290const base::string16& WebContentsImpl::GetLoadStateHost() const {
[email protected]be1f56ab2011-12-22 06:55:311291 return load_state_host_;
1292}
1293
avib7348942015-12-25 20:57:101294uint64_t WebContentsImpl::GetUploadSize() const {
[email protected]be1f56ab2011-12-22 06:55:311295 return upload_size_;
1296}
1297
avib7348942015-12-25 20:57:101298uint64_t WebContentsImpl::GetUploadPosition() const {
[email protected]be1f56ab2011-12-22 06:55:311299 return upload_position_;
1300}
1301
[email protected]b172aee2012-04-10 17:05:261302const std::string& WebContentsImpl::GetEncoding() const {
[email protected]ef3adfc2014-05-11 00:04:541303 return canonical_encoding_;
[email protected]be1f56ab2011-12-22 06:55:311304}
1305
[email protected]222f5822014-02-05 23:40:491306void WebContentsImpl::IncrementCapturerCount(const gfx::Size& capture_size) {
[email protected]5a652232013-02-12 06:15:251307 DCHECK(!is_being_destroyed_);
[email protected]54597982013-02-06 01:59:551308 ++capturer_count_;
1309 DVLOG(1) << "There are now " << capturer_count_
1310 << " capturing(s) of WebContentsImpl@" << this;
[email protected]222f5822014-02-05 23:40:491311
1312 // Note: This provides a hint to upstream code to size the views optimally
1313 // for quality (e.g., to avoid scaling).
1314 if (!capture_size.IsEmpty() && preferred_size_for_capture_.IsEmpty()) {
1315 preferred_size_for_capture_ = capture_size;
1316 OnPreferredSizeChanged(preferred_size_);
1317 }
ccameron8807c38f2015-01-17 00:29:191318
1319 // Ensure that all views are un-occluded before capture begins.
1320 WasUnOccluded();
[email protected]54597982013-02-06 01:59:551321}
1322
1323void WebContentsImpl::DecrementCapturerCount() {
1324 --capturer_count_;
1325 DVLOG(1) << "There are now " << capturer_count_
1326 << " capturing(s) of WebContentsImpl@" << this;
1327 DCHECK_LE(0, capturer_count_);
1328
[email protected]5a652232013-02-12 06:15:251329 if (is_being_destroyed_)
1330 return;
1331
[email protected]222f5822014-02-05 23:40:491332 if (capturer_count_ == 0) {
1333 const gfx::Size old_size = preferred_size_for_capture_;
1334 preferred_size_for_capture_ = gfx::Size();
1335 OnPreferredSizeChanged(old_size);
1336 }
1337
[email protected]1ac10dca2013-08-20 20:47:041338 if (IsHidden()) {
[email protected]54597982013-02-06 01:59:551339 DVLOG(1) << "Executing delayed WasHidden().";
1340 WasHidden();
1341 }
[email protected]be1f56ab2011-12-22 06:55:311342}
1343
[email protected]f2bd40812013-07-20 04:30:441344int WebContentsImpl::GetCapturerCount() const {
1345 return capturer_count_;
1346}
1347
miu50f97892014-09-22 22:49:521348bool WebContentsImpl::IsAudioMuted() const {
1349 return audio_muter_.get() && audio_muter_->is_muting();
1350}
1351
1352void WebContentsImpl::SetAudioMuted(bool mute) {
1353 DVLOG(1) << "SetAudioMuted(mute=" << mute << "), was " << IsAudioMuted()
1354 << " for WebContentsImpl@" << this;
1355
1356 if (mute == IsAudioMuted())
1357 return;
1358
1359 if (mute) {
1360 if (!audio_muter_)
1361 audio_muter_.reset(new WebContentsAudioMuter(this));
1362 audio_muter_->StartMuting();
1363 } else {
1364 DCHECK(audio_muter_);
1365 audio_muter_->StopMuting();
1366 }
1367
ericwilligersde386342016-10-19 02:35:091368 for (auto& observer : observers_)
1369 observer.DidUpdateAudioMutingState(mute);
wjmaclean2f797c782016-01-07 14:52:031370
altimind8bd26c2016-11-04 11:44:541371 OnAudioStateChanged(!mute && audio_stream_monitor_.IsCurrentlyAudible());
miu50f97892014-09-22 22:49:521372}
1373
ortunodf4d7982016-04-08 02:33:351374bool WebContentsImpl::IsConnectedToBluetoothDevice() const {
1375 return bluetooth_connected_device_count_ > 0;
ortuno32e7db3c2016-03-29 16:14:201376}
1377
[email protected]b172aee2012-04-10 17:05:261378bool WebContentsImpl::IsCrashed() const {
[email protected]be1f56ab2011-12-22 06:55:311379 return (crashed_status_ == base::TERMINATION_STATUS_PROCESS_CRASHED ||
1380 crashed_status_ == base::TERMINATION_STATUS_ABNORMAL_TERMINATION ||
wfh0d9532a2015-09-02 23:18:581381 crashed_status_ == base::TERMINATION_STATUS_PROCESS_WAS_KILLED ||
oshima620225722015-06-04 19:45:271382#if defined(OS_CHROMEOS)
wfh0d9532a2015-09-02 23:18:581383 crashed_status_ ==
1384 base::TERMINATION_STATUS_PROCESS_WAS_KILLED_BY_OOM ||
oshima620225722015-06-04 19:45:271385#endif
rkaplowe56a52032017-02-07 00:14:541386 crashed_status_ == base::TERMINATION_STATUS_LAUNCH_FAILED);
[email protected]3c9e1872010-11-18 16:17:491387}
1388
[email protected]b172aee2012-04-10 17:05:261389void WebContentsImpl::SetIsCrashed(base::TerminationStatus status,
1390 int error_code) {
[email protected]443b80e2010-12-14 00:42:231391 if (status == crashed_status_)
[email protected]d5f942ba2008-09-26 19:30:341392 return;
1393
[email protected]443b80e2010-12-14 00:42:231394 crashed_status_ = status;
1395 crashed_error_code_ = error_code;
[email protected]8ff00d72012-10-23 19:12:211396 NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);
[email protected]d5f942ba2008-09-26 19:30:341397}
1398
[email protected]b172aee2012-04-10 17:05:261399base::TerminationStatus WebContentsImpl::GetCrashedStatus() const {
[email protected]be1f56ab2011-12-22 06:55:311400 return crashed_status_;
1401}
1402
afakhry98241832016-03-11 19:27:471403int WebContentsImpl::GetCrashedErrorCode() const {
1404 return crashed_error_code_;
1405}
1406
[email protected]b172aee2012-04-10 17:05:261407bool WebContentsImpl::IsBeingDestroyed() const {
[email protected]be1f56ab2011-12-22 06:55:311408 return is_being_destroyed_;
1409}
1410
[email protected]7f924832014-08-09 05:57:221411void WebContentsImpl::NotifyNavigationStateChanged(
1412 InvalidateTypes changed_flags) {
erikchen174b78c62015-03-11 22:02:541413 // TODO(erikchen): Remove ScopedTracker below once http://crbug.com/466285
1414 // is fixed.
1415 tracked_objects::ScopedTracker tracking_profile(
1416 FROM_HERE_WITH_EXPLICIT_FUNCTION(
1417 "466285 WebContentsImpl::NotifyNavigationStateChanged"));
dalecurtis88c240072015-12-09 02:11:181418 // Notify the media observer of potential audibility changes.
1419 if (changed_flags & INVALIDATE_TYPE_TAB) {
mlamouri44e4ef42016-01-20 18:42:271420 media_web_contents_observer_->MaybeUpdateAudibleState();
dalecurtisbc6572e12014-09-12 19:22:301421 }
1422
[email protected]d5f942ba2008-09-26 19:30:341423 if (delegate_)
1424 delegate_->NavigationStateChanged(this, changed_flags);
wjmaclean1dabf3e32016-05-13 23:34:441425
1426 if (GetOuterWebContents())
1427 GetOuterWebContents()->NotifyNavigationStateChanged(changed_flags);
[email protected]d5f942ba2008-09-26 19:30:341428}
1429
altiminec87fd1f2016-11-17 20:22:491430void WebContentsImpl::OnAudioStateChanged(bool is_audible) {
1431 SendPageMessage(new PageMsg_AudioStateChanged(MSG_ROUTING_NONE, is_audible));
altimind8bd26c2016-11-04 11:44:541432
altiminec87fd1f2016-11-17 20:22:491433 // Notification for UI updates in response to the changed audio state.
altimind8bd26c2016-11-04 11:44:541434 NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);
1435}
1436
gab0dccfef2015-05-20 18:43:391437base::TimeTicks WebContentsImpl::GetLastActiveTime() const {
[email protected]9a890452014-02-13 22:21:021438 return last_active_time_;
[email protected]3e324142012-06-25 18:26:331439}
1440
georgesak5582cbe2015-05-22 22:08:071441void WebContentsImpl::SetLastActiveTime(base::TimeTicks last_active_time) {
1442 last_active_time_ = last_active_time;
1443}
1444
hajimehoshic4f226a2016-10-21 09:01:571445base::TimeTicks WebContentsImpl::GetLastHiddenTime() const {
1446 return last_hidden_time_;
1447}
1448
[email protected]9e2e4632012-07-27 16:38:411449void WebContentsImpl::WasShown() {
[email protected]96d185d2009-04-24 03:28:541450 controller_.SetActive(true);
[email protected]de3c5d82014-05-28 22:12:591451
ccameron8807c38f2015-01-17 00:29:191452 for (RenderWidgetHostView* view : GetRenderWidgetHostViewsInTree()) {
1453 if (view) {
1454 view->Show();
[email protected]789e9152009-08-04 21:59:431455#if defined(OS_MACOSX)
ccameron8807c38f2015-01-17 00:29:191456 view->SetActive(true);
[email protected]789e9152009-08-04 21:59:431457#endif
[email protected]de3c5d82014-05-28 22:12:591458 }
[email protected]789e9152009-08-04 21:59:431459 }
[email protected]96d185d2009-04-24 03:28:541460
lfg717154072016-06-30 15:04:161461 SendPageMessage(new PageMsg_WasShown(MSG_ROUTING_NONE));
1462
gab0dccfef2015-05-20 18:43:391463 last_active_time_ = base::TimeTicks::Now();
[email protected]3e69bc82011-05-26 23:22:381464
ericwilligersde386342016-10-19 02:35:091465 for (auto& observer : observers_)
1466 observer.WasShown();
[email protected]c0d9d5672013-10-09 07:38:031467
[email protected]54597982013-02-06 01:59:551468 should_normally_be_visible_ = true;
[email protected]be1f56ab2011-12-22 06:55:311469}
1470
[email protected]b172aee2012-04-10 17:05:261471void WebContentsImpl::WasHidden() {
[email protected]54597982013-02-06 01:59:551472 // If there are entities capturing screenshots or video (e.g., mirroring),
1473 // don't activate the "disable rendering" optimization.
1474 if (capturer_count_ == 0) {
[email protected]151a63d2011-12-20 22:32:521475 // |GetRenderViewHost()| can be NULL if the user middle clicks a link to
[email protected]54597982013-02-06 01:59:551476 // open a tab in the background, then closes the tab before selecting it.
[email protected]b172aee2012-04-10 17:05:261477 // This is because closing the tab calls WebContentsImpl::Destroy(), which
[email protected]151a63d2011-12-20 22:32:521478 // removes the |GetRenderViewHost()|; then when we actually destroy the
[email protected]3e324142012-06-25 18:26:331479 // window, OnWindowPosChanged() notices and calls WasHidden() (which
[email protected]151a63d2011-12-20 22:32:521480 // calls us).
ccameron8807c38f2015-01-17 00:29:191481 for (RenderWidgetHostView* view : GetRenderWidgetHostViewsInTree()) {
1482 if (view)
1483 view->Hide();
[email protected]de3c5d82014-05-28 22:12:591484 }
lfg717154072016-06-30 15:04:161485
1486 SendPageMessage(new PageMsg_WasHidden(MSG_ROUTING_NONE));
[email protected]96d185d2009-04-24 03:28:541487 }
1488
hajimehoshic4f226a2016-10-21 09:01:571489 last_hidden_time_ = base::TimeTicks::Now();
1490
ericwilligersde386342016-10-19 02:35:091491 for (auto& observer : observers_)
1492 observer.WasHidden();
[email protected]c0d9d5672013-10-09 07:38:031493
[email protected]54597982013-02-06 01:59:551494 should_normally_be_visible_ = false;
[email protected]375fa1b2012-05-22 22:05:371495}
1496
ccameron8807c38f2015-01-17 00:29:191497void WebContentsImpl::WasOccluded() {
1498 if (capturer_count_ > 0)
1499 return;
1500
1501 for (RenderWidgetHostView* view : GetRenderWidgetHostViewsInTree()) {
1502 if (view)
1503 view->WasOccluded();
1504 }
1505}
1506
1507void WebContentsImpl::WasUnOccluded() {
1508 for (RenderWidgetHostView* view : GetRenderWidgetHostViewsInTree()) {
1509 if (view)
1510 view->WasUnOccluded();
1511 }
1512}
1513
[email protected]b172aee2012-04-10 17:05:261514bool WebContentsImpl::NeedToFireBeforeUnload() {
[email protected]be1f56ab2011-12-22 06:55:311515 // TODO(creis): Should we fire even for interstitial pages?
creisc014b402015-04-23 16:41:451516 return WillNotifyDisconnection() && !ShowingInterstitialPage() &&
jam40444982017-04-11 03:01:411517 !GetRenderViewHost()->SuddenTerminationAllowed();
[email protected]be1f56ab2011-12-22 06:55:311518}
1519
nasko148bb0b92016-05-10 21:03:191520void WebContentsImpl::DispatchBeforeUnload() {
1521 bool for_cross_site_transition = false;
clamybfd6a812016-05-30 16:25:171522 GetMainFrame()->DispatchBeforeUnload(for_cross_site_transition, false);
[email protected]1c3f80bd2014-04-08 23:02:061523}
1524
lazyboy6ec48b2a2015-06-29 15:18:141525void WebContentsImpl::AttachToOuterWebContentsFrame(
1526 WebContents* outer_web_contents,
1527 RenderFrameHost* outer_contents_frame) {
ekaramad1beabecc2016-09-23 20:18:171528 CHECK(GuestMode::IsCrossProcessFrameGuest(this));
lfg91a79e12016-04-01 23:52:191529 RenderFrameHostManager* render_manager = GetRenderManager();
1530
1531 // When the WebContents being initialized has an opener, the browser side
1532 // Render{View,Frame}Host must be initialized and the RenderWidgetHostView
1533 // created. This is needed because the usual initialization happens during
1534 // the first navigation, but when attaching a new window we don't navigate
1535 // before attaching. If the browser side is already initialized, the calls
1536 // below will just early return.
1537 render_manager->InitRenderView(GetRenderViewHost(), nullptr);
1538 GetMainFrame()->Init();
1539 if (!render_manager->GetRenderWidgetHostView())
1540 CreateRenderWidgetHostViewForRenderManager(GetRenderViewHost());
1541
avallee7529b2a2017-04-26 11:37:511542 auto* outer_web_contents_impl =
1543 static_cast<WebContentsImpl*>(outer_web_contents);
1544 auto* outer_contents_frame_impl =
1545 static_cast<RenderFrameHostImpl*>(outer_contents_frame);
lazyboy6ec48b2a2015-06-29 15:18:141546 // Create a link to our outer WebContents.
avallee7529b2a2017-04-26 11:37:511547 node_.ConnectToOuterWebContents(outer_web_contents_impl,
1548 outer_contents_frame_impl);
lazyboy6ec48b2a2015-06-29 15:18:141549
1550 DCHECK(outer_contents_frame);
1551
1552 // Create a proxy in top-level RenderFrameHostManager, pointing to the
1553 // SiteInstance of the outer WebContents. The proxy will be used to send
1554 // postMessage to the inner WebContents.
lfg91a79e12016-04-01 23:52:191555 render_manager->CreateOuterDelegateProxy(
avallee7529b2a2017-04-26 11:37:511556 outer_contents_frame->GetSiteInstance(), outer_contents_frame_impl);
lazyboy6ec48b2a2015-06-29 15:18:141557
lfg91a79e12016-04-01 23:52:191558 render_manager->SetRWHViewForInnerContents(
1559 render_manager->GetRenderWidgetHostView());
wjmacleanfab616a2016-03-02 18:40:391560
1561 static_cast<RenderWidgetHostViewChildFrame*>(
lfg91a79e12016-04-01 23:52:191562 render_manager->GetRenderWidgetHostView())
fsamuelb6acafa2016-10-04 03:21:521563 ->RegisterFrameSinkId();
ekaramadadd882292016-06-08 15:22:561564
avallee7529b2a2017-04-26 11:37:511565 if (outer_web_contents_impl->frame_tree_.GetFocusedFrame() ==
1566 outer_contents_frame_impl->frame_tree_node()) {
1567 SetFocusedFrame(frame_tree_.root(), nullptr);
1568 }
1569
ekaramadadd882292016-06-08 15:22:561570 // At this point, we should destroy the TextInputManager which will notify all
1571 // the RWHV in this WebContents. The RWHV in this WebContents should use the
1572 // TextInputManager owned by the outer WebContents.
1573 // TODO(ekaramad): Is it possible to have TextInputState before attaching to
1574 // outer WebContents? In such a case, is this still the right way to hand off
1575 // state tracking from inner WebContents's TextInputManager to that of the
1576 // outer WebContent (crbug.com/609846)?
1577 text_input_manager_.reset(nullptr);
lazyboy6ec48b2a2015-06-29 15:18:141578}
1579
dalecurtis6c58ed02016-10-28 23:02:371580void WebContentsImpl::DidChangeVisibleSecurityState() {
1581 if (delegate_) {
1582 delegate_->VisibleSecurityStateChanged(this);
cjgrant6d1d727a2016-12-09 21:16:571583 for (auto& observer : observers_)
1584 observer.DidChangeVisibleSecurityState();
dalecurtis6c58ed02016-10-28 23:02:371585 }
1586}
1587
[email protected]b172aee2012-04-10 17:05:261588void WebContentsImpl::Stop() {
dcheng57e39e22016-01-21 00:25:381589 for (FrameTreeNode* node : frame_tree_.Nodes())
1590 node->StopLoading();
ericwilligersde386342016-10-19 02:35:091591 for (auto& observer : observers_)
1592 observer.NavigationStopped();
[email protected]0bfbf882011-12-22 18:19:271593}
1594
[email protected]b172aee2012-04-10 17:05:261595WebContents* WebContentsImpl::Clone() {
[email protected]14392a52012-05-02 20:28:441596 // We use our current SiteInstance since the cloned entry will use it anyway.
alexmose201c7cd2015-06-10 17:14:211597 // We pass our own opener so that the cloned page can access it if it was set
[email protected]ed245db2012-12-18 08:00:451598 // before.
[email protected]54944cde2012-12-09 09:24:591599 CreateParams create_params(GetBrowserContext(), GetSiteInstance());
[email protected]fc2b46b2014-05-03 16:33:451600 create_params.initial_size = GetContainerBounds().size();
alexmose201c7cd2015-06-10 17:14:211601 WebContentsImpl* tc =
1602 CreateWithOpener(create_params, frame_tree_.root()->opener());
[email protected]d1198fd2012-08-13 22:50:191603 tc->GetController().CopyStateFrom(controller_);
ericwilligersde386342016-10-19 02:35:091604 for (auto& observer : observers_)
1605 observer.DidCloneToNewWebContents(this, tc);
[email protected]0bfbf882011-12-22 18:19:271606 return tc;
1607}
1608
[email protected]14392a52012-05-02 20:28:441609void WebContentsImpl::Observe(int type,
[email protected]8ff00d72012-10-23 19:12:211610 const NotificationSource& source,
1611 const NotificationDetails& details) {
[email protected]14392a52012-05-02 20:28:441612 switch (type) {
[email protected]8ff00d72012-10-23 19:12:211613 case NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED: {
1614 RenderWidgetHost* host = Source<RenderWidgetHost>(source).ptr();
[email protected]0b431992014-06-24 00:08:031615 RenderWidgetHostView* view = host->GetView();
1616 if (view == GetFullscreenRenderWidgetHostView()) {
1617 // We cannot just call view_->RestoreFocus() here. On some platforms,
1618 // attempting to focus the currently-invisible WebContentsView will be
1619 // flat-out ignored. Therefore, this boolean is used to track whether
1620 // we will request focus after the fullscreen widget has been
1621 // destroyed.
1622 fullscreen_widget_had_focus_at_shutdown_ = (view && view->HasFocus());
1623 } else {
alexmosc2a8cec2016-05-23 22:19:531624 for (auto i = pending_widget_views_.begin();
[email protected]0b431992014-06-24 00:08:031625 i != pending_widget_views_.end(); ++i) {
1626 if (host->GetView() == i->second) {
1627 pending_widget_views_.erase(i);
1628 break;
1629 }
[email protected]bafe6cd2012-05-23 23:09:501630 }
1631 }
1632 break;
1633 }
[email protected]14392a52012-05-02 20:28:441634 default:
1635 NOTREACHED();
1636 }
1637}
1638
[email protected]ec6c05f2013-10-23 18:41:571639WebContents* WebContentsImpl::GetWebContents() {
1640 return this;
1641}
1642
[email protected]54944cde2012-12-09 09:24:591643void WebContentsImpl::Init(const WebContents::CreateParams& params) {
[email protected]fa944cb82013-11-15 17:51:211644 // This is set before initializing the render manager since
[email protected]b0936d22013-11-28 06:47:361645 // RenderFrameHostManager::Init calls back into us via its delegate to ask if
[email protected]fa944cb82013-11-15 17:51:211646 // it should be hidden.
[email protected]d6fa88f2013-10-18 16:00:431647 should_normally_be_visible_ = !params.initially_hidden;
1648
dcheng3ce04b62015-10-26 23:30:551649 // The routing ids must either all be set or all be unset.
avic2c29d782014-12-12 00:23:541650 DCHECK((params.routing_id == MSG_ROUTING_NONE &&
dcheng3ce04b62015-10-26 23:30:551651 params.main_frame_routing_id == MSG_ROUTING_NONE &&
1652 params.main_frame_widget_routing_id == MSG_ROUTING_NONE) ||
avic2c29d782014-12-12 00:23:541653 (params.routing_id != MSG_ROUTING_NONE &&
dcheng3ce04b62015-10-26 23:30:551654 params.main_frame_routing_id != MSG_ROUTING_NONE &&
1655 params.main_frame_widget_routing_id != MSG_ROUTING_NONE));
1656
1657 scoped_refptr<SiteInstance> site_instance = params.site_instance;
1658 if (!site_instance)
1659 site_instance = SiteInstance::Create(params.browser_context);
1660
1661 // A main RenderFrameHost always has a RenderWidgetHost, since it is always a
1662 // local root by definition.
1663 // TODO(avi): Once RenderViewHostImpl has-a RenderWidgetHostImpl, it will no
1664 // longer be necessary to eagerly grab a routing ID for the view.
1665 // https://crbug.com/545684
1666 int32_t view_routing_id = params.routing_id;
1667 int32_t main_frame_widget_routing_id = params.main_frame_widget_routing_id;
1668 if (main_frame_widget_routing_id == MSG_ROUTING_NONE) {
1669 view_routing_id = main_frame_widget_routing_id =
1670 site_instance->GetProcess()->GetNextRoutingID();
1671 }
1672
1673 GetRenderManager()->Init(site_instance.get(), view_routing_id,
1674 params.main_frame_routing_id,
jambaaab3a2016-11-05 00:46:181675 main_frame_widget_routing_id,
1676 params.renderer_initiated_creation);
lukasza464d8692016-02-22 19:26:321677
lukasza5140a412016-09-15 21:12:301678 // blink::FrameTree::setName always keeps |unique_name| empty in case of a
1679 // main frame - let's do the same thing here.
1680 std::string unique_name;
lukasza464d8692016-02-22 19:26:321681 frame_tree_.root()->SetFrameName(params.main_frame_name, unique_name);
[email protected]d1198fd2012-08-13 22:50:191682
[email protected]fc2b46b2014-05-03 16:33:451683 WebContentsViewDelegate* delegate =
1684 GetContentClient()->browser()->GetWebContentsViewDelegate(this);
1685
sky52a39e342016-12-17 17:23:221686 if (GuestMode::IsCrossProcessFrameGuest(this)) {
1687 view_.reset(new WebContentsViewChildFrame(
1688 this, delegate, &render_view_host_delegate_view_));
1689 } else {
1690 view_.reset(CreateWebContentsView(this, delegate,
1691 &render_view_host_delegate_view_));
fsamueladb0033602015-12-09 19:20:411692 }
fsamuel9cf7bdf2015-11-20 02:19:321693
ekaramad1beabecc2016-09-23 20:18:171694 if (browser_plugin_guest_ && !GuestMode::IsCrossProcessFrameGuest(this)) {
fsamuel9cf7bdf2015-11-20 02:19:321695 view_.reset(new WebContentsViewGuest(this, browser_plugin_guest_.get(),
dcheng36b6aec92015-12-26 06:16:361696 std::move(view_),
fsamuel9cf7bdf2015-11-20 02:19:321697 &render_view_host_delegate_view_));
[email protected]d1198fd2012-08-13 22:50:191698 }
[email protected]fc2b46b2014-05-03 16:33:451699 CHECK(render_view_host_delegate_view_);
[email protected]d1198fd2012-08-13 22:50:191700 CHECK(view_.get());
1701
[email protected]ed245db2012-12-18 08:00:451702 gfx::Size initial_size = params.initial_size;
[email protected]54944cde2012-12-09 09:24:591703 view_->CreateView(initial_size, params.context);
[email protected]d1198fd2012-08-13 22:50:191704
brettw4b461082016-11-19 18:55:161705#if BUILDFLAG(ENABLE_PLUGINS)
tommyclieb25b2a2014-11-03 19:45:091706 plugin_content_origin_whitelist_.reset(
1707 new PluginContentOriginWhitelist(this));
1708#endif
1709
[email protected]d1198fd2012-08-13 22:50:191710 registrar_.Add(this,
[email protected]8ff00d72012-10-23 19:12:211711 NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED,
1712 NotificationService::AllBrowserContextsAndSources());
[email protected]f28ef9a32014-05-12 16:36:101713
leon.hane4db177a2017-02-07 14:19:161714 screen_orientation_provider_.reset(new ScreenOrientationProvider(this));
[email protected]01f83f92014-06-17 14:41:541715
mlamouriefdca9d2014-09-16 16:55:401716 manifest_manager_host_.reset(new ManifestManagerHost(this));
1717
mfomitchev2b8b066a2016-01-28 19:23:151718#if defined(OS_ANDROID)
[email protected]583418cc2013-01-17 14:01:101719 date_time_chooser_.reset(new DateTimeChooserAndroid());
1720#endif
fsamuel7310a4262014-12-05 05:06:441721
1722 // BrowserPluginGuest::Init needs to be called after this WebContents has
1723 // a RenderWidgetHostViewGuest. That is, |view_->CreateView| above.
1724 if (browser_plugin_guest_)
1725 browser_plugin_guest_->Init();
nickf9acfbe2014-12-23 19:12:371726
1727 for (size_t i = 0; i < g_created_callbacks.Get().size(); i++)
1728 g_created_callbacks.Get().at(i).Run(this);
naskob21fe4872015-02-24 14:15:561729
1730 // If the WebContents creation was renderer-initiated, it means that the
1731 // corresponding RenderView and main RenderFrame have already been created.
1732 // Ensure observers are notified about this.
1733 if (params.renderer_initiated_creation) {
avi3627ecac2015-10-16 17:40:431734 GetRenderViewHost()->GetWidget()->set_renderer_initialized(true);
naskob21fe4872015-02-24 14:15:561735 RenderViewCreated(GetRenderViewHost());
1736 GetRenderManager()->current_frame_host()->SetRenderFrameCreated(true);
1737 }
naskof5940b9f2015-03-02 23:04:051738
lof84501da082016-05-23 21:22:541739 // Create the renderer process in advance if requested.
1740 if (params.initialize_renderer) {
1741 if (!GetRenderManager()->current_frame_host()->IsRenderFrameLive()) {
1742 GetRenderManager()->InitRenderView(GetRenderViewHost(), nullptr);
1743 }
1744 }
1745
naskof5940b9f2015-03-02 23:04:051746 // Ensure that observers are notified of the creation of this WebContents's
1747 // main RenderFrameHost. It must be done here for main frames, since the
1748 // NotifySwappedFromRenderManager expects view_ to already be created and that
1749 // happens after RenderFrameHostManager::Init.
1750 NotifySwappedFromRenderManager(
1751 nullptr, GetRenderManager()->current_frame_host(), true);
[email protected]d1198fd2012-08-13 22:50:191752}
1753
[email protected]7fff43e2013-05-21 20:21:101754void WebContentsImpl::OnWebContentsDestroyed(WebContentsImpl* web_contents) {
1755 RemoveDestructionObserver(web_contents);
1756
[email protected]ceee8cd2013-03-08 04:59:511757 // Clear a pending contents that has been closed before being shown.
alexmosc2a8cec2016-05-23 22:19:531758 for (auto iter = pending_contents_.begin(); iter != pending_contents_.end();
[email protected]ceee8cd2013-03-08 04:59:511759 ++iter) {
1760 if (iter->second != web_contents)
1761 continue;
1762 pending_contents_.erase(iter);
[email protected]ceee8cd2013-03-08 04:59:511763 return;
1764 }
1765 NOTREACHED();
[email protected]14392a52012-05-02 20:28:441766}
1767
[email protected]7fff43e2013-05-21 20:21:101768void WebContentsImpl::AddDestructionObserver(WebContentsImpl* web_contents) {
1769 if (!ContainsKey(destruction_observers_, web_contents)) {
1770 destruction_observers_[web_contents] =
avia8cf81982016-08-12 20:28:461771 base::MakeUnique<DestructionObserver>(this, web_contents);
[email protected]7fff43e2013-05-21 20:21:101772 }
1773}
1774
1775void WebContentsImpl::RemoveDestructionObserver(WebContentsImpl* web_contents) {
avia8cf81982016-08-12 20:28:461776 destruction_observers_.erase(web_contents);
[email protected]7fff43e2013-05-21 20:21:101777}
1778
[email protected]b172aee2012-04-10 17:05:261779void WebContentsImpl::AddObserver(WebContentsObserver* observer) {
[email protected]be1f56ab2011-12-22 06:55:311780 observers_.AddObserver(observer);
1781}
1782
[email protected]b172aee2012-04-10 17:05:261783void WebContentsImpl::RemoveObserver(WebContentsObserver* observer) {
[email protected]be1f56ab2011-12-22 06:55:311784 observers_.RemoveObserver(observer);
1785}
1786
[email protected]948481d2014-06-11 18:32:221787std::set<RenderWidgetHostView*>
1788WebContentsImpl::GetRenderWidgetHostViewsInTree() {
1789 std::set<RenderWidgetHostView*> set;
1790 if (ShowingInterstitialPage()) {
1791 set.insert(GetRenderWidgetHostView());
1792 } else {
dchengafb53e22016-02-04 08:11:081793 for (RenderFrameHost* rfh : GetAllFrames()) {
1794 RenderWidgetHostView* rwhv = static_cast<RenderFrameHostImpl*>(rfh)
1795 ->frame_tree_node()
1796 ->render_manager()
1797 ->GetRenderWidgetHostView();
1798 set.insert(rwhv);
1799 }
[email protected]948481d2014-06-11 18:32:221800 }
[email protected]de3c5d82014-05-28 22:12:591801 return set;
1802}
1803
[email protected]b172aee2012-04-10 17:05:261804void WebContentsImpl::Activate() {
[email protected]d5f942ba2008-09-26 19:30:341805 if (delegate_)
1806 delegate_->ActivateContents(this);
1807}
1808
avi3e4b8512015-11-11 01:55:491809void WebContentsImpl::LostCapture(RenderWidgetHostImpl* render_widget_host) {
1810 if (!RenderViewHostImpl::From(render_widget_host))
1811 return;
1812
[email protected]63954792011-07-11 04:17:481813 if (delegate_)
1814 delegate_->LostCapture();
1815}
1816
lazyboy63f5b312015-11-23 20:19:521817void WebContentsImpl::RenderWidgetCreated(
1818 RenderWidgetHostImpl* render_widget_host) {
1819 created_widgets_.insert(render_widget_host);
1820}
1821
[email protected]b24b68a2012-09-24 21:57:261822void WebContentsImpl::RenderWidgetDeleted(
1823 RenderWidgetHostImpl* render_widget_host) {
lazyboy63f5b312015-11-23 20:19:521824 // Note that |is_being_destroyed_| can be true at this point as
1825 // ~WebContentsImpl() calls RFHM::ClearRFHsPendingShutdown(), which might lead
1826 // us here.
1827 created_widgets_.erase(render_widget_host);
[email protected]b24b68a2012-09-24 21:57:261828
lazyboy63f5b312015-11-23 20:19:521829 if (is_being_destroyed_)
1830 return;
[email protected]44470a22013-01-24 01:21:541831
1832 if (render_widget_host &&
alexmosc9e76ec2016-05-16 22:59:371833 render_widget_host->GetRoutingID() == fullscreen_widget_routing_id_ &&
1834 render_widget_host->GetProcess()->GetID() ==
1835 fullscreen_widget_process_id_) {
[email protected]4aebbca2013-09-17 22:26:491836 if (delegate_ && delegate_->EmbedsFullscreenWidget())
mlamouri7a78d6fd2015-01-17 13:23:531837 delegate_->ExitFullscreenModeForTab(this);
ericwilligersde386342016-10-19 02:35:091838 for (auto& observer : observers_)
1839 observer.DidDestroyFullscreenWidget();
alexmosc9e76ec2016-05-16 22:59:371840 fullscreen_widget_process_id_ = ChildProcessHost::kInvalidUniqueID;
[email protected]44470a22013-01-24 01:21:541841 fullscreen_widget_routing_id_ = MSG_ROUTING_NONE;
[email protected]0b431992014-06-24 00:08:031842 if (fullscreen_widget_had_focus_at_shutdown_)
1843 view_->RestoreFocus();
[email protected]44470a22013-01-24 01:21:541844 }
lfgbee1e0a2016-06-08 21:24:211845
lfg7d4caad2017-03-22 09:01:451846 if (render_widget_host == mouse_lock_widget_)
lfgff8dfc8d2016-10-21 17:42:321847 LostMouseLock(mouse_lock_widget_);
[email protected]b24b68a2012-09-24 21:57:261848}
1849
miu9e14e492014-10-25 02:39:041850void WebContentsImpl::RenderWidgetGotFocus(
1851 RenderWidgetHostImpl* render_widget_host) {
calamity7fe55ce2015-04-10 03:59:371852 // Notify the observers if an embedded fullscreen widget was focused.
1853 if (delegate_ && render_widget_host && delegate_->EmbedsFullscreenWidget() &&
1854 render_widget_host->GetView() == GetFullscreenRenderWidgetHostView()) {
1855 NotifyWebContentsFocused();
1856 }
miu9e14e492014-10-25 02:39:041857}
1858
estaded0a0c992015-01-21 14:12:061859void WebContentsImpl::RenderWidgetWasResized(
rouslan2f5993f2015-01-29 00:18:311860 RenderWidgetHostImpl* render_widget_host,
1861 bool width_changed) {
creisc014b402015-04-23 16:41:451862 RenderFrameHostImpl* rfh = GetMainFrame();
estadece344ec2015-01-23 00:12:291863 if (!rfh || render_widget_host != rfh->GetRenderWidgetHost())
estaded0a0c992015-01-21 14:12:061864 return;
estaded0a0c992015-01-21 14:12:061865
lfg8d649cc2017-04-28 18:04:301866 ScreenInfo screen_info;
1867 GetScreenInfo(&screen_info);
1868 SendPageMessage(new PageMsg_UpdateScreenInfo(MSG_ROUTING_NONE, screen_info));
1869
ericwilligersde386342016-10-19 02:35:091870 for (auto& observer : observers_)
1871 observer.MainFrameWasResized(width_changed);
estaded0a0c992015-01-21 14:12:061872}
1873
paulmeyer9ef6e4462015-02-24 19:15:101874void WebContentsImpl::ScreenInfoChanged() {
1875 if (browser_plugin_embedder_)
1876 browser_plugin_embedder_->ScreenInfoChanged();
1877}
1878
skyf65d9bb2017-03-24 02:26:391879KeyboardEventProcessingResult WebContentsImpl::PreHandleKeyboardEvent(
1880 const NativeWebKeyboardEvent& event) {
1881 return delegate_ ? delegate_->PreHandleKeyboardEvent(this, event)
1882 : KeyboardEventProcessingResult::NOT_HANDLED;
[email protected]63954792011-07-11 04:17:481883}
1884
[email protected]b172aee2012-04-10 17:05:261885void WebContentsImpl::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {
[email protected]0b094002014-08-20 18:28:101886 if (browser_plugin_embedder_ &&
1887 browser_plugin_embedder_->HandleKeyboardEvent(event)) {
1888 return;
1889 }
[email protected]63954792011-07-11 04:17:481890 if (delegate_)
[email protected]b3996ba2012-08-08 00:39:131891 delegate_->HandleKeyboardEvent(this, event);
[email protected]63954792011-07-11 04:17:481892}
1893
[email protected]d92026ef2014-03-03 21:04:131894bool WebContentsImpl::HandleWheelEvent(
[email protected]180ef242013-11-07 06:50:461895 const blink::WebMouseWheelEvent& event) {
[email protected]bccc4472013-04-18 16:37:191896#if !defined(OS_MACOSX)
lanweia93644f2015-01-21 22:00:331897 // On platforms other than Mac, control+mousewheel may change zoom. On Mac,
1898 // this isn't done for two reasons:
[email protected]bccc4472013-04-18 16:37:191899 // -the OS already has a gesture to do this through pinch-zoom
1900 // -if a user starts an inertial scroll, let's go, and presses control
1901 // (i.e. control+tab) then the OS's buffered scroll events will come in
1902 // with control key set which isn't what the user wants
Blink Reformat1c4d759e2017-04-09 16:34:541903 if (delegate_ && event.wheel_ticks_y &&
chongz4a9751942016-08-17 17:49:391904 !ui::WebInputEventTraits::CanCauseScroll(event)) {
w.shackleton49bcd392016-01-06 17:38:221905 // Count only integer cumulative scrolls as zoom events; this handles
1906 // smooth scroll and regular scroll device behavior.
Blink Reformat1c4d759e2017-04-09 16:34:541907 zoom_scroll_remainder_ += event.wheel_ticks_y;
w.shackleton49bcd392016-01-06 17:38:221908 int whole_zoom_scroll_remainder_ = std::lround(zoom_scroll_remainder_);
1909 zoom_scroll_remainder_ -= whole_zoom_scroll_remainder_;
1910 if (whole_zoom_scroll_remainder_ != 0) {
1911 delegate_->ContentsZoomChange(whole_zoom_scroll_remainder_ > 0);
1912 }
[email protected]fb3f066e2013-02-12 19:12:521913 return true;
1914 }
[email protected]bccc4472013-04-18 16:37:191915#endif
[email protected]fb3f066e2013-02-12 19:12:521916 return false;
1917}
1918
[email protected]04bce562014-01-30 05:34:541919bool WebContentsImpl::PreHandleGestureEvent(
1920 const blink::WebGestureEvent& event) {
[email protected]28042d32014-02-03 14:10:031921 return delegate_ && delegate_->PreHandleGestureEvent(this, event);
[email protected]04bce562014-01-30 05:34:541922}
1923
kenrb2a565f82015-09-02 20:24:591924RenderWidgetHostInputEventRouter* WebContentsImpl::GetInputEventRouter() {
wjmacleane31234f2015-12-14 17:20:451925 if (!is_being_destroyed_ && GetOuterWebContents())
1926 return GetOuterWebContents()->GetInputEventRouter();
1927
1928 if (!rwh_input_event_router_.get() && !is_being_destroyed_)
kenrb2a565f82015-09-02 20:24:591929 rwh_input_event_router_.reset(new RenderWidgetHostInputEventRouter);
1930 return rwh_input_event_router_.get();
1931}
1932
alexmos3fcd0ca2015-10-23 18:18:331933void WebContentsImpl::ReplicatePageFocus(bool is_focused) {
1934 // Focus loss may occur while this WebContents is being destroyed. Don't
1935 // send the message in this case, as the main frame's RenderFrameHost and
1936 // other state has already been cleared.
1937 if (is_being_destroyed_)
1938 return;
1939
1940 frame_tree_.ReplicatePageFocus(is_focused);
1941}
1942
alexmosc4cbacb2015-11-21 01:29:221943RenderWidgetHostImpl* WebContentsImpl::GetFocusedRenderWidgetHost(
1944 RenderWidgetHostImpl* receiving_widget) {
alexmosc4d183e2015-11-06 00:46:521945 if (!SiteIsolationPolicy::AreCrossProcessFramesPossible())
alexmosc4cbacb2015-11-21 01:29:221946 return receiving_widget;
1947
1948 // Events for widgets other than the main frame (e.g., popup menus) should be
1949 // forwarded directly to the widget they arrived on.
1950 if (receiving_widget != GetMainFrame()->GetRenderWidgetHost())
1951 return receiving_widget;
alexmosc4d183e2015-11-06 00:46:521952
lfg1453e412017-04-11 00:48:501953 WebContentsImpl* focused_contents = GetFocusedWebContents();
1954
1955 // If the focused WebContents is showing an interstitial, return the
1956 // interstitial's widget.
1957 if (focused_contents->ShowingInterstitialPage()) {
1958 return static_cast<RenderFrameHostImpl*>(
1959 focused_contents->GetRenderManager()
1960 ->interstitial_page()
1961 ->GetMainFrame())
1962 ->GetRenderWidgetHost();
1963 }
1964
paulmeyerfeafc2d2017-04-25 21:46:401965 // If the focused WebContents is a guest WebContents, then get the focused
1966 // frame in the embedder WebContents instead.
1967 FrameTreeNode* focused_frame = nullptr;
1968 if (focused_contents->browser_plugin_guest_ &&
1969 !GuestMode::IsCrossProcessFrameGuest(focused_contents)) {
1970 focused_frame = frame_tree_.GetFocusedFrame();
1971 } else {
1972 focused_frame = GetFocusedWebContents()->frame_tree_.GetFocusedFrame();
1973 }
lfg1453e412017-04-11 00:48:501974
alexmosc4d183e2015-11-06 00:46:521975 if (!focused_frame)
alexmosc4cbacb2015-11-21 01:29:221976 return receiving_widget;
alexmosc4d183e2015-11-06 00:46:521977
alexmos732ca3a2015-12-08 02:01:021978 // The view may be null if a subframe's renderer process has crashed while
1979 // the subframe has focus. Drop the event in that case. Do not give
1980 // it to the main frame, so that the user doesn't unexpectedly type into the
1981 // wrong frame if a focused subframe renderer crashes while they type.
1982 RenderWidgetHostView* view = focused_frame->current_frame_host()->GetView();
1983 if (!view)
1984 return nullptr;
1985
1986 return RenderWidgetHostImpl::From(view->GetRenderWidgetHost());
alexmosc4d183e2015-11-06 00:46:521987}
1988
avallee9993fca2016-11-17 06:16:501989RenderWidgetHostImpl* WebContentsImpl::GetRenderWidgetHostWithPageFocus() {
lfg1453e412017-04-11 00:48:501990 WebContentsImpl* focused_web_contents = GetFocusedWebContents();
1991
1992 if (focused_web_contents->ShowingInterstitialPage()) {
1993 return static_cast<RenderFrameHostImpl*>(
1994 focused_web_contents->GetRenderManager()
1995 ->interstitial_page()
1996 ->GetMainFrame())
1997 ->GetRenderWidgetHost();
1998 }
1999
2000 return focused_web_contents->GetMainFrame()->GetRenderWidgetHost();
avallee9993fca2016-11-17 06:16:502001}
2002
mlamouri7a78d6fd2015-01-17 13:23:532003void WebContentsImpl::EnterFullscreenMode(const GURL& origin) {
2004 // This method is being called to enter renderer-initiated fullscreen mode.
2005 // Make sure any existing fullscreen widget is shut down first.
[email protected]4aebbca2013-09-17 22:26:492006 RenderWidgetHostView* const widget_view = GetFullscreenRenderWidgetHostView();
avi85a4cef2015-12-18 20:13:372007 if (widget_view) {
2008 RenderWidgetHostImpl::From(widget_view->GetRenderWidgetHost())
2009 ->ShutdownAndDestroyWidget(true);
2010 }
[email protected]4aebbca2013-09-17 22:26:492011
[email protected]8a5e0ca2011-08-25 06:30:472012 if (delegate_)
mlamouri7a78d6fd2015-01-17 13:23:532013 delegate_->EnterFullscreenModeForTab(this, origin);
2014
ericwilligersde386342016-10-19 02:35:092015 for (auto& observer : observers_)
2016 observer.DidToggleFullscreenModeForTab(IsFullscreenForCurrentTab(), false);
mlamouri7a78d6fd2015-01-17 13:23:532017}
2018
bokanece34a82016-01-28 19:49:462019void WebContentsImpl::ExitFullscreenMode(bool will_cause_resize) {
mlamouri7a78d6fd2015-01-17 13:23:532020 // This method is being called to leave renderer-initiated fullscreen mode.
2021 // Make sure any existing fullscreen widget is shut down first.
2022 RenderWidgetHostView* const widget_view = GetFullscreenRenderWidgetHostView();
avi85a4cef2015-12-18 20:13:372023 if (widget_view) {
2024 RenderWidgetHostImpl::From(widget_view->GetRenderWidgetHost())
2025 ->ShutdownAndDestroyWidget(true);
2026 }
mlamouri7a78d6fd2015-01-17 13:23:532027
hugo.holgersson61288e6c2015-01-28 17:04:402028#if defined(OS_ANDROID)
2029 ContentVideoView* video_view = ContentVideoView::GetInstance();
2030 if (video_view != NULL)
watk98292292016-01-19 22:24:082031 video_view->ExitFullscreen();
hugo.holgersson61288e6c2015-01-28 17:04:402032#endif
2033
mlamouri7a78d6fd2015-01-17 13:23:532034 if (delegate_)
2035 delegate_->ExitFullscreenModeForTab(this);
[email protected]657c8e02014-03-19 19:18:372036
bokanece34a82016-01-28 19:49:462037 // The fullscreen state is communicated to the renderer through a resize
2038 // message. If the change in fullscreen state doesn't cause a view resize
2039 // then we must ensure web contents exit the fullscreen state by explicitly
2040 // sending a resize message. This is required for the situation of the browser
2041 // moving the view into a "browser fullscreen" state and then the contents
2042 // entering "tab fullscreen". Exiting the contents "tab fullscreen" then won't
2043 // have the side effect of the view resizing, hence the explicit call here is
2044 // required.
2045 if (!will_cause_resize) {
2046 if (RenderWidgetHostView* rwhv = GetRenderWidgetHostView()) {
2047 if (RenderWidgetHost* render_widget_host = rwhv->GetRenderWidgetHost())
2048 render_widget_host->WasResized();
2049 }
scheib3dcb6c932015-02-23 10:55:582050 }
2051
ericwilligersde386342016-10-19 02:35:092052 for (auto& observer : observers_) {
2053 observer.DidToggleFullscreenModeForTab(IsFullscreenForCurrentTab(),
2054 will_cause_resize);
2055 }
[email protected]8a5e0ca2011-08-25 06:30:472056}
2057
alexmos5dd617d2016-06-07 04:21:152058bool WebContentsImpl::IsFullscreenForCurrentTab() const {
[email protected]199bba6e2012-04-04 16:19:382059 return delegate_ ? delegate_->IsFullscreenForTabOrPending(this) : false;
[email protected]5d5f7af2011-10-01 01:38:122060}
2061
billorr21c005d2016-11-17 03:57:042062bool WebContentsImpl::IsFullscreen() {
2063 return IsFullscreenForCurrentTab();
2064}
2065
avibf58fa0c2015-11-11 01:45:522066blink::WebDisplayMode WebContentsImpl::GetDisplayMode(
2067 RenderWidgetHostImpl* render_widget_host) const {
2068 if (!RenderViewHostImpl::From(render_widget_host))
Blink Reformat1c4d759e2017-04-09 16:34:542069 return blink::kWebDisplayModeBrowser;
avibf58fa0c2015-11-11 01:45:522070
mikhail.pozdnyakovc0e251b2015-04-15 06:51:122071 return delegate_ ? delegate_->GetDisplayMode(this)
Blink Reformat1c4d759e2017-04-09 16:34:542072 : blink::kWebDisplayModeBrowser;
mikhail.pozdnyakovc0e251b2015-04-15 06:51:122073}
2074
avic3aa8422015-11-09 20:57:222075void WebContentsImpl::RequestToLockMouse(
2076 RenderWidgetHostImpl* render_widget_host,
2077 bool user_gesture,
lfgad8244352016-07-13 16:55:512078 bool last_unlocked_by_target,
2079 bool privileged) {
lfgf0cd46e2017-01-04 00:05:232080 for (WebContentsImpl* current = this; current;
2081 current = current->GetOuterWebContents()) {
2082 if (current->mouse_lock_widget_) {
2083 render_widget_host->GotResponseToLockMouseRequest(false);
2084 return;
2085 }
[email protected]e9621112011-10-17 05:38:372086 }
avic3aa8422015-11-09 20:57:222087
lfgad8244352016-07-13 16:55:512088 if (privileged) {
lfgf0cd46e2017-01-04 00:05:232089 DCHECK(!GetOuterWebContents());
lfgad8244352016-07-13 16:55:512090 mouse_lock_widget_ = render_widget_host;
2091 render_widget_host->GotResponseToLockMouseRequest(true);
2092 return;
2093 }
2094
lfgbee1e0a2016-06-08 21:24:212095 bool widget_in_frame_tree = false;
2096 for (FrameTreeNode* node : frame_tree_.Nodes()) {
2097 if (node->current_frame_host()->GetRenderWidgetHost() ==
2098 render_widget_host) {
2099 widget_in_frame_tree = true;
2100 break;
2101 }
2102 }
2103
2104 if (widget_in_frame_tree && delegate_) {
lfgf0cd46e2017-01-04 00:05:232105 for (WebContentsImpl* current = this; current;
2106 current = current->GetOuterWebContents()) {
2107 current->mouse_lock_widget_ = render_widget_host;
2108 }
2109
avic3aa8422015-11-09 20:57:222110 delegate_->RequestToLockMouse(this, user_gesture, last_unlocked_by_target);
lfgbee1e0a2016-06-08 21:24:212111 } else {
2112 render_widget_host->GotResponseToLockMouseRequest(false);
2113 }
[email protected]e9621112011-10-17 05:38:372114}
2115
avi3e4b8512015-11-11 01:55:492116void WebContentsImpl::LostMouseLock(RenderWidgetHostImpl* render_widget_host) {
lfgbee1e0a2016-06-08 21:24:212117 CHECK(mouse_lock_widget_);
lfgf0cd46e2017-01-04 00:05:232118
2119 if (mouse_lock_widget_->delegate()->GetAsWebContents() != this)
2120 return mouse_lock_widget_->delegate()->LostMouseLock(render_widget_host);
2121
lfgbee1e0a2016-06-08 21:24:212122 mouse_lock_widget_->SendMouseLockLost();
lfgf0cd46e2017-01-04 00:05:232123 for (WebContentsImpl* current = this; current;
2124 current = current->GetOuterWebContents()) {
2125 current->mouse_lock_widget_ = nullptr;
2126 }
avi3e4b8512015-11-11 01:55:492127
[email protected]e9621112011-10-17 05:38:372128 if (delegate_)
2129 delegate_->LostMouseLock();
2130}
2131
lfgad8244352016-07-13 16:55:512132bool WebContentsImpl::HasMouseLock(RenderWidgetHostImpl* render_widget_host) {
2133 // To verify if the mouse is locked, the mouse_lock_widget_ needs to be
2134 // assigned to the widget that requested the mouse lock, and the top-level
2135 // platform RenderWidgetHostView needs to hold the mouse lock from the OS.
2136 return mouse_lock_widget_ == render_widget_host &&
2137 GetTopLevelRenderWidgetHostView()->IsMouseLocked();
2138}
2139
lfg84763c92017-02-16 18:55:152140RenderWidgetHostImpl* WebContentsImpl::GetMouseLockWidget() {
lfge2176fb2017-03-26 00:45:472141 if (GetTopLevelRenderWidgetHostView()->IsMouseLocked() ||
2142 (GetFullscreenRenderWidgetHostView() &&
2143 GetFullscreenRenderWidgetHostView()->IsMouseLocked()))
lfg84763c92017-02-16 18:55:152144 return mouse_lock_widget_;
2145
2146 return nullptr;
2147}
2148
ekaramada4f42692016-02-11 19:48:372149void WebContentsImpl::OnRenderFrameProxyVisibilityChanged(bool visible) {
lfg9462cef2016-07-18 23:51:062150 if (visible && !GetOuterWebContents()->IsHidden())
ekaramada4f42692016-02-11 19:48:372151 WasShown();
lfg9462cef2016-07-18 23:51:062152 else if (!visible)
ekaramada4f42692016-02-11 19:48:372153 WasHidden();
2154}
2155
[email protected]bafe6cd2012-05-23 23:09:502156void WebContentsImpl::CreateNewWindow(
csharrison95f01e922017-04-24 18:52:352157 RenderFrameHost* opener,
nick5ae4d2d2017-01-06 01:18:352158 int32_t render_view_route_id,
dcheng3ce04b62015-10-26 23:30:552159 int32_t main_frame_route_id,
2160 int32_t main_frame_widget_route_id,
rockot5c478a72016-09-28 23:14:182161 const mojom::CreateNewWindowParams& params,
[email protected]97714c82012-06-06 10:15:132162 SessionStorageNamespace* session_storage_namespace) {
nick5ae4d2d2017-01-06 01:18:352163 // We should have zero valid routing ids, or three valid routing IDs.
2164 DCHECK_EQ((render_view_route_id == MSG_ROUTING_NONE),
2165 (main_frame_route_id == MSG_ROUTING_NONE));
2166 DCHECK_EQ((render_view_route_id == MSG_ROUTING_NONE),
2167 (main_frame_widget_route_id == MSG_ROUTING_NONE));
csharrison95f01e922017-04-24 18:52:352168 DCHECK(opener);
nick5ae4d2d2017-01-06 01:18:352169
csharrison95f01e922017-04-24 18:52:352170 int render_process_id = opener->GetProcess()->GetID();
2171 SiteInstance* source_site_instance = opener->GetSiteInstance();
2172
2173 // The route IDs passed into this function can be trusted not to already
2174 // be in use; they were allocated by the RenderWidgetHelper by the caller.
nick5ae4d2d2017-01-06 01:18:352175 DCHECK(!RenderFrameHostImpl::FromID(render_process_id, main_frame_route_id));
2176
[email protected]bafe6cd2012-05-23 23:09:502177 // We usually create the new window in the same BrowsingInstance (group of
2178 // script-related windows), by passing in the current SiteInstance. However,
[email protected]c4538072013-03-18 02:17:552179 // if the opener is being suppressed (in a non-guest), we create a new
2180 // SiteInstance in its own BrowsingInstance.
[email protected]a24efc22014-05-26 15:50:252181 bool is_guest = BrowserPluginGuest::IsGuest(this);
[email protected]c4538072013-03-18 02:17:552182
[email protected]04cbd3d2013-12-04 04:58:202183 // If the opener is to be suppressed, the new window can be in any process.
2184 // Since routing ids are process specific, we must not have one passed in
2185 // as argument here.
nick5ae4d2d2017-01-06 01:18:352186 DCHECK(!params.opener_suppressed || render_view_route_id == MSG_ROUTING_NONE);
[email protected]04cbd3d2013-12-04 04:58:202187
[email protected]bafe6cd2012-05-23 23:09:502188 scoped_refptr<SiteInstance> site_instance =
alexmos4cf2aa32015-07-15 23:40:432189 params.opener_suppressed && !is_guest
2190 ? SiteInstance::CreateForURL(GetBrowserContext(), params.target_url)
2191 : source_site_instance;
[email protected]bafe6cd2012-05-23 23:09:502192
[email protected]d1198fd2012-08-13 22:50:192193 // We must assign the SessionStorageNamespace before calling Init().
[email protected]4c3a23582012-08-18 08:54:342194 //
2195 // http://crbug.com/142685
[email protected]fdac6ade2013-07-20 01:06:302196 const std::string& partition_id =
2197 GetContentClient()->browser()->
2198 GetStoragePartitionIdForSite(GetBrowserContext(),
2199 site_instance->GetSiteURL());
[email protected]fc72bb12013-06-02 21:13:462200 StoragePartition* partition = BrowserContext::GetStoragePartition(
2201 GetBrowserContext(), site_instance.get());
[email protected]5f2aa722013-08-07 16:59:412202 DOMStorageContextWrapper* dom_storage_context =
2203 static_cast<DOMStorageContextWrapper*>(partition->GetDOMStorageContext());
[email protected]d1198fd2012-08-13 22:50:192204 SessionStorageNamespaceImpl* session_storage_namespace_impl =
2205 static_cast<SessionStorageNamespaceImpl*>(session_storage_namespace);
2206 CHECK(session_storage_namespace_impl->IsFromContext(dom_storage_context));
[email protected]dd6730412013-08-14 15:03:372207
2208 if (delegate_ &&
dcheng3ce04b62015-10-26 23:30:552209 !delegate_->ShouldCreateWebContents(
nick5ae4d2d2017-01-06 01:18:352210 this, source_site_instance, render_view_route_id, main_frame_route_id,
nickf5e618c2016-11-28 22:38:372211 main_frame_widget_route_id, params.window_container_type,
nickb3740422017-04-24 22:27:452212 opener->GetLastCommittedURL(), params.frame_name, params.target_url,
2213 partition_id, session_storage_namespace)) {
jambaaab3a2016-11-05 00:46:182214 // Note: even though we're not creating a WebContents here, it could have
2215 // been created by the embedder so ensure that the RenderFrameHost is
2216 // properly initialized.
csharrisona2280cd2016-02-03 23:21:152217 // It's safe to only target the frame because the render process will not
2218 // have a chance to create more frames at this point.
jambaaab3a2016-11-05 00:46:182219 RenderFrameHostImpl* rfh =
2220 RenderFrameHostImpl::FromID(render_process_id, main_frame_route_id);
nick5ae4d2d2017-01-06 01:18:352221 if (rfh) {
2222 DCHECK(rfh->IsRenderFrameLive());
jambaaab3a2016-11-05 00:46:182223 rfh->Init();
nick5ae4d2d2017-01-06 01:18:352224 }
[email protected]dd6730412013-08-14 15:03:372225 return;
2226 }
2227
2228 // Create the new web contents. This will automatically create the new
2229 // WebContentsView. In the future, we may want to create the view separately.
[email protected]fc72bb12013-06-02 21:13:462230 CreateParams create_params(GetBrowserContext(), site_instance.get());
nick5ae4d2d2017-01-06 01:18:352231 create_params.routing_id = render_view_route_id;
[email protected]227692c52013-05-31 22:43:042232 create_params.main_frame_routing_id = main_frame_route_id;
dcheng3ce04b62015-10-26 23:30:552233 create_params.main_frame_widget_routing_id = main_frame_widget_route_id;
nasko48321ca32015-07-02 20:44:122234 create_params.main_frame_name = params.frame_name;
alexmos4cf2aa32015-07-15 23:40:432235 create_params.opener_render_process_id = render_process_id;
csharrison95f01e922017-04-24 18:52:352236 create_params.opener_render_frame_id = opener->GetRoutingID();
[email protected]50d326e2014-05-20 17:59:062237 create_params.opener_suppressed = params.opener_suppressed;
nick3b04f322016-08-31 19:29:192238 if (params.disposition == WindowOpenDisposition::NEW_BACKGROUND_TAB)
[email protected]50d326e2014-05-20 17:59:062239 create_params.initially_hidden = true;
lfg269b702f2015-06-08 19:28:192240 create_params.renderer_initiated_creation =
2241 main_frame_route_id != MSG_ROUTING_NONE;
[email protected]50d326e2014-05-20 17:59:062242
[email protected]4858e432014-06-23 18:14:172243 WebContentsImpl* new_contents = NULL;
[email protected]c4538072013-03-18 02:17:552244 if (!is_guest) {
2245 create_params.context = view_->GetNativeView();
[email protected]fc2b46b2014-05-03 16:33:452246 create_params.initial_size = GetContainerBounds().size();
[email protected]4858e432014-06-23 18:14:172247 new_contents = static_cast<WebContentsImpl*>(
2248 WebContents::Create(create_params));
2249 } else {
2250 new_contents = GetBrowserPluginGuest()->CreateNewGuestWindow(create_params);
[email protected]c4538072013-03-18 02:17:552251 }
[email protected]50d326e2014-05-20 17:59:062252 new_contents->GetController().SetSessionStorageNamespace(
2253 partition_id,
2254 session_storage_namespace);
[email protected]d1198fd2012-08-13 22:50:192255
alexmos646fec02015-07-25 00:11:492256 // If the new frame has a name, make sure any SiteInstances that can find
2257 // this named frame have proxies for it. Must be called after
2258 // SetSessionStorageNamespace, since this calls CreateRenderView, which uses
2259 // GetSessionStorageNamespace.
2260 if (!params.frame_name.empty())
2261 new_contents->GetRenderManager()->CreateProxiesForNewNamedFrame();
2262
[email protected]c4538072013-03-18 02:17:552263 // Save the window for later if we're not suppressing the opener (since it
[email protected]d70bea92013-04-05 04:23:342264 // will be shown immediately).
2265 if (!params.opener_suppressed) {
2266 if (!is_guest) {
[email protected]fc2b46b2014-05-03 16:33:452267 WebContentsView* new_view = new_contents->view_.get();
[email protected]bafe6cd2012-05-23 23:09:502268
[email protected]d70bea92013-04-05 04:23:342269 // TODO(brettw): It seems bogus that we have to call this function on the
2270 // newly created object and give it one of its own member variables.
avi3627ecac2015-10-16 17:40:432271 new_view->CreateViewForWidget(
2272 new_contents->GetRenderViewHost()->GetWidget(), false);
[email protected]d70bea92013-04-05 04:23:342273 }
[email protected]bafe6cd2012-05-23 23:09:502274 // Save the created window associated with the route so we can show it
2275 // later.
nick5ae4d2d2017-01-06 01:18:352276 DCHECK_NE(MSG_ROUTING_NONE, main_frame_widget_route_id);
2277 pending_contents_[std::make_pair(
2278 render_process_id, main_frame_widget_route_id)] = new_contents;
[email protected]7fff43e2013-05-21 20:21:102279 AddDestructionObserver(new_contents);
[email protected]bafe6cd2012-05-23 23:09:502280 }
2281
2282 if (delegate_) {
csharrison95f01e922017-04-24 18:52:352283 delegate_->WebContentsCreated(this, render_process_id,
2284 opener->GetRoutingID(), params.frame_name,
2285 params.target_url, new_contents);
[email protected]bafe6cd2012-05-23 23:09:502286 }
2287
csharrison95f01e922017-04-24 18:52:352288 if (opener) {
pnolandaae574e2017-03-06 21:04:212289 for (auto& observer : observers_) {
csharrison95f01e922017-04-24 18:52:352290 observer.DidOpenRequestedURL(new_contents, opener, params.target_url,
2291 params.referrer, params.disposition,
2292 ui::PAGE_TRANSITION_LINK,
pnolandaae574e2017-03-06 21:04:212293 false, // started_from_context_menu
2294 true); // renderer_initiated
2295 }
2296 }
2297
[email protected]bafe6cd2012-05-23 23:09:502298 if (params.opener_suppressed) {
2299 // When the opener is suppressed, the original renderer cannot access the
2300 // new window. As a result, we need to show and navigate the window here.
[email protected]eda238a12012-09-07 23:44:002301 bool was_blocked = false;
2302 if (delegate_) {
bokan107a47f2015-02-03 23:23:392303 gfx::Rect initial_rect;
nick0d558482017-02-13 22:27:222304 base::WeakPtr<WebContentsImpl> weak_new_contents =
2305 new_contents->weak_factory_.GetWeakPtr();
2306
[email protected]eda238a12012-09-07 23:44:002307 delegate_->AddNewContents(
bokan107a47f2015-02-03 23:23:392308 this, new_contents, params.disposition, initial_rect,
[email protected]eda238a12012-09-07 23:44:002309 params.user_gesture, &was_blocked);
nick0d558482017-02-13 22:27:222310
2311 if (!weak_new_contents)
2312 return; // The delegate deleted |new_contents| during AddNewContents().
[email protected]eda238a12012-09-07 23:44:002313 }
2314 if (!was_blocked) {
nick3b04f322016-08-31 19:29:192315 OpenURLParams open_params(params.target_url, params.referrer,
2316 WindowOpenDisposition::CURRENT_TAB,
Sylvain Defresnec6ccc77d2014-09-19 10:19:352317 ui::PAGE_TRANSITION_LINK,
[email protected]8ff00d72012-10-23 19:12:212318 true /* is_renderer_initiated */);
[email protected]e7f2e7c2013-07-15 09:41:302319 open_params.user_gesture = params.user_gesture;
mariakhomenkoa4971c12015-07-21 19:04:372320
2321 if (delegate_ && !is_guest &&
2322 !delegate_->ShouldResumeRequestsForCreatedWindow()) {
2323 // We are in asynchronous add new contents path, delay opening url
2324 new_contents->delayed_open_url_params_.reset(
2325 new OpenURLParams(open_params));
2326 } else {
2327 new_contents->OpenURL(open_params);
2328 }
[email protected]eda238a12012-09-07 23:44:002329 }
[email protected]bafe6cd2012-05-23 23:09:502330 }
2331}
2332
avib7348942015-12-25 20:57:102333void WebContentsImpl::CreateNewWidget(int32_t render_process_id,
2334 int32_t route_id,
[email protected]180ef242013-11-07 06:50:462335 blink::WebPopupType popup_type) {
piman5d36dae2015-09-24 22:47:052336 CreateNewWidget(render_process_id, route_id, false, popup_type);
[email protected]bafe6cd2012-05-23 23:09:502337}
2338
avib7348942015-12-25 20:57:102339void WebContentsImpl::CreateNewFullscreenWidget(int32_t render_process_id,
2340 int32_t route_id) {
Blink Reformat1c4d759e2017-04-09 16:34:542341 CreateNewWidget(render_process_id, route_id, true, blink::kWebPopupTypeNone);
[email protected]bafe6cd2012-05-23 23:09:502342}
2343
avib7348942015-12-25 20:57:102344void WebContentsImpl::CreateNewWidget(int32_t render_process_id,
2345 int32_t route_id,
[email protected]bafe6cd2012-05-23 23:09:502346 bool is_fullscreen,
[email protected]180ef242013-11-07 06:50:462347 blink::WebPopupType popup_type) {
kenrba26d15092016-02-10 22:00:252348 RenderProcessHost* process = RenderProcessHost::FromID(render_process_id);
kenrbb46f86a2015-12-07 07:53:232349 // A message to create a new widget can only come from an active process for
[email protected]a8504022013-12-04 20:23:512350 // this WebContentsImpl instance. If any other process sends the request,
2351 // it is invalid and the process must be terminated.
dcheng57e39e22016-01-21 00:25:382352 if (!HasMatchingProcess(&frame_tree_, render_process_id)) {
kenrba26d15092016-02-10 22:00:252353 base::ProcessHandle process_handle = process->GetHandle();
[email protected]a8504022013-12-04 20:23:512354 if (process_handle != base::kNullProcessHandle) {
2355 RecordAction(
[email protected]e6e30ac2014-01-13 21:24:392356 base::UserMetricsAction("Terminate_ProcessMismatch_CreateNewWidget"));
kenrba26d15092016-02-10 22:00:252357 process->Shutdown(RESULT_CODE_KILLED, false);
[email protected]a8504022013-12-04 20:23:512358 }
2359 return;
2360 }
2361
[email protected]bafe6cd2012-05-23 23:09:502362 RenderWidgetHostImpl* widget_host =
piman5d36dae2015-09-24 22:47:052363 new RenderWidgetHostImpl(this, process, route_id, IsHidden());
[email protected]b24b68a2012-09-24 21:57:262364
[email protected]cfd80b02014-05-01 17:46:482365 RenderWidgetHostViewBase* widget_view =
2366 static_cast<RenderWidgetHostViewBase*>(
2367 view_->CreateViewForPopupWidget(widget_host));
[email protected]83918ec2013-01-10 15:37:192368 if (!widget_view)
2369 return;
[email protected]bafe6cd2012-05-23 23:09:502370 if (!is_fullscreen) {
2371 // Popups should not get activated.
2372 widget_view->SetPopupType(popup_type);
2373 }
2374 // Save the created widget associated with the route so we can show it later.
alexmosc2a8cec2016-05-23 22:19:532375 pending_widget_views_[std::make_pair(render_process_id, route_id)] =
2376 widget_view;
[email protected]bafe6cd2012-05-23 23:09:502377
2378#if defined(OS_MACOSX)
2379 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it
2380 // to allow it to survive the trip without being hosted.
2381 base::mac::NSObjectRetain(widget_view->GetNativeView());
2382#endif
2383}
2384
alexmosc2a8cec2016-05-23 22:19:532385void WebContentsImpl::ShowCreatedWindow(int process_id,
nick5ae4d2d2017-01-06 01:18:352386 int main_frame_widget_route_id,
[email protected]bafe6cd2012-05-23 23:09:502387 WindowOpenDisposition disposition,
bokan107a47f2015-02-03 23:23:392388 const gfx::Rect& initial_rect,
[email protected]bafe6cd2012-05-23 23:09:502389 bool user_gesture) {
nick0d558482017-02-13 22:27:222390 WebContentsImpl* popup =
nick5ae4d2d2017-01-06 01:18:352391 GetCreatedWindow(process_id, main_frame_widget_route_id);
nick0d558482017-02-13 22:27:222392 if (popup) {
[email protected]eda238a12012-09-07 23:44:002393 WebContentsDelegate* delegate = GetDelegate();
nick0d558482017-02-13 22:27:222394 popup->is_resume_pending_ = true;
mariakhomenko44bdc4732015-04-29 01:55:382395 if (!delegate || delegate->ShouldResumeRequestsForCreatedWindow())
nick0d558482017-02-13 22:27:222396 popup->ResumeLoadingCreatedWebContents();
mariakhomenko44bdc4732015-04-29 01:55:382397
[email protected]eda238a12012-09-07 23:44:002398 if (delegate) {
nick0d558482017-02-13 22:27:222399 base::WeakPtr<WebContentsImpl> weak_popup =
2400 popup->weak_factory_.GetWeakPtr();
2401 delegate->AddNewContents(this, popup, disposition, initial_rect,
2402 user_gesture, nullptr);
2403 if (!weak_popup)
2404 return; // The delegate deleted |popup| during AddNewContents().
[email protected]eda238a12012-09-07 23:44:002405 }
nick5ae4d2d2017-01-06 01:18:352406
nick0d558482017-02-13 22:27:222407 RenderWidgetHostImpl* rwh = popup->GetMainFrame()->GetRenderWidgetHost();
2408 DCHECK_EQ(main_frame_widget_route_id, rwh->GetRoutingID());
nick5ae4d2d2017-01-06 01:18:352409 rwh->Send(new ViewMsg_Move_ACK(rwh->GetRoutingID()));
[email protected]eda238a12012-09-07 23:44:002410 }
[email protected]bafe6cd2012-05-23 23:09:502411}
2412
alexmosc2a8cec2016-05-23 22:19:532413void WebContentsImpl::ShowCreatedWidget(int process_id,
2414 int route_id,
bokan107a47f2015-02-03 23:23:392415 const gfx::Rect& initial_rect) {
alexmosc2a8cec2016-05-23 22:19:532416 ShowCreatedWidget(process_id, route_id, false, initial_rect);
[email protected]bafe6cd2012-05-23 23:09:502417}
2418
alexmosc2a8cec2016-05-23 22:19:532419void WebContentsImpl::ShowCreatedFullscreenWidget(int process_id,
2420 int route_id) {
2421 ShowCreatedWidget(process_id, route_id, true, gfx::Rect());
[email protected]bafe6cd2012-05-23 23:09:502422}
2423
alexmosc2a8cec2016-05-23 22:19:532424void WebContentsImpl::ShowCreatedWidget(int process_id,
2425 int route_id,
[email protected]bafe6cd2012-05-23 23:09:502426 bool is_fullscreen,
bokan107a47f2015-02-03 23:23:392427 const gfx::Rect& initial_rect) {
[email protected]cfd80b02014-05-01 17:46:482428 RenderWidgetHostViewBase* widget_host_view =
alexmosc2a8cec2016-05-23 22:19:532429 static_cast<RenderWidgetHostViewBase*>(
2430 GetCreatedWidget(process_id, route_id));
[email protected]bafe6cd2012-05-23 23:09:502431 if (!widget_host_view)
2432 return;
[email protected]cfd80b02014-05-01 17:46:482433
2434 RenderWidgetHostView* view = NULL;
lfgc740d4b22016-04-15 16:45:332435 if (GetOuterWebContents()) {
2436 view = GetOuterWebContents()->GetRenderWidgetHostView();
[email protected]cfd80b02014-05-01 17:46:482437 } else {
2438 view = GetRenderWidgetHostView();
2439 }
2440
[email protected]4aebbca2013-09-17 22:26:492441 if (is_fullscreen) {
[email protected]d7f80ba2013-10-12 07:42:312442 DCHECK_EQ(MSG_ROUTING_NONE, fullscreen_widget_routing_id_);
[email protected]0b431992014-06-24 00:08:032443 view_->StoreFocus();
alexmosc9e76ec2016-05-16 22:59:372444 fullscreen_widget_process_id_ =
2445 widget_host_view->GetRenderWidgetHost()->GetProcess()->GetID();
[email protected]d7f80ba2013-10-12 07:42:312446 fullscreen_widget_routing_id_ = route_id;
[email protected]4aebbca2013-09-17 22:26:492447 if (delegate_ && delegate_->EmbedsFullscreenWidget()) {
2448 widget_host_view->InitAsChild(GetRenderWidgetHostView()->GetNativeView());
mlamouri7a78d6fd2015-01-17 13:23:532449 delegate_->EnterFullscreenModeForTab(this, GURL());
[email protected]4aebbca2013-09-17 22:26:492450 } else {
[email protected]cfd80b02014-05-01 17:46:482451 widget_host_view->InitAsFullscreen(view);
[email protected]4aebbca2013-09-17 22:26:492452 }
ericwilligersde386342016-10-19 02:35:092453 for (auto& observer : observers_)
2454 observer.DidShowFullscreenWidget();
[email protected]4aebbca2013-09-17 22:26:492455 if (!widget_host_view->HasFocus())
2456 widget_host_view->Focus();
2457 } else {
bokan107a47f2015-02-03 23:23:392458 widget_host_view->InitAsPopup(view, initial_rect);
[email protected]4aebbca2013-09-17 22:26:492459 }
[email protected]89054502012-06-03 10:29:242460
2461 RenderWidgetHostImpl* render_widget_host_impl =
2462 RenderWidgetHostImpl::From(widget_host_view->GetRenderWidgetHost());
2463 render_widget_host_impl->Init();
[email protected]d7f80ba2013-10-12 07:42:312464 // Only allow privileged mouse lock for fullscreen render widget, which is
2465 // used to implement Pepper Flash fullscreen.
2466 render_widget_host_impl->set_allow_privileged_mouse_lock(is_fullscreen);
[email protected]bafe6cd2012-05-23 23:09:502467
2468#if defined(OS_MACOSX)
2469 // A RenderWidgetHostViewMac has lifetime scoped to the view. Now that it's
2470 // properly embedded (or purposefully ignored) we can release the retain we
2471 // took in CreateNewWidget().
2472 base::mac::NSObjectRelease(widget_host_view->GetNativeView());
2473#endif
2474}
2475
nick5ae4d2d2017-01-06 01:18:352476WebContentsImpl* WebContentsImpl::GetCreatedWindow(
2477 int process_id,
2478 int main_frame_widget_route_id) {
2479 auto key = std::make_pair(process_id, main_frame_widget_route_id);
2480 auto iter = pending_contents_.find(key);
[email protected]bafe6cd2012-05-23 23:09:502481
2482 // Certain systems can block the creation of new windows. If we didn't succeed
2483 // in creating one, just return NULL.
alexmosc2a8cec2016-05-23 22:19:532484 if (iter == pending_contents_.end())
2485 return nullptr;
[email protected]bafe6cd2012-05-23 23:09:502486
2487 WebContentsImpl* new_contents = iter->second;
nick5ae4d2d2017-01-06 01:18:352488 pending_contents_.erase(key);
[email protected]7fff43e2013-05-21 20:21:102489 RemoveDestructionObserver(new_contents);
[email protected]bafe6cd2012-05-23 23:09:502490
[email protected]d70bea92013-04-05 04:23:342491 // Don't initialize the guest WebContents immediately.
[email protected]a24efc22014-05-26 15:50:252492 if (BrowserPluginGuest::IsGuest(new_contents))
[email protected]d70bea92013-04-05 04:23:342493 return new_contents;
2494
nick5ae4d2d2017-01-06 01:18:352495 if (!new_contents->GetMainFrame()->GetProcess()->HasConnection() ||
2496 !new_contents->GetMainFrame()->GetView()) {
2497 // TODO(nick): http://crbug.com/674318 -- Who deletes |new_contents|?
alexmosc2a8cec2016-05-23 22:19:532498 return nullptr;
nick5ae4d2d2017-01-06 01:18:352499 }
[email protected]bafe6cd2012-05-23 23:09:502500
[email protected]bafe6cd2012-05-23 23:09:502501 return new_contents;
2502}
2503
alexmosc2a8cec2016-05-23 22:19:532504RenderWidgetHostView* WebContentsImpl::GetCreatedWidget(int process_id,
2505 int route_id) {
2506 auto iter = pending_widget_views_.find(std::make_pair(process_id, route_id));
[email protected]bafe6cd2012-05-23 23:09:502507 if (iter == pending_widget_views_.end()) {
2508 DCHECK(false);
alexmosc2a8cec2016-05-23 22:19:532509 return nullptr;
[email protected]bafe6cd2012-05-23 23:09:502510 }
2511
2512 RenderWidgetHostView* widget_host_view = iter->second;
alexmosc2a8cec2016-05-23 22:19:532513 pending_widget_views_.erase(std::make_pair(process_id, route_id));
[email protected]bafe6cd2012-05-23 23:09:502514
2515 RenderWidgetHost* widget_host = widget_host_view->GetRenderWidgetHost();
2516 if (!widget_host->GetProcess()->HasConnection()) {
2517 // The view has gone away or the renderer crashed. Nothing to do.
alexmosc2a8cec2016-05-23 22:19:532518 return nullptr;
[email protected]bafe6cd2012-05-23 23:09:502519 }
2520
2521 return widget_host_view;
2522}
2523
[email protected]f13b4202012-06-12 23:53:232524void WebContentsImpl::RequestMediaAccessPermission(
[email protected]33662e52013-01-07 21:31:092525 const MediaStreamRequest& request,
[email protected]8ff00d72012-10-23 19:12:212526 const MediaResponseCallback& callback) {
[email protected]d19b84b2014-03-14 11:52:372527 if (delegate_) {
[email protected]f13b4202012-06-12 23:53:232528 delegate_->RequestMediaAccessPermission(this, request, callback);
[email protected]d19b84b2014-03-14 11:52:372529 } else {
dcheng59716272016-04-09 05:19:082530 callback.Run(MediaStreamDevices(), MEDIA_DEVICE_FAILED_DUE_TO_SHUTDOWN,
2531 std::unique_ptr<MediaStreamUI>());
[email protected]d19b84b2014-03-14 11:52:372532 }
[email protected]f13b4202012-06-12 23:53:232533}
2534
grunell657d4d82014-09-18 00:09:432535bool WebContentsImpl::CheckMediaAccessPermission(const GURL& security_origin,
2536 MediaStreamType type) {
2537 DCHECK(type == MEDIA_DEVICE_AUDIO_CAPTURE ||
2538 type == MEDIA_DEVICE_VIDEO_CAPTURE);
2539 return delegate_ &&
2540 delegate_->CheckMediaAccessPermission(this, security_origin, type);
2541}
2542
guidou8a440b842017-01-30 13:58:432543std::string WebContentsImpl::GetDefaultMediaDeviceID(MediaStreamType type) {
2544 if (!delegate_)
2545 return std::string();
2546 return delegate_->GetDefaultMediaDeviceID(this, type);
2547}
2548
[email protected]cc9200432013-07-23 23:02:402549SessionStorageNamespace* WebContentsImpl::GetSessionStorageNamespace(
2550 SiteInstance* instance) {
2551 return controller_.GetSessionStorageNamespace(instance);
2552}
2553
[email protected]6de7fc482014-06-06 10:46:442554SessionStorageNamespaceMap WebContentsImpl::GetSessionStorageNamespaceMap() {
2555 return controller_.GetSessionStorageNamespaceMap();
2556}
2557
[email protected]9b159a52013-10-03 17:24:552558FrameTree* WebContentsImpl::GetFrameTree() {
2559 return &frame_tree_;
2560}
2561
lukendc35e7f2014-11-10 19:06:142562void WebContentsImpl::SetIsVirtualKeyboardRequested(bool requested) {
2563 virtual_keyboard_requested_ = requested;
2564}
2565
2566bool WebContentsImpl::IsVirtualKeyboardRequested() {
2567 return virtual_keyboard_requested_;
2568}
2569
aelias5252baa2016-04-10 01:18:022570bool WebContentsImpl::IsOverridingUserAgent() {
2571 return GetController().GetVisibleEntry() &&
2572 GetController().GetVisibleEntry()->GetIsOverridingUserAgent();
2573}
2574
avi85ee8362016-10-08 02:09:082575bool WebContentsImpl::IsJavaScriptDialogShowing() const {
2576 return is_showing_javascript_dialog_;
2577}
2578
avic031d392017-03-03 03:09:422579bool WebContentsImpl::ShouldIgnoreUnresponsiveRenderer() {
2580 // Ignore unresponsive renderers if the debugger is attached to them since the
2581 // unresponsiveness might be a result of the renderer sitting on a breakpoint.
2582 //
2583 // TODO(pfeldman): Fix this to only return true if the renderer is *actually*
2584 // sitting on a breakpoint. https://crbug.com/684202
2585 return DevToolsAgentHost::IsDebuggerAttached(this);
2586}
2587
[email protected]95640212014-07-26 18:14:302588AccessibilityMode WebContentsImpl::GetAccessibilityMode() const {
2589 return accessibility_mode_;
2590}
2591
[email protected]31a71eaf2014-03-13 01:47:362592void WebContentsImpl::AccessibilityEventReceived(
2593 const std::vector<AXEventNotificationDetails>& details) {
ericwilligersde386342016-10-19 02:35:092594 for (auto& observer : observers_)
2595 observer.AccessibilityEventReceived(details);
[email protected]31a71eaf2014-03-13 01:47:362596}
2597
dmazzoni2400c462016-08-23 15:07:132598void WebContentsImpl::AccessibilityLocationChangesReceived(
2599 const std::vector<AXLocationChangeNotificationDetails>& details) {
ericwilligersde386342016-10-19 02:35:092600 for (auto& observer : observers_)
2601 observer.AccessibilityLocationChangesReceived(details);
dmazzoni2400c462016-08-23 15:07:132602}
2603
dmazzonia656928e2014-09-15 20:28:542604RenderFrameHost* WebContentsImpl::GetGuestByInstanceID(
fsamuel833ee7c2015-02-13 23:40:402605 RenderFrameHost* render_frame_host,
dmazzonia656928e2014-09-15 20:28:542606 int browser_plugin_instance_id) {
2607 BrowserPluginGuestManager* guest_manager =
2608 GetBrowserContext()->GetGuestManager();
fsamuel9cbc00a2015-04-17 20:30:202609 if (!guest_manager)
2610 return nullptr;
2611
dmazzonia656928e2014-09-15 20:28:542612 WebContents* guest = guest_manager->GetGuestByInstanceID(
fsamuel2e9413d2015-02-25 01:25:442613 render_frame_host->GetProcess()->GetID(), browser_plugin_instance_id);
dmazzonia656928e2014-09-15 20:28:542614 if (!guest)
fsamuel9cbc00a2015-04-17 20:30:202615 return nullptr;
2616
dmazzonia656928e2014-09-15 20:28:542617 return guest->GetMainFrame();
2618}
2619
mcasas4e216e72016-07-28 21:28:382620device::GeolocationServiceContext*
2621WebContentsImpl::GetGeolocationServiceContext() {
blundellc57b93f2014-10-29 13:19:572622 return geolocation_service_context_.get();
2623}
2624
blundelle75a8f92017-03-27 08:11:172625device::mojom::WakeLockContext* WebContentsImpl::GetWakeLockServiceContext() {
blundelld8cd72b2017-03-28 07:18:382626 if (!wake_lock_context_host_)
2627 wake_lock_context_host_.reset(new WakeLockContextHost(this));
blundelle75a8f92017-03-27 08:11:172628 return wake_lock_context_host_->GetWakeLockContext();
alogvinovf50445a2015-10-30 13:00:122629}
2630
[email protected]edc3af82013-12-12 21:24:072631void WebContentsImpl::OnShowValidationMessage(
nicka0ac8382016-12-15 23:59:232632 RenderViewHostImpl* source,
[email protected]edc3af82013-12-12 21:24:072633 const gfx::Rect& anchor_in_root_view,
[email protected]6ff9c8f2013-12-20 09:05:292634 const base::string16& main_text,
2635 const base::string16& sub_text) {
nicka0ac8382016-12-15 23:59:232636 // TODO(nick): Should we consider |source| here or pass it to the delegate?
[email protected]edc3af82013-12-12 21:24:072637 if (delegate_)
2638 delegate_->ShowValidationMessage(
2639 this, anchor_in_root_view, main_text, sub_text);
2640}
2641
nicka0ac8382016-12-15 23:59:232642void WebContentsImpl::OnHideValidationMessage(RenderViewHostImpl* source) {
2643 // TODO(nick): Should we consider |source| here or pass it to the delegate?
[email protected]edc3af82013-12-12 21:24:072644 if (delegate_)
2645 delegate_->HideValidationMessage(this);
2646}
2647
2648void WebContentsImpl::OnMoveValidationMessage(
nicka0ac8382016-12-15 23:59:232649 RenderViewHostImpl* source,
[email protected]edc3af82013-12-12 21:24:072650 const gfx::Rect& anchor_in_root_view) {
nicka0ac8382016-12-15 23:59:232651 // TODO(nick): Should we consider |source| here or pass it to the delegate?
[email protected]edc3af82013-12-12 21:24:072652 if (delegate_)
2653 delegate_->MoveValidationMessage(this, anchor_in_root_view);
2654}
2655
lfgbb9c28a2016-03-01 03:19:492656void WebContentsImpl::SendScreenRects() {
kenrbc52e1b4e2016-03-20 01:03:372657 for (FrameTreeNode* node : frame_tree_.Nodes()) {
kenrb0e8dc202016-05-30 19:51:402658 if (node->current_frame_host()->is_local_root())
kenrbc52e1b4e2016-03-20 01:03:372659 node->current_frame_host()->GetRenderWidgetHost()->SendScreenRects();
2660 }
lfgbb9c28a2016-03-01 03:19:492661
lfgdb5c4ed2016-03-04 23:09:072662 RenderWidgetHostViewBase* rwhv =
2663 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
2664 if (rwhv) {
2665 SendPageMessage(new PageMsg_UpdateWindowScreenRect(
2666 MSG_ROUTING_NONE, rwhv->GetBoundsInRootWindow()));
2667 }
2668
avallee9f43b012016-11-26 07:02:102669 if (browser_plugin_embedder_ && !is_being_destroyed_)
[email protected]a7568e62013-06-14 07:50:442670 browser_plugin_embedder_->DidSendScreenRects();
[email protected]32deec62013-05-15 23:55:042671}
2672
ekaramadadd882292016-06-08 15:22:562673TextInputManager* WebContentsImpl::GetTextInputManager() {
2674 if (GetOuterWebContents())
2675 return GetOuterWebContents()->GetTextInputManager();
2676
2677 if (!text_input_manager_)
2678 text_input_manager_.reset(new TextInputManager());
2679
2680 return text_input_manager_.get();
2681}
2682
paulmeyer7f6f1d4f2016-11-15 00:00:272683bool WebContentsImpl::OnUpdateDragCursor() {
2684 if (browser_plugin_embedder_)
2685 return browser_plugin_embedder_->OnUpdateDragCursor();
2686 return false;
2687}
2688
kenrb11f213a2017-03-24 18:12:062689bool WebContentsImpl::IsWidgetForMainFrame(
2690 RenderWidgetHostImpl* render_widget_host) {
2691 return render_widget_host == GetMainFrame()->GetRenderWidgetHost();
2692}
2693
[email protected]95640212014-07-26 18:14:302694BrowserAccessibilityManager*
2695 WebContentsImpl::GetRootBrowserAccessibilityManager() {
creisc014b402015-04-23 16:41:452696 RenderFrameHostImpl* rfh = GetMainFrame();
2697 return rfh ? rfh->browser_accessibility_manager() : nullptr;
[email protected]95640212014-07-26 18:14:302698}
2699
2700BrowserAccessibilityManager*
2701 WebContentsImpl::GetOrCreateRootBrowserAccessibilityManager() {
creisc014b402015-04-23 16:41:452702 RenderFrameHostImpl* rfh = GetMainFrame();
2703 return rfh ? rfh->GetOrCreateBrowserAccessibilityManager() : nullptr;
[email protected]95640212014-07-26 18:14:302704}
2705
mohsen7ab1ec16ec2015-07-02 18:26:232706void WebContentsImpl::MoveRangeSelectionExtent(const gfx::Point& extent) {
2707 RenderFrameHost* focused_frame = GetFocusedFrame();
2708 if (!focused_frame)
2709 return;
2710
2711 focused_frame->Send(new InputMsg_MoveRangeSelectionExtent(
2712 focused_frame->GetRoutingID(), extent));
2713}
2714
2715void WebContentsImpl::SelectRange(const gfx::Point& base,
2716 const gfx::Point& extent) {
2717 RenderFrameHost* focused_frame = GetFocusedFrame();
2718 if (!focused_frame)
2719 return;
2720
2721 focused_frame->Send(
2722 new InputMsg_SelectRange(focused_frame->GetRoutingID(), base, extent));
2723}
2724
aurimasab0319022015-07-10 21:57:382725void WebContentsImpl::AdjustSelectionByCharacterOffset(int start_adjust,
2726 int end_adjust) {
2727 RenderFrameHost* focused_frame = GetFocusedFrame();
2728 if (!focused_frame)
2729 return;
2730
2731 focused_frame->Send(new InputMsg_AdjustSelectionByCharacterOffset(
2732 focused_frame->GetRoutingID(), start_adjust, end_adjust));
2733}
2734
[email protected]b172aee2012-04-10 17:05:262735void WebContentsImpl::UpdatePreferredSize(const gfx::Size& pref_size) {
[email protected]222f5822014-02-05 23:40:492736 const gfx::Size old_size = GetPreferredSize();
[email protected]bcd2815602012-01-14 18:17:232737 preferred_size_ = pref_size;
[email protected]222f5822014-02-05 23:40:492738 OnPreferredSizeChanged(old_size);
[email protected]0548c5352011-09-07 00:33:332739}
2740
avic3aa8422015-11-09 20:57:222741void WebContentsImpl::ResizeDueToAutoResize(
2742 RenderWidgetHostImpl* render_widget_host,
2743 const gfx::Size& new_size) {
2744 if (render_widget_host != GetRenderViewHost()->GetWidget())
2745 return;
2746
[email protected]61e2b3cc2012-03-02 16:13:342747 if (delegate_)
2748 delegate_->ResizeDueToAutoResize(this, new_size);
2749}
2750
[email protected]b172aee2012-04-10 17:05:262751WebContents* WebContentsImpl::OpenURL(const OpenURLParams& params) {
[email protected]e5d549d2011-12-28 01:29:202752 if (!delegate_)
2753 return NULL;
[email protected]00c37fc2011-08-02 00:22:502754
[email protected]e5d549d2011-12-28 01:29:202755 WebContents* new_contents = delegate_->OpenURLFromTab(this, params);
pnoland488944652017-02-22 18:58:542756
2757 RenderFrameHost* source_render_frame_host = RenderFrameHost::FromID(
2758 params.source_render_process_id, params.source_render_frame_id);
2759
2760 if (source_render_frame_host && params.source_site_instance) {
2761 CHECK_EQ(source_render_frame_host->GetSiteInstance(),
2762 params.source_site_instance.get());
2763 }
2764
2765 if (new_contents && source_render_frame_host && new_contents != this) {
2766 for (auto& observer : observers_) {
2767 observer.DidOpenRequestedURL(new_contents, source_render_frame_host,
2768 params.url, params.referrer,
2769 params.disposition, params.transition,
pnolandaae574e2017-03-06 21:04:212770 params.started_from_context_menu, false);
pnoland488944652017-02-22 18:58:542771 }
2772 }
2773
[email protected]e5d549d2011-12-28 01:29:202774 return new_contents;
[email protected]d5f942ba2008-09-26 19:30:342775}
2776
[email protected]6b618e62012-08-16 12:59:182777bool WebContentsImpl::Send(IPC::Message* message) {
2778 if (!GetRenderViewHost()) {
2779 delete message;
2780 return false;
2781 }
2782
2783 return GetRenderViewHost()->Send(message);
2784}
2785
[email protected]a86c0e962013-12-17 17:10:392786void WebContentsImpl::RenderFrameForInterstitialPageCreated(
2787 RenderFrameHost* render_frame_host) {
ericwilligersde386342016-10-19 02:35:092788 for (auto& observer : observers_)
2789 observer.RenderFrameForInterstitialPageCreated(render_frame_host);
[email protected]ba45bfd2012-05-22 21:51:442790}
2791
[email protected]20ca0382013-02-28 19:50:072792void WebContentsImpl::AttachInterstitialPage(
2793 InterstitialPageImpl* interstitial_page) {
2794 DCHECK(interstitial_page);
[email protected]fa944cb82013-11-15 17:51:212795 GetRenderManager()->set_interstitial_page(interstitial_page);
[email protected]90fb08ed2013-09-24 17:43:292796
2797 // Cancel any visible dialogs so that they don't interfere with the
2798 // interstitial.
creis89a0f782015-05-27 16:13:172799 CancelActiveAndPendingDialogs();
[email protected]90fb08ed2013-09-24 17:43:292800
ericwilligersde386342016-10-19 02:35:092801 for (auto& observer : observers_)
2802 observer.DidAttachInterstitialPage();
clamy44e84ce2016-02-22 15:38:252803
2804 // Stop the throbber if needed while the interstitial page is shown.
2805 if (frame_tree_.IsLoading())
2806 LoadingStateChanged(true, true, nullptr);
lfg1453e412017-04-11 00:48:502807
2808 // Connect to outer WebContents if necessary.
2809 if (node_.OuterContentsFrameTreeNode()) {
2810 if (GetRenderManager()->GetProxyToOuterDelegate()) {
2811 DCHECK(
2812 static_cast<RenderWidgetHostViewBase*>(interstitial_page->GetView())
2813 ->IsRenderWidgetHostViewChildFrame());
2814 RenderWidgetHostViewChildFrame* view =
2815 static_cast<RenderWidgetHostViewChildFrame*>(
2816 interstitial_page->GetView());
2817 GetRenderManager()->SetRWHViewForInnerContents(view);
2818 }
2819 }
clamy44e84ce2016-02-22 15:38:252820}
2821
2822void WebContentsImpl::DidProceedOnInterstitial() {
2823 // The interstitial page should no longer be pausing the throbber.
2824 DCHECK(!(ShowingInterstitialPage() &&
2825 GetRenderManager()->interstitial_page()->pause_throbber()));
2826
2827 // Restart the throbber now that the interstitial page no longer pauses it.
2828 if (ShowingInterstitialPage() && frame_tree_.IsLoading())
2829 LoadingStateChanged(true, true, nullptr);
[email protected]20ca0382013-02-28 19:50:072830}
2831
2832void WebContentsImpl::DetachInterstitialPage() {
lfg1453e412017-04-11 00:48:502833 // Disconnect from outer WebContents if necessary.
2834 if (node_.OuterContentsFrameTreeNode()) {
2835 if (GetRenderManager()->GetProxyToOuterDelegate()) {
2836 DCHECK(static_cast<RenderWidgetHostViewBase*>(
2837 GetRenderManager()->current_frame_host()->GetView())
2838 ->IsRenderWidgetHostViewChildFrame());
2839 RenderWidgetHostViewChildFrame* view =
2840 static_cast<RenderWidgetHostViewChildFrame*>(
2841 GetRenderManager()->current_frame_host()->GetView());
2842 GetRenderManager()->SetRWHViewForInnerContents(view);
2843 }
2844 }
2845
clamy44e84ce2016-02-22 15:38:252846 bool interstitial_pausing_throbber =
2847 ShowingInterstitialPage() &&
2848 GetRenderManager()->interstitial_page()->pause_throbber();
[email protected]6832c8bc2014-04-29 07:20:572849 if (ShowingInterstitialPage())
[email protected]fa944cb82013-11-15 17:51:212850 GetRenderManager()->remove_interstitial_page();
ericwilligersde386342016-10-19 02:35:092851 for (auto& observer : observers_)
2852 observer.DidDetachInterstitialPage();
clamy44e84ce2016-02-22 15:38:252853
2854 // Restart the throbber if needed now that the interstitial page is going
2855 // away.
2856 if (interstitial_pausing_throbber && frame_tree_.IsLoading())
2857 LoadingStateChanged(true, true, nullptr);
[email protected]20ca0382013-02-28 19:50:072858}
2859
avi2b177592014-12-10 02:08:022860void WebContentsImpl::SetHistoryOffsetAndLength(int history_offset,
2861 int history_length) {
alexmos136fd6e62016-08-15 20:58:412862 SendPageMessage(new PageMsg_SetHistoryOffsetAndLength(
2863 MSG_ROUTING_NONE, history_offset, history_length));
avi2b177592014-12-10 02:08:022864}
2865
2866void WebContentsImpl::SetHistoryOffsetAndLengthForView(
2867 RenderViewHost* render_view_host,
2868 int history_offset,
2869 int history_length) {
alexmos136fd6e62016-08-15 20:58:412870 render_view_host->Send(new PageMsg_SetHistoryOffsetAndLength(
avi2b177592014-12-10 02:08:022871 render_view_host->GetRoutingID(), history_offset, history_length));
[email protected]796931a92011-08-10 01:32:142872}
2873
toyoshim24a4c7ab2016-04-05 09:24:142874void WebContentsImpl::ReloadFocusedFrame(bool bypass_cache) {
[email protected]1f3fc1d2014-04-03 14:50:172875 RenderFrameHost* focused_frame = GetFocusedFrame();
2876 if (!focused_frame)
2877 return;
2878
[email protected]959be4c2014-04-08 15:01:332879 focused_frame->Send(new FrameMsg_Reload(
toyoshim24a4c7ab2016-04-05 09:24:142880 focused_frame->GetRoutingID(), bypass_cache));
[email protected]959be4c2014-04-08 15:01:332881}
2882
megjablon3f5941072016-02-04 23:27:522883void WebContentsImpl::ReloadLoFiImages() {
2884 SendToAllFrames(new FrameMsg_ReloadLoFiImages(MSG_ROUTING_NONE));
2885}
2886
[email protected]959be4c2014-04-08 15:01:332887void WebContentsImpl::Undo() {
2888 RenderFrameHost* focused_frame = GetFocusedFrame();
2889 if (!focused_frame)
2890 return;
2891
2892 focused_frame->Send(new InputMsg_Undo(focused_frame->GetRoutingID()));
2893 RecordAction(base::UserMetricsAction("Undo"));
2894}
2895
2896void WebContentsImpl::Redo() {
2897 RenderFrameHost* focused_frame = GetFocusedFrame();
2898 if (!focused_frame)
2899 return;
2900 focused_frame->Send(new InputMsg_Redo(focused_frame->GetRoutingID()));
2901 RecordAction(base::UserMetricsAction("Redo"));
2902}
2903
2904void WebContentsImpl::Cut() {
2905 RenderFrameHost* focused_frame = GetFocusedFrame();
2906 if (!focused_frame)
2907 return;
2908
2909 focused_frame->Send(new InputMsg_Cut(focused_frame->GetRoutingID()));
2910 RecordAction(base::UserMetricsAction("Cut"));
2911}
2912
2913void WebContentsImpl::Copy() {
2914 RenderFrameHost* focused_frame = GetFocusedFrame();
2915 if (!focused_frame)
2916 return;
2917
2918 focused_frame->Send(new InputMsg_Copy(focused_frame->GetRoutingID()));
2919 RecordAction(base::UserMetricsAction("Copy"));
2920}
2921
2922void WebContentsImpl::CopyToFindPboard() {
2923#if defined(OS_MACOSX)
2924 RenderFrameHost* focused_frame = GetFocusedFrame();
2925 if (!focused_frame)
2926 return;
2927
2928 // Windows/Linux don't have the concept of a find pasteboard.
2929 focused_frame->Send(
2930 new InputMsg_CopyToFindPboard(focused_frame->GetRoutingID()));
2931 RecordAction(base::UserMetricsAction("CopyToFindPboard"));
2932#endif
2933}
2934
2935void WebContentsImpl::Paste() {
2936 RenderFrameHost* focused_frame = GetFocusedFrame();
2937 if (!focused_frame)
2938 return;
2939
2940 focused_frame->Send(new InputMsg_Paste(focused_frame->GetRoutingID()));
2941 RecordAction(base::UserMetricsAction("Paste"));
2942}
2943
2944void WebContentsImpl::PasteAndMatchStyle() {
2945 RenderFrameHost* focused_frame = GetFocusedFrame();
2946 if (!focused_frame)
2947 return;
2948
2949 focused_frame->Send(new InputMsg_PasteAndMatchStyle(
2950 focused_frame->GetRoutingID()));
2951 RecordAction(base::UserMetricsAction("PasteAndMatchStyle"));
2952}
2953
2954void WebContentsImpl::Delete() {
2955 RenderFrameHost* focused_frame = GetFocusedFrame();
2956 if (!focused_frame)
2957 return;
2958
2959 focused_frame->Send(new InputMsg_Delete(focused_frame->GetRoutingID()));
2960 RecordAction(base::UserMetricsAction("DeleteSelection"));
2961}
2962
2963void WebContentsImpl::SelectAll() {
2964 RenderFrameHost* focused_frame = GetFocusedFrame();
2965 if (!focused_frame)
2966 return;
2967
2968 focused_frame->Send(new InputMsg_SelectAll(focused_frame->GetRoutingID()));
2969 RecordAction(base::UserMetricsAction("SelectAll"));
2970}
2971
yabinh351e7ec2017-03-10 02:43:242972void WebContentsImpl::CollapseSelection() {
[email protected]959be4c2014-04-08 15:01:332973 RenderFrameHost* focused_frame = GetFocusedFrame();
2974 if (!focused_frame)
2975 return;
2976
yabinh351e7ec2017-03-10 02:43:242977 focused_frame->Send(
2978 new InputMsg_CollapseSelection(focused_frame->GetRoutingID()));
[email protected]1f3fc1d2014-04-03 14:50:172979}
2980
2981void WebContentsImpl::Replace(const base::string16& word) {
2982 RenderFrameHost* focused_frame = GetFocusedFrame();
2983 if (!focused_frame)
2984 return;
2985
[email protected]959be4c2014-04-08 15:01:332986 focused_frame->Send(new InputMsg_Replace(
2987 focused_frame->GetRoutingID(), word));
[email protected]1f3fc1d2014-04-03 14:50:172988}
2989
2990void WebContentsImpl::ReplaceMisspelling(const base::string16& word) {
2991 RenderFrameHost* focused_frame = GetFocusedFrame();
2992 if (!focused_frame)
2993 return;
2994
[email protected]959be4c2014-04-08 15:01:332995 focused_frame->Send(new InputMsg_ReplaceMisspelling(
2996 focused_frame->GetRoutingID(), word));
2997}
2998
2999void WebContentsImpl::NotifyContextMenuClosed(
3000 const CustomContextMenuContext& context) {
3001 RenderFrameHost* focused_frame = GetFocusedFrame();
3002 if (!focused_frame)
3003 return;
3004
3005 focused_frame->Send(new FrameMsg_ContextMenuClosed(
3006 focused_frame->GetRoutingID(), context));
3007}
3008
3009void WebContentsImpl::ExecuteCustomContextMenuCommand(
3010 int action, const CustomContextMenuContext& context) {
3011 RenderFrameHost* focused_frame = GetFocusedFrame();
3012 if (!focused_frame)
3013 return;
3014
3015 focused_frame->Send(new FrameMsg_CustomContextMenuAction(
3016 focused_frame->GetRoutingID(), context, action));
[email protected]4fed3702014-04-01 09:08:003017}
3018
[email protected]fc2b46b2014-05-03 16:33:453019gfx::NativeView WebContentsImpl::GetNativeView() {
3020 return view_->GetNativeView();
3021}
3022
3023gfx::NativeView WebContentsImpl::GetContentNativeView() {
3024 return view_->GetContentNativeView();
3025}
3026
3027gfx::NativeWindow WebContentsImpl::GetTopLevelNativeWindow() {
3028 return view_->GetTopLevelNativeWindow();
3029}
3030
3031gfx::Rect WebContentsImpl::GetViewBounds() {
3032 return view_->GetViewBounds();
3033}
3034
3035gfx::Rect WebContentsImpl::GetContainerBounds() {
3036 gfx::Rect rv;
3037 view_->GetContainerBounds(&rv);
3038 return rv;
3039}
3040
3041DropData* WebContentsImpl::GetDropData() {
3042 return view_->GetDropData();
3043}
3044
3045void WebContentsImpl::Focus() {
miu9e14e492014-10-25 02:39:043046 view_->Focus();
[email protected]fc2b46b2014-05-03 16:33:453047}
3048
3049void WebContentsImpl::SetInitialFocus() {
miu9e14e492014-10-25 02:39:043050 view_->SetInitialFocus();
[email protected]fc2b46b2014-05-03 16:33:453051}
3052
3053void WebContentsImpl::StoreFocus() {
miu9e14e492014-10-25 02:39:043054 view_->StoreFocus();
[email protected]fc2b46b2014-05-03 16:33:453055}
3056
3057void WebContentsImpl::RestoreFocus() {
miu9e14e492014-10-25 02:39:043058 view_->RestoreFocus();
[email protected]fc2b46b2014-05-03 16:33:453059}
3060
[email protected]b172aee2012-04-10 17:05:263061void WebContentsImpl::FocusThroughTabTraversal(bool reverse) {
[email protected]0bfbf882011-12-22 18:19:273062 if (ShowingInterstitialPage()) {
[email protected]fa944cb82013-11-15 17:51:213063 GetRenderManager()->interstitial_page()->FocusThroughTabTraversal(reverse);
[email protected]7e383692009-06-12 19:14:543064 return;
3065 }
[email protected]0b431992014-06-24 00:08:033066 RenderWidgetHostView* const fullscreen_view =
3067 GetFullscreenRenderWidgetHostView();
3068 if (fullscreen_view) {
3069 fullscreen_view->Focus();
3070 return;
3071 }
creisc014b402015-04-23 16:41:453072 GetRenderViewHost()->SetInitialFocus(reverse);
[email protected]96d185d2009-04-24 03:28:543073}
3074
[email protected]b172aee2012-04-10 17:05:263075bool WebContentsImpl::ShowingInterstitialPage() const {
[email protected]fa944cb82013-11-15 17:51:213076 return GetRenderManager()->interstitial_page() != NULL;
[email protected]96d185d2009-04-24 03:28:543077}
3078
[email protected]b172aee2012-04-10 17:05:263079InterstitialPage* WebContentsImpl::GetInterstitialPage() const {
[email protected]fa944cb82013-11-15 17:51:213080 return GetRenderManager()->interstitial_page();
[email protected]686493142011-07-15 21:47:223081}
3082
[email protected]b172aee2012-04-10 17:05:263083bool WebContentsImpl::IsSavable() {
[email protected]a53209b2012-01-20 16:48:163084 // WebKit creates Document object when MIME type is application/xhtml+xml,
3085 // so we also support this MIME type.
3086 return contents_mime_type_ == "text/html" ||
3087 contents_mime_type_ == "text/xml" ||
3088 contents_mime_type_ == "application/xhtml+xml" ||
3089 contents_mime_type_ == "text/plain" ||
3090 contents_mime_type_ == "text/css" ||
rsleevic327b48f82015-04-30 02:03:253091 mime_util::IsSupportedJavascriptMimeType(contents_mime_type_);
[email protected]a53209b2012-01-20 16:48:163092}
3093
[email protected]b172aee2012-04-10 17:05:263094void WebContentsImpl::OnSavePage() {
[email protected]c7dd2f62011-07-18 15:57:593095 // If we can not save the page, try to download it.
[email protected]a53209b2012-01-20 16:48:163096 if (!IsSavable()) {
[email protected]35869622012-10-26 23:23:553097 RecordDownloadSource(INITIATED_BY_SAVE_PACKAGE_ON_NON_HTML);
nasko89ad7742015-03-05 22:14:193098 SaveFrame(GetLastCommittedURL(), Referrer());
[email protected]27678b2a2012-02-04 22:09:143099 return;
[email protected]c7dd2f62011-07-18 15:57:593100 }
3101
3102 Stop();
3103
3104 // Create the save package and possibly prompt the user for the name to save
3105 // the page as. The user prompt is an asynchronous operation that runs on
3106 // another thread.
3107 save_package_ = new SavePackage(this);
3108 save_package_->GetSaveInfo();
3109}
3110
3111// Used in automated testing to bypass prompting the user for file names.
3112// Instead, the names and paths are hard coded rather than running them through
3113// file name sanitation and extension / mime checking.
[email protected]2dec8ec2013-02-07 19:20:343114bool WebContentsImpl::SavePage(const base::FilePath& main_file,
3115 const base::FilePath& dir_path,
[email protected]8ff00d72012-10-23 19:12:213116 SavePageType save_type) {
[email protected]c7dd2f62011-07-18 15:57:593117 // Stop the page from navigating.
3118 Stop();
3119
3120 save_package_ = new SavePackage(this, save_type, main_file, dir_path);
[email protected]8ff00d72012-10-23 19:12:213121 return save_package_->Init(SavePackageDownloadCreatedCallback());
[email protected]c7dd2f62011-07-18 15:57:593122}
3123
[email protected]3c71576ce2013-07-23 02:00:013124void WebContentsImpl::SaveFrame(const GURL& url,
3125 const Referrer& referrer) {
kundaji6c7f9692015-03-09 18:00:373126 SaveFrameWithHeaders(url, referrer, std::string());
3127}
3128
3129void WebContentsImpl::SaveFrameWithHeaders(const GURL& url,
3130 const Referrer& referrer,
3131 const std::string& headers) {
nasko89ad7742015-03-05 22:14:193132 if (!GetLastCommittedURL().is_valid())
[email protected]3c71576ce2013-07-23 02:00:013133 return;
sammc92af61552014-11-19 23:27:403134 if (delegate_ && delegate_->SaveFrame(url, referrer))
3135 return;
3136
nasko89ad7742015-03-05 22:14:193137 // TODO(nasko): This check for main frame is incorrect and should be fixed
brettw760f7442016-05-23 21:19:223138 // by explicitly passing in which frame this method should target. This would
3139 // indicate whether it's the main frame, and also tell us the frame pointer
3140 // to use for routing.
nasko89ad7742015-03-05 22:14:193141 bool is_main_frame = (url == GetLastCommittedURL());
brettw760f7442016-05-23 21:19:223142 RenderFrameHost* frame_host = GetMainFrame();
[email protected]3c71576ce2013-07-23 02:00:013143
brettw760f7442016-05-23 21:19:223144 StoragePartition* storage_partition = BrowserContext::GetStoragePartition(
3145 GetBrowserContext(), frame_host->GetSiteInstance());
[email protected]3c71576ce2013-07-23 02:00:013146 DownloadManager* dlm =
3147 BrowserContext::GetDownloadManager(GetBrowserContext());
3148 if (!dlm)
3149 return;
avib7348942015-12-25 20:57:103150 int64_t post_id = -1;
[email protected]3c71576ce2013-07-23 02:00:013151 if (is_main_frame) {
[email protected]6286a372013-10-09 04:03:273152 const NavigationEntry* entry = controller_.GetLastCommittedEntry();
[email protected]3c71576ce2013-07-23 02:00:013153 if (entry)
3154 post_id = entry->GetPostID();
3155 }
brettw760f7442016-05-23 21:19:223156 std::unique_ptr<DownloadUrlParameters> params(new DownloadUrlParameters(
3157 url, frame_host->GetProcess()->GetID(),
3158 frame_host->GetRenderViewHost()->GetRoutingID(),
3159 frame_host->GetRoutingID(), storage_partition->GetURLRequestContext()));
[email protected]3c71576ce2013-07-23 02:00:013160 params->set_referrer(referrer);
3161 params->set_post_id(post_id);
[email protected]3c71576ce2013-07-23 02:00:013162 if (post_id >= 0)
3163 params->set_method("POST");
3164 params->set_prompt(true);
kundaji6c7f9692015-03-09 18:00:373165
3166 if (headers.empty()) {
3167 params->set_prefer_cache(true);
3168 } else {
brettw26dab8f02015-08-08 00:28:473169 for (const base::StringPiece& key_value :
3170 base::SplitStringPiece(
3171 headers, "\n", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL)) {
3172 std::vector<std::string> pair = base::SplitString(
3173 key_value, ":", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL);
kundaji6c7f9692015-03-09 18:00:373174 DCHECK_EQ(2ul, pair.size());
3175 params->add_request_header(pair[0], pair[1]);
3176 }
3177 }
dcheng36b6aec92015-12-26 06:16:363178 dlm->DownloadUrl(std::move(params));
[email protected]3c71576ce2013-07-23 02:00:013179}
3180
[email protected]b172aee2012-04-10 17:05:263181void WebContentsImpl::GenerateMHTML(
dewittj6dc5747a2016-05-17 01:48:473182 const MHTMLGenerationParams& params,
avib7348942015-12-25 20:57:103183 const base::Callback<void(int64_t)>& callback) {
dewittj6dc5747a2016-05-17 01:48:473184 MHTMLGenerationManager::GetInstance()->SaveMHTML(this, params, callback);
[email protected]aa4f3972012-03-01 18:12:123185}
3186
[email protected]b172aee2012-04-10 17:05:263187const std::string& WebContentsImpl::GetContentsMimeType() const {
[email protected]0bfbf882011-12-22 18:19:273188 return contents_mime_type_;
3189}
3190
[email protected]b172aee2012-04-10 17:05:263191bool WebContentsImpl::WillNotifyDisconnection() const {
[email protected]0bfbf882011-12-22 18:19:273192 return notify_disconnection_;
3193}
3194
[email protected]8ff00d72012-10-23 19:12:213195RendererPreferences* WebContentsImpl::GetMutableRendererPrefs() {
[email protected]0bfbf882011-12-22 18:19:273196 return &renderer_preferences_;
3197}
3198
[email protected]e35ccd52012-05-23 16:22:473199void WebContentsImpl::Close() {
3200 Close(GetRenderViewHost());
3201}
3202
paulmeyer8fc8ea92016-11-15 05:12:213203void WebContentsImpl::DragSourceEndedAt(int client_x,
3204 int client_y,
3205 int screen_x,
3206 int screen_y,
Paul Meyer0c58c3712016-11-17 22:59:513207 blink::WebDragOperation operation,
3208 RenderWidgetHost* source_rwh) {
[email protected]cf200a562013-05-03 16:24:293209 if (browser_plugin_embedder_.get())
paulmeyer8fc8ea92016-11-15 05:12:213210 browser_plugin_embedder_->DragSourceEndedAt(
3211 client_x, client_y, screen_x, screen_y, operation);
Paul Meyer0c58c3712016-11-17 22:59:513212 if (source_rwh) {
3213 source_rwh->DragSourceEndedAt(gfx::Point(client_x, client_y),
3214 gfx::Point(screen_x, screen_y),
3215 operation);
3216 }
[email protected]cf200a562013-05-03 16:24:293217}
3218
jam73f892642016-09-11 06:04:063219void WebContentsImpl::LoadStateChanged(
3220 const GURL& url,
3221 const net::LoadStateWithParam& load_state,
3222 uint64_t upload_position,
3223 uint64_t upload_size) {
3224 // TODO(erikchen): Remove ScopedTracker below once http://crbug.com/466285
3225 // is fixed.
3226 tracked_objects::ScopedTracker tracking_profile1(
3227 FROM_HERE_WITH_EXPLICIT_FUNCTION(
3228 "466285 WebContentsImpl::LoadStateChanged::Start"));
3229 load_state_ = load_state;
3230 upload_position_ = upload_position;
3231 upload_size_ = upload_size;
3232 load_state_host_ = url_formatter::IDNToUnicode(url.host());
3233 if (load_state_.state == net::LOAD_STATE_READING_RESPONSE)
3234 SetNotWaitingForResponse();
3235 if (IsLoading()) {
3236 NotifyNavigationStateChanged(static_cast<InvalidateTypes>(
3237 INVALIDATE_TYPE_LOAD | INVALIDATE_TYPE_TAB));
3238 }
3239}
3240
[email protected]d60f3702013-12-26 16:30:243241void WebContentsImpl::DidGetResourceResponseStart(
3242 const ResourceRequestDetails& details) {
estarkf83ac122016-10-05 19:06:063243 controller_.ssl_manager()->DidStartResourceResponse(
3244 details.url, details.has_certificate, details.ssl_cert_status);
[email protected]d60f3702013-12-26 16:30:243245
ericwilligersde386342016-10-19 02:35:093246 for (auto& observer : observers_)
3247 observer.DidGetResourceResponseStart(details);
[email protected]d60f3702013-12-26 16:30:243248}
3249
3250void WebContentsImpl::DidGetRedirectForResourceRequest(
[email protected]d60f3702013-12-26 16:30:243251 const ResourceRedirectDetails& details) {
ericwilligersde386342016-10-19 02:35:093252 for (auto& observer : observers_)
3253 observer.DidGetRedirectForResourceRequest(details);
[email protected]d60f3702013-12-26 16:30:243254
3255 // TODO(avi): Remove. http://crbug.com/170921
3256 NotificationService::current()->Notify(
3257 NOTIFICATION_RESOURCE_RECEIVED_REDIRECT,
3258 Source<WebContents>(this),
3259 Details<const ResourceRedirectDetails>(&details));
3260}
3261
calamity7fe55ce2015-04-10 03:59:373262void WebContentsImpl::NotifyWebContentsFocused() {
ericwilligersde386342016-10-19 02:35:093263 for (auto& observer : observers_)
3264 observer.OnWebContentsFocused();
calamity7fe55ce2015-04-10 03:59:373265}
3266
Paul Meyer0c58c3712016-11-17 22:59:513267void WebContentsImpl::SystemDragEnded(RenderWidgetHost* source_rwh) {
3268 if (source_rwh)
3269 source_rwh->DragSourceSystemDragEnded();
[email protected]cf200a562013-05-03 16:24:293270 if (browser_plugin_embedder_.get())
3271 browser_plugin_embedder_->SystemDragEnded();
[email protected]7813bd72011-02-05 02:19:343272}
3273
[email protected]e35ccd52012-05-23 16:22:473274void WebContentsImpl::UserGestureDone() {
dominickn9c7ceaa32016-02-27 01:52:533275 OnUserInteraction(GetRenderViewHost()->GetWidget(),
Blink Reformat1c4d759e2017-04-09 16:34:543276 blink::WebInputEvent::kUndefined);
[email protected]e35ccd52012-05-23 16:22:473277}
3278
[email protected]b172aee2012-04-10 17:05:263279void WebContentsImpl::SetClosedByUserGesture(bool value) {
[email protected]0bfbf882011-12-22 18:19:273280 closed_by_user_gesture_ = value;
3281}
3282
[email protected]b172aee2012-04-10 17:05:263283bool WebContentsImpl::GetClosedByUserGesture() const {
[email protected]0bfbf882011-12-22 18:19:273284 return closed_by_user_gesture_;
3285}
3286
[email protected]b172aee2012-04-10 17:05:263287void WebContentsImpl::ViewSource() {
[email protected]1788e772010-12-15 16:40:503288 if (!delegate_)
3289 return;
3290
[email protected]6286a372013-10-09 04:03:273291 NavigationEntry* entry = GetController().GetLastCommittedEntry();
3292 if (!entry)
[email protected]1788e772010-12-15 16:40:503293 return;
3294
[email protected]6286a372013-10-09 04:03:273295 delegate_->ViewSourceForTab(this, entry->GetURL());
[email protected]77d8d622010-12-15 10:30:123296}
3297
[email protected]b172aee2012-04-10 17:05:263298void WebContentsImpl::ViewFrameSource(const GURL& url,
[email protected]691aa2f2013-05-28 22:52:043299 const PageState& page_state) {
[email protected]932b7a12011-03-09 12:50:273300 if (!delegate_)
3301 return;
3302
[email protected]691aa2f2013-05-28 22:52:043303 delegate_->ViewSourceForFrame(this, url, page_state);
[email protected]932b7a12011-03-09 12:50:273304}
3305
[email protected]b172aee2012-04-10 17:05:263306int WebContentsImpl::GetMinimumZoomPercent() const {
[email protected]0bfbf882011-12-22 18:19:273307 return minimum_zoom_percent_;
3308}
3309
[email protected]b172aee2012-04-10 17:05:263310int WebContentsImpl::GetMaximumZoomPercent() const {
[email protected]0bfbf882011-12-22 18:19:273311 return maximum_zoom_percent_;
3312}
3313
mcnee432e47d2015-11-09 19:37:463314void WebContentsImpl::SetPageScale(float page_scale_factor) {
davidsac996be112016-11-30 08:56:383315 Send(new ViewMsg_SetPageScale(GetRenderViewHost()->GetRoutingID(),
3316 page_scale_factor));
ccameronb7c1d6c2015-03-09 17:08:243317}
3318
[email protected]b172aee2012-04-10 17:05:263319gfx::Size WebContentsImpl::GetPreferredSize() const {
[email protected]222f5822014-02-05 23:40:493320 return capturer_count_ == 0 ? preferred_size_ : preferred_size_for_capture_;
[email protected]bcd2815602012-01-14 18:17:233321}
3322
[email protected]b172aee2012-04-10 17:05:263323bool WebContentsImpl::GotResponseToLockMouseRequest(bool allowed) {
lfgf0cd46e2017-01-04 00:05:233324 if (!GuestMode::IsCrossProcessFrameGuest(GetWebContents()) &&
3325 GetBrowserPluginGuest())
[email protected]660f18e2014-05-15 20:53:053326 return GetBrowserPluginGuest()->LockMouse(allowed);
3327
lfgf0cd46e2017-01-04 00:05:233328 if (mouse_lock_widget_) {
3329 if (mouse_lock_widget_->delegate()->GetAsWebContents() != this) {
3330 return mouse_lock_widget_->delegate()
3331 ->GetAsWebContents()
3332 ->GotResponseToLockMouseRequest(allowed);
3333 }
lfgad8244352016-07-13 16:55:513334
lfgf0cd46e2017-01-04 00:05:233335 if (mouse_lock_widget_->GotResponseToLockMouseRequest(allowed))
3336 return true;
3337 }
3338
3339 for (WebContentsImpl* current = this; current;
3340 current = current->GetOuterWebContents()) {
3341 current->mouse_lock_widget_ = nullptr;
3342 }
3343
lfgbee1e0a2016-06-08 21:24:213344 return false;
[email protected]0bfbf882011-12-22 18:19:273345}
3346
[email protected]b172aee2012-04-10 17:05:263347bool WebContentsImpl::HasOpener() const {
alexmose201c7cd2015-06-10 17:14:213348 return GetOpener() != NULL;
[email protected]a0358d72012-03-09 14:06:503349}
3350
alexmose201c7cd2015-06-10 17:14:213351WebContentsImpl* WebContentsImpl::GetOpener() const {
3352 FrameTreeNode* opener_ftn = frame_tree_.root()->opener();
3353 return opener_ftn ? FromFrameTreeNode(opener_ftn) : nullptr;
jochen55ff3502014-12-18 20:52:573354}
3355
jochen6004a362017-02-04 00:11:403356bool WebContentsImpl::HasOriginalOpener() const {
3357 return GetOriginalOpener() != NULL;
3358}
3359
3360WebContents* WebContentsImpl::GetOriginalOpener() const {
3361 FrameTreeNode* opener_ftn = frame_tree_.root()->original_opener();
3362 return opener_ftn ? FromFrameTreeNode(opener_ftn) : nullptr;
3363}
3364
[email protected]cb805452013-05-22 15:16:213365void WebContentsImpl::DidChooseColorInColorChooser(SkColor color) {
[email protected]8ed16472014-04-11 19:02:483366 if (!color_chooser_info_.get())
3367 return;
3368 RenderFrameHost* rfh = RenderFrameHost::FromID(
3369 color_chooser_info_->render_process_id,
3370 color_chooser_info_->render_frame_id);
3371 if (!rfh)
3372 return;
3373
3374 rfh->Send(new FrameMsg_DidChooseColorResponse(
3375 rfh->GetRoutingID(), color_chooser_info_->identifier, color));
[email protected]da8543762012-03-20 08:52:203376}
3377
[email protected]cb805452013-05-22 15:16:213378void WebContentsImpl::DidEndColorChooser() {
[email protected]8ed16472014-04-11 19:02:483379 if (!color_chooser_info_.get())
3380 return;
3381 RenderFrameHost* rfh = RenderFrameHost::FromID(
3382 color_chooser_info_->render_process_id,
3383 color_chooser_info_->render_frame_id);
3384 if (!rfh)
3385 return;
3386
3387 rfh->Send(new FrameMsg_DidEndColorChooser(
3388 rfh->GetRoutingID(), color_chooser_info_->identifier));
3389 color_chooser_info_.reset();
[email protected]da8543762012-03-20 08:52:203390}
3391
halton.huoca2eabd2015-07-06 08:17:403392int WebContentsImpl::DownloadImage(
3393 const GURL& url,
3394 bool is_favicon,
3395 uint32_t max_bitmap_size,
3396 bool bypass_cache,
3397 const WebContents::ImageDownloadCallback& callback) {
amistry9f01b772015-07-29 01:54:553398 DCHECK_CURRENTLY_ON(BrowserThread::UI);
halton.huoca2eabd2015-07-06 08:17:403399 static int next_image_download_id = 0;
leon.han6e9dee22016-02-25 03:44:063400 const content::mojom::ImageDownloaderPtr& mojo_image_downloader =
halton.huoca2eabd2015-07-06 08:17:403401 GetMainFrame()->GetMojoImageDownloader();
amistry9f01b772015-07-29 01:54:553402 const int download_id = ++next_image_download_id;
3403 if (!mojo_image_downloader) {
3404 // If the renderer process is dead (i.e. crash, or memory pressure on
3405 // Android), the downloader service will be invalid. Pre-Mojo, this would
3406 // hang the callback indefinetly since the IPC would be dropped. Now,
3407 // respond with a 400 HTTP error code to indicate that something went wrong.
3408 BrowserThread::PostTask(
3409 BrowserThread::UI, FROM_HERE,
pkotwicz75ca8ffd2016-02-16 23:10:193410 base::Bind(&WebContentsImpl::OnDidDownloadImage,
leon.hancbc4bc3c2016-02-26 07:08:523411 weak_factory_.GetWeakPtr(), callback, download_id, url, 400,
leon.hanc2228532016-08-16 05:59:183412 std::vector<SkBitmap>(), std::vector<gfx::Size>()));
amistry9f01b772015-07-29 01:54:553413 return download_id;
3414 }
3415
halton.huoca2eabd2015-07-06 08:17:403416 mojo_image_downloader->DownloadImage(
sammcf6f4fcf2016-06-21 05:39:393417 url, is_favicon, max_bitmap_size, bypass_cache,
leon.hancbc4bc3c2016-02-26 07:08:523418 base::Bind(&WebContentsImpl::OnDidDownloadImage,
3419 weak_factory_.GetWeakPtr(), callback, download_id, url));
amistry9f01b772015-07-29 01:54:553420 return download_id;
[email protected]795c28972012-12-06 06:13:393421}
3422
[email protected]5dcaf8e2013-12-28 01:31:423423bool WebContentsImpl::IsSubframe() const {
3424 return is_subframe_;
3425}
3426
[email protected]36ec24f2014-01-09 00:32:083427void WebContentsImpl::Find(int request_id,
3428 const base::string16& search_text,
3429 const blink::WebFindOptions& options) {
thestig6057a6b22015-11-12 23:01:333430 // Cowardly refuse to search for no text.
3431 if (search_text.empty()) {
3432 NOTREACHED();
3433 return;
3434 }
3435
paulmeyerc0b762b2016-04-13 11:55:173436 GetOrCreateFindRequestManager()->Find(request_id, search_text, options);
[email protected]36ec24f2014-01-09 00:32:083437}
3438
3439void WebContentsImpl::StopFinding(StopFindAction action) {
paulmeyerfeafc2d2017-04-25 21:46:403440 if (FindRequestManager* manager = GetFindRequestManager())
3441 manager->StopFinding(action);
[email protected]36ec24f2014-01-09 00:32:083442}
3443
dalecurtisbc6572e12014-09-12 19:22:303444bool WebContentsImpl::WasRecentlyAudible() {
wjmaclean1dabf3e32016-05-13 23:34:443445 return audio_stream_monitor_.WasRecentlyAudible() ||
3446 (browser_plugin_embedder_ &&
3447 browser_plugin_embedder_->WereAnyGuestsRecentlyAudible());
dalecurtisbc6572e12014-09-12 19:22:303448}
3449
mlamouriefdca9d2014-09-16 16:55:403450void WebContentsImpl::GetManifest(const GetManifestCallback& callback) {
3451 manifest_manager_host_->GetManifest(GetMainFrame(), callback);
3452}
3453
bokanece34a82016-01-28 19:49:463454void WebContentsImpl::ExitFullscreen(bool will_cause_resize) {
mlamouri7a78d6fd2015-01-17 13:23:533455 // Clean up related state and initiate the fullscreen exit.
avi3627ecac2015-10-16 17:40:433456 GetRenderViewHost()->GetWidget()->RejectMouseLockOrUnlockIfNecessary();
bokanece34a82016-01-28 19:49:463457 ExitFullscreenMode(will_cause_resize);
mlamouri7a78d6fd2015-01-17 13:23:533458}
3459
mariakhomenko44bdc4732015-04-29 01:55:383460void WebContentsImpl::ResumeLoadingCreatedWebContents() {
mariakhomenkoa4971c12015-07-21 19:04:373461 if (delayed_open_url_params_.get()) {
3462 OpenURL(*delayed_open_url_params_.get());
3463 delayed_open_url_params_.reset(nullptr);
3464 return;
3465 }
3466
mariakhomenko44bdc4732015-04-29 01:55:383467 // Resume blocked requests for both the RenderViewHost and RenderFrameHost.
3468 // TODO(brettw): It seems bogus to reach into here and initialize the host.
dfalcantarae6b7b46752015-07-10 18:14:163469 if (is_resume_pending_) {
3470 is_resume_pending_ = false;
avi0f1bbc9712015-11-17 02:58:133471 GetRenderViewHost()->GetWidget()->Init();
dfalcantarae6b7b46752015-07-10 18:14:163472 GetMainFrame()->Init();
3473 }
mariakhomenko44bdc4732015-04-29 01:55:383474}
3475
[email protected]b172aee2012-04-10 17:05:263476bool WebContentsImpl::FocusLocationBarByDefault() {
palmerc70cb1f2016-03-04 23:41:263477 // When the browser is started with about:blank as the startup URL, focus
3478 // the location bar (which will also select its contents) so people can
3479 // simply begin typing to navigate elsewhere.
3480 //
3481 // We need to be careful not to trigger this for anything other than the
3482 // startup navigation. In particular, if we allow an attacker to open a
3483 // popup to about:blank, then navigate, focusing the Omnibox will cause the
3484 // end of the new URL to be scrolled into view instead of the start,
3485 // allowing the attacker to spoof other URLs. The conditions checked here
3486 // are all aimed at ensuring no such attacker-controlled navigation can
3487 // trigger this.
3488 //
3489 // Note that we check the pending entry instead of the visible one; for the
3490 // startup URL case these are the same, but for the attacker-controlled
3491 // navigation case the visible entry is the committed "about:blank" URL and
3492 // the pending entry is the problematic navigation elsewhere.
3493 NavigationEntryImpl* entry = controller_.GetPendingEntry();
3494 if (controller_.IsInitialNavigation() && entry &&
3495 !entry->is_renderer_initiated() &&
csharrisona3bd0b32016-10-19 18:40:483496 entry->GetURL() == url::kAboutBlankURL) {
[email protected]0c9406632013-02-08 01:13:333497 return true;
palmerc70cb1f2016-03-04 23:41:263498 }
[email protected]0c9406632013-02-08 01:13:333499 return delegate_ && delegate_->ShouldFocusLocationBarByDefault(this);
[email protected]0bfbf882011-12-22 18:19:273500}
3501
[email protected]b172aee2012-04-10 17:05:263502void WebContentsImpl::SetFocusToLocationBar(bool select_all) {
[email protected]0bfbf882011-12-22 18:19:273503 if (delegate_)
3504 delegate_->SetFocusToLocationBar(select_all);
[email protected]c40d6232011-03-25 00:16:213505}
3506
clamy0e119882015-07-31 16:12:333507void WebContentsImpl::DidStartNavigation(NavigationHandle* navigation_handle) {
ericwilligersde386342016-10-19 02:35:093508 for (auto& observer : observers_)
3509 observer.DidStartNavigation(navigation_handle);
clamy0e119882015-07-31 16:12:333510}
3511
3512void WebContentsImpl::DidRedirectNavigation(
3513 NavigationHandle* navigation_handle) {
ericwilligersde386342016-10-19 02:35:093514 for (auto& observer : observers_)
3515 observer.DidRedirectNavigation(navigation_handle);
jam5f358e52017-02-13 16:37:033516
3517 // Notify accessibility if this is a reload. This has to called on the
3518 // BrowserAccessibilityManager associated with the old RFHI.
3519 if (navigation_handle->GetReloadType() != ReloadType::NONE) {
3520 NavigationHandleImpl* nhi =
3521 static_cast<NavigationHandleImpl*>(navigation_handle);
3522 BrowserAccessibilityManager* manager =
3523 nhi->frame_tree_node()
3524 ->current_frame_host()
3525 ->browser_accessibility_manager();
3526 if (manager)
3527 manager->UserIsReloading();
3528 }
clamy0e119882015-07-31 16:12:333529}
3530
clamyefca29e2015-09-17 00:22:113531void WebContentsImpl::ReadyToCommitNavigation(
3532 NavigationHandle* navigation_handle) {
ericwilligersde386342016-10-19 02:35:093533 for (auto& observer : observers_)
3534 observer.ReadyToCommitNavigation(navigation_handle);
clamyefca29e2015-09-17 00:22:113535}
3536
clamy0e119882015-07-31 16:12:333537void WebContentsImpl::DidFinishNavigation(NavigationHandle* navigation_handle) {
ericwilligersde386342016-10-19 02:35:093538 for (auto& observer : observers_)
3539 observer.DidFinishNavigation(navigation_handle);
clamy0e119882015-07-31 16:12:333540
jam5f358e52017-02-13 16:37:033541 if (navigation_handle->HasCommitted()) {
dmazzonibf8cec42015-02-08 08:28:083542 BrowserAccessibilityManager* manager =
jam5f358e52017-02-13 16:37:033543 static_cast<RenderFrameHostImpl*>(
3544 navigation_handle->GetRenderFrameHost())
3545 ->browser_accessibility_manager();
3546 if (manager) {
3547 if (navigation_handle->IsErrorPage()) {
3548 manager->NavigationFailed();
3549 } else {
3550 manager->NavigationSucceeded();
3551 }
3552 }
dmazzonibf8cec42015-02-08 08:28:083553 }
[email protected]400992b2012-06-14 00:03:543554}
3555
[email protected]b80624c2014-02-09 02:46:553556void WebContentsImpl::DidFailLoadWithError(
3557 RenderFrameHostImpl* render_frame_host,
[email protected]b80624c2014-02-09 02:46:553558 const GURL& url,
[email protected]b80624c2014-02-09 02:46:553559 int error_code,
gsennton6fbb38692015-06-24 19:23:553560 const base::string16& error_description,
3561 bool was_ignored_by_handler) {
ericwilligersde386342016-10-19 02:35:093562 for (auto& observer : observers_) {
3563 observer.DidFailLoad(render_frame_host, url, error_code, error_description,
3564 was_ignored_by_handler);
3565 }
[email protected]b80624c2014-02-09 02:46:553566}
3567
[email protected]52913802013-12-10 05:52:183568void WebContentsImpl::NotifyChangedNavigationState(
3569 InvalidateTypes changed_flags) {
3570 NotifyNavigationStateChanged(changed_flags);
3571}
3572
toyoshim0df1d3a2016-09-09 09:52:483573void WebContentsImpl::DidStartNavigationToPendingEntry(const GURL& url,
3574 ReloadType reload_type) {
[email protected]3691e5cf2014-01-22 10:16:203575 // Notify observers about navigation.
ericwilligersde386342016-10-19 02:35:093576 for (auto& observer : observers_)
3577 observer.DidStartNavigationToPendingEntry(url, reload_type);
[email protected]3691e5cf2014-01-22 10:16:203578}
3579
lukasza1d025732016-09-28 21:36:083580bool WebContentsImpl::ShouldTransferNavigation(bool is_main_frame_navigation) {
creis29460272015-12-16 04:38:223581 if (!delegate_)
3582 return true;
lukasza1d025732016-09-28 21:36:083583 return delegate_->ShouldTransferNavigation(is_main_frame_navigation);
creis29460272015-12-16 04:38:223584}
3585
[email protected]aa62afd2014-04-22 19:22:463586bool WebContentsImpl::ShouldPreserveAbortedURLs() {
3587 if (!delegate_)
3588 return false;
3589 return delegate_->ShouldPreserveAbortedURLs(this);
3590}
3591
[email protected]0d0f4c492014-04-02 06:42:573592void WebContentsImpl::DidNavigateMainFramePreCommit(
[email protected]5cfbddc2014-06-23 23:52:233593 bool navigation_is_within_page) {
[email protected]0d0f4c492014-04-02 06:42:573594 // Ensure fullscreen mode is exited before committing the navigation to a
3595 // different page. The next page will not start out assuming it is in
3596 // fullscreen mode.
[email protected]5cfbddc2014-06-23 23:52:233597 if (navigation_is_within_page) {
[email protected]dfc39cb2014-04-09 22:58:193598 // No page change? Then, the renderer and browser can remain in fullscreen.
[email protected]0d0f4c492014-04-02 06:42:573599 return;
3600 }
alexmos5dd617d2016-06-07 04:21:153601 if (IsFullscreenForCurrentTab())
bokanece34a82016-01-28 19:49:463602 ExitFullscreen(false);
alexmos5dd617d2016-06-07 04:21:153603 DCHECK(!IsFullscreenForCurrentTab());
[email protected]0d0f4c492014-04-02 06:42:573604}
3605
[email protected]37567b432014-02-12 01:12:223606void WebContentsImpl::DidNavigateMainFramePostCommit(
sky8b00392d2015-01-10 00:30:283607 RenderFrameHostImpl* render_frame_host,
[email protected]37567b432014-02-12 01:12:223608 const LoadCommittedDetails& details,
3609 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) {
3610 if (details.is_navigation_to_different_page()) {
3611 // Clear the status bubble. This is a workaround for a bug where WebKit
3612 // doesn't let us know that the cursor left an element during a
3613 // transition (this is also why the mouse cursor remains as a hand after
3614 // clicking on a link); see bugs 1184641 and 980803. We don't want to
3615 // clear the bubble when a user navigates to a named anchor in the same
3616 // page.
sky8b00392d2015-01-10 00:30:283617 UpdateTargetURL(render_frame_host->GetRenderViewHost(), GURL());
lanwei9d343ad22015-02-11 01:46:003618
3619 RenderWidgetHostViewBase* rwhvb =
3620 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
3621 if (rwhvb)
3622 rwhvb->OnDidNavigateMainFrameToNewPage();
yusufod41c5f92015-03-06 00:14:283623
peter90afaba2015-06-01 12:05:293624 did_first_visually_non_empty_paint_ = false;
3625
yusufod41c5f92015-03-06 00:14:283626 // Reset theme color on navigation to new page.
3627 theme_color_ = SK_ColorTRANSPARENT;
[email protected]37567b432014-02-12 01:12:223628 }
3629
[email protected]e85165c642014-06-10 14:34:313630 if (delegate_)
[email protected]37567b432014-02-12 01:12:223631 delegate_->DidNavigateMainFramePostCommit(this);
[email protected]e85165c642014-06-10 14:34:313632 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
[email protected]37567b432014-02-12 01:12:223633}
3634
3635void WebContentsImpl::DidNavigateAnyFramePostCommit(
3636 RenderFrameHostImpl* render_frame_host,
3637 const LoadCommittedDetails& details,
3638 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) {
[email protected]b4c84012014-04-28 19:51:103639 // Now that something has committed, we don't need to track whether the
3640 // initial page has been accessed.
3641 has_accessed_initial_document_ = false;
3642
[email protected]37567b432014-02-12 01:12:223643 // If we navigate off the page, close all JavaScript dialogs.
eugenebutee08663a2017-04-27 17:43:123644 if (!details.is_same_document)
creis89a0f782015-05-27 16:13:173645 CancelActiveAndPendingDialogs();
[email protected]37567b432014-02-12 01:12:223646
avid53461d2016-02-25 17:15:043647 // If this is a user-initiated navigation, start allowing JavaScript dialogs
3648 // again.
avi5d3b8692016-10-12 22:00:463649 if (params.gesture == NavigationGestureUser && dialog_manager_) {
avi6879fcf2017-01-21 05:27:533650 dialog_manager_->CancelDialogs(this, /*reset_state=*/true);
avi5d3b8692016-10-12 22:00:463651 }
[email protected]37567b432014-02-12 01:12:223652}
3653
3654void WebContentsImpl::SetMainFrameMimeType(const std::string& mime_type) {
3655 contents_mime_type_ = mime_type;
3656}
3657
[email protected]277857a2014-06-03 10:38:013658bool WebContentsImpl::CanOverscrollContent() const {
[email protected]e85165c642014-06-10 14:34:313659 // Disable overscroll when touch emulation is on. See crbug.com/369938.
[email protected]34ff1cfc2014-08-20 06:16:053660 if (force_disable_overscroll_content_)
[email protected]e85165c642014-06-10 14:34:313661 return false;
3662
[email protected]37567b432014-02-12 01:12:223663 if (delegate_)
3664 return delegate_->CanOverscrollContent();
3665
3666 return false;
3667}
3668
nicka0ac8382016-12-15 23:59:233669void WebContentsImpl::OnThemeColorChanged(RenderFrameHostImpl* source,
3670 SkColor theme_color) {
3671 if (source != GetMainFrame()) {
3672 // Only the main frame may control the theme.
3673 return;
3674 }
3675
peter90afaba2015-06-01 12:05:293676 // Update the theme color. This is to be published to observers after the
3677 // first visually non-empty paint.
yusufod41c5f92015-03-06 00:14:283678 theme_color_ = theme_color;
peter90afaba2015-06-01 12:05:293679
3680 if (did_first_visually_non_empty_paint_ &&
3681 last_sent_theme_color_ != theme_color_) {
ericwilligersde386342016-10-19 02:35:093682 for (auto& observer : observers_)
3683 observer.DidChangeThemeColor(theme_color_);
peter90afaba2015-06-01 12:05:293684 last_sent_theme_color_ = theme_color_;
3685 }
[email protected]e7104762014-06-20 19:17:253686}
3687
[email protected]b172aee2012-04-10 17:05:263688void WebContentsImpl::OnDidLoadResourceFromMemoryCache(
nicka0ac8382016-12-15 23:59:233689 RenderFrameHostImpl* source,
[email protected]724159a2010-12-30 01:11:183690 const GURL& url,
[email protected]70435962011-08-02 20:13:283691 const std::string& http_method,
[email protected]6d6cfb3a2012-05-23 22:53:183692 const std::string& mime_type,
[email protected]6c1e05212014-07-31 00:59:403693 ResourceType resource_type) {
ericwilligersde386342016-10-19 02:35:093694 for (auto& observer : observers_)
3695 observer.DidLoadResourceFromMemoryCache(url, mime_type, resource_type);
[email protected]b0f724c2013-09-05 04:21:133696
[email protected]8bfc8272013-09-09 20:10:533697 if (url.is_valid() && url.SchemeIsHTTPOrHTTPS()) {
nicka0ac8382016-12-15 23:59:233698 StoragePartition* partition = source->GetProcess()->GetStoragePartition();
[email protected]8bfc8272013-09-09 20:10:533699 scoped_refptr<net::URLRequestContextGetter> request_context(
nicka0ac8382016-12-15 23:59:233700 resource_type == RESOURCE_TYPE_MEDIA
3701 ? partition->GetMediaURLRequestContext()
3702 : partition->GetURLRequestContext());
[email protected]8bfc8272013-09-09 20:10:533703 BrowserThread::PostTask(
nicka0ac8382016-12-15 23:59:233704 BrowserThread::IO, FROM_HERE,
[email protected]8bfc8272013-09-09 20:10:533705 base::Bind(&NotifyCacheOnIO, request_context, url, http_method));
3706 }
[email protected]724159a2010-12-30 01:11:183707}
3708
nicka0ac8382016-12-15 23:59:233709void WebContentsImpl::OnDidDisplayInsecureContent(RenderFrameHostImpl* source) {
3710 // Any frame can trigger display of insecure content, so we don't check
3711 // |source| here.
carloskd9d97942017-02-16 08:58:093712 DidDisplayInsecureContent();
3713}
3714
3715void WebContentsImpl::DidDisplayInsecureContent() {
estarkc2273502016-10-12 22:03:023716 controller_.ssl_manager()->DidDisplayMixedContent();
[email protected]724159a2010-12-30 01:11:183717}
3718
elawrenceb2ac2a232017-03-27 21:46:253719void WebContentsImpl::OnDidContainInsecureFormAction(
3720 RenderFrameHostImpl* source) {
3721 controller_.ssl_manager()->DidContainInsecureFormAction();
3722}
3723
nicka0ac8382016-12-15 23:59:233724void WebContentsImpl::OnDidRunInsecureContent(RenderFrameHostImpl* source,
3725 const GURL& security_origin,
estark910b4572015-12-09 20:55:413726 const GURL& target_url) {
nicka0ac8382016-12-15 23:59:233727 // TODO(nick, estark): Should we call FilterURL using |source|'s process on
3728 // these parameters? |target_url| seems unused, except for a log message. And
3729 // |security_origin| might be replaceable with the origin of the main frame.
carloskd9d97942017-02-16 08:58:093730 DidRunInsecureContent(security_origin, target_url);
3731}
3732
3733void WebContentsImpl::DidRunInsecureContent(const GURL& security_origin,
3734 const GURL& target_url) {
[email protected]9450c462013-11-23 01:22:583735 LOG(WARNING) << security_origin << " ran insecure content from "
3736 << target_url.possibly_invalid_spec();
[email protected]e6e30ac2014-01-13 21:24:393737 RecordAction(base::UserMetricsAction("SSL.RanInsecureContent"));
estark910b4572015-12-09 20:55:413738 if (base::EndsWith(security_origin.spec(), kDotGoogleDotCom,
brettwa7ff1b292015-07-16 17:49:293739 base::CompareCase::INSENSITIVE_ASCII))
[email protected]e6e30ac2014-01-13 21:24:393740 RecordAction(base::UserMetricsAction("SSL.RanInsecureContentGoogle"));
estarkc2273502016-10-12 22:03:023741 controller_.ssl_manager()->DidRunMixedContent(security_origin);
[email protected]724159a2010-12-30 01:11:183742}
3743
carloskd9d97942017-02-16 08:58:093744void WebContentsImpl::PassiveInsecureContentFound(const GURL& resource_url) {
3745 GetDelegate()->PassiveInsecureContentFound(resource_url);
3746}
3747
3748bool WebContentsImpl::ShouldAllowRunningInsecureContent(
3749 WebContents* web_contents,
3750 bool allowed_per_prefs,
3751 const url::Origin& origin,
3752 const GURL& resource_url) {
3753 return GetDelegate()->ShouldAllowRunningInsecureContent(
3754 web_contents, allowed_per_prefs, origin, resource_url);
3755}
3756
rob.buis300b0872017-03-10 20:43:583757#if defined(OS_ANDROID)
3758base::android::ScopedJavaLocalRef<jobject>
3759WebContentsImpl::GetJavaRenderFrameHostDelegate() {
3760 return GetJavaWebContents();
3761}
3762#endif
3763
estark910b4572015-12-09 20:55:413764void WebContentsImpl::OnDidDisplayContentWithCertificateErrors(
nicka0ac8382016-12-15 23:59:233765 RenderFrameHostImpl* source,
jama385e112016-07-22 00:07:583766 const GURL& url) {
nicka0ac8382016-12-15 23:59:233767 // TODO(nick): |url| is unused; get rid of it.
estarkc2273502016-10-12 22:03:023768 controller_.ssl_manager()->DidDisplayContentWithCertErrors();
estark910b4572015-12-09 20:55:413769}
3770
3771void WebContentsImpl::OnDidRunContentWithCertificateErrors(
nicka0ac8382016-12-15 23:59:233772 RenderFrameHostImpl* source,
jama385e112016-07-22 00:07:583773 const GURL& url) {
nicka0ac8382016-12-15 23:59:233774 // TODO(nick, estark): Do we need to consider |source| here somehow?
estarkcd2e30c2016-08-12 06:51:153775 NavigationEntry* entry = controller_.GetVisibleEntry();
3776 if (!entry)
estarkaeda1422016-05-10 02:31:123777 return;
3778
estarkaeda1422016-05-10 02:31:123779 // TODO(estark): check that this does something reasonable for
3780 // about:blank and sandboxed origins. https://crbug.com/609527
estarkcd2e30c2016-08-12 06:51:153781 controller_.ssl_manager()->DidRunContentWithCertErrors(
3782 entry->GetURL().GetOrigin());
estark910b4572015-12-09 20:55:413783}
3784
nicka0ac8382016-12-15 23:59:233785void WebContentsImpl::OnDocumentLoadedInFrame(RenderFrameHostImpl* source) {
ericwilligersde386342016-10-19 02:35:093786 for (auto& observer : observers_)
nicka0ac8382016-12-15 23:59:233787 observer.DocumentLoadedInFrame(source);
[email protected]724159a2010-12-30 01:11:183788}
3789
nicka0ac8382016-12-15 23:59:233790void WebContentsImpl::OnDidFinishLoad(RenderFrameHostImpl* source,
3791 const GURL& url) {
[email protected]8b3af1e2014-01-24 13:29:123792 GURL validated_url(url);
nicka0ac8382016-12-15 23:59:233793 source->GetProcess()->FilterURL(false, &validated_url);
[email protected]028053d42014-03-05 22:20:373794
ericwilligersde386342016-10-19 02:35:093795 for (auto& observer : observers_)
nicka0ac8382016-12-15 23:59:233796 observer.DidFinishLoad(source, validated_url);
[email protected]1a55c5be2011-11-29 11:36:313797}
3798
nicka0ac8382016-12-15 23:59:233799void WebContentsImpl::OnGoToEntryAtOffset(RenderViewHostImpl* source,
3800 int offset) {
3801 // All frames are allowed to navigate the global history.
avi6ddfcae2015-06-30 15:50:573802 if (!delegate_ || delegate_->OnGoToEntryOffset(offset))
3803 controller_.GoToOffset(offset);
[email protected]216813952011-05-19 22:21:263804}
3805
nicka0ac8382016-12-15 23:59:233806void WebContentsImpl::OnUpdateZoomLimits(RenderViewHostImpl* source,
3807 int minimum_percent,
[email protected]fce823222014-05-30 16:24:303808 int maximum_percent) {
[email protected]216813952011-05-19 22:21:263809 minimum_zoom_percent_ = minimum_percent;
3810 maximum_zoom_percent_ = maximum_percent;
[email protected]216813952011-05-19 22:21:263811}
3812
nicka0ac8382016-12-15 23:59:233813void WebContentsImpl::OnPageScaleFactorChanged(RenderViewHostImpl* source,
3814 float page_scale_factor) {
mcnee432e47d2015-11-09 19:37:463815 bool is_one = page_scale_factor == 1.f;
3816 if (is_one != page_scale_factor_is_one_) {
3817 page_scale_factor_is_one_ = is_one;
3818
3819 HostZoomMapImpl* host_zoom_map =
3820 static_cast<HostZoomMapImpl*>(HostZoomMap::GetForWebContents(this));
3821
nicka0ac8382016-12-15 23:59:233822 if (host_zoom_map) {
mcnee432e47d2015-11-09 19:37:463823 host_zoom_map->SetPageScaleFactorIsOneForView(
nicka0ac8382016-12-15 23:59:233824 source->GetProcess()->GetID(), source->GetRoutingID(),
mcnee432e47d2015-11-09 19:37:463825 page_scale_factor_is_one_);
3826 }
3827 }
3828
ericwilligersde386342016-10-19 02:35:093829 for (auto& observer : observers_)
3830 observer.OnPageScaleFactorChanged(page_scale_factor);
mcnee432e47d2015-11-09 19:37:463831}
3832
nicka0ac8382016-12-15 23:59:233833void WebContentsImpl::OnEnumerateDirectory(RenderViewHostImpl* source,
3834 int request_id,
[email protected]2dec8ec2013-02-07 19:20:343835 const base::FilePath& path) {
[email protected]e5f2de02012-07-20 22:15:433836 if (!delegate_)
3837 return;
3838
[email protected]b9535422012-02-09 01:47:593839 ChildProcessSecurityPolicyImpl* policy =
3840 ChildProcessSecurityPolicyImpl::GetInstance();
nicka0ac8382016-12-15 23:59:233841 if (policy->CanReadFile(source->GetProcess()->GetID(), path)) {
3842 // TODO(nick): |this| param in the call below ought to be a RenderFrameHost.
[email protected]b9535422012-02-09 01:47:593843 delegate_->EnumerateDirectory(this, request_id, path);
nicka0ac8382016-12-15 23:59:233844 }
[email protected]3a29a6e2011-08-24 18:26:213845}
3846
nicka0ac8382016-12-15 23:59:233847void WebContentsImpl::OnRegisterProtocolHandler(RenderFrameHostImpl* source,
3848 const std::string& protocol,
[email protected]b172aee2012-04-10 17:05:263849 const GURL& url,
[email protected]fcf75d42013-12-03 20:11:263850 const base::string16& title,
[email protected]3a3b75a2012-06-01 08:38:363851 bool user_gesture) {
nicka0ac8382016-12-15 23:59:233852 // TODO(nick): Should we consider |source| here or pass it to the delegate?
3853 // TODO(nick): Do we need to apply FilterURL to |url|?
[email protected]e5f2de02012-07-20 22:15:433854 if (!delegate_)
3855 return;
3856
[email protected]b9535422012-02-09 01:47:593857 ChildProcessSecurityPolicyImpl* policy =
3858 ChildProcessSecurityPolicyImpl::GetInstance();
[email protected]8f810632013-06-06 22:33:323859 if (policy->IsPseudoScheme(protocol))
[email protected]b9535422012-02-09 01:47:593860 return;
[email protected]8f810632013-06-06 22:33:323861
[email protected]c125e532014-05-10 20:39:063862 delegate_->RegisterProtocolHandler(this, protocol, url, user_gesture);
[email protected]7d189022011-08-25 22:54:203863}
3864
nicka0ac8382016-12-15 23:59:233865void WebContentsImpl::OnUnregisterProtocolHandler(RenderFrameHostImpl* source,
3866 const std::string& protocol,
[email protected]f5273e52014-07-14 16:30:203867 const GURL& url,
3868 bool user_gesture) {
nicka0ac8382016-12-15 23:59:233869 // TODO(nick): Should we consider |source| here or pass it to the delegate?
3870 // TODO(nick): Do we need to apply FilterURL to |url|?
[email protected]f5273e52014-07-14 16:30:203871 if (!delegate_)
3872 return;
3873
3874 ChildProcessSecurityPolicyImpl* policy =
3875 ChildProcessSecurityPolicyImpl::GetInstance();
3876 if (policy->IsPseudoScheme(protocol))
3877 return;
3878
3879 delegate_->UnregisterProtocolHandler(this, protocol, url, user_gesture);
3880}
3881
kouhei40f03cb2015-09-24 07:47:013882void WebContentsImpl::OnUpdatePageImportanceSignals(
nicka0ac8382016-12-15 23:59:233883 RenderFrameHostImpl* source,
kouhei40f03cb2015-09-24 07:47:013884 const PageImportanceSignals& signals) {
nicka0ac8382016-12-15 23:59:233885 // TODO(nick, kouhei): Fix this for oopifs; currently all frames' state gets
3886 // written to this one field.
kouhei40f03cb2015-09-24 07:47:013887 page_importance_signals_ = signals;
3888}
3889
nicka0ac8382016-12-15 23:59:233890void WebContentsImpl::OnFindReply(RenderFrameHostImpl* source,
3891 int request_id,
[email protected]b172aee2012-04-10 17:05:263892 int number_of_matches,
3893 const gfx::Rect& selection_rect,
3894 int active_match_ordinal,
3895 bool final_update) {
paulmeyerfeafc2d2017-04-25 21:46:403896 if (active_match_ordinal > 0)
3897 SetFocusedFrame(source->frame_tree_node(), source->GetSiteInstance());
3898
paulmeyerc0b762b2016-04-13 11:55:173899 // Forward the find reply to the FindRequestManager, along with the
3900 // RenderFrameHost associated with the frame that the reply came from.
nicka0ac8382016-12-15 23:59:233901 GetOrCreateFindRequestManager()->OnFindReply(
3902 source, request_id, number_of_matches, selection_rect,
3903 active_match_ordinal, final_update);
[email protected]b888919c2011-09-02 00:32:163904}
3905
mfomitchev2b8b066a2016-01-28 19:23:153906#if defined(OS_ANDROID)
[email protected]59363fc92012-09-05 03:46:313907void WebContentsImpl::OnFindMatchRectsReply(
nicka0ac8382016-12-15 23:59:233908 RenderFrameHostImpl* source,
[email protected]59363fc92012-09-05 03:46:313909 int version,
3910 const std::vector<gfx::RectF>& rects,
3911 const gfx::RectF& active_rect) {
nicka0ac8382016-12-15 23:59:233912 GetOrCreateFindRequestManager()->OnFindMatchRectsReply(source, version, rects,
3913 active_rect);
[email protected]59363fc92012-09-05 03:46:313914}
[email protected]583418cc2013-01-17 14:01:103915
nicka0ac8382016-12-15 23:59:233916void WebContentsImpl::OnGetNearestFindResultReply(RenderFrameHostImpl* source,
3917 int request_id,
paulmeyerc8cb7cb2016-06-07 01:14:193918 float distance) {
3919 GetOrCreateFindRequestManager()->OnGetNearestFindResultReply(
nicka0ac8382016-12-15 23:59:233920 source, request_id, distance);
paulmeyerc8cb7cb2016-06-07 01:14:193921}
3922
[email protected]1ff427972013-02-07 21:14:073923void WebContentsImpl::OnOpenDateTimeDialog(
nicka0ac8382016-12-15 23:59:233924 RenderViewHostImpl* source,
[email protected]1ff427972013-02-07 21:14:073925 const ViewHostMsg_DateTimeDialogValue_Params& value) {
nicka0ac8382016-12-15 23:59:233926 date_time_chooser_->ShowDialog(
3927 GetTopLevelNativeWindow(), source, value.dialog_type, value.dialog_value,
3928 value.minimum, value.maximum, value.step, value.suggestions);
[email protected]583418cc2013-01-17 14:01:103929}
[email protected]59363fc92012-09-05 03:46:313930#endif
3931
nicka0ac8382016-12-15 23:59:233932void WebContentsImpl::OnDomOperationResponse(RenderFrameHostImpl* source,
3933 const std::string& json_string) {
3934 // TODO(nick, lukasza): The notification below should probably be updated to
3935 // include |source|.
avi60bd4902015-09-23 20:39:243936 std::string json = json_string;
3937 NotificationService::current()->Notify(NOTIFICATION_DOM_OPERATION_RESPONSE,
3938 Source<WebContents>(this),
3939 Details<std::string>(&json));
[email protected]cfa856d62014-02-22 07:58:403940}
3941
nicka0ac8382016-12-15 23:59:233942void WebContentsImpl::OnAppCacheAccessed(RenderViewHostImpl* source,
3943 const GURL& manifest_url,
[email protected]b172aee2012-04-10 17:05:263944 bool blocked_by_policy) {
nicka0ac8382016-12-15 23:59:233945 // TODO(nick): Should we consider |source| here? Should we call FilterURL on
3946 // |manifest_url|?
3947
[email protected]7fc4bbb2011-09-08 21:23:103948 // Notify observers about navigation.
ericwilligersde386342016-10-19 02:35:093949 for (auto& observer : observers_)
3950 observer.AppCacheAccessed(manifest_url, blocked_by_policy);
[email protected]7fc4bbb2011-09-08 21:23:103951}
3952
[email protected]8bc5ff02013-11-29 06:34:033953void WebContentsImpl::OnOpenColorChooser(
nicka0ac8382016-12-15 23:59:233954 RenderFrameHostImpl* source,
[email protected]8ed16472014-04-11 19:02:483955 int color_chooser_id,
3956 SkColor color,
3957 const std::vector<ColorSuggestion>& suggestions) {
[email protected]aa62afd2014-04-22 19:22:463958 ColorChooser* new_color_chooser = delegate_ ?
3959 delegate_->OpenColorChooser(this, color, suggestions) :
3960 NULL;
[email protected]820957a2014-01-14 14:56:303961 if (!new_color_chooser)
[email protected]cb805452013-05-22 15:16:213962 return;
[email protected]8ed16472014-04-11 19:02:483963 if (color_chooser_info_.get())
3964 color_chooser_info_->chooser->End();
3965
3966 color_chooser_info_.reset(new ColorChooserInfo(
nicka0ac8382016-12-15 23:59:233967 source->GetProcess()->GetID(), source->GetRoutingID(), new_color_chooser,
[email protected]8ed16472014-04-11 19:02:483968 color_chooser_id));
[email protected]da8543762012-03-20 08:52:203969}
3970
nicka0ac8382016-12-15 23:59:233971void WebContentsImpl::OnEndColorChooser(RenderFrameHostImpl* source,
3972 int color_chooser_id) {
[email protected]8ed16472014-04-11 19:02:483973 if (color_chooser_info_ &&
nicka0ac8382016-12-15 23:59:233974 color_chooser_info_->Matches(source, color_chooser_id))
[email protected]8ed16472014-04-11 19:02:483975 color_chooser_info_->chooser->End();
[email protected]da8543762012-03-20 08:52:203976}
3977
nicka0ac8382016-12-15 23:59:233978void WebContentsImpl::OnSetSelectedColorInColorChooser(
3979 RenderFrameHostImpl* source,
3980 int color_chooser_id,
3981 SkColor color) {
[email protected]8ed16472014-04-11 19:02:483982 if (color_chooser_info_ &&
nicka0ac8382016-12-15 23:59:233983 color_chooser_info_->Matches(source, color_chooser_id))
[email protected]8ed16472014-04-11 19:02:483984 color_chooser_info_->chooser->SetSelectedColor(color);
[email protected]da8543762012-03-20 08:52:203985}
3986
[email protected]d0759f492012-04-19 22:50:503987// This exists for render views that don't have a WebUI, but do have WebUI
3988// bindings enabled.
nicka0ac8382016-12-15 23:59:233989void WebContentsImpl::OnWebUISend(RenderViewHostImpl* source,
3990 const GURL& source_url,
[email protected]d0759f492012-04-19 22:50:503991 const std::string& name,
3992 const base::ListValue& args) {
nicka0ac8382016-12-15 23:59:233993 // TODO(nick): Should we consider |source| here or pass it to the delegate?
3994 // TODO(nick): Should FilterURL be applied to |source_url|?
3995 // TODO(nick): This IPC should be ported to FrameHostMsg_, and |source_url|
3996 // should be eliminated (use last_committed_url() on the RFH instead).
[email protected]d0759f492012-04-19 22:50:503997 if (delegate_)
3998 delegate_->WebUISend(this, source_url, name, args);
3999}
4000
brettw4b461082016-11-19 18:55:164001#if BUILDFLAG(ENABLE_PLUGINS)
nicka0ac8382016-12-15 23:59:234002void WebContentsImpl::OnPepperInstanceCreated(RenderFrameHostImpl* source,
4003 int32_t pp_instance) {
ericwilligersde386342016-10-19 02:35:094004 for (auto& observer : observers_)
4005 observer.PepperInstanceCreated();
nicka0ac8382016-12-15 23:59:234006 pepper_playback_observer_->PepperInstanceCreated(source, pp_instance);
emaxxe70f5e12015-05-29 11:26:004007}
4008
nicka0ac8382016-12-15 23:59:234009void WebContentsImpl::OnPepperInstanceDeleted(RenderFrameHostImpl* source,
4010 int32_t pp_instance) {
ericwilligersde386342016-10-19 02:35:094011 for (auto& observer : observers_)
4012 observer.PepperInstanceDeleted();
nicka0ac8382016-12-15 23:59:234013 pepper_playback_observer_->PepperInstanceDeleted(source, pp_instance);
emaxxe70f5e12015-05-29 11:26:004014}
4015
nicka0ac8382016-12-15 23:59:234016void WebContentsImpl::OnPepperPluginHung(RenderFrameHostImpl* source,
4017 int plugin_child_id,
tommyclie6633ca72014-10-31 00:40:424018 const base::FilePath& path,
4019 bool is_hung) {
4020 UMA_HISTOGRAM_COUNTS("Pepper.PluginHung", 1);
4021
ericwilligersde386342016-10-19 02:35:094022 for (auto& observer : observers_)
4023 observer.PluginHungStatusChanged(plugin_child_id, path, is_hung);
tommyclie6633ca72014-10-31 00:40:424024}
4025
nicka0ac8382016-12-15 23:59:234026void WebContentsImpl::OnPepperStartsPlayback(RenderFrameHostImpl* source,
4027 int32_t pp_instance) {
4028 pepper_playback_observer_->PepperStartsPlayback(source, pp_instance);
zqzhang181047e62016-07-01 13:37:174029}
4030
nicka0ac8382016-12-15 23:59:234031void WebContentsImpl::OnPepperStopsPlayback(RenderFrameHostImpl* source,
4032 int32_t pp_instance) {
4033 pepper_playback_observer_->PepperStopsPlayback(source, pp_instance);
zqzhang181047e62016-07-01 13:37:174034}
4035
nicka0ac8382016-12-15 23:59:234036void WebContentsImpl::OnPluginCrashed(RenderFrameHostImpl* source,
4037 const base::FilePath& plugin_path,
tommyclie6633ca72014-10-31 00:40:424038 base::ProcessId plugin_pid) {
nicka0ac8382016-12-15 23:59:234039 // TODO(nick): Eliminate the |plugin_pid| parameter, which can't be trusted,
4040 // and is only used by BlinkTestController.
ericwilligersde386342016-10-19 02:35:094041 for (auto& observer : observers_)
4042 observer.PluginCrashed(plugin_path, plugin_pid);
tommyclie6633ca72014-10-31 00:40:424043}
4044
[email protected]d8415ad92012-08-23 14:40:504045void WebContentsImpl::OnRequestPpapiBrokerPermission(
nicka0ac8382016-12-15 23:59:234046 RenderViewHostImpl* source,
4047 int ppb_broker_route_id,
[email protected]d8415ad92012-08-23 14:40:504048 const GURL& url,
[email protected]2dec8ec2013-02-07 19:20:344049 const base::FilePath& plugin_path) {
nicka0ac8382016-12-15 23:59:234050 base::Callback<void(bool)> permission_result_callback = base::Bind(
4051 &WebContentsImpl::SendPpapiBrokerPermissionResult, base::Unretained(this),
4052 source->GetProcess()->GetID(), ppb_broker_route_id);
[email protected]8c8fc292012-11-23 18:57:164053 if (!delegate_) {
nicka0ac8382016-12-15 23:59:234054 permission_result_callback.Run(false);
[email protected]8c8fc292012-11-23 18:57:164055 return;
[email protected]d8415ad92012-08-23 14:40:504056 }
4057
nicka0ac8382016-12-15 23:59:234058 if (!delegate_->RequestPpapiBrokerPermission(this, url, plugin_path,
4059 permission_result_callback)) {
[email protected]8c8fc292012-11-23 18:57:164060 NOTIMPLEMENTED();
nicka0ac8382016-12-15 23:59:234061 permission_result_callback.Run(false);
[email protected]8c8fc292012-11-23 18:57:164062 }
[email protected]d8415ad92012-08-23 14:40:504063}
4064
nicka0ac8382016-12-15 23:59:234065void WebContentsImpl::SendPpapiBrokerPermissionResult(int process_id,
4066 int ppb_broker_route_id,
4067 bool result) {
4068 RenderProcessHost* rph = RenderProcessHost::FromID(process_id);
4069 if (rph) {
4070 // TODO(nick): Convert this from ViewMsg_ to a Ppapi msg, since it
4071 // is not routed to a RenderView.
4072 rph->Send(
4073 new ViewMsg_PpapiBrokerPermissionResult(ppb_broker_route_id, result));
4074 }
[email protected]d8415ad92012-08-23 14:40:504075}
4076
fsamuel833ee7c2015-02-13 23:40:404077void WebContentsImpl::OnBrowserPluginMessage(RenderFrameHost* render_frame_host,
4078 const IPC::Message& message) {
[email protected]7a846df2012-09-20 19:17:394079 CHECK(!browser_plugin_embedder_.get());
fsamuel60b42282015-03-10 03:29:144080 CreateBrowserPluginEmbedderIfNecessary();
fsamuel833ee7c2015-02-13 23:40:404081 browser_plugin_embedder_->OnMessageReceived(message, render_frame_host);
[email protected]19be7a62012-10-01 23:03:374082}
brettw4b461082016-11-19 18:55:164083#endif // BUILDFLAG(ENABLE_PLUGINS)
[email protected]19be7a62012-10-01 23:03:374084
[email protected]795c28972012-12-06 06:13:394085void WebContentsImpl::OnUpdateFaviconURL(
nicka0ac8382016-12-15 23:59:234086 RenderViewHostImpl* source,
[email protected]795c28972012-12-06 06:13:394087 const std::vector<FaviconURL>& candidates) {
pkotwiczf9bc20592015-04-21 18:57:064088 // We get updated favicon URLs after the page stops loading. If a cross-site
4089 // navigation occurs while a page is still loading, the initial page
4090 // may stop loading and send us updated favicon URLs after the navigation
4091 // for the new page has committed.
nicka0ac8382016-12-15 23:59:234092 if (!source->is_active())
pkotwiczf9bc20592015-04-21 18:57:064093 return;
4094
ericwilligersde386342016-10-19 02:35:094095 for (auto& observer : observers_)
4096 observer.DidUpdateFaviconURL(candidates);
[email protected]795c28972012-12-06 06:13:394097}
4098
estark703f1b42016-10-10 21:37:154099void WebContentsImpl::OnPasswordInputShownOnHttp() {
estarkc2273502016-10-12 22:03:024100 controller_.ssl_manager()->DidShowPasswordInputOnHttp();
estark703f1b42016-10-10 21:37:154101}
4102
estarkfae6b5872016-11-04 05:20:314103void WebContentsImpl::OnAllPasswordInputsHiddenOnHttp() {
4104 controller_.ssl_manager()->DidHideAllPasswordInputsOnHttp();
4105}
4106
estark703f1b42016-10-10 21:37:154107void WebContentsImpl::OnCreditCardInputShownOnHttp() {
estarkc2273502016-10-12 22:03:024108 controller_.ssl_manager()->DidShowCreditCardInputOnHttp();
estark703f1b42016-10-10 21:37:154109}
4110
qinmin72e8bd02016-10-21 19:35:374111void WebContentsImpl::SetIsOverlayContent(bool is_overlay_content) {
4112 is_overlay_content_ = is_overlay_content;
4113}
4114
nicka0ac8382016-12-15 23:59:234115void WebContentsImpl::OnFirstVisuallyNonEmptyPaint(RenderViewHostImpl* source) {
4116 // TODO(nick): When this is ported to FrameHostMsg_, we should only listen if
4117 // |source| is the main frame.
ericwilligersde386342016-10-19 02:35:094118 for (auto& observer : observers_)
4119 observer.DidFirstVisuallyNonEmptyPaint();
yusufod41c5f92015-03-06 00:14:284120
peter90afaba2015-06-01 12:05:294121 did_first_visually_non_empty_paint_ = true;
4122
yusufod41c5f92015-03-06 00:14:284123 if (theme_color_ != last_sent_theme_color_) {
4124 // Theme color should have updated by now if there was one.
ericwilligersde386342016-10-19 02:35:094125 for (auto& observer : observers_)
4126 observer.DidChangeThemeColor(theme_color_);
yusufod41c5f92015-03-06 00:14:284127 last_sent_theme_color_ = theme_color_;
4128 }
[email protected]9f268072013-11-07 00:02:154129}
[email protected]d9030b82013-07-19 08:26:064130
[email protected]17e286e2013-03-01 23:29:394131void WebContentsImpl::NotifyBeforeFormRepostWarningShow() {
ericwilligersde386342016-10-19 02:35:094132 for (auto& observer : observers_)
4133 observer.BeforeFormRepostWarningShow();
[email protected]17e286e2013-03-01 23:29:394134}
4135
[email protected]ec6c05f2013-10-23 18:41:574136void WebContentsImpl::ActivateAndShowRepostFormWarningDialog() {
4137 Activate();
4138 if (delegate_)
4139 delegate_->ShowRepostFormWarningDialog(this);
4140}
4141
[email protected]b4c84012014-04-28 19:51:104142bool WebContentsImpl::HasAccessedInitialDocument() {
4143 return has_accessed_initial_document_;
4144}
4145
afakhry6f0c1ec22016-07-14 13:55:134146void WebContentsImpl::UpdateTitleForEntry(NavigationEntry* entry,
[email protected]fcf75d42013-12-03 20:11:264147 const base::string16& title) {
[email protected]420ae012009-04-24 05:16:324148 // For file URLs without a title, use the pathname instead. In the case of a
4149 // synthesized title, we don't want the update to count toward the "one set
4150 // per page of the title to history."
[email protected]fcf75d42013-12-03 20:11:264151 base::string16 final_title;
[email protected]420ae012009-04-24 05:16:324152 bool explicit_set;
[email protected]36fc0392011-12-25 03:59:514153 if (entry && entry->GetURL().SchemeIsFile() && title.empty()) {
[email protected]32956122013-12-25 07:29:244154 final_title = base::UTF8ToUTF16(entry->GetURL().ExtractFileName());
[email protected]420ae012009-04-24 05:16:324155 explicit_set = false; // Don't count synthetic titles toward the set limit.
4156 } else {
[email protected]8af69c6c2014-03-03 19:05:314157 base::TrimWhitespace(title, base::TRIM_ALL, &final_title);
[email protected]420ae012009-04-24 05:16:324158 explicit_set = true;
4159 }
4160
[email protected]987fc3a2011-05-26 14:18:094161 // If a page is created via window.open and never navigated,
4162 // there will be no navigation entry. In this situation,
[email protected]73eb2602012-02-09 19:50:554163 // |page_title_when_no_navigation_entry_| will be used for page title.
[email protected]987fc3a2011-05-26 14:18:094164 if (entry) {
[email protected]36fc0392011-12-25 03:59:514165 if (final_title == entry->GetTitle())
afakhry6f0c1ec22016-07-14 13:55:134166 return; // Nothing changed, don't bother.
[email protected]420ae012009-04-24 05:16:324167
[email protected]36fc0392011-12-25 03:59:514168 entry->SetTitle(final_title);
[email protected]987fc3a2011-05-26 14:18:094169 } else {
4170 if (page_title_when_no_navigation_entry_ == final_title)
afakhry6f0c1ec22016-07-14 13:55:134171 return; // Nothing changed, don't bother.
[email protected]987fc3a2011-05-26 14:18:094172
4173 page_title_when_no_navigation_entry_ = final_title;
4174 }
[email protected]420ae012009-04-24 05:16:324175
[email protected]420ae012009-04-24 05:16:324176 // Lastly, set the title for the view.
[email protected]790e2fd2011-09-21 20:28:234177 view_->SetPageTitle(final_title);
[email protected]420ae012009-04-24 05:16:324178
ericwilligersde386342016-10-19 02:35:094179 for (auto& observer : observers_)
4180 observer.TitleWasSet(entry, explicit_set);
[email protected]66798902013-10-01 18:40:164181
afakhry6f0c1ec22016-07-14 13:55:134182 // Broadcast notifications when the UI should be updated.
4183 if (entry == controller_.GetEntryAtOffset(0))
4184 NotifyNavigationStateChanged(INVALIDATE_TYPE_TITLE);
[email protected]420ae012009-04-24 05:16:324185}
4186
fdegansa696e5112015-04-17 01:57:594187void WebContentsImpl::SendChangeLoadProgress() {
[email protected]960b0372014-05-19 18:01:004188 loading_last_progress_update_ = base::TimeTicks::Now();
[email protected]960b0372014-05-19 18:01:004189 if (delegate_)
fdegansa696e5112015-04-17 01:57:594190 delegate_->LoadProgressChanged(this, frame_tree_.load_progress());
[email protected]960b0372014-05-19 18:01:004191}
4192
4193void WebContentsImpl::ResetLoadProgressState() {
fdegans1d16355162015-03-26 11:58:344194 frame_tree_.ResetLoadProgress();
[email protected]960b0372014-05-19 18:01:004195 loading_weak_factory_.InvalidateWeakPtrs();
4196 loading_last_progress_update_ = base::TimeTicks();
4197}
4198
clamy44e84ce2016-02-22 15:38:254199// Notifies the RenderWidgetHost instance about the fact that the page is
4200// loading, or done loading.
4201void WebContentsImpl::LoadingStateChanged(bool to_different_document,
4202 bool due_to_interstitial,
4203 LoadNotificationDetails* details) {
4204 // Do not send notifications about loading changes in the FrameTree while the
4205 // interstitial page is pausing the throbber.
4206 if (ShowingInterstitialPage() &&
4207 GetRenderManager()->interstitial_page()->pause_throbber() &&
4208 !due_to_interstitial) {
4209 return;
4210 }
4211
4212 bool is_loading = IsLoading();
4213
4214 if (!is_loading) {
4215 load_state_ = net::LoadStateWithParam(net::LOAD_STATE_IDLE,
4216 base::string16());
4217 load_state_host_.clear();
4218 upload_size_ = 0;
4219 upload_position_ = 0;
4220 }
4221
4222 GetRenderManager()->SetIsLoading(is_loading);
4223
4224 waiting_for_response_ = is_loading;
4225 is_load_to_different_document_ = to_different_document;
4226
4227 if (delegate_)
4228 delegate_->LoadingStateChanged(this, to_different_document);
4229 NotifyNavigationStateChanged(INVALIDATE_TYPE_LOAD);
4230
4231 std::string url = (details ? details->url.possibly_invalid_spec() : "NULL");
4232 if (is_loading) {
4233 TRACE_EVENT_ASYNC_BEGIN2("browser,navigation", "WebContentsImpl Loading",
4234 this, "URL", url, "Main FrameTreeNode id",
4235 GetFrameTree()->root()->frame_tree_node_id());
ericwilligersde386342016-10-19 02:35:094236 for (auto& observer : observers_)
4237 observer.DidStartLoading();
clamy44e84ce2016-02-22 15:38:254238 } else {
4239 TRACE_EVENT_ASYNC_END1("browser,navigation", "WebContentsImpl Loading",
4240 this, "URL", url);
ericwilligersde386342016-10-19 02:35:094241 for (auto& observer : observers_)
4242 observer.DidStopLoading();
clamy44e84ce2016-02-22 15:38:254243 }
4244
4245 // TODO(avi): Remove. http://crbug.com/170921
4246 int type = is_loading ? NOTIFICATION_LOAD_START : NOTIFICATION_LOAD_STOP;
4247 NotificationDetails det = NotificationService::NoDetails();
4248 if (details)
4249 det = Details<LoadNotificationDetails>(details);
4250 NotificationService::current()->Notify(
4251 type, Source<NavigationController>(&controller_), det);
4252}
4253
[email protected]02d7b6e2014-06-24 21:01:504254void WebContentsImpl::NotifyViewSwapped(RenderViewHost* old_host,
4255 RenderViewHost* new_host) {
[email protected]420ae012009-04-24 05:16:324256 // After sending out a swap notification, we need to send a disconnect
4257 // notification so that clients that pick up a pointer to |this| can NULL the
4258 // pointer. See Bug 1230284.
4259 notify_disconnection_ = true;
ericwilligersde386342016-10-19 02:35:094260 for (auto& observer : observers_)
4261 observer.RenderViewHostChanged(old_host, new_host);
[email protected]da7a7182013-09-06 08:11:114262
[email protected]7a846df2012-09-20 19:17:394263 // Ensure that the associated embedder gets cleared after a RenderViewHost
4264 // gets swapped, so we don't reuse the same embedder next time a
4265 // RenderViewHost is attached to this WebContents.
4266 RemoveBrowserPluginEmbedder();
[email protected]420ae012009-04-24 05:16:324267}
4268
[email protected]02d7b6e2014-06-24 21:01:504269void WebContentsImpl::NotifyFrameSwapped(RenderFrameHost* old_host,
4270 RenderFrameHost* new_host) {
ericwilligersde386342016-10-19 02:35:094271 for (auto& observer : observers_)
4272 observer.RenderFrameHostChanged(old_host, new_host);
[email protected]02d7b6e2014-06-24 21:01:504273}
4274
[email protected]da7a7182013-09-06 08:11:114275// TODO(avi): Remove this entire function because this notification is already
4276// covered by two observer functions. http://crbug.com/170921
[email protected]b172aee2012-04-10 17:05:264277void WebContentsImpl::NotifyDisconnected() {
[email protected]420ae012009-04-24 05:16:324278 if (!notify_disconnection_)
4279 return;
4280
4281 notify_disconnection_ = false;
[email protected]8ff00d72012-10-23 19:12:214282 NotificationService::current()->Notify(
4283 NOTIFICATION_WEB_CONTENTS_DISCONNECTED,
4284 Source<WebContents>(this),
4285 NotificationService::NoDetails());
[email protected]420ae012009-04-24 05:16:324286}
4287
[email protected]cbb1ef592013-06-05 19:49:464288void WebContentsImpl::NotifyNavigationEntryCommitted(
4289 const LoadCommittedDetails& load_details) {
ericwilligersde386342016-10-19 02:35:094290 for (auto& observer : observers_)
4291 observer.NavigationEntryCommitted(load_details);
[email protected]cbb1ef592013-06-05 19:49:464292}
4293
rockotf62002a2016-09-15 00:08:594294void WebContentsImpl::OnAssociatedInterfaceRequest(
4295 RenderFrameHost* render_frame_host,
4296 const std::string& interface_name,
4297 mojo::ScopedInterfaceEndpointHandle handle) {
4298 auto it = binding_sets_.find(interface_name);
4299 if (it != binding_sets_.end())
4300 it->second->OnRequestForFrame(render_frame_host, std::move(handle));
4301}
4302
[email protected]c31a84802014-04-03 15:55:494303const GURL& WebContentsImpl::GetMainFrameLastCommittedURL() const {
4304 return GetLastCommittedURL();
4305}
4306
[email protected]b849847b2013-12-10 21:57:584307void WebContentsImpl::RenderFrameCreated(RenderFrameHost* render_frame_host) {
ericwilligersde386342016-10-19 02:35:094308 for (auto& observer : observers_)
4309 observer.RenderFrameCreated(render_frame_host);
dmazzonif8a31042016-12-03 00:52:134310 UpdateAccessibilityModeOnFrame(render_frame_host);
clamy91b7abf2016-03-24 15:17:454311
4312 if (!render_frame_host->IsRenderFrameLive() || render_frame_host->GetParent())
4313 return;
4314
4315 NavigationEntry* entry = controller_.GetPendingEntry();
4316 if (entry && entry->IsViewSourceMode()) {
4317 // Put the renderer in view source mode.
4318 render_frame_host->Send(
4319 new FrameMsg_EnableViewSourceMode(render_frame_host->GetRoutingID()));
4320 }
sammc5a139ba2016-09-29 01:49:144321#if defined(OS_ANDROID)
4322 render_frame_host->GetInterfaceRegistry()->AddInterface(
4323 GetJavaInterfaces()->CreateInterfaceFactory<device::nfc::mojom::NFC>());
4324#endif
[email protected]b849847b2013-12-10 21:57:584325}
4326
4327void WebContentsImpl::RenderFrameDeleted(RenderFrameHost* render_frame_host) {
ericwilligersde386342016-10-19 02:35:094328 for (auto& observer : observers_)
4329 observer.RenderFrameDeleted(render_frame_host);
zqzhang7b6f4f02016-12-07 22:10:224330#if BUILDFLAG(ENABLE_PLUGINS)
4331 pepper_playback_observer_->RenderFrameDeleted(render_frame_host);
4332#endif
[email protected]b849847b2013-12-10 21:57:584333}
4334
[email protected]a09d53ce2014-01-31 00:46:424335void WebContentsImpl::ShowContextMenu(RenderFrameHost* render_frame_host,
4336 const ContextMenuParams& params) {
avie9fd8722017-04-10 16:17:584337 // If a renderer fires off a second command to show a context menu before the
4338 // first context menu is closed, just ignore it. https://crbug.com/707534
4339 if (GetRenderWidgetHostView()->IsShowingContextMenu())
4340 return;
4341
[email protected]077e704b2014-05-23 19:24:104342 ContextMenuParams context_menu_params(params);
[email protected]a09d53ce2014-01-31 00:46:424343 // Allow WebContentsDelegates to handle the context menu operation first.
[email protected]077e704b2014-05-23 19:24:104344 if (delegate_ && delegate_->HandleContextMenu(context_menu_params))
[email protected]a09d53ce2014-01-31 00:46:424345 return;
4346
[email protected]077e704b2014-05-23 19:24:104347 render_view_host_delegate_view_->ShowContextMenu(render_frame_host,
4348 context_menu_params);
[email protected]a09d53ce2014-01-31 00:46:424349}
4350
avi777ff452017-02-09 19:04:484351void WebContentsImpl::RunJavaScriptDialog(RenderFrameHost* render_frame_host,
4352 const base::string16& message,
4353 const base::string16& default_prompt,
4354 const GURL& frame_url,
4355 JavaScriptDialogType dialog_type,
4356 IPC::Message* reply_msg) {
[email protected]87de04b02014-04-08 22:14:494357 // Suppress JavaScript dialogs when requested. Also suppress messages when
4358 // showing an interstitial as it's shown over the previous page and we don't
4359 // want the hidden page's dialogs to interfere with the interstitial.
4360 bool suppress_this_message =
mathiash72a5e462014-11-19 08:18:504361 ShowingInterstitialPage() || !delegate_ ||
4362 delegate_->ShouldSuppressDialogs(this) ||
4363 !delegate_->GetJavaScriptDialogManager(this);
[email protected]87de04b02014-04-08 22:14:494364
4365 if (!suppress_this_message) {
avi85ee8362016-10-08 02:09:084366 is_showing_javascript_dialog_ = true;
mathiash72a5e462014-11-19 08:18:504367 dialog_manager_ = delegate_->GetJavaScriptDialogManager(this);
[email protected]87de04b02014-04-08 22:14:494368 dialog_manager_->RunJavaScriptDialog(
avi777ff452017-02-09 19:04:484369 this, frame_url, dialog_type, message, default_prompt,
palmer4e0ae10d2015-09-03 23:38:414370 base::Bind(&WebContentsImpl::OnDialogClosed, base::Unretained(this),
[email protected]39f2f9252014-05-03 00:54:014371 render_frame_host->GetProcess()->GetID(),
palmer4e0ae10d2015-09-03 23:38:414372 render_frame_host->GetRoutingID(), reply_msg, false),
[email protected]87de04b02014-04-08 22:14:494373 &suppress_this_message);
4374 }
4375
4376 if (suppress_this_message) {
4377 // If we are suppressing messages, just reply as if the user immediately
4378 // pressed "Cancel", passing true to |dialog_was_suppressed|.
[email protected]39f2f9252014-05-03 00:54:014379 OnDialogClosed(render_frame_host->GetProcess()->GetID(),
4380 render_frame_host->GetRoutingID(), reply_msg,
[email protected]6fba26d2014-04-29 09:38:284381 true, false, base::string16());
[email protected]87de04b02014-04-08 22:14:494382 }
[email protected]87de04b02014-04-08 22:14:494383}
4384
4385void WebContentsImpl::RunBeforeUnloadConfirm(
[email protected]39f2f9252014-05-03 00:54:014386 RenderFrameHost* render_frame_host,
[email protected]87de04b02014-04-08 22:14:494387 bool is_reload,
4388 IPC::Message* reply_msg) {
[email protected]39f2f9252014-05-03 00:54:014389 RenderFrameHostImpl* rfhi =
4390 static_cast<RenderFrameHostImpl*>(render_frame_host);
[email protected]87de04b02014-04-08 22:14:494391 if (delegate_)
4392 delegate_->WillRunBeforeUnloadConfirm();
4393
4394 bool suppress_this_message =
nasko19736cc9f2016-04-08 22:38:454395 !rfhi->is_active() ||
creis36e228b2015-06-08 18:48:024396 ShowingInterstitialPage() || !delegate_ ||
mathiash72a5e462014-11-19 08:18:504397 delegate_->ShouldSuppressDialogs(this) ||
4398 !delegate_->GetJavaScriptDialogManager(this);
[email protected]87de04b02014-04-08 22:14:494399 if (suppress_this_message) {
avi44acfaa82017-05-03 22:55:354400 rfhi->JavaScriptDialogClosed(reply_msg, true, base::string16());
[email protected]87de04b02014-04-08 22:14:494401 return;
4402 }
4403
4404 is_showing_before_unload_dialog_ = true;
mathiash72a5e462014-11-19 08:18:504405 dialog_manager_ = delegate_->GetJavaScriptDialogManager(this);
[email protected]87de04b02014-04-08 22:14:494406 dialog_manager_->RunBeforeUnloadDialog(
avi141dbc1322016-03-11 22:27:424407 this, is_reload,
[email protected]87de04b02014-04-08 22:14:494408 base::Bind(&WebContentsImpl::OnDialogClosed, base::Unretained(this),
[email protected]39f2f9252014-05-03 00:54:014409 render_frame_host->GetProcess()->GetID(),
4410 render_frame_host->GetRoutingID(), reply_msg,
[email protected]6fba26d2014-04-29 09:38:284411 false));
[email protected]87de04b02014-04-08 22:14:494412}
4413
naskoada75b22016-06-11 16:09:464414void WebContentsImpl::RunFileChooser(RenderFrameHost* render_frame_host,
4415 const FileChooserParams& params) {
4416 if (delegate_)
4417 delegate_->RunFileChooser(render_frame_host, params);
4418}
4419
[email protected]a86c0e962013-12-17 17:10:394420WebContents* WebContentsImpl::GetAsWebContents() {
4421 return this;
4422}
4423
wjmaclean64951902016-04-29 20:59:124424double WebContentsImpl::GetPendingPageZoomLevel() {
4425 NavigationEntry* pending_entry = GetController().GetPendingEntry();
4426 if (!pending_entry)
4427 return HostZoomMap::GetZoomLevel(this);
4428
4429 GURL url = pending_entry->GetURL();
4430 return HostZoomMap::GetForWebContents(this)->GetZoomLevelForHostAndScheme(
4431 url.scheme(), net::GetHostOrSpecFromURL(url));
4432}
4433
qinmin72e8bd02016-10-21 19:35:374434bool WebContentsImpl::HideDownloadUI() const {
4435 return is_overlay_content_;
4436}
4437
mlamouri5cd9ae82017-02-18 11:05:094438bool WebContentsImpl::HasPersistentVideo() const {
4439 return has_persistent_video_;
4440}
4441
mlamourie52c1b542017-02-23 14:57:504442bool WebContentsImpl::HasActiveEffectivelyFullscreenVideo() const {
4443 return media_web_contents_observer_->HasActiveEffectivelyFullscreenVideo();
4444}
4445
ekaramada110f642016-12-21 19:47:284446bool WebContentsImpl::IsFocusedElementEditable() {
4447 RenderFrameHostImpl* frame = GetFocusedFrame();
4448 return frame && frame->has_focused_editable_element();
4449}
4450
4451void WebContentsImpl::ClearFocusedElement() {
4452 if (auto* frame = GetFocusedFrame())
4453 frame->ClearFocusedElement();
4454}
4455
[email protected]7912e822014-04-16 02:37:034456bool WebContentsImpl::IsNeverVisible() {
4457 if (!delegate_)
4458 return false;
4459 return delegate_->IsNeverVisible(this);
4460}
4461
[email protected]5a3bdf52012-05-24 15:12:574462RenderViewHostDelegateView* WebContentsImpl::GetDelegateView() {
4463 return render_view_host_delegate_view_;
[email protected]420ae012009-04-24 05:16:324464}
4465
[email protected]8ff00d72012-10-23 19:12:214466RendererPreferences WebContentsImpl::GetRendererPrefs(
4467 BrowserContext* browser_context) const {
[email protected]840b1512009-07-21 16:53:464468 return renderer_preferences_;
[email protected]80d96fa2009-06-10 22:34:514469}
4470
[email protected]7a846df2012-09-20 19:17:394471void WebContentsImpl::RemoveBrowserPluginEmbedder() {
[email protected]59383c782013-04-17 16:43:274472 if (browser_plugin_embedder_)
[email protected]7a846df2012-09-20 19:17:394473 browser_plugin_embedder_.reset();
4474}
4475
avallee0206f782016-07-28 18:55:334476WebContentsImpl* WebContentsImpl::GetOuterWebContents() {
lfg601233692017-03-06 22:45:444477 if (GuestMode::IsCrossProcessFrameGuest(this))
4478 return node_.outer_web_contents();
ekaramad1beabecc2016-09-23 20:18:174479
4480 if (browser_plugin_guest_)
4481 return browser_plugin_guest_->embedder_web_contents();
4482
avallee0206f782016-07-28 18:55:334483 return nullptr;
4484}
4485
4486WebContentsImpl* WebContentsImpl::GetFocusedWebContents() {
lfg601233692017-03-06 22:45:444487 return GetOutermostWebContents()->node_.focused_web_contents();
avallee0206f782016-07-28 18:55:334488}
4489
avallee9993fca2016-11-17 06:16:504490bool WebContentsImpl::ContainsOrIsFocusedWebContents() {
4491 for (WebContentsImpl* focused_contents = GetFocusedWebContents();
4492 focused_contents;
4493 focused_contents = focused_contents->GetOuterWebContents()) {
4494 if (focused_contents == this)
4495 return true;
4496 }
4497
4498 return false;
4499}
4500
avallee0206f782016-07-28 18:55:334501WebContentsImpl* WebContentsImpl::GetOutermostWebContents() {
4502 WebContentsImpl* root = this;
4503 while (root->GetOuterWebContents())
4504 root = root->GetOuterWebContents();
4505 return root;
4506}
4507
[email protected]b172aee2012-04-10 17:05:264508void WebContentsImpl::RenderViewCreated(RenderViewHost* render_view_host) {
[email protected]14392a52012-05-02 20:28:444509 // Don't send notifications if we are just creating a swapped-out RVH for
4510 // the opener chain. These won't be used for view-source or WebUI, so it's
4511 // ok to return early.
creiscce56cd2014-09-29 22:45:224512 if (!static_cast<RenderViewHostImpl*>(render_view_host)->is_active())
[email protected]14392a52012-05-02 20:28:444513 return;
4514
[email protected]86f98a22013-03-20 14:35:004515 if (delegate_)
[email protected]e85165c642014-06-10 14:34:314516 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
[email protected]a6b73c62013-02-11 23:05:084517
[email protected]8ff00d72012-10-23 19:12:214518 NotificationService::current()->Notify(
4519 NOTIFICATION_WEB_CONTENTS_RENDER_VIEW_HOST_CREATED,
4520 Source<WebContents>(this),
4521 Details<RenderViewHost>(render_view_host));
[email protected]420ae012009-04-24 05:16:324522
[email protected]60780f412013-02-25 16:34:104523 view_->RenderViewCreated(render_view_host);
[email protected]11f764bb2011-05-25 19:45:264524
ericwilligersde386342016-10-19 02:35:094525 for (auto& observer : observers_)
4526 observer.RenderViewCreated(render_view_host);
dgozmanf00c4f72016-10-19 17:45:154527 RenderFrameDevToolsAgentHost::WebContentsCreated(this);
[email protected]420ae012009-04-24 05:16:324528}
4529
[email protected]b172aee2012-04-10 17:05:264530void WebContentsImpl::RenderViewReady(RenderViewHost* rvh) {
[email protected]151a63d2011-12-20 22:32:524531 if (rvh != GetRenderViewHost()) {
[email protected]420ae012009-04-24 05:16:324532 // Don't notify the world, since this came from a renderer in the
4533 // background.
4534 return;
4535 }
4536
dmazzoni62111452017-04-28 23:46:554537 RenderWidgetHostViewBase* rwhv =
4538 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
4539 if (rwhv)
4540 rwhv->SetMainFrameAXTreeID(GetMainFrame()->GetAXTreeID());
4541
[email protected]da7a7182013-09-06 08:11:114542 notify_disconnection_ = true;
4543 // TODO(avi): Remove. http://crbug.com/170921
4544 NotificationService::current()->Notify(
4545 NOTIFICATION_WEB_CONTENTS_CONNECTED,
4546 Source<WebContents>(this),
4547 NotificationService::NoDetails());
4548
[email protected]be1f56ab2011-12-22 06:55:314549 bool was_crashed = IsCrashed();
[email protected]443b80e2010-12-14 00:42:234550 SetIsCrashed(base::TERMINATION_STATUS_STILL_RUNNING, 0);
[email protected]9d8a4642009-07-29 17:25:304551
4552 // Restore the focus to the tab (otherwise the focus will be on the top
4553 // window).
[email protected]484ae5912010-09-29 19:16:144554 if (was_crashed && !FocusLocationBarByDefault() &&
4555 (!delegate_ || delegate_->ShouldFocusPageAfterCrash())) {
[email protected]f3615f02013-02-26 06:09:064556 view_->Focus();
[email protected]484ae5912010-09-29 19:16:144557 }
[email protected]32ded2212011-11-10 18:51:434558
ericwilligersde386342016-10-19 02:35:094559 for (auto& observer : observers_)
4560 observer.RenderViewReady();
[email protected]420ae012009-04-24 05:16:324561}
4562
[email protected]ec6a7eb2013-04-22 17:34:224563void WebContentsImpl::RenderViewTerminated(RenderViewHost* rvh,
4564 base::TerminationStatus status,
4565 int error_code) {
[email protected]151a63d2011-12-20 22:32:524566 if (rvh != GetRenderViewHost()) {
[email protected]420ae012009-04-24 05:16:324567 // The pending page's RenderViewHost is gone.
4568 return;
4569 }
4570
[email protected]2fcdcc32014-03-05 02:14:074571 // Ensure fullscreen mode is exited in the |delegate_| since a crashed
4572 // renderer may not have made a clean exit.
alexmos5dd617d2016-06-07 04:21:154573 if (IsFullscreenForCurrentTab())
bokanece34a82016-01-28 19:49:464574 ExitFullscreenMode(false);
[email protected]2fcdcc32014-03-05 02:14:074575
[email protected]698191dc2014-02-25 01:06:134576 // Cancel any visible dialogs so they are not left dangling over the sad tab.
creis89a0f782015-05-27 16:13:174577 CancelActiveAndPendingDialogs();
[email protected]698191dc2014-02-25 01:06:134578
[email protected]f738bdcb2014-07-11 20:40:444579 if (delegate_)
4580 delegate_->HideValidationMessage(this);
4581
dalecurtis3d1e1302017-02-20 22:33:254582 audio_stream_monitor_.RenderProcessGone(rvh->GetProcess()->GetID());
4583
[email protected]960b0372014-05-19 18:01:004584 // Reset the loading progress. TODO(avi): What does it mean to have a
4585 // "renderer crash" when there is more than one renderer process serving a
4586 // webpage? Once this function is called at a more granular frame level, we
4587 // probably will need to more granularly reset the state here.
4588 ResetLoadProgressState();
clamy44e84ce2016-02-22 15:38:254589 NotifyDisconnected();
4590 SetIsCrashed(status, error_code);
[email protected]960b0372014-05-19 18:01:004591
ericwilligersde386342016-10-19 02:35:094592 for (auto& observer : observers_)
4593 observer.RenderProcessGone(GetCrashedStatus());
[email protected]420ae012009-04-24 05:16:324594}
4595
[email protected]b172aee2012-04-10 17:05:264596void WebContentsImpl::RenderViewDeleted(RenderViewHost* rvh) {
ericwilligersde386342016-10-19 02:35:094597 for (auto& observer : observers_)
4598 observer.RenderViewDeleted(rvh);
[email protected]2e4633c2009-07-09 16:58:064599}
4600
sky8b00392d2015-01-10 00:30:284601void WebContentsImpl::UpdateTargetURL(RenderViewHost* render_view_host,
4602 const GURL& url) {
4603 if (fullscreen_widget_routing_id_ != MSG_ROUTING_NONE) {
4604 // If we're fullscreen only update the url if it's from the fullscreen
4605 // renderer.
4606 RenderWidgetHostView* fs = GetFullscreenRenderWidgetHostView();
avif9ab5d942015-10-15 14:05:444607 if (fs && fs->GetRenderWidgetHost() != render_view_host->GetWidget())
sky8b00392d2015-01-10 00:30:284608 return;
4609 }
[email protected]6934a702011-12-20 00:04:514610 if (delegate_)
avi450ce00e2014-09-24 01:58:524611 delegate_->UpdateTargetURL(this, url);
[email protected]420ae012009-04-24 05:16:324612}
4613
[email protected]b172aee2012-04-10 17:05:264614void WebContentsImpl::Close(RenderViewHost* rvh) {
[email protected]60780f412013-02-25 16:34:104615#if defined(OS_MACOSX)
[email protected]07707302009-11-06 00:50:294616 // The UI may be in an event-tracking loop, such as between the
4617 // mouse-down and mouse-up in text selection or a button click.
4618 // Defer the close until after tracking is complete, so that we
4619 // don't free objects out from under the UI.
[email protected]07707302009-11-06 00:50:294620 // TODO(shess): This could get more fine-grained. For instance,
4621 // closing a tab in another window while selecting text in the
4622 // current window's Omnibox should be just fine.
[email protected]60780f412013-02-25 16:34:104623 if (view_->IsEventTracking()) {
4624 view_->CloseTabAfterEventTracking();
[email protected]07707302009-11-06 00:50:294625 return;
4626 }
[email protected]60780f412013-02-25 16:34:104627#endif
[email protected]07707302009-11-06 00:50:294628
[email protected]420ae012009-04-24 05:16:324629 // Ignore this if it comes from a RenderViewHost that we aren't showing.
[email protected]151a63d2011-12-20 22:32:524630 if (delegate_ && rvh == GetRenderViewHost())
[email protected]6934a702011-12-20 00:04:514631 delegate_->CloseContents(this);
[email protected]420ae012009-04-24 05:16:324632}
4633
[email protected]b172aee2012-04-10 17:05:264634void WebContentsImpl::RequestMove(const gfx::Rect& new_bounds) {
[email protected]6934a702011-12-20 00:04:514635 if (delegate_ && delegate_->IsPopupOrPanel(this))
4636 delegate_->MoveContents(this, new_bounds);
[email protected]420ae012009-04-24 05:16:324637}
4638
fdegansa696e5112015-04-17 01:57:594639void WebContentsImpl::DidStartLoading(FrameTreeNode* frame_tree_node,
[email protected]e3b10d12014-03-28 16:06:094640 bool to_different_document) {
clamy44e84ce2016-02-22 15:38:254641 LoadingStateChanged(to_different_document, false, nullptr);
dmazzonibf8cec42015-02-08 08:28:084642
4643 // Notify accessibility that the user is navigating away from the
4644 // current document.
4645 //
4646 // TODO(dmazzoni): do this using a WebContentsObserver.
dmazzonibf8cec42015-02-08 08:28:084647 BrowserAccessibilityManager* manager =
fdegansa696e5112015-04-17 01:57:594648 frame_tree_node->current_frame_host()->browser_accessibility_manager();
dmazzonibf8cec42015-02-08 08:28:084649 if (manager)
4650 manager->UserIsNavigatingAway();
[email protected]420ae012009-04-24 05:16:324651}
4652
fdegansc73eec22015-03-19 14:47:544653void WebContentsImpl::DidStopLoading() {
dcheng59716272016-04-09 05:19:084654 std::unique_ptr<LoadNotificationDetails> details;
[email protected]420ae012009-04-24 05:16:324655
[email protected]9595fd82013-04-19 21:28:494656 // Use the last committed entry rather than the active one, in case a
4657 // pending entry has been created.
4658 NavigationEntry* entry = controller_.GetLastCommittedEntry();
[email protected]3691e5cf2014-01-22 10:16:204659 Navigator* navigator = frame_tree_.root()->navigator();
[email protected]9595fd82013-04-19 21:28:494660
[email protected]420ae012009-04-24 05:16:324661 // An entry may not exist for a stop when loading an initial blank page or
4662 // if an iframe injected by script into a blank page finishes loading.
4663 if (entry) {
[email protected]3691e5cf2014-01-22 10:16:204664 base::TimeDelta elapsed =
4665 base::TimeTicks::Now() - navigator->GetCurrentLoadStart();
[email protected]420ae012009-04-24 05:16:324666
4667 details.reset(new LoadNotificationDetails(
[email protected]36fc0392011-12-25 03:59:514668 entry->GetVirtualURL(),
[email protected]420ae012009-04-24 05:16:324669 elapsed,
4670 &controller_,
4671 controller_.GetCurrentEntryIndex()));
4672 }
4673
clamy44e84ce2016-02-22 15:38:254674 LoadingStateChanged(true, false, details.get());
[email protected]420ae012009-04-24 05:16:324675}
4676
fdegansa696e5112015-04-17 01:57:594677void WebContentsImpl::DidChangeLoadProgress() {
4678 double load_progress = frame_tree_.load_progress();
4679
4680 // The delegate is notified immediately for the first and last updates. Also,
4681 // since the message loop may be pretty busy when a page is loaded, it might
4682 // not execute a posted task in a timely manner so the progress report is sent
4683 // immediately if enough time has passed.
4684 base::TimeDelta min_delay =
4685 base::TimeDelta::FromMilliseconds(kMinimumDelayBetweenLoadingUpdatesMS);
4686 bool delay_elapsed = loading_last_progress_update_.is_null() ||
4687 base::TimeTicks::Now() - loading_last_progress_update_ > min_delay;
4688
4689 if (load_progress == 0.0 || load_progress == 1.0 || delay_elapsed) {
4690 // If there is a pending task to send progress, it is now obsolete.
4691 loading_weak_factory_.InvalidateWeakPtrs();
4692
4693 // Notify the load progress change.
4694 SendChangeLoadProgress();
4695
4696 // Clean-up the states if needed.
4697 if (load_progress == 1.0)
4698 ResetLoadProgressState();
4699 return;
4700 }
4701
4702 if (loading_weak_factory_.HasWeakPtrs())
4703 return;
4704
skyostil95082a62015-06-05 19:53:074705 base::ThreadTaskRunnerHandle::Get()->PostDelayedTask(
4706 FROM_HERE, base::Bind(&WebContentsImpl::SendChangeLoadProgress,
4707 loading_weak_factory_.GetWeakPtr()),
fdegansa696e5112015-04-17 01:57:594708 min_delay);
4709}
4710
avid6d88b912017-01-13 00:16:004711std::vector<std::unique_ptr<NavigationThrottle>>
4712WebContentsImpl::CreateThrottlesForNavigation(
clamycbf524d42016-09-27 12:48:354713 NavigationHandle* navigation_handle) {
4714 return GetContentClient()->browser()->CreateThrottlesForNavigation(
4715 navigation_handle);
4716}
4717
clamy1e5574e2016-09-29 16:48:444718std::unique_ptr<NavigationUIData> WebContentsImpl::GetNavigationUIData(
4719 NavigationHandle* navigation_handle) {
4720 DCHECK(IsBrowserSideNavigationEnabled());
4721 return GetContentClient()->browser()->GetNavigationUIData(navigation_handle);
4722}
4723
[email protected]b172aee2012-04-10 17:05:264724void WebContentsImpl::DidCancelLoading() {
[email protected]c95fa8b2011-04-28 20:26:164725 controller_.DiscardNonCommittedEntries();
4726
4727 // Update the URL display.
[email protected]8ff00d72012-10-23 19:12:214728 NotifyNavigationStateChanged(INVALIDATE_TYPE_URL);
[email protected]c95fa8b2011-04-28 20:26:164729}
4730
[email protected]59167c22013-06-03 18:07:324731void WebContentsImpl::DidAccessInitialDocument() {
[email protected]b4c84012014-04-28 19:51:104732 has_accessed_initial_document_ = true;
4733
[email protected]d1371bf8e2014-04-19 03:26:244734 // We may have left a failed browser-initiated navigation in the address bar
4735 // to let the user edit it and try again. Clear it now that content might
4736 // show up underneath it.
4737 if (!IsLoading() && controller_.GetPendingEntry())
avi45a72532015-04-07 21:01:454738 controller_.DiscardPendingEntry(false);
[email protected]d1371bf8e2014-04-19 03:26:244739
[email protected]59167c22013-06-03 18:07:324740 // Update the URL display.
thestigc4cac8f2014-09-04 21:17:504741 NotifyNavigationStateChanged(INVALIDATE_TYPE_URL);
[email protected]59167c22013-06-03 18:07:324742}
4743
alexmosbe2f4c32015-03-10 02:30:234744void WebContentsImpl::DidChangeName(RenderFrameHost* render_frame_host,
4745 const std::string& name) {
ericwilligersde386342016-10-19 02:35:094746 for (auto& observer : observers_)
4747 observer.FrameNameChanged(render_frame_host, name);
alexmosbe2f4c32015-03-10 02:30:234748}
4749
[email protected]39f2f9252014-05-03 00:54:014750void WebContentsImpl::DocumentOnLoadCompleted(
[email protected]50279492014-05-05 23:24:294751 RenderFrameHost* render_frame_host) {
falken52a56e32016-12-08 05:02:404752 ShowInsecureLocalhostWarningIfNeeded();
4753
creis97867aa2017-02-17 18:39:454754 is_notifying_observers_ = true;
ericwilligersde386342016-10-19 02:35:094755 for (auto& observer : observers_)
4756 observer.DocumentOnLoadCompletedInMainFrame();
creis97867aa2017-02-17 18:39:454757 is_notifying_observers_ = false;
[email protected]6578fef2013-10-14 02:35:094758
4759 // TODO(avi): Remove. http://crbug.com/170921
[email protected]8ff00d72012-10-23 19:12:214760 NotificationService::current()->Notify(
4761 NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
4762 Source<WebContents>(this),
[email protected]50279492014-05-05 23:24:294763 NotificationService::NoDetails());
[email protected]25497492010-09-11 15:15:084764}
4765
creis8eb8ef22015-11-04 22:51:384766void WebContentsImpl::UpdateStateForFrame(RenderFrameHost* render_frame_host,
4767 const PageState& page_state) {
creis8eb8ef22015-11-04 22:51:384768 // The state update affects the last NavigationEntry associated with the given
4769 // |render_frame_host|. This may not be the last committed NavigationEntry (as
4770 // in the case of an UpdateState from a frame being swapped out). We track
4771 // which entry this is in the RenderFrameHost's nav_entry_id.
4772 RenderFrameHostImpl* rfhi =
4773 static_cast<RenderFrameHostImpl*>(render_frame_host);
4774 NavigationEntryImpl* entry =
4775 controller_.GetEntryWithUniqueID(rfhi->nav_entry_id());
4776 if (!entry)
4777 return;
4778
4779 FrameNavigationEntry* frame_entry =
4780 entry->GetFrameEntry(rfhi->frame_tree_node());
4781 if (!frame_entry)
4782 return;
4783
creisd06a9422015-11-11 03:08:454784 // The SiteInstance might not match if we do a cross-process navigation with
4785 // replacement (e.g., auto-subframe), in which case the swap out of the old
4786 // RenderFrameHost runs in the background after the old FrameNavigationEntry
4787 // has already been replaced and destroyed.
4788 if (frame_entry->site_instance() != rfhi->GetSiteInstance())
4789 return;
4790
creis8eb8ef22015-11-04 22:51:384791 if (page_state == frame_entry->page_state())
4792 return; // Nothing to update.
4793
creis0cade2e2017-02-28 06:37:474794 DCHECK(page_state.IsValid()) << "Shouldn't set an empty PageState.";
nasko34634672016-07-29 18:46:064795
4796 // The document_sequence_number and item_sequence_number recorded in the
4797 // FrameNavigationEntry should not differ from the one coming with the update,
4798 // since it must come from the same document. Do not update it if a difference
4799 // is detected, as this indicates that |frame_entry| is not the correct one.
4800 ExplodedPageState exploded_state;
4801 if (!DecodePageState(page_state.ToEncodedData(), &exploded_state))
4802 return;
4803
4804 if (exploded_state.top.document_sequence_number !=
4805 frame_entry->document_sequence_number() ||
4806 exploded_state.top.item_sequence_number !=
4807 frame_entry->item_sequence_number()) {
4808 return;
4809 }
4810
nasko04a322f25a2016-09-01 00:00:344811 frame_entry->SetPageState(page_state);
creis8eb8ef22015-11-04 22:51:384812 controller_.NotifyEntryChanged(entry);
4813}
4814
[email protected]ef3adfc2014-05-11 00:04:544815void WebContentsImpl::UpdateTitle(RenderFrameHost* render_frame_host,
[email protected]ef3adfc2014-05-11 00:04:544816 const base::string16& title,
4817 base::i18n::TextDirection title_direction) {
[email protected]ef3adfc2014-05-11 00:04:544818 // If we have a title, that's a pretty good indication that we've started
4819 // getting useful data.
4820 SetNotWaitingForResponse();
4821
4822 // Try to find the navigation entry, which might not be the current one.
avi286019ce2015-07-29 01:26:584823 // For example, it might be from a recently swapped out RFH.
avi1edc8552016-10-13 21:37:164824 NavigationEntryImpl* entry = controller_.GetEntryWithUniqueID(
creisad8c31a2016-05-24 17:07:044825 static_cast<RenderFrameHostImpl*>(render_frame_host)->nav_entry_id());
[email protected]ef3adfc2014-05-11 00:04:544826
4827 // We can handle title updates when we don't have an entry in
4828 // UpdateTitleForEntry, but only if the update is from the current RVH.
4829 // TODO(avi): Change to make decisions based on the RenderFrameHost.
avi286019ce2015-07-29 01:26:584830 if (!entry && render_frame_host != GetMainFrame())
[email protected]ef3adfc2014-05-11 00:04:544831 return;
4832
4833 // TODO(evan): make use of title_direction.
4834 // http://code.google.com/p/chromium/issues/detail?id=27094
afakhry6f0c1ec22016-07-14 13:55:134835 UpdateTitleForEntry(entry, title);
[email protected]ef3adfc2014-05-11 00:04:544836}
4837
4838void WebContentsImpl::UpdateEncoding(RenderFrameHost* render_frame_host,
4839 const std::string& encoding) {
4840 SetEncoding(encoding);
4841}
4842
[email protected]39f2f9252014-05-03 00:54:014843void WebContentsImpl::DocumentAvailableInMainFrame(
4844 RenderViewHost* render_view_host) {
ericwilligersde386342016-10-19 02:35:094845 for (auto& observer : observers_)
4846 observer.DocumentAvailableInMainFrame();
[email protected]39f2f9252014-05-03 00:54:014847}
naskoc0fceff2015-04-30 15:53:524848
[email protected]e1c3a552012-05-04 20:51:324849void WebContentsImpl::RouteCloseEvent(RenderViewHost* rvh) {
4850 // Tell the active RenderViewHost to run unload handlers and close, as long
4851 // as the request came from a RenderViewHost in the same BrowsingInstance.
4852 // In most cases, we receive this from a swapped out RenderViewHost.
4853 // It is possible to receive it from one that has just been swapped in,
4854 // in which case we might as well deliver the message anyway.
4855 if (rvh->GetSiteInstance()->IsRelatedSiteInstance(GetSiteInstance()))
naskoc0fceff2015-04-30 15:53:524856 ClosePage();
[email protected]e1c3a552012-05-04 20:51:324857}
4858
alexmose7da5a12015-04-09 02:22:164859bool WebContentsImpl::ShouldRouteMessageEvent(
4860 RenderFrameHost* target_rfh,
4861 SiteInstance* source_site_instance) const {
4862 // Allow the message if this WebContents is dedicated to a browser plugin
4863 // guest.
[email protected]0eba810b2012-10-18 03:19:364864 // Note: This check means that an embedder could theoretically receive a
4865 // postMessage from anyone (not just its own guests). However, this is
4866 // probably not a risk for apps since other pages won't have references
4867 // to App windows.
alexmose7da5a12015-04-09 02:22:164868 return GetBrowserPluginGuest() || GetBrowserPluginEmbedder();
4869}
[email protected]f546640b2012-05-15 00:03:494870
alexmos58729042015-06-18 23:20:004871void WebContentsImpl::EnsureOpenerProxiesExist(RenderFrameHost* source_rfh) {
alexmose7da5a12015-04-09 02:22:164872 WebContentsImpl* source_web_contents = static_cast<WebContentsImpl*>(
4873 WebContents::FromRenderFrameHost(source_rfh));
[email protected]f546640b2012-05-15 00:03:494874
alexmose7da5a12015-04-09 02:22:164875 if (source_web_contents) {
lazyboy6ec48b2a2015-06-29 15:18:144876 // If this message is going to outer WebContents from inner WebContents,
4877 // then we should not create a RenderView. AttachToOuterWebContentsFrame()
4878 // already created a RenderFrameProxyHost for that purpose.
4879 if (GetBrowserPluginEmbedder() &&
ekaramad1beabecc2016-09-23 20:18:174880 GuestMode::IsCrossProcessFrameGuest(source_web_contents)) {
lazyboy6ec48b2a2015-06-29 15:18:144881 return;
4882 }
4883
lfg812874d2016-02-09 22:26:134884 if (this != source_web_contents && GetBrowserPluginGuest()) {
naskob3041b98a42016-03-12 04:43:064885 // We create a RenderFrameProxyHost for the embedder in the guest's render
4886 // process but we intentionally do not expose the embedder's opener chain
4887 // to it.
4888 source_web_contents->GetRenderManager()->CreateRenderFrameProxy(
4889 GetSiteInstance());
[email protected]f546640b2012-05-15 00:03:494890 } else {
alexmos58729042015-06-18 23:20:004891 RenderFrameHostImpl* source_rfhi =
4892 static_cast<RenderFrameHostImpl*>(source_rfh);
4893 source_rfhi->frame_tree_node()->render_manager()->CreateOpenerProxies(
alexmos90325cf2015-09-02 17:18:394894 GetSiteInstance(), nullptr);
[email protected]f546640b2012-05-15 00:03:494895 }
4896 }
[email protected]f546640b2012-05-15 00:03:494897}
4898
avallee9993fca2016-11-17 06:16:504899void WebContentsImpl::SetAsFocusedWebContentsIfNecessary() {
4900 // Only change focus if we are not currently focused.
4901 WebContentsImpl* old_contents = GetFocusedWebContents();
4902 if (old_contents == this)
4903 return;
4904
paulmeyerfeafc2d2017-04-25 21:46:404905 GetOutermostWebContents()->node_.SetFocusedWebContents(this);
4906
4907 if (!GuestMode::IsCrossProcessFrameGuest(this) && browser_plugin_guest_)
4908 return;
4909
avallee9993fca2016-11-17 06:16:504910 // Send a page level blur to the old contents so that it displays inactive UI
4911 // and focus this contents to activate it.
4912 if (old_contents)
4913 old_contents->GetMainFrame()->GetRenderWidgetHost()->SetPageFocus(false);
avalleec2ff1ef2017-01-21 00:12:304914
4915 // Make sure the outer web contents knows our frame is focused. Otherwise, the
4916 // outer renderer could have the element before or after the frame element
4917 // focused which would return early without actually advancing focus.
4918 if (GetRenderManager()->GetProxyToOuterDelegate())
4919 GetRenderManager()->GetProxyToOuterDelegate()->SetFocusedFrame();
4920
lfg1453e412017-04-11 00:48:504921 if (ShowingInterstitialPage()) {
4922 static_cast<RenderFrameHostImpl*>(
4923 GetRenderManager()->interstitial_page()->GetMainFrame())
4924 ->GetRenderWidgetHost()
4925 ->SetPageFocus(true);
4926 } else {
4927 GetMainFrame()->GetRenderWidgetHost()->SetPageFocus(true);
4928 }
avallee9993fca2016-11-17 06:16:504929}
4930
avallee0206f782016-07-28 18:55:334931void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node,
4932 SiteInstance* source) {
avallee9993fca2016-11-17 06:16:504933 SetAsFocusedWebContentsIfNecessary();
avallee0206f782016-07-28 18:55:334934 frame_tree_.SetFocusedFrame(node, source);
avallee0206f782016-07-28 18:55:334935}
4936
ekaramada110f642016-12-21 19:47:284937void WebContentsImpl::OnFocusedElementChangedInFrame(
4938 RenderFrameHostImpl* frame,
4939 const gfx::Rect& bounds_in_root_view) {
4940 RenderWidgetHostViewBase* root_view =
4941 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
4942 if (!root_view || !frame->GetView())
4943 return;
4944
4945 // Converting to screen coordinates.
4946 gfx::Point origin = bounds_in_root_view.origin();
4947 origin += root_view->GetViewBounds().OffsetFromOrigin();
4948 gfx::Rect bounds_in_screen(origin, bounds_in_root_view.size());
4949
4950 root_view->FocusedNodeChanged(frame->has_focused_editable_element(),
4951 bounds_in_screen);
4952
4953 FocusedNodeDetails details = {frame->has_focused_editable_element(),
4954 bounds_in_screen};
4955
4956 // TODO(ekaramad): We should replace this with an observer notification
4957 // (https://crbug.com/675975).
4958 NotificationService::current()->Notify(
4959 NOTIFICATION_FOCUS_CHANGED_IN_PAGE,
4960 Source<RenderViewHost>(GetRenderViewHost()),
4961 Details<FocusedNodeDetails>(&details));
4962}
4963
avia90ae4e2016-11-11 20:49:334964bool WebContentsImpl::DidAddMessageToConsole(int32_t level,
4965 const base::string16& message,
4966 int32_t line_no,
4967 const base::string16& source_id) {
[email protected]a796f202012-05-30 14:14:254968 if (!delegate_)
4969 return false;
avia90ae4e2016-11-11 20:49:334970 return delegate_->DidAddMessageToConsole(this, level, message, line_no,
4971 source_id);
[email protected]a796f202012-05-30 14:14:254972}
4973
dominickn9c7ceaa32016-02-27 01:52:534974void WebContentsImpl::OnUserInteraction(
4975 RenderWidgetHostImpl* render_widget_host,
4976 const blink::WebInputEvent::Type type) {
kenrb19221852016-04-29 17:21:404977 // Ignore unless the widget is currently in the frame tree.
4978 if (!HasMatchingWidgetHost(&frame_tree_, render_widget_host))
avic3aa8422015-11-09 20:57:224979 return;
4980
ericwilligersde386342016-10-19 02:35:094981 for (auto& observer : observers_)
4982 observer.DidGetUserInteraction(type);
dominickn9c7ceaa32016-02-27 01:52:534983
4984 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get();
4985 // Exclude scroll events as user gestures for resource load dispatches.
4986 // rdh is NULL in unittests.
Blink Reformat1c4d759e2017-04-09 16:34:544987 if (rdh && type != blink::WebInputEvent::kMouseWheel)
scottmge22a5e52016-06-30 00:36:514988 rdh->OnUserGesture();
dominickn2dd142dd2015-10-29 05:30:504989}
4990
avallee9993fca2016-11-17 06:16:504991void WebContentsImpl::FocusOwningWebContents(
4992 RenderWidgetHostImpl* render_widget_host) {
4993 // The PDF plugin still runs as a BrowserPlugin and must go through the
4994 // input redirection mechanism. It must not become focused direcly.
4995 if (!GuestMode::IsCrossProcessFrameGuest(this) && browser_plugin_guest_)
4996 return;
4997
4998 RenderWidgetHostImpl* focused_widget =
4999 GetFocusedRenderWidgetHost(render_widget_host);
5000
5001 if (focused_widget != render_widget_host &&
avallee8e881592016-11-19 00:39:305002 (!focused_widget ||
5003 focused_widget->delegate() != render_widget_host->delegate())) {
avallee9993fca2016-11-17 06:16:505004 SetAsFocusedWebContentsIfNecessary();
5005 }
5006}
5007
[email protected]b172aee2012-04-10 17:05:265008void WebContentsImpl::OnIgnoredUIEvent() {
[email protected]31145092011-09-30 01:49:445009 // Notify observers.
ericwilligersde386342016-10-19 02:35:095010 for (auto& observer : observers_)
5011 observer.DidGetIgnoredUIEvent();
[email protected]fa1cf0b82010-01-15 21:49:445012}
5013
avic3aa8422015-11-09 20:57:225014void WebContentsImpl::RendererUnresponsive(
avice799302017-03-09 16:34:595015 RenderWidgetHostImpl* render_widget_host) {
ericwilligersde386342016-10-19 02:35:095016 for (auto& observer : observers_)
5017 observer.OnRendererUnresponsive(render_widget_host);
afakhry98241832016-03-11 19:27:475018
[email protected]992db4c2011-05-12 15:37:155019 // Don't show hung renderer dialog for a swapped out RVH.
avic3aa8422015-11-09 20:57:225020 if (render_widget_host != GetRenderViewHost()->GetWidget())
[email protected]992db4c2011-05-12 15:37:155021 return;
5022
avic031d392017-03-03 03:09:425023 if (ShouldIgnoreUnresponsiveRenderer())
[email protected]e5fc1632011-08-08 07:51:535024 return;
5025
creisc014b402015-04-23 16:41:455026 if (!GetRenderViewHost() || !GetRenderViewHost()->IsRenderViewLive())
[email protected]55452902011-06-01 21:57:475027 return;
5028
dtapuskae99ec6e52016-10-18 00:15:425029 if (delegate_) {
5030 WebContentsUnresponsiveState unresponsive_state;
dtapuskae99ec6e52016-10-18 00:15:425031 unresponsive_state.outstanding_ack_count =
5032 render_widget_host->in_flight_event_count();
5033 unresponsive_state.outstanding_event_type =
5034 render_widget_host->hang_monitor_event_type();
5035 unresponsive_state.last_event_type = render_widget_host->last_event_type();
5036 delegate_->RendererUnresponsive(this, unresponsive_state);
5037 }
[email protected]420ae012009-04-24 05:16:325038}
5039
avic3aa8422015-11-09 20:57:225040void WebContentsImpl::RendererResponsive(
5041 RenderWidgetHostImpl* render_widget_host) {
5042 if (render_widget_host != GetRenderViewHost()->GetWidget())
5043 return;
5044
[email protected]6934a702011-12-20 00:04:515045 if (delegate_)
5046 delegate_->RendererResponsive(this);
[email protected]420ae012009-04-24 05:16:325047}
5048
[email protected]b172aee2012-04-10 17:05:265049void WebContentsImpl::BeforeUnloadFiredFromRenderManager(
[email protected]feaded02012-09-25 19:12:555050 bool proceed, const base::TimeTicks& proceed_time,
[email protected]420ae012009-04-24 05:16:325051 bool* proceed_to_fire_unload) {
ericwilligersde386342016-10-19 02:35:095052 for (auto& observer : observers_)
5053 observer.BeforeUnloadFired(proceed_time);
[email protected]6934a702011-12-20 00:04:515054 if (delegate_)
5055 delegate_->BeforeUnloadFired(this, proceed, proceed_to_fire_unload);
[email protected]e80af492013-06-24 21:52:095056 // Note: |this| might be deleted at this point.
[email protected]420ae012009-04-24 05:16:325057}
5058
[email protected]58d5cfe2013-07-10 02:40:525059void WebContentsImpl::RenderProcessGoneFromRenderManager(
[email protected]3a3d47472010-07-15 21:03:545060 RenderViewHost* render_view_host) {
[email protected]443b80e2010-12-14 00:42:235061 DCHECK(crashed_status_ != base::TERMINATION_STATUS_STILL_RUNNING);
[email protected]ec6a7eb2013-04-22 17:34:225062 RenderViewTerminated(render_view_host, crashed_status_, crashed_error_code_);
[email protected]3a3d47472010-07-15 21:03:545063}
5064
[email protected]b172aee2012-04-10 17:05:265065void WebContentsImpl::UpdateRenderViewSizeForRenderManager() {
[email protected]8643e6d2012-01-18 20:26:105066 // TODO(brettw) this is a hack. See WebContentsView::SizeContents.
[email protected]dc0fd432013-08-27 15:29:215067 gfx::Size size = GetSizeForNewRenderView();
[email protected]0323ee42010-02-17 22:03:265068 // 0x0 isn't a valid window size (minimal window size is 1x1) but it may be
5069 // here during container initialization and normal window size will be set
5070 // later. In case of tab duplication this resizing to 0x0 prevents setting
5071 // normal size later so just ignore it.
5072 if (!size.IsEmpty())
5073 view_->SizeContents(size);
[email protected]420ae012009-04-24 05:16:325074}
5075
[email protected]af905902013-10-01 21:38:515076void WebContentsImpl::CancelModalDialogsForRenderManager() {
5077 // We need to cancel modal dialogs when doing a process swap, since the load
avi2460c762015-04-17 15:21:545078 // deferrer would prevent us from swapping out. We also clear the state
5079 // because this is a cross-process navigation, which means that it's a new
5080 // site that should not have to pay for the sins of its predecessor.
creis89a0f782015-05-27 16:13:175081 //
5082 // Note that we don't bother telling browser_plugin_embedder_ because the
5083 // cross-process navigation will either destroy the browser plugins or not
5084 // require their dialogs to close.
avi5d3b8692016-10-12 22:00:465085 if (dialog_manager_) {
avi6879fcf2017-01-21 05:27:535086 dialog_manager_->CancelDialogs(this, /*reset_state=*/true);
avi5d3b8692016-10-12 22:00:465087 }
[email protected]af905902013-10-01 21:38:515088}
5089
[email protected]02d7b6e2014-06-24 21:01:505090void WebContentsImpl::NotifySwappedFromRenderManager(RenderFrameHost* old_host,
5091 RenderFrameHost* new_host,
5092 bool is_main_frame) {
5093 if (is_main_frame) {
naskof5940b9f2015-03-02 23:04:055094 NotifyViewSwapped(old_host ? old_host->GetRenderViewHost() : nullptr,
[email protected]02d7b6e2014-06-24 21:01:505095 new_host->GetRenderViewHost());
[email protected]a6b73c62013-02-11 23:05:085096
[email protected]02d7b6e2014-06-24 21:01:505097 // Make sure the visible RVH reflects the new delegate's preferences.
5098 if (delegate_)
5099 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
[email protected]d56a49e2013-02-23 00:47:395100
[email protected]02d7b6e2014-06-24 21:01:505101 view_->RenderViewSwappedIn(new_host->GetRenderViewHost());
dmazzoni62111452017-04-28 23:46:555102
5103 RenderWidgetHostViewBase* rwhv =
5104 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
5105 if (rwhv)
5106 rwhv->SetMainFrameAXTreeID(GetMainFrame()->GetAXTreeID());
[email protected]02d7b6e2014-06-24 21:01:505107 }
5108
5109 NotifyFrameSwapped(old_host, new_host);
[email protected]3a3d47472010-07-15 21:03:545110}
5111
naskof5940b9f2015-03-02 23:04:055112void WebContentsImpl::NotifyMainFrameSwappedFromRenderManager(
5113 RenderViewHost* old_host,
5114 RenderViewHost* new_host) {
5115 NotifyViewSwapped(old_host, new_host);
5116}
5117
[email protected]b172aee2012-04-10 17:05:265118NavigationControllerImpl& WebContentsImpl::GetControllerForRenderManager() {
[email protected]d1198fd2012-08-13 22:50:195119 return GetController();
[email protected]3a3d47472010-07-15 21:03:545120}
5121
dcheng59716272016-04-09 05:19:085122std::unique_ptr<WebUIImpl> WebContentsImpl::CreateWebUIForRenderFrameHost(
carlosk37f793792014-11-27 15:08:295123 const GURL& url) {
avie865b1d2016-10-24 19:42:595124 return CreateWebUI(url, std::string());
[email protected]420ae012009-04-24 05:16:325125}
5126
[email protected]10f417c52011-12-28 21:04:235127NavigationEntry*
[email protected]b172aee2012-04-10 17:05:265128 WebContentsImpl::GetLastCommittedNavigationEntryForRenderManager() {
[email protected]420ae012009-04-24 05:16:325129 return controller_.GetLastCommittedEntry();
5130}
5131
lfgbede6392015-09-11 21:54:065132void WebContentsImpl::CreateRenderWidgetHostViewForRenderManager(
5133 RenderViewHost* render_view_host) {
lfgc740d4b22016-04-15 16:45:335134 RenderWidgetHostViewBase* rwh_view =
5135 view_->CreateViewForWidget(render_view_host->GetWidget(), false);
[email protected]1a98a932009-11-17 00:12:525136
[email protected]420ae012009-04-24 05:16:325137 // Now that the RenderView has been created, we need to tell it its size.
[email protected]245f7d52011-11-28 15:36:445138 if (rwh_view)
[email protected]dc0fd432013-08-27 15:29:215139 rwh_view->SetSize(GetSizeForNewRenderView());
lfgbede6392015-09-11 21:54:065140}
5141
5142bool WebContentsImpl::CreateRenderViewForRenderManager(
5143 RenderViewHost* render_view_host,
5144 int opener_frame_routing_id,
5145 int proxy_routing_id,
5146 const FrameReplicationState& replicated_frame_state) {
5147 TRACE_EVENT0("browser,navigation",
5148 "WebContentsImpl::CreateRenderViewForRenderManager");
5149
piman00cf9402017-04-03 17:09:205150 if (proxy_routing_id == MSG_ROUTING_NONE)
lfg9431efd2016-12-14 14:45:265151 CreateRenderWidgetHostViewForRenderManager(render_view_host);
lfg9431efd2016-12-14 14:45:265152
piman00cf9402017-04-03 17:09:205153 if (!static_cast<RenderViewHostImpl*>(render_view_host)
5154 ->CreateRenderView(opener_frame_routing_id, proxy_routing_id,
lfg9431efd2016-12-14 14:45:265155 replicated_frame_state, created_with_opener_)) {
[email protected]a4127722011-04-27 23:13:525156 return false;
[email protected]14392a52012-05-02 20:28:445157 }
[email protected]a4127722011-04-27 23:13:525158
avi2b177592014-12-10 02:08:025159 SetHistoryOffsetAndLengthForView(render_view_host,
5160 controller_.GetLastCommittedEntryIndex(),
5161 controller_.GetEntryCount());
5162
[email protected]a220b5932013-09-21 03:47:445163#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
[email protected]f8233cc2011-05-31 20:24:505164 // Force a ViewMsg_Resize to be sent, needed to make plugins show up on
5165 // linux. See crbug.com/83941.
avif9ab5d942015-10-15 14:05:445166 RenderWidgetHostView* rwh_view = render_view_host->GetWidget()->GetView();
[email protected]245f7d52011-11-28 15:36:445167 if (rwh_view) {
5168 if (RenderWidgetHost* render_widget_host = rwh_view->GetRenderWidgetHost())
5169 render_widget_host->WasResized();
5170 }
[email protected]f8233cc2011-05-31 20:24:505171#endif
5172
[email protected]420ae012009-04-24 05:16:325173 return true;
5174}
5175
[email protected]82307f6b2014-08-07 03:30:125176bool WebContentsImpl::CreateRenderFrameForRenderManager(
5177 RenderFrameHost* render_frame_host,
alexmosa181efc2015-09-03 00:39:045178 int proxy_routing_id,
5179 int opener_routing_id,
japhete6adf142014-10-31 00:01:495180 int parent_routing_id,
alexmosa181efc2015-09-03 00:39:045181 int previous_sibling_routing_id) {
naskob8744d22014-08-28 17:07:435182 TRACE_EVENT0("browser,navigation",
5183 "WebContentsImpl::CreateRenderFrameForRenderManager");
[email protected]82307f6b2014-08-07 03:30:125184
5185 RenderFrameHostImpl* rfh =
5186 static_cast<RenderFrameHostImpl*>(render_frame_host);
alexmosa181efc2015-09-03 00:39:045187 if (!rfh->CreateRenderFrame(proxy_routing_id, opener_routing_id,
5188 parent_routing_id, previous_sibling_routing_id))
[email protected]82307f6b2014-08-07 03:30:125189 return false;
5190
5191 // TODO(nasko): When RenderWidgetHost is owned by RenderFrameHost, the passed
5192 // RenderFrameHost will have to be associated with the appropriate
5193 // RenderWidgetHostView or a new one should be created here.
5194
5195 return true;
5196}
5197
mfomitchev2b8b066a2016-01-28 19:23:155198#if defined(OS_ANDROID)
[email protected]fc2b46b2014-05-03 16:33:455199
[email protected]155c7f22013-12-09 17:07:185200base::android::ScopedJavaLocalRef<jobject>
5201WebContentsImpl::GetJavaWebContents() {
mostynb042582e2015-03-16 22:13:405202 DCHECK_CURRENTLY_ON(BrowserThread::UI);
[email protected]0e813a52014-08-13 10:34:565203 return GetWebContentsAndroid()->GetJavaObject();
5204}
[email protected]155c7f22013-12-09 17:07:185205
[email protected]0e813a52014-08-13 10:34:565206WebContentsAndroid* WebContentsImpl::GetWebContentsAndroid() {
[email protected]155c7f22013-12-09 17:07:185207 WebContentsAndroid* web_contents_android =
5208 static_cast<WebContentsAndroid*>(GetUserData(kWebContentsAndroidKey));
5209 if (!web_contents_android) {
5210 web_contents_android = new WebContentsAndroid(this);
avicb129c02017-05-03 06:49:295211 SetUserData(kWebContentsAndroidKey, base::WrapUnique(web_contents_android));
[email protected]155c7f22013-12-09 17:07:185212 }
[email protected]0e813a52014-08-13 10:34:565213 return web_contents_android;
[email protected]155c7f22013-12-09 17:07:185214}
5215
paulmeyerc0b762b2016-04-13 11:55:175216void WebContentsImpl::ActivateNearestFindResult(float x,
5217 float y) {
5218 GetOrCreateFindRequestManager()->ActivateNearestFindResult(x, y);
5219}
5220
5221void WebContentsImpl::RequestFindMatchRects(int current_version) {
5222 GetOrCreateFindRequestManager()->RequestFindMatchRects(current_version);
5223}
5224
[email protected]7d244f12013-08-22 21:41:515225bool WebContentsImpl::CreateRenderViewForInitialEmptyDocument() {
nasko4c0feb62015-06-05 18:37:065226 return CreateRenderViewForRenderManager(
5227 GetRenderViewHost(), MSG_ROUTING_NONE, MSG_ROUTING_NONE,
lfgbede6392015-09-11 21:54:065228 frame_tree_.root()->current_replication_state());
[email protected]7d244f12013-08-22 21:41:515229}
[email protected]fc2b46b2014-05-03 16:33:455230
rockot400ea35b2016-10-15 19:15:325231service_manager::InterfaceProvider* WebContentsImpl::GetJavaInterfaces() {
sammcf5f1b0f2016-09-20 23:05:115232 if (!java_interfaces_) {
rockot400ea35b2016-10-15 19:15:325233 service_manager::mojom::InterfaceProviderPtr provider;
blundelle0a9f1582016-12-20 11:23:325234 BindInterfaceRegistryForWebContents(mojo::MakeRequest(&provider), this);
rockot400ea35b2016-10-15 19:15:325235 java_interfaces_.reset(new service_manager::InterfaceProvider);
sammcf5f1b0f2016-09-20 23:05:115236 java_interfaces_->Bind(std::move(provider));
5237 }
5238 return java_interfaces_.get();
5239}
5240
[email protected]fc2b46b2014-05-03 16:33:455241#elif defined(OS_MACOSX)
5242
[email protected]75f4df72014-07-16 22:39:425243void WebContentsImpl::SetAllowOtherViews(bool allow) {
5244 view_->SetAllowOtherViews(allow);
[email protected]fc2b46b2014-05-03 16:33:455245}
5246
[email protected]75f4df72014-07-16 22:39:425247bool WebContentsImpl::GetAllowOtherViews() {
5248 return view_->GetAllowOtherViews();
[email protected]fc2b46b2014-05-03 16:33:455249}
5250
[email protected]7d244f12013-08-22 21:41:515251#endif
5252
pkotwicz75ca8ffd2016-02-16 23:10:195253void WebContentsImpl::OnDidDownloadImage(
5254 const ImageDownloadCallback& callback,
5255 int id,
5256 const GURL& image_url,
leon.hancbc4bc3c2016-02-26 07:08:525257 int32_t http_status_code,
leon.hanc2228532016-08-16 05:59:185258 const std::vector<SkBitmap>& images,
5259 const std::vector<gfx::Size>& original_image_sizes) {
5260 callback.Run(id, http_status_code, image_url, images, original_image_sizes);
pkotwicz75ca8ffd2016-02-16 23:10:195261}
5262
[email protected]6fba26d2014-04-29 09:38:285263void WebContentsImpl::OnDialogClosed(int render_process_id,
5264 int render_frame_id,
[email protected]b172aee2012-04-10 17:05:265265 IPC::Message* reply_msg,
[email protected]87de04b02014-04-08 22:14:495266 bool dialog_was_suppressed,
[email protected]b172aee2012-04-10 17:05:265267 bool success,
[email protected]fcf75d42013-12-03 20:11:265268 const base::string16& user_input) {
[email protected]6fba26d2014-04-29 09:38:285269 RenderFrameHostImpl* rfh = RenderFrameHostImpl::FromID(render_process_id,
5270 render_frame_id);
[email protected]87de04b02014-04-08 22:14:495271 last_dialog_suppressed_ = dialog_was_suppressed;
5272
[email protected]beb440c2009-11-06 04:08:545273 if (is_showing_before_unload_dialog_ && !success) {
clamybc6f4152016-04-01 20:14:235274 // It is possible for the current RenderFrameHost to have changed in the
5275 // meantime. Do not reset the navigation state in that case.
5276 if (rfh && rfh == rfh->frame_tree_node()->current_frame_host()) {
clamy44e84ce2016-02-22 15:38:255277 rfh->frame_tree_node()->BeforeUnloadCanceled();
clamybc6f4152016-04-01 20:14:235278 controller_.DiscardNonCommittedEntries();
5279 }
[email protected]ec8e8b02013-06-19 04:57:105280
ericwilligersde386342016-10-19 02:35:095281 for (auto& observer : observers_)
5282 observer.BeforeUnloadDialogCancelled();
[email protected]beb440c2009-11-06 04:08:545283 }
[email protected]87de04b02014-04-08 22:14:495284
[email protected]6fba26d2014-04-29 09:38:285285 if (rfh) {
avi44acfaa82017-05-03 22:55:355286 rfh->JavaScriptDialogClosed(reply_msg, success, user_input);
[email protected]6fba26d2014-04-29 09:38:285287 } else {
5288 // Don't leak the sync IPC reply if the RFH or process is gone.
5289 delete reply_msg;
5290 }
avi1c51fb62017-02-27 20:43:035291
5292 is_showing_javascript_dialog_ = false;
5293 is_showing_before_unload_dialog_ = false;
[email protected]beb440c2009-11-06 04:08:545294}
5295
[email protected]b172aee2012-04-10 17:05:265296void WebContentsImpl::SetEncoding(const std::string& encoding) {
[email protected]ef3adfc2014-05-11 00:04:545297 if (encoding == last_reported_encoding_)
5298 return;
5299 last_reported_encoding_ = encoding;
5300
jinsukkim79df88a2017-01-04 06:26:155301 canonical_encoding_ = base::GetCanonicalEncodingNameByAliasName(encoding);
[email protected]aacd7cc2009-09-02 14:51:105302}
[email protected]f45d2a72010-03-08 23:28:355303
[email protected]1ac10dca2013-08-20 20:47:045304bool WebContentsImpl::IsHidden() {
5305 return capturer_count_ == 0 && !should_normally_be_visible_;
5306}
5307
rob97250742015-12-10 17:45:155308int WebContentsImpl::GetOuterDelegateFrameTreeNodeId() {
lfg601233692017-03-06 22:45:445309 return node_.outer_contents_frame_tree_node_id();
lazyboy6ec48b2a2015-06-29 15:18:145310}
5311
ekaramadaeb3c5c2016-11-09 03:22:355312RenderWidgetHostImpl* WebContentsImpl::GetFullscreenRenderWidgetHost() const {
5313 return RenderWidgetHostImpl::FromID(fullscreen_widget_process_id_,
5314 fullscreen_widget_routing_id_);
5315}
5316
[email protected]b0936d22013-11-28 06:47:365317RenderFrameHostManager* WebContentsImpl::GetRenderManager() const {
[email protected]fa944cb82013-11-15 17:51:215318 return frame_tree_.root()->render_manager();
5319}
5320
[email protected]f8497342013-02-05 22:15:025321BrowserPluginGuest* WebContentsImpl::GetBrowserPluginGuest() const {
[email protected]7a846df2012-09-20 19:17:395322 return browser_plugin_guest_.get();
5323}
5324
[email protected]738f57a2013-06-29 21:06:545325void WebContentsImpl::SetBrowserPluginGuest(BrowserPluginGuest* guest) {
5326 CHECK(!browser_plugin_guest_);
lazyboy6ec48b2a2015-06-29 15:18:145327 CHECK(guest);
[email protected]738f57a2013-06-29 21:06:545328 browser_plugin_guest_.reset(guest);
5329}
5330
[email protected]f8497342013-02-05 22:15:025331BrowserPluginEmbedder* WebContentsImpl::GetBrowserPluginEmbedder() const {
[email protected]7a846df2012-09-20 19:17:395332 return browser_plugin_embedder_.get();
5333}
[email protected]8ff00d72012-10-23 19:12:215334
fsamuel60b42282015-03-10 03:29:145335void WebContentsImpl::CreateBrowserPluginEmbedderIfNecessary() {
5336 if (browser_plugin_embedder_)
5337 return;
5338 browser_plugin_embedder_.reset(BrowserPluginEmbedder::Create(this));
5339}
5340
[email protected]fc2b46b2014-05-03 16:33:455341gfx::Size WebContentsImpl::GetSizeForNewRenderView() {
[email protected]dc0fd432013-08-27 15:29:215342 gfx::Size size;
5343 if (delegate_)
5344 size = delegate_->GetSizeForNewRenderView(this);
5345 if (size.IsEmpty())
[email protected]fc2b46b2014-05-03 16:33:455346 size = GetContainerBounds().size();
[email protected]dc0fd432013-08-27 15:29:215347 return size;
5348}
5349
[email protected]ae7eeda2014-07-04 01:53:265350void WebContentsImpl::OnFrameRemoved(RenderFrameHost* render_frame_host) {
ericwilligersde386342016-10-19 02:35:095351 for (auto& observer : observers_)
5352 observer.FrameDeleted(render_frame_host);
[email protected]9b159a52013-10-03 17:24:555353}
5354
[email protected]222f5822014-02-05 23:40:495355void WebContentsImpl::OnPreferredSizeChanged(const gfx::Size& old_size) {
5356 if (!delegate_)
5357 return;
5358 const gfx::Size new_size = GetPreferredSize();
5359 if (new_size != old_size)
5360 delegate_->UpdatePreferredSize(this, new_size);
5361}
5362
avie865b1d2016-10-24 19:42:595363std::unique_ptr<WebUIImpl> WebContentsImpl::CreateWebUI(
5364 const GURL& url,
5365 const std::string& frame_name) {
5366 std::unique_ptr<WebUIImpl> web_ui =
5367 base::MakeUnique<WebUIImpl>(this, frame_name);
5368 WebUIController* controller =
5369 WebUIControllerFactoryRegistry::GetInstance()
5370 ->CreateWebUIControllerForURL(web_ui.get(), url);
dbeama1b926a2015-08-31 23:17:515371 if (controller) {
weisert3dab3b92017-01-10 10:31:175372 web_ui->AddMessageHandler(base::MakeUnique<GenericHandler>());
dbeama1b926a2015-08-31 23:17:515373 web_ui->SetController(controller);
5374 return web_ui;
5375 }
5376
avie865b1d2016-10-24 19:42:595377 return nullptr;
dbeama1b926a2015-08-31 23:17:515378}
5379
paulmeyerfeafc2d2017-04-25 21:46:405380FindRequestManager* WebContentsImpl::GetFindRequestManager() {
5381 for (WebContentsImpl* contents = this; contents;
5382 contents = contents->GetOuterWebContents()) {
5383 if (contents->find_request_manager_)
5384 return contents->find_request_manager_.get();
5385 }
5386
5387 return nullptr;
5388}
5389
paulmeyerc0b762b2016-04-13 11:55:175390FindRequestManager* WebContentsImpl::GetOrCreateFindRequestManager() {
paulmeyerfeafc2d2017-04-25 21:46:405391 if (FindRequestManager* manager = GetFindRequestManager())
5392 return manager;
5393
5394 // No existing FindRequestManager found, so one must be created.
5395 find_request_manager_.reset(new FindRequestManager(this));
5396
5397 // Concurrent find sessions must not overlap, so destroy any existing
5398 // FindRequestManagers in any inner WebContentses.
5399 for (WebContentsImpl* contents : GetWebContentsAndAllInner()) {
5400 if (contents == this)
5401 continue;
5402 if (contents->find_request_manager_) {
5403 contents->find_request_manager_->StopFinding(
5404 content::STOP_FIND_ACTION_CLEAR_SELECTION);
5405 contents->find_request_manager_.release();
5406 }
5407 }
paulmeyerc0b762b2016-04-13 11:55:175408
5409 return find_request_manager_.get();
5410}
5411
5412void WebContentsImpl::NotifyFindReply(int request_id,
5413 int number_of_matches,
5414 const gfx::Rect& selection_rect,
5415 int active_match_ordinal,
5416 bool final_update) {
paulmeyer60b5d832016-08-31 18:46:345417 if (delegate_ && !is_being_destroyed_) {
paulmeyerc0b762b2016-04-13 11:55:175418 delegate_->FindReply(this, request_id, number_of_matches, selection_rect,
5419 active_match_ordinal, final_update);
5420 }
5421}
5422
ortuno467e5792016-06-10 04:32:395423void WebContentsImpl::IncrementBluetoothConnectedDeviceCount() {
5424 // Trying to invalidate the tab state while being destroyed could result in a
5425 // use after free.
5426 if (IsBeingDestroyed()) {
5427 return;
5428 }
5429 // Notify for UI updates if the state changes.
5430 bluetooth_connected_device_count_++;
5431 if (bluetooth_connected_device_count_ == 1) {
5432 NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);
5433 }
5434}
5435
5436void WebContentsImpl::DecrementBluetoothConnectedDeviceCount() {
5437 // Trying to invalidate the tab state while being destroyed could result in a
5438 // use after free.
5439 if (IsBeingDestroyed()) {
5440 return;
5441 }
5442 // Notify for UI updates if the state changes.
5443 DCHECK(bluetooth_connected_device_count_ != 0);
5444 bluetooth_connected_device_count_--;
5445 if (bluetooth_connected_device_count_ == 0) {
5446 NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);
5447 }
5448}
5449
zqzhang8ac49002017-03-16 21:51:355450void WebContentsImpl::SetHasPersistentVideo(bool has_persistent_video) {
5451 if (has_persistent_video_ == has_persistent_video)
mlamouri5cd9ae82017-02-18 11:05:095452 return;
5453
zqzhang8ac49002017-03-16 21:51:355454 has_persistent_video_ = has_persistent_video;
mlamouri5cd9ae82017-02-18 11:05:095455 NotifyPreferencesChanged();
zqzhang8ac49002017-03-16 21:51:355456 media_web_contents_observer()->RequestPersistentVideo(has_persistent_video);
mlamouri5cd9ae82017-02-18 11:05:095457}
5458
paulmeyerfeafc2d2017-04-25 21:46:405459void WebContentsImpl::BrowserPluginGuestWillDetach() {
5460 WebContentsImpl* outermost = GetOutermostWebContents();
5461 if (this != outermost && ContainsOrIsFocusedWebContents())
5462 outermost->SetAsFocusedWebContentsIfNecessary();
5463}
5464
paulmeyerc0b762b2016-04-13 11:55:175465#if defined(OS_ANDROID)
5466void WebContentsImpl::NotifyFindMatchRectsReply(
5467 int version,
5468 const std::vector<gfx::RectF>& rects,
5469 const gfx::RectF& active_rect) {
5470 if (delegate_)
5471 delegate_->FindMatchRectsReply(this, version, rects, active_rect);
5472}
5473#endif
5474
[email protected]34ff1cfc2014-08-20 06:16:055475void WebContentsImpl::SetForceDisableOverscrollContent(bool force_disable) {
5476 force_disable_overscroll_content_ = force_disable;
5477 if (view_)
5478 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
5479}
5480
dalecurtis88c240072015-12-09 02:11:185481void WebContentsImpl::MediaStartedPlaying(
billorr21c005d2016-11-17 03:57:045482 const WebContentsObserver::MediaPlayerInfo& media_info,
dalecurtis88c240072015-12-09 02:11:185483 const WebContentsObserver::MediaPlayerId& id) {
billorr21c005d2016-11-17 03:57:045484 if (media_info.has_video)
5485 currently_playing_video_count_++;
5486
ericwilligersde386342016-10-19 02:35:095487 for (auto& observer : observers_)
billorr21c005d2016-11-17 03:57:045488 observer.MediaStartedPlaying(media_info, id);
dalecurtis88c240072015-12-09 02:11:185489}
5490
5491void WebContentsImpl::MediaStoppedPlaying(
billorr21c005d2016-11-17 03:57:045492 const WebContentsObserver::MediaPlayerInfo& media_info,
dalecurtis88c240072015-12-09 02:11:185493 const WebContentsObserver::MediaPlayerId& id) {
billorr21c005d2016-11-17 03:57:045494 if (media_info.has_video)
5495 currently_playing_video_count_--;
5496
ericwilligersde386342016-10-19 02:35:095497 for (auto& observer : observers_)
billorr21c005d2016-11-17 03:57:045498 observer.MediaStoppedPlaying(media_info, id);
5499}
5500
5501int WebContentsImpl::GetCurrentlyPlayingVideoCount() {
5502 return currently_playing_video_count_;
dalecurtis88c240072015-12-09 02:11:185503}
5504
tapted65ff2ea72016-03-01 23:39:005505void WebContentsImpl::UpdateWebContentsVisibility(bool visible) {
5506 if (!did_first_set_visible_) {
5507 // If this WebContents has not yet been set to be visible for the first
5508 // time, ignore any requests to make it hidden, since resources would
5509 // immediately be destroyed and only re-created after content loaded. In
5510 // this state the window content is undefined and can show garbage.
5511 // However, the page load mechanism requires an activation call through a
5512 // visibility call to (re)load.
5513 if (visible) {
5514 did_first_set_visible_ = true;
5515 WasShown();
5516 }
5517 return;
5518 }
5519 if (visible == should_normally_be_visible_)
5520 return;
5521
5522 if (visible)
5523 WasShown();
5524 else
5525 WasHidden();
5526}
5527
aelias5252baa2016-04-10 01:18:025528void WebContentsImpl::UpdateOverridingUserAgent() {
mlamouri5cd9ae82017-02-18 11:05:095529 NotifyPreferencesChanged();
aelias5252baa2016-04-10 01:18:025530}
5531
avid53461d2016-02-25 17:15:045532void WebContentsImpl::SetJavaScriptDialogManagerForTesting(
5533 JavaScriptDialogManager* dialog_manager) {
5534 dialog_manager_ = dialog_manager;
5535}
5536
rockotf62002a2016-09-15 00:08:595537void WebContentsImpl::RemoveBindingSet(const std::string& interface_name) {
5538 auto it = binding_sets_.find(interface_name);
5539 if (it != binding_sets_.end())
5540 binding_sets_.erase(it);
5541}
5542
nzolghadrd87a308d2016-12-07 15:45:565543bool WebContentsImpl::AddDomainInfoToRapporSample(rappor::Sample* sample) {
5544 sample->SetStringField("Domain", ::rappor::GetDomainAndRegistrySampleFromGURL(
5545 GetLastCommittedURL()));
5546
5547 return true;
5548}
5549
ekaramada110f642016-12-21 19:47:285550void WebContentsImpl::FocusedNodeTouched(bool editable) {
5551#if defined(OS_WIN)
5552 // We use the cursor position to determine where the touch occurred.
5553 RenderWidgetHostView* view = GetRenderWidgetHostView();
5554 if (!view)
5555 return;
5556 POINT cursor_pos = {};
5557 ::GetCursorPos(&cursor_pos);
5558 float scale = GetScaleFactorForView(view);
5559 gfx::Point location_dips_screen =
5560 gfx::ConvertPointToDIP(scale, gfx::Point(cursor_pos));
5561 view->FocusedNodeTouched(location_dips_screen, editable);
5562#endif
5563}
5564
samans90fb8162017-04-04 22:30:455565void WebContentsImpl::DidReceiveCompositorFrame() {
5566 for (auto& observer : observers_)
5567 observer.DidReceiveCompositorFrame();
5568}
5569
falken52a56e32016-12-08 05:02:405570void WebContentsImpl::ShowInsecureLocalhostWarningIfNeeded() {
5571 bool allow_localhost = base::CommandLine::ForCurrentProcess()->HasSwitch(
5572 switches::kAllowInsecureLocalhost);
5573 if (!allow_localhost)
5574 return;
5575
5576 content::NavigationEntry* entry = GetController().GetLastCommittedEntry();
5577 if (!entry || !net::IsLocalhost(entry->GetURL().host()))
5578 return;
5579
5580 content::SSLStatus ssl_status = entry->GetSSL();
5581 bool is_cert_error = net::IsCertStatusError(ssl_status.cert_status) &&
5582 !net::IsCertStatusMinorError(ssl_status.cert_status);
5583 if (!is_cert_error)
5584 return;
5585
5586 GetMainFrame()->AddMessageToConsole(
5587 content::CONSOLE_MESSAGE_LEVEL_WARNING,
5588 base::StringPrintf("This site does not have a valid SSL "
5589 "certificate! Without SSL, your site's and "
5590 "visitors' data is vulnerable to theft and "
5591 "tampering. Get a valid SSL certificate before"
5592 " releasing your website to the public."));
5593}
5594
mlamouri5cd9ae82017-02-18 11:05:095595void WebContentsImpl::NotifyPreferencesChanged() {
5596 std::set<RenderViewHost*> render_view_host_set;
5597 for (FrameTreeNode* node : frame_tree_.Nodes()) {
5598 RenderWidgetHost* render_widget_host =
5599 node->current_frame_host()->GetRenderWidgetHost();
5600 if (!render_widget_host)
5601 continue;
5602 RenderViewHost* render_view_host = RenderViewHost::From(render_widget_host);
5603 if (!render_view_host)
5604 continue;
5605 render_view_host_set.insert(render_view_host);
5606 }
5607 for (RenderViewHost* render_view_host : render_view_host_set)
5608 render_view_host->OnWebkitPreferencesChanged();
5609}
5610
[email protected]8ff00d72012-10-23 19:12:215611} // namespace content