blob: 78c9738b52ae24a1ce95b528b64d9b0e92685add [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() {
creisba91ba82017-05-12 22:56:19533 // Imperfect sanity check against double free, given some crashes unexpectedly
534 // observed in the wild.
535 CHECK(!is_being_destroyed_);
536
537 // We generally keep track of is_being_destroyed_ to let other features know
538 // to avoid certain actions during destruction.
[email protected]420ae012009-04-24 05:16:32539 is_being_destroyed_ = true;
540
creis97867aa2017-02-17 18:39:45541 // A WebContents should never be deleted while it is notifying observers,
creisba91ba82017-05-12 22:56:19542 // since this will lead to a use-after-free as it continues to notify later
creis97867aa2017-02-17 18:39:45543 // observers.
544 CHECK(!is_notifying_observers_);
545
kenrb2a565f82015-09-02 20:24:59546 rwh_input_event_router_.reset();
547
rockotf62002a2016-09-15 00:08:59548 for (auto& entry : binding_sets_)
549 entry.second->CloseAllBindings();
550
avallee0206f782016-07-28 18:55:33551 WebContentsImpl* outermost = GetOutermostWebContents();
avallee9993fca2016-11-17 06:16:50552 if (this != outermost && ContainsOrIsFocusedWebContents()) {
avallee0206f782016-07-28 18:55:33553 // If the current WebContents is in focus, unset it.
avallee9993fca2016-11-17 06:16:50554 outermost->SetAsFocusedWebContentsIfNecessary();
avallee0206f782016-07-28 18:55:33555 }
556
dcheng72be33c2016-01-21 04:11:31557 for (FrameTreeNode* node : frame_tree_.Nodes()) {
558 // Delete all RFHs pending shutdown, which will lead the corresponding RVHs
559 // to be shutdown and be deleted as well.
dcheng57e39e22016-01-21 00:25:38560 node->render_manager()->ClearRFHsPendingShutdown();
dcheng57e39e22016-01-21 00:25:38561 node->render_manager()->ClearWebUIInstances();
dcheng72be33c2016-01-21 04:11:31562 }
carlosk35f35af2015-12-01 10:55:40563
dcheng57e39e22016-01-21 00:25:38564 for (RenderWidgetHostImpl* widget : created_widgets_)
565 widget->DetachDelegate();
[email protected]b24b68a2012-09-24 21:57:26566 created_widgets_.clear();
567
[email protected]3ab9cb82011-06-03 18:02:07568 // Clear out any JavaScript state.
avi5d3b8692016-10-12 22:00:46569 if (dialog_manager_) {
avi6879fcf2017-01-21 05:27:53570 dialog_manager_->CancelDialogs(this, /*reset_state=*/true);
avi5d3b8692016-10-12 22:00:46571 }
[email protected]3ab9cb82011-06-03 18:02:07572
[email protected]8ed16472014-04-11 19:02:48573 if (color_chooser_info_.get())
574 color_chooser_info_->chooser->End();
[email protected]da8543762012-03-20 08:52:20575
[email protected]420ae012009-04-24 05:16:32576 NotifyDisconnected();
[email protected]420ae012009-04-24 05:16:32577
[email protected]ca13a442012-04-17 14:00:12578 // Notify any observer that have a reference on this WebContents.
[email protected]8ff00d72012-10-23 19:12:21579 NotificationService::current()->Notify(
580 NOTIFICATION_WEB_CONTENTS_DESTROYED,
581 Source<WebContents>(this),
582 NotificationService::NoDetails());
[email protected]420ae012009-04-24 05:16:32583
[email protected]df0c843f2014-05-23 20:37:23584 // Destroy all frame tree nodes except for the root; this notifies observers.
nick53d5cbf2015-04-23 22:50:14585 frame_tree_.root()->ResetForNewProcess();
[email protected]df0c843f2014-05-23 20:37:23586 GetRenderManager()->ResetProxyHosts();
[email protected]c06c58c2014-03-12 20:31:59587
clamy0e119882015-07-31 16:12:33588 // Manually call the observer methods for the root frame tree node. It is
589 // necessary to manually delete all objects tracking navigations
590 // (NavigationHandle, NavigationRequest) for observers to be properly
591 // notified of these navigations stopping before the WebContents is
592 // destroyed.
[email protected]df0c843f2014-05-23 20:37:23593 RenderFrameHostManager* root = GetRenderManager();
naskob21fe4872015-02-24 14:15:56594
clamy0e119882015-07-31 16:12:33595 if (root->pending_frame_host()) {
naskob21fe4872015-02-24 14:15:56596 root->pending_frame_host()->SetRenderFrameCreated(false);
clamy0e119882015-07-31 16:12:33597 root->pending_frame_host()->SetNavigationHandle(
dcheng59716272016-04-09 05:19:08598 std::unique_ptr<NavigationHandleImpl>());
clamy0e119882015-07-31 16:12:33599 }
naskob21fe4872015-02-24 14:15:56600 root->current_frame_host()->SetRenderFrameCreated(false);
clamy0e119882015-07-31 16:12:33601 root->current_frame_host()->SetNavigationHandle(
dcheng59716272016-04-09 05:19:08602 std::unique_ptr<NavigationHandleImpl>());
clamy0e119882015-07-31 16:12:33603
604 // PlzNavigate: clear up state specific to browser-side navigation.
carloskd80262f52015-12-16 14:40:35605 if (IsBrowserSideNavigationEnabled()) {
clamy82a2f4d2016-02-02 14:20:41606 // Do not update state as the WebContents is being destroyed.
clamya86695b2017-03-23 14:45:48607 frame_tree_.root()->ResetNavigationRequest(true, true);
clamy0e119882015-07-31 16:12:33608 if (root->speculative_frame_host()) {
609 root->speculative_frame_host()->SetRenderFrameCreated(false);
610 root->speculative_frame_host()->SetNavigationHandle(
dcheng59716272016-04-09 05:19:08611 std::unique_ptr<NavigationHandleImpl>());
clamy0e119882015-07-31 16:12:33612 }
613 }
[email protected]f273ee52013-10-18 16:05:27614
brettw4b461082016-11-19 18:55:16615#if BUILDFLAG(ENABLE_PLUGINS)
zqzhang181047e62016-07-01 13:37:17616 // Call this before WebContentsDestroyed() is broadcasted since
617 // AudioFocusManager will be destroyed after that.
618 pepper_playback_observer_.reset();
619#endif // defined(ENABLED_PLUGINS)
620
ericwilligersde386342016-10-19 02:35:09621 for (auto& observer : observers_)
622 observer.FrameDeleted(root->current_frame_host());
naskoa83483fb2015-02-27 16:57:10623
[email protected]df0c843f2014-05-23 20:37:23624 if (root->pending_render_view_host()) {
ericwilligersde386342016-10-19 02:35:09625 for (auto& observer : observers_)
626 observer.RenderViewDeleted(root->pending_render_view_host());
[email protected]df0c843f2014-05-23 20:37:23627 }
[email protected]c06c58c2014-03-12 20:31:59628
ericwilligersde386342016-10-19 02:35:09629 for (auto& observer : observers_)
630 observer.RenderViewDeleted(root->current_host());
[email protected]f273ee52013-10-18 16:05:27631
ericwilligersde386342016-10-19 02:35:09632 for (auto& observer : observers_)
633 observer.WebContentsDestroyed();
[email protected]12a46832014-05-09 13:35:58634
ericwilligersde386342016-10-19 02:35:09635 for (auto& observer : observers_)
636 observer.ResetWebContents();
[email protected]232a5812011-03-04 22:42:08637
[email protected]6934a702011-12-20 00:04:51638 SetDelegate(NULL);
[email protected]b5a1d11c2011-02-17 03:09:42639}
640
[email protected]d1198fd2012-08-13 22:50:19641WebContentsImpl* WebContentsImpl::CreateWithOpener(
[email protected]54944cde2012-12-09 09:24:59642 const WebContents::CreateParams& params,
alexmose201c7cd2015-06-10 17:14:21643 FrameTreeNode* opener) {
[email protected]e11f0e92013-06-12 15:12:03644 TRACE_EVENT0("browser", "WebContentsImpl::CreateWithOpener");
alexmose201c7cd2015-06-10 17:14:21645 WebContentsImpl* new_contents = new WebContentsImpl(params.browser_context);
[email protected]d1198fd2012-08-13 22:50:19646
alexmosaedfc6f2016-01-21 23:57:38647 FrameTreeNode* new_root = new_contents->GetFrameTree()->root();
648
jochen6004a362017-02-04 00:11:40649 if (opener) {
avi8d1aa162017-03-27 18:27:37650 // For the "original opener", track the opener's main frame instead, because
651 // if the opener is a subframe, the opener tracking could be easily bypassed
652 // by spawning from a subframe and deleting the subframe.
653 // https://crbug.com/705316
654 new_root->SetOriginalOpener(opener->frame_tree()->root());
655
jochen6004a362017-02-04 00:11:40656 if (!params.opener_suppressed) {
657 new_root->SetOpener(opener);
658 new_contents->created_with_opener_ = true;
659 }
alexmose201c7cd2015-06-10 17:14:21660 }
661
alexmosaedfc6f2016-01-21 23:57:38662 // If the opener is sandboxed, a new popup must inherit the opener's sandbox
663 // flags, and these flags take effect immediately. An exception is if the
664 // opener's sandbox flags lack the PropagatesToAuxiliaryBrowsingContexts
665 // bit (which is controlled by the "allow-popups-to-escape-sandbox" token).
666 // See https://html.spec.whatwg.org/#attr-iframe-sandbox.
667 if (opener) {
668 blink::WebSandboxFlags opener_flags = opener->effective_sandbox_flags();
669 const blink::WebSandboxFlags inherit_flag =
Blink Reformat1c4d759e2017-04-09 16:34:54670 blink::WebSandboxFlags::kPropagatesToAuxiliaryBrowsingContexts;
alexmosaedfc6f2016-01-21 23:57:38671 if ((opener_flags & inherit_flag) == inherit_flag) {
672 new_root->SetPendingSandboxFlags(opener_flags);
iclelland92f8c0b2017-04-19 12:43:05673 new_root->CommitPendingFramePolicy();
alexmosaedfc6f2016-01-21 23:57:38674 }
675 }
676
alexmose201c7cd2015-06-10 17:14:21677 // This may be true even when opener is null, such as when opening blocked
678 // popups.
alexmos090fae8e2015-05-28 17:09:28679 if (params.created_with_opener)
680 new_contents->created_with_opener_ = true;
681
[email protected]4858e432014-06-23 18:14:17682 if (params.guest_delegate) {
[email protected]83100cd2014-05-10 11:50:06683 // This makes |new_contents| act as a guest.
684 // For more info, see comment above class BrowserPluginGuest.
[email protected]2101c4c2014-08-22 00:16:16685 BrowserPluginGuest::Create(new_contents, params.guest_delegate);
[email protected]83100cd2014-05-10 11:50:06686 // We are instantiating a WebContents for browser plugin. Set its subframe
687 // bit to true.
688 new_contents->is_subframe_ = true;
689 }
[email protected]54944cde2012-12-09 09:24:59690 new_contents->Init(params);
[email protected]d1198fd2012-08-13 22:50:19691 return new_contents;
692}
693
[email protected]95640212014-07-26 18:14:30694// static
695std::vector<WebContentsImpl*> WebContentsImpl::GetAllWebContents() {
696 std::vector<WebContentsImpl*> result;
dcheng59716272016-04-09 05:19:08697 std::unique_ptr<RenderWidgetHostIterator> widgets(
[email protected]95640212014-07-26 18:14:30698 RenderWidgetHostImpl::GetRenderWidgetHosts());
[email protected]95640212014-07-26 18:14:30699 while (RenderWidgetHost* rwh = widgets->GetNextHost()) {
[email protected]95640212014-07-26 18:14:30700 RenderViewHost* rvh = RenderViewHost::From(rwh);
701 if (!rvh)
702 continue;
703 WebContents* web_contents = WebContents::FromRenderViewHost(rvh);
704 if (!web_contents)
705 continue;
avidf38c952015-10-27 13:45:13706 if (web_contents->GetRenderViewHost() != rvh)
707 continue;
708 // Because a WebContents can only have one current RVH at a time, there will
709 // be no duplicate WebContents here.
710 result.push_back(static_cast<WebContentsImpl*>(web_contents));
[email protected]95640212014-07-26 18:14:30711 }
712 return result;
713}
714
clamya16aa8172015-05-26 13:07:25715// static
716WebContentsImpl* WebContentsImpl::FromFrameTreeNode(
paulmeyerfeafc2d2017-04-25 21:46:40717 const FrameTreeNode* frame_tree_node) {
clamya16aa8172015-05-26 13:07:25718 return static_cast<WebContentsImpl*>(
719 WebContents::FromRenderFrameHost(frame_tree_node->current_frame_host()));
720}
721
clamy0d32d6d2015-11-24 11:16:26722// static
723WebContents* WebContentsImpl::FromRenderFrameHostID(int render_process_host_id,
724 int render_frame_host_id) {
725 DCHECK_CURRENTLY_ON(BrowserThread::UI);
726 RenderFrameHost* render_frame_host =
727 RenderFrameHost::FromID(render_process_host_id, render_frame_host_id);
728 if (!render_frame_host)
729 return nullptr;
730
731 return WebContents::FromRenderFrameHost(render_frame_host);
732}
733
paulmeyerfeafc2d2017-04-25 21:46:40734// static
735WebContentsImpl* WebContentsImpl::FromOuterFrameTreeNode(
736 const FrameTreeNode* frame_tree_node) {
737 return WebContentsImpl::FromFrameTreeNode(frame_tree_node)
738 ->node_.GetInnerWebContentsInFrame(frame_tree_node);
739}
740
[email protected]b0936d22013-11-28 06:47:36741RenderFrameHostManager* WebContentsImpl::GetRenderManagerForTesting() {
[email protected]fa944cb82013-11-15 17:51:21742 return GetRenderManager();
[email protected]765187182012-01-11 23:59:28743}
744
nicka0ac8382016-12-15 23:59:23745bool WebContentsImpl::OnMessageReceived(RenderViewHostImpl* render_view_host,
[email protected]7bb761892012-07-20 09:32:47746 const IPC::Message& message) {
nicka0ac8382016-12-15 23:59:23747 RenderFrameHost* main_frame = render_view_host->GetMainFrame();
748 if (main_frame) {
749 WebUIImpl* web_ui = static_cast<RenderFrameHostImpl*>(main_frame)->web_ui();
750 if (web_ui && web_ui->OnMessageReceived(message))
751 return true;
[email protected]d2353452012-01-19 19:53:56752 }
[email protected]f82d57b52011-04-27 19:13:17753
nicka0ac8382016-12-15 23:59:23754 for (auto& observer : observers_) {
755 // TODO(nick, creis): Replace all uses of this variant of OnMessageReceived
756 // with the version that takes a RenderFrameHost, and delete it.
757 if (observer.OnMessageReceived(message))
758 return true;
[email protected]64ffefa2014-05-10 12:06:33759 }
[email protected]403415a2011-01-10 18:57:53760
[email protected]724159a2010-12-30 01:11:18761 bool handled = true;
nicka0ac8382016-12-15 23:59:23762 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(WebContentsImpl, message, render_view_host)
763 IPC_MESSAGE_HANDLER(ViewHostMsg_DidFirstVisuallyNonEmptyPaint,
764 OnFirstVisuallyNonEmptyPaint)
765 IPC_MESSAGE_HANDLER(ViewHostMsg_GoToEntryAtOffset, OnGoToEntryAtOffset)
766 IPC_MESSAGE_HANDLER(ViewHostMsg_UpdateZoomLimits, OnUpdateZoomLimits)
767 IPC_MESSAGE_HANDLER(ViewHostMsg_PageScaleFactorChanged,
768 OnPageScaleFactorChanged)
769 IPC_MESSAGE_HANDLER(ViewHostMsg_EnumerateDirectory, OnEnumerateDirectory)
770 IPC_MESSAGE_HANDLER(ViewHostMsg_AppCacheAccessed, OnAppCacheAccessed)
771 IPC_MESSAGE_HANDLER(ViewHostMsg_WebUISend, OnWebUISend)
772#if BUILDFLAG(ENABLE_PLUGINS)
773 IPC_MESSAGE_HANDLER(ViewHostMsg_RequestPpapiBrokerPermission,
774 OnRequestPpapiBrokerPermission)
775#endif
776 IPC_MESSAGE_HANDLER(ViewHostMsg_UpdateFaviconURL, OnUpdateFaviconURL)
777 IPC_MESSAGE_HANDLER(ViewHostMsg_ShowValidationMessage,
778 OnShowValidationMessage)
779 IPC_MESSAGE_HANDLER(ViewHostMsg_HideValidationMessage,
780 OnHideValidationMessage)
781 IPC_MESSAGE_HANDLER(ViewHostMsg_MoveValidationMessage,
782 OnMoveValidationMessage)
783#if defined(OS_ANDROID)
784 IPC_MESSAGE_HANDLER(ViewHostMsg_OpenDateTimeDialog, OnOpenDateTimeDialog)
785#endif
786 IPC_MESSAGE_UNHANDLED(handled = false)
787 IPC_END_MESSAGE_MAP()
788
789 return handled;
790}
791
792bool WebContentsImpl::OnMessageReceived(RenderFrameHostImpl* render_frame_host,
793 const IPC::Message& message) {
794 for (auto& observer : observers_) {
795 if (observer.OnMessageReceived(message, render_frame_host))
796 return true;
797 }
798
799 bool handled = true;
800 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(WebContentsImpl, message, render_frame_host)
[email protected]cfa856d62014-02-22 07:58:40801 IPC_MESSAGE_HANDLER(FrameHostMsg_DomOperationResponse,
802 OnDomOperationResponse)
[email protected]37b64c52014-07-11 21:14:05803 IPC_MESSAGE_HANDLER(FrameHostMsg_DidChangeThemeColor,
804 OnThemeColorChanged)
[email protected]8ed16472014-04-11 19:02:48805 IPC_MESSAGE_HANDLER(FrameHostMsg_DidFinishDocumentLoad,
806 OnDocumentLoadedInFrame)
807 IPC_MESSAGE_HANDLER(FrameHostMsg_DidFinishLoad, OnDidFinishLoad)
808 IPC_MESSAGE_HANDLER(FrameHostMsg_OpenColorChooser, OnOpenColorChooser)
809 IPC_MESSAGE_HANDLER(FrameHostMsg_EndColorChooser, OnEndColorChooser)
810 IPC_MESSAGE_HANDLER(FrameHostMsg_SetSelectedColorInColorChooser,
811 OnSetSelectedColorInColorChooser)
avi7830c852015-08-31 23:46:25812 IPC_MESSAGE_HANDLER(FrameHostMsg_DidLoadResourceFromMemoryCache,
[email protected]724159a2010-12-30 01:11:18813 OnDidLoadResourceFromMemoryCache)
avi3a3332622015-09-01 01:18:54814 IPC_MESSAGE_HANDLER(FrameHostMsg_DidDisplayInsecureContent,
[email protected]724159a2010-12-30 01:11:18815 OnDidDisplayInsecureContent)
elawrenceb2ac2a232017-03-27 21:46:25816 IPC_MESSAGE_HANDLER(FrameHostMsg_DidContainInsecureFormAction,
817 OnDidContainInsecureFormAction)
avi3a3332622015-09-01 01:18:54818 IPC_MESSAGE_HANDLER(FrameHostMsg_DidRunInsecureContent,
[email protected]724159a2010-12-30 01:11:18819 OnDidRunInsecureContent)
estark910b4572015-12-09 20:55:41820 IPC_MESSAGE_HANDLER(FrameHostMsg_DidDisplayContentWithCertificateErrors,
821 OnDidDisplayContentWithCertificateErrors)
822 IPC_MESSAGE_HANDLER(FrameHostMsg_DidRunContentWithCertificateErrors,
823 OnDidRunContentWithCertificateErrors)
avia23e16b2015-07-09 14:18:48824 IPC_MESSAGE_HANDLER(FrameHostMsg_RegisterProtocolHandler,
825 OnRegisterProtocolHandler)
826 IPC_MESSAGE_HANDLER(FrameHostMsg_UnregisterProtocolHandler,
827 OnUnregisterProtocolHandler)
kouhei40f03cb2015-09-24 07:47:01828 IPC_MESSAGE_HANDLER(FrameHostMsg_UpdatePageImportanceSignals,
829 OnUpdatePageImportanceSignals)
paulmeyer5d0a5f02016-01-21 20:15:52830 IPC_MESSAGE_HANDLER(FrameHostMsg_Find_Reply, OnFindReply)
brettw4b461082016-11-19 18:55:16831#if BUILDFLAG(ENABLE_PLUGINS)
emaxxe70f5e12015-05-29 11:26:00832 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperInstanceCreated,
833 OnPepperInstanceCreated)
834 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperInstanceDeleted,
835 OnPepperInstanceDeleted)
tommyclie6633ca72014-10-31 00:40:42836 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperPluginHung, OnPepperPluginHung)
zqzhang181047e62016-07-01 13:37:17837 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperStartsPlayback,
838 OnPepperStartsPlayback)
839 IPC_MESSAGE_HANDLER(FrameHostMsg_PepperStopsPlayback,
840 OnPepperStopsPlayback)
tommyclie6633ca72014-10-31 00:40:42841 IPC_MESSAGE_HANDLER(FrameHostMsg_PluginCrashed, OnPluginCrashed)
[email protected]c4538072013-03-18 02:17:55842 IPC_MESSAGE_HANDLER_GENERIC(BrowserPluginHostMsg_Attach,
fsamuel833ee7c2015-02-13 23:40:40843 OnBrowserPluginMessage(render_frame_host,
844 message))
thestigc4cac8f2014-09-04 21:17:50845#endif
mfomitchev2b8b066a2016-01-28 19:23:15846#if defined(OS_ANDROID)
paulmeyer5d0a5f02016-01-21 20:15:52847 IPC_MESSAGE_HANDLER(FrameHostMsg_FindMatchRects_Reply,
[email protected]8ed16472014-04-11 19:02:48848 OnFindMatchRectsReply)
paulmeyerc8cb7cb2016-06-07 01:14:19849 IPC_MESSAGE_HANDLER(FrameHostMsg_GetNearestFindResult_Reply,
850 OnGetNearestFindResultReply)
[email protected]8ed16472014-04-11 19:02:48851#endif
[email protected]724159a2010-12-30 01:11:18852 IPC_MESSAGE_UNHANDLED(handled = false)
[email protected]e44d1342014-05-16 21:29:33853 IPC_END_MESSAGE_MAP()
[email protected]724159a2010-12-30 01:11:18854
[email protected]724159a2010-12-30 01:11:18855 return handled;
856}
857
[email protected]d1198fd2012-08-13 22:50:19858NavigationControllerImpl& WebContentsImpl::GetController() {
[email protected]f5fa20e2011-12-21 22:35:56859 return controller_;
860}
861
[email protected]d1198fd2012-08-13 22:50:19862const NavigationControllerImpl& WebContentsImpl::GetController() const {
[email protected]f5fa20e2011-12-21 22:35:56863 return controller_;
864}
865
[email protected]8ff00d72012-10-23 19:12:21866BrowserContext* WebContentsImpl::GetBrowserContext() const {
[email protected]a26023822011-12-29 00:23:55867 return controller_.GetBrowserContext();
[email protected]627e0512011-12-21 22:55:30868}
869
[email protected]b172aee2012-04-10 17:05:26870const GURL& WebContentsImpl::GetURL() 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]36fc0392011-12-25 03:59:51873 return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
[email protected]be1f56ab2011-12-22 06:55:31874}
875
[email protected]a093ce02013-07-22 20:53:14876const GURL& WebContentsImpl::GetVisibleURL() const {
[email protected]c854a7e2013-05-21 16:42:24877 // We may not have a navigation entry yet.
[email protected]59167c22013-06-03 18:07:32878 NavigationEntry* entry = controller_.GetVisibleEntry();
[email protected]c854a7e2013-05-21 16:42:24879 return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
880}
881
882const GURL& WebContentsImpl::GetLastCommittedURL() const {
883 // We may not have a navigation entry yet.
884 NavigationEntry* entry = controller_.GetLastCommittedEntry();
885 return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
886}
887
[email protected]8ff00d72012-10-23 19:12:21888WebContentsDelegate* WebContentsImpl::GetDelegate() {
[email protected]be1f56ab2011-12-22 06:55:31889 return delegate_;
890}
891
[email protected]8ff00d72012-10-23 19:12:21892void WebContentsImpl::SetDelegate(WebContentsDelegate* delegate) {
[email protected]be1f56ab2011-12-22 06:55:31893 // TODO(cbentzel): remove this debugging code?
894 if (delegate == delegate_)
895 return;
896 if (delegate_)
897 delegate_->Detach(this);
898 delegate_ = delegate;
[email protected]a6b73c62013-02-11 23:05:08899 if (delegate_) {
[email protected]be1f56ab2011-12-22 06:55:31900 delegate_->Attach(this);
[email protected]a6b73c62013-02-11 23:05:08901 // Ensure the visible RVH reflects the new delegate's preferences.
[email protected]86f98a22013-03-20 14:35:00902 if (view_)
[email protected]e85165c642014-06-10 14:34:31903 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
[email protected]a6b73c62013-02-11 23:05:08904 }
[email protected]be1f56ab2011-12-22 06:55:31905}
906
[email protected]8ff00d72012-10-23 19:12:21907RenderProcessHost* WebContentsImpl::GetRenderProcessHost() const {
[email protected]fa944cb82013-11-15 17:51:21908 RenderViewHostImpl* host = GetRenderManager()->current_host();
[email protected]82114f52012-03-20 22:53:41909 return host ? host->GetProcess() : NULL;
[email protected]8cb5d5b2010-02-09 11:36:16910}
911
clamydf1975e2015-02-05 19:12:24912RenderFrameHostImpl* WebContentsImpl::GetMainFrame() {
[email protected]94d0cc12013-12-18 00:07:41913 return frame_tree_.root()->current_frame_host();
[email protected]60eca4eb2013-12-06 00:02:16914}
915
nick53d5cbf2015-04-23 22:50:14916RenderFrameHostImpl* WebContentsImpl::GetFocusedFrame() {
917 FrameTreeNode* focused_node = frame_tree_.GetFocusedFrame();
918 if (!focused_node)
919 return nullptr;
920 return focused_node->current_frame_host();
[email protected]9c9343b2014-03-08 02:56:07921}
922
rob3e2a0732016-01-06 21:22:09923RenderFrameHostImpl* WebContentsImpl::FindFrameByFrameTreeNodeId(
creisf71a2632017-05-04 19:03:50924 int frame_tree_node_id,
925 int process_id) {
926 FrameTreeNode* frame = frame_tree_.FindByID(frame_tree_node_id);
927
928 // Sanity check that this is in the caller's expected process. Otherwise a
929 // recent cross-process navigation may have led to a privilege change that the
930 // caller is not expecting.
931 if (!frame ||
932 frame->current_frame_host()->GetProcess()->GetID() != process_id)
933 return nullptr;
934
935 return frame->current_frame_host();
936}
937
938RenderFrameHostImpl* WebContentsImpl::UnsafeFindFrameByFrameTreeNodeId(
rob3e2a0732016-01-06 21:22:09939 int frame_tree_node_id) {
creisf71a2632017-05-04 19:03:50940 // Beware using this! The RenderFrameHost may have changed since the caller
941 // obtained frame_tree_node_id.
rob3e2a0732016-01-06 21:22:09942 FrameTreeNode* frame = frame_tree_.FindByID(frame_tree_node_id);
943 return frame ? frame->current_frame_host() : nullptr;
944}
945
[email protected]a86c0e962013-12-17 17:10:39946void WebContentsImpl::ForEachFrame(
947 const base::Callback<void(RenderFrameHost*)>& on_frame) {
dcheng57e39e22016-01-21 00:25:38948 for (FrameTreeNode* node : frame_tree_.Nodes()) {
949 on_frame.Run(node->current_frame_host());
950 }
[email protected]a86c0e962013-12-17 17:10:39951}
952
dchengafb53e22016-02-04 08:11:08953std::vector<RenderFrameHost*> WebContentsImpl::GetAllFrames() {
954 std::vector<RenderFrameHost*> frame_hosts;
955 for (FrameTreeNode* node : frame_tree_.Nodes())
956 frame_hosts.push_back(node->current_frame_host());
957 return frame_hosts;
958}
959
lukaszacbdf52e2016-01-15 21:19:51960int WebContentsImpl::SendToAllFrames(IPC::Message* message) {
961 int number_of_messages = 0;
dchengafb53e22016-02-04 08:11:08962 for (RenderFrameHost* rfh : GetAllFrames()) {
lukasza1a9ab2422016-03-02 18:47:25963 if (!rfh->IsRenderFrameLive())
964 continue;
965
dchengafb53e22016-02-04 08:11:08966 ++number_of_messages;
967 IPC::Message* message_copy = new IPC::Message(*message);
968 message_copy->set_routing_id(rfh->GetRoutingID());
969 rfh->Send(message_copy);
970 }
[email protected]a86c0e962013-12-17 17:10:39971 delete message;
lukaszacbdf52e2016-01-15 21:19:51972 return number_of_messages;
[email protected]a86c0e962013-12-17 17:10:39973}
974
lfgdb5c4ed2016-03-04 23:09:07975void WebContentsImpl::SendPageMessage(IPC::Message* msg) {
alexmos136fd6e62016-08-15 20:58:41976 frame_tree_.root()->render_manager()->SendPageMessage(msg, nullptr);
lfgdb5c4ed2016-03-04 23:09:07977}
978
creisc014b402015-04-23 16:41:45979RenderViewHostImpl* WebContentsImpl::GetRenderViewHost() const {
[email protected]fa944cb82013-11-15 17:51:21980 return GetRenderManager()->current_host();
[email protected]be1f56ab2011-12-22 06:55:31981}
982
creis89a0f782015-05-27 16:13:17983void WebContentsImpl::CancelActiveAndPendingDialogs() {
avi5d3b8692016-10-12 22:00:46984 if (dialog_manager_) {
avi6879fcf2017-01-21 05:27:53985 dialog_manager_->CancelDialogs(this, /*reset_state=*/false);
avi5d3b8692016-10-12 22:00:46986 }
creis89a0f782015-05-27 16:13:17987 if (browser_plugin_embedder_)
988 browser_plugin_embedder_->CancelGuestDialogs();
989}
990
naskoc0fceff2015-04-30 15:53:52991void WebContentsImpl::ClosePage() {
992 GetRenderViewHost()->ClosePage();
993}
994
[email protected]b172aee2012-04-10 17:05:26995RenderWidgetHostView* WebContentsImpl::GetRenderWidgetHostView() const {
[email protected]fa944cb82013-11-15 17:51:21996 return GetRenderManager()->GetRenderWidgetHostView();
[email protected]be1f56ab2011-12-22 06:55:31997}
998
lfg265a2672016-04-23 03:11:02999RenderWidgetHostView* WebContentsImpl::GetTopLevelRenderWidgetHostView() {
1000 if (GetOuterWebContents())
1001 return GetOuterWebContents()->GetTopLevelRenderWidgetHostView();
1002 return GetRenderManager()->GetRenderWidgetHostView();
1003}
1004
[email protected]4aebbca2013-09-17 22:26:491005RenderWidgetHostView* WebContentsImpl::GetFullscreenRenderWidgetHostView()
1006 const {
vmpstr6d9996c82017-02-23 00:43:251007 if (auto* widget_host = GetFullscreenRenderWidgetHost())
ekaramadaeb3c5c2016-11-09 03:22:351008 return widget_host->GetView();
1009 return nullptr;
[email protected]4aebbca2013-09-17 22:26:491010}
1011
[email protected]8ff00d72012-10-23 19:12:211012WebContentsView* WebContentsImpl::GetView() const {
[email protected]be1f56ab2011-12-22 06:55:311013 return view_.get();
1014}
1015
leon.han552e9de2017-02-09 14:37:301016void WebContentsImpl::OnScreenOrientationChange() {
1017 DCHECK(screen_orientation_provider_);
1018 return screen_orientation_provider_->OnOrientationChange();
leon.hane4db177a2017-02-07 14:19:161019}
1020
yusufod41c5f92015-03-06 00:14:281021SkColor WebContentsImpl::GetThemeColor() const {
1022 return theme_color_;
1023}
1024
[email protected]95640212014-07-26 18:14:301025void WebContentsImpl::SetAccessibilityMode(AccessibilityMode mode) {
1026 if (mode == accessibility_mode_)
1027 return;
1028
dmazzonif8a31042016-12-03 00:52:131029 // Don't allow accessibility to be enabled for WebContents that are never
1030 // visible, like background pages.
1031 if (IsNeverVisible())
1032 return;
1033
[email protected]95640212014-07-26 18:14:301034 accessibility_mode_ = mode;
dcheng57e39e22016-01-21 00:25:381035
1036 for (FrameTreeNode* node : frame_tree_.Nodes()) {
dmazzonif8a31042016-12-03 00:52:131037 UpdateAccessibilityModeOnFrame(node->current_frame_host());
dcheng57e39e22016-01-21 00:25:381038 RenderFrameHost* pending_frame_host =
1039 node->render_manager()->pending_frame_host();
1040 if (pending_frame_host)
dmazzonif8a31042016-12-03 00:52:131041 UpdateAccessibilityModeOnFrame(pending_frame_host);
dcheng57e39e22016-01-21 00:25:381042 }
[email protected]95640212014-07-26 18:14:301043}
1044
1045void WebContentsImpl::AddAccessibilityMode(AccessibilityMode mode) {
dougtcd3dad732017-03-14 03:26:231046 AccessibilityMode new_mode(accessibility_mode_);
1047 new_mode |= mode;
1048 SetAccessibilityMode(new_mode);
[email protected]95640212014-07-26 18:14:301049}
1050
muyuanlic693ba12017-04-27 19:12:401051void WebContentsImpl::RequestAXTreeSnapshot(
1052 const AXTreeSnapshotCallback& callback) {
dmazzonid95ae842016-04-12 21:17:391053 // Send a request to each of the frames in parallel. Each one will return
1054 // an accessibility tree snapshot, and AXTreeSnapshotCombiner will combine
1055 // them into a single tree and call |callback| with that result, then
1056 // delete |combiner|.
1057 AXTreeSnapshotCombiner* combiner = new AXTreeSnapshotCombiner(callback);
1058 for (FrameTreeNode* frame_tree_node : frame_tree_.Nodes()) {
1059 bool is_root = frame_tree_node->parent() == nullptr;
1060 frame_tree_node->current_frame_host()->RequestAXTreeSnapshot(
1061 combiner->AddFrame(is_root));
1062 }
dmazzoni83ba5c82015-04-14 07:11:511063}
1064
wjmaclean64951902016-04-29 20:59:121065void WebContentsImpl::SetTemporaryZoomLevel(double level,
1066 bool temporary_zoom_enabled) {
1067 SendPageMessage(new PageMsg_SetZoomLevel(
1068 MSG_ROUTING_NONE,
1069 temporary_zoom_enabled ? PageMsg_SetZoomLevel_Command::SET_TEMPORARY
1070 : PageMsg_SetZoomLevel_Command::CLEAR_TEMPORARY,
1071 level));
1072}
1073
1074void WebContentsImpl::UpdateZoom(double level) {
1075 // Individual frames may still ignore the new zoom level if their RenderView
1076 // contains a plugin document or if it uses a temporary zoom level.
1077 SendPageMessage(new PageMsg_SetZoomLevel(
1078 MSG_ROUTING_NONE,
1079 PageMsg_SetZoomLevel_Command::USE_CURRENT_TEMPORARY_MODE, level));
1080}
1081
1082void WebContentsImpl::UpdateZoomIfNecessary(const std::string& scheme,
1083 const std::string& host,
1084 double level) {
1085 NavigationEntry* entry = GetController().GetLastCommittedEntry();
1086 if (!entry)
1087 return;
1088
1089 GURL url = HostZoomMap::GetURLFromEntry(entry);
1090 if (host != net::GetHostOrSpecFromURL(url) ||
1091 (!scheme.empty() && !url.SchemeIs(scheme))) {
1092 return;
1093 }
1094
1095 UpdateZoom(level);
1096}
1097
rockotf62002a2016-09-15 00:08:591098base::Closure WebContentsImpl::AddBindingSet(
1099 const std::string& interface_name,
1100 WebContentsBindingSet* binding_set) {
1101 auto result =
1102 binding_sets_.insert(std::make_pair(interface_name, binding_set));
1103 DCHECK(result.second);
1104 return base::Bind(&WebContentsImpl::RemoveBindingSet,
1105 weak_factory_.GetWeakPtr(), interface_name);
1106}
1107
rockot8bbad222017-03-22 04:34:051108WebContentsBindingSet* WebContentsImpl::GetBindingSet(
1109 const std::string& interface_name) {
1110 auto it = binding_sets_.find(interface_name);
1111 if (it == binding_sets_.end())
1112 return nullptr;
1113 return it->second;
1114}
1115
paulmeyerfeafc2d2017-04-25 21:46:401116std::vector<WebContentsImpl*> WebContentsImpl::GetInnerWebContents() {
1117 if (browser_plugin_embedder_) {
1118 std::vector<WebContentsImpl*> inner_contents;
1119 GetBrowserContext()->GetGuestManager()->ForEachGuest(
1120 this, base::Bind(&GetInnerWebContentsHelper, &inner_contents));
1121 return inner_contents;
1122 }
1123
1124 return node_.inner_web_contents();
1125}
1126
1127std::vector<WebContentsImpl*> WebContentsImpl::GetWebContentsAndAllInner() {
1128 std::vector<WebContentsImpl*> all_contents(1, this);
1129
1130 for (size_t i = 0; i != all_contents.size(); ++i) {
1131 for (auto* inner_contents : all_contents[i]->GetInnerWebContents()) {
1132 all_contents.push_back(inner_contents);
1133 }
1134 }
1135
1136 return all_contents;
1137}
1138
Sam McNally145fb172017-05-10 00:13:231139void WebContentsImpl::NotifyManifestUrlChanged(
1140 const base::Optional<GURL>& manifest_url) {
1141 for (auto& observer : observers_)
1142 observer.DidUpdateWebManifestURL(manifest_url);
1143}
1144
wjmaclean8a795f32016-08-11 23:49:581145void WebContentsImpl::UpdateDeviceScaleFactor(double device_scale_factor) {
1146 SendPageMessage(
1147 new PageMsg_SetDeviceScaleFactor(MSG_ROUTING_NONE, device_scale_factor));
1148}
1149
ccameron2f451532016-09-07 21:49:271150void WebContentsImpl::GetScreenInfo(ScreenInfo* screen_info) {
wjmaclean8a795f32016-08-11 23:49:581151 if (GetView())
ccameron2f451532016-09-07 21:49:271152 GetView()->GetScreenInfo(screen_info);
wjmaclean8a795f32016-08-11 23:49:581153}
1154
avie865b1d2016-10-24 19:42:591155std::unique_ptr<WebUI> WebContentsImpl::CreateSubframeWebUI(
1156 const GURL& url,
1157 const std::string& frame_name) {
dbeama1b926a2015-08-31 23:17:511158 DCHECK(!frame_name.empty());
1159 return CreateWebUI(url, frame_name);
[email protected]c63cedf22012-01-17 18:42:221160}
1161
[email protected]8ff00d72012-10-23 19:12:211162WebUI* WebContentsImpl::GetWebUI() const {
carlosk35f35af2015-12-01 10:55:401163 WebUI* commited_web_ui = GetCommittedWebUI();
1164 return commited_web_ui ? commited_web_ui
1165 : GetRenderManager()->GetNavigatingWebUI();
[email protected]be1f56ab2011-12-22 06:55:311166}
1167
[email protected]8ff00d72012-10-23 19:12:211168WebUI* WebContentsImpl::GetCommittedWebUI() const {
carlosk35f35af2015-12-01 10:55:401169 return frame_tree_.root()->current_frame_host()->web_ui();
[email protected]d5f942ba2008-09-26 19:30:341170}
1171
[email protected]86ef6a392012-05-11 22:03:111172void WebContentsImpl::SetUserAgentOverride(const std::string& override) {
[email protected]bf70edce2012-06-20 22:32:221173 if (GetUserAgentOverride() == override)
1174 return;
1175
1176 renderer_preferences_.user_agent_override = override;
1177
1178 // Send the new override string to the renderer.
1179 RenderViewHost* host = GetRenderViewHost();
1180 if (host)
1181 host->SyncRendererPrefs();
1182
1183 // Reload the page if a load is currently in progress to avoid having
1184 // different parts of the page loaded using different user agents.
[email protected]6286a372013-10-09 04:03:271185 NavigationEntry* entry = controller_.GetVisibleEntry();
clamy44e84ce2016-02-22 15:38:251186 if (IsLoading() && entry != NULL && entry->GetIsOverridingUserAgent())
toyoshim6142d96f2016-12-19 09:07:251187 controller_.Reload(ReloadType::BYPASSING_CACHE, true);
[email protected]8d0f3312012-08-18 01:47:531188
ericwilligersde386342016-10-19 02:35:091189 for (auto& observer : observers_)
1190 observer.UserAgentOverrideSet(override);
[email protected]86ef6a392012-05-11 22:03:111191}
1192
1193const std::string& WebContentsImpl::GetUserAgentOverride() const {
[email protected]bf70edce2012-06-20 22:32:221194 return renderer_preferences_.user_agent_override;
[email protected]86ef6a392012-05-11 22:03:111195}
1196
dmazzonidd3d51a72016-12-14 18:41:011197void WebContentsImpl::EnableWebContentsOnlyAccessibilityMode() {
dougtcd3dad732017-03-14 03:26:231198 if (!GetAccessibilityMode().is_mode_off()) {
dchengafb53e22016-02-04 08:11:081199 for (RenderFrameHost* rfh : GetAllFrames())
1200 ResetAccessibility(rfh);
1201 } else {
dougtcd3dad732017-03-14 03:26:231202 AddAccessibilityMode(kAccessibilityModeWebContentsOnly);
dchengafb53e22016-02-04 08:11:081203 }
[email protected]95640212014-07-26 18:14:301204}
1205
dmazzonidd3d51a72016-12-14 18:41:011206bool WebContentsImpl::IsWebContentsOnlyAccessibilityModeForTesting() const {
dougtcd3dad732017-03-14 03:26:231207 return accessibility_mode_ == kAccessibilityModeWebContentsOnly;
[email protected]95640212014-07-26 18:14:301208}
1209
1210bool WebContentsImpl::IsFullAccessibilityModeForTesting() const {
dougtcd3dad732017-03-14 03:26:231211 return accessibility_mode_ == kAccessibilityModeComplete;
[email protected]95640212014-07-26 18:14:301212}
1213
kouhei40f03cb2015-09-24 07:47:011214const PageImportanceSignals& WebContentsImpl::GetPageImportanceSignals() const {
1215 return page_importance_signals_;
1216}
1217
[email protected]fcf75d42013-12-03 20:11:261218const base::string16& WebContentsImpl::GetTitle() const {
[email protected]4c6092c5b2009-06-06 00:23:551219 // Transient entries take precedence. They are used for interstitial pages
1220 // that are shown on top of existing pages.
[email protected]10f417c52011-12-28 21:04:231221 NavigationEntry* entry = controller_.GetTransientEntry();
[email protected]45d0ef7f2011-01-05 13:46:231222 if (entry) {
jshin1fb76462016-04-05 22:13:031223 return entry->GetTitleForDisplay();
[email protected]45d0ef7f2011-01-05 13:46:231224 }
carlosk35f35af2015-12-01 10:55:401225
1226 WebUI* navigating_web_ui = GetRenderManager()->GetNavigatingWebUI();
1227 WebUI* our_web_ui = navigating_web_ui
1228 ? navigating_web_ui
1229 : GetRenderManager()->current_frame_host()->web_ui();
1230
[email protected]7ade2732011-02-10 00:13:581231 if (our_web_ui) {
[email protected]96d185d2009-04-24 03:28:541232 // Don't override the title in view source mode.
[email protected]59167c22013-06-03 18:07:321233 entry = controller_.GetVisibleEntry();
[email protected]96d185d2009-04-24 03:28:541234 if (!(entry && entry->IsViewSourceMode())) {
[email protected]e0112912011-02-02 22:54:351235 // Give the Web UI the chance to override our title.
[email protected]fcf75d42013-12-03 20:11:261236 const base::string16& title = our_web_ui->GetOverriddenTitle();
[email protected]96d185d2009-04-24 03:28:541237 if (!title.empty())
1238 return title;
1239 }
1240 }
1241
1242 // We use the title for the last committed entry rather than a pending
1243 // navigation entry. For example, when the user types in a URL, we want to
1244 // keep the old page's title until the new load has committed and we get a new
1245 // title.
[email protected]96d185d2009-04-24 03:28:541246 entry = controller_.GetLastCommittedEntry();
[email protected]59167c22013-06-03 18:07:321247
creis072b61f2015-09-28 20:52:241248 // We make an exception for initial navigations. We only want to use the title
1249 // from the visible entry if:
1250 // 1. The pending entry has been explicitly assigned a title to display.
1251 // 2. The user is doing a history navigation in a new tab (e.g., Ctrl+Back),
1252 // which case there is a pending entry index other than -1.
1253 //
1254 // Otherwise, we want to stick with the last committed entry's title during
1255 // new navigations, which have pending entries at index -1 with no title.
1256 if (controller_.IsInitialNavigation() &&
1257 ((controller_.GetVisibleEntry() &&
1258 !controller_.GetVisibleEntry()->GetTitle().empty()) ||
1259 controller_.GetPendingEntryIndex() != -1)) {
1260 entry = controller_.GetVisibleEntry();
[email protected]9eeafc012013-11-25 23:49:471261 }
[email protected]59167c22013-06-03 18:07:321262
[email protected]45d0ef7f2011-01-05 13:46:231263 if (entry) {
jshin1fb76462016-04-05 22:13:031264 return entry->GetTitleForDisplay();
[email protected]45d0ef7f2011-01-05 13:46:231265 }
[email protected]987fc3a2011-05-26 14:18:091266
1267 // |page_title_when_no_navigation_entry_| is finally used
1268 // if no title cannot be retrieved.
1269 return page_title_when_no_navigation_entry_;
[email protected]96d185d2009-04-24 03:28:541270}
1271
creiscce56cd2014-09-29 22:45:221272SiteInstanceImpl* WebContentsImpl::GetSiteInstance() const {
[email protected]fa944cb82013-11-15 17:51:211273 return GetRenderManager()->current_host()->GetSiteInstance();
[email protected]96d185d2009-04-24 03:28:541274}
1275
creiscce56cd2014-09-29 22:45:221276SiteInstanceImpl* WebContentsImpl::GetPendingSiteInstance() const {
1277 RenderViewHostImpl* dest_rvh =
1278 GetRenderManager()->pending_render_view_host() ?
1279 GetRenderManager()->pending_render_view_host() :
1280 GetRenderManager()->current_host();
[email protected]9f76c1e2012-03-05 15:15:581281 return dest_rvh->GetSiteInstance();
[email protected]77362eb2011-08-01 17:18:381282}
1283
[email protected]b172aee2012-04-10 17:05:261284bool WebContentsImpl::IsLoading() const {
clamy44e84ce2016-02-22 15:38:251285 return frame_tree_.IsLoading() &&
1286 !(ShowingInterstitialPage() &&
1287 GetRenderManager()->interstitial_page()->pause_throbber());
[email protected]3c9e1872010-11-18 16:17:491288}
1289
[email protected]6dfed692014-05-22 04:18:031290bool WebContentsImpl::IsLoadingToDifferentDocument() const {
clamy44e84ce2016-02-22 15:38:251291 return IsLoading() && is_load_to_different_document_;
[email protected]6dfed692014-05-22 04:18:031292}
1293
[email protected]b172aee2012-04-10 17:05:261294bool WebContentsImpl::IsWaitingForResponse() const {
[email protected]6dfed692014-05-22 04:18:031295 return waiting_for_response_ && is_load_to_different_document_;
[email protected]be1f56ab2011-12-22 06:55:311296}
1297
[email protected]b172aee2012-04-10 17:05:261298const net::LoadStateWithParam& WebContentsImpl::GetLoadState() const {
[email protected]be1f56ab2011-12-22 06:55:311299 return load_state_;
1300}
1301
[email protected]fcf75d42013-12-03 20:11:261302const base::string16& WebContentsImpl::GetLoadStateHost() const {
[email protected]be1f56ab2011-12-22 06:55:311303 return load_state_host_;
1304}
1305
avib7348942015-12-25 20:57:101306uint64_t WebContentsImpl::GetUploadSize() const {
[email protected]be1f56ab2011-12-22 06:55:311307 return upload_size_;
1308}
1309
avib7348942015-12-25 20:57:101310uint64_t WebContentsImpl::GetUploadPosition() const {
[email protected]be1f56ab2011-12-22 06:55:311311 return upload_position_;
1312}
1313
[email protected]b172aee2012-04-10 17:05:261314const std::string& WebContentsImpl::GetEncoding() const {
[email protected]ef3adfc2014-05-11 00:04:541315 return canonical_encoding_;
[email protected]be1f56ab2011-12-22 06:55:311316}
1317
[email protected]222f5822014-02-05 23:40:491318void WebContentsImpl::IncrementCapturerCount(const gfx::Size& capture_size) {
[email protected]5a652232013-02-12 06:15:251319 DCHECK(!is_being_destroyed_);
[email protected]54597982013-02-06 01:59:551320 ++capturer_count_;
1321 DVLOG(1) << "There are now " << capturer_count_
1322 << " capturing(s) of WebContentsImpl@" << this;
[email protected]222f5822014-02-05 23:40:491323
1324 // Note: This provides a hint to upstream code to size the views optimally
1325 // for quality (e.g., to avoid scaling).
1326 if (!capture_size.IsEmpty() && preferred_size_for_capture_.IsEmpty()) {
1327 preferred_size_for_capture_ = capture_size;
1328 OnPreferredSizeChanged(preferred_size_);
1329 }
ccameron8807c38f2015-01-17 00:29:191330
1331 // Ensure that all views are un-occluded before capture begins.
1332 WasUnOccluded();
[email protected]54597982013-02-06 01:59:551333}
1334
1335void WebContentsImpl::DecrementCapturerCount() {
1336 --capturer_count_;
1337 DVLOG(1) << "There are now " << capturer_count_
1338 << " capturing(s) of WebContentsImpl@" << this;
1339 DCHECK_LE(0, capturer_count_);
1340
[email protected]5a652232013-02-12 06:15:251341 if (is_being_destroyed_)
1342 return;
1343
[email protected]222f5822014-02-05 23:40:491344 if (capturer_count_ == 0) {
1345 const gfx::Size old_size = preferred_size_for_capture_;
1346 preferred_size_for_capture_ = gfx::Size();
1347 OnPreferredSizeChanged(old_size);
1348 }
1349
[email protected]1ac10dca2013-08-20 20:47:041350 if (IsHidden()) {
[email protected]54597982013-02-06 01:59:551351 DVLOG(1) << "Executing delayed WasHidden().";
1352 WasHidden();
1353 }
[email protected]be1f56ab2011-12-22 06:55:311354}
1355
[email protected]f2bd40812013-07-20 04:30:441356int WebContentsImpl::GetCapturerCount() const {
1357 return capturer_count_;
1358}
1359
miu50f97892014-09-22 22:49:521360bool WebContentsImpl::IsAudioMuted() const {
1361 return audio_muter_.get() && audio_muter_->is_muting();
1362}
1363
1364void WebContentsImpl::SetAudioMuted(bool mute) {
1365 DVLOG(1) << "SetAudioMuted(mute=" << mute << "), was " << IsAudioMuted()
1366 << " for WebContentsImpl@" << this;
1367
1368 if (mute == IsAudioMuted())
1369 return;
1370
1371 if (mute) {
1372 if (!audio_muter_)
1373 audio_muter_.reset(new WebContentsAudioMuter(this));
1374 audio_muter_->StartMuting();
1375 } else {
1376 DCHECK(audio_muter_);
1377 audio_muter_->StopMuting();
1378 }
1379
ericwilligersde386342016-10-19 02:35:091380 for (auto& observer : observers_)
1381 observer.DidUpdateAudioMutingState(mute);
wjmaclean2f797c782016-01-07 14:52:031382
altimind8bd26c2016-11-04 11:44:541383 OnAudioStateChanged(!mute && audio_stream_monitor_.IsCurrentlyAudible());
miu50f97892014-09-22 22:49:521384}
1385
ortunodf4d7982016-04-08 02:33:351386bool WebContentsImpl::IsConnectedToBluetoothDevice() const {
1387 return bluetooth_connected_device_count_ > 0;
ortuno32e7db3c2016-03-29 16:14:201388}
1389
[email protected]b172aee2012-04-10 17:05:261390bool WebContentsImpl::IsCrashed() const {
[email protected]be1f56ab2011-12-22 06:55:311391 return (crashed_status_ == base::TERMINATION_STATUS_PROCESS_CRASHED ||
1392 crashed_status_ == base::TERMINATION_STATUS_ABNORMAL_TERMINATION ||
wfh0d9532a2015-09-02 23:18:581393 crashed_status_ == base::TERMINATION_STATUS_PROCESS_WAS_KILLED ||
oshima620225722015-06-04 19:45:271394#if defined(OS_CHROMEOS)
wfh0d9532a2015-09-02 23:18:581395 crashed_status_ ==
1396 base::TERMINATION_STATUS_PROCESS_WAS_KILLED_BY_OOM ||
oshima620225722015-06-04 19:45:271397#endif
rkaplowe56a52032017-02-07 00:14:541398 crashed_status_ == base::TERMINATION_STATUS_LAUNCH_FAILED);
[email protected]3c9e1872010-11-18 16:17:491399}
1400
[email protected]b172aee2012-04-10 17:05:261401void WebContentsImpl::SetIsCrashed(base::TerminationStatus status,
1402 int error_code) {
[email protected]443b80e2010-12-14 00:42:231403 if (status == crashed_status_)
[email protected]d5f942ba2008-09-26 19:30:341404 return;
1405
[email protected]443b80e2010-12-14 00:42:231406 crashed_status_ = status;
1407 crashed_error_code_ = error_code;
[email protected]8ff00d72012-10-23 19:12:211408 NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);
[email protected]d5f942ba2008-09-26 19:30:341409}
1410
[email protected]b172aee2012-04-10 17:05:261411base::TerminationStatus WebContentsImpl::GetCrashedStatus() const {
[email protected]be1f56ab2011-12-22 06:55:311412 return crashed_status_;
1413}
1414
afakhry98241832016-03-11 19:27:471415int WebContentsImpl::GetCrashedErrorCode() const {
1416 return crashed_error_code_;
1417}
1418
[email protected]b172aee2012-04-10 17:05:261419bool WebContentsImpl::IsBeingDestroyed() const {
[email protected]be1f56ab2011-12-22 06:55:311420 return is_being_destroyed_;
1421}
1422
[email protected]7f924832014-08-09 05:57:221423void WebContentsImpl::NotifyNavigationStateChanged(
1424 InvalidateTypes changed_flags) {
erikchen174b78c62015-03-11 22:02:541425 // TODO(erikchen): Remove ScopedTracker below once http://crbug.com/466285
1426 // is fixed.
1427 tracked_objects::ScopedTracker tracking_profile(
1428 FROM_HERE_WITH_EXPLICIT_FUNCTION(
1429 "466285 WebContentsImpl::NotifyNavigationStateChanged"));
dalecurtis88c240072015-12-09 02:11:181430 // Notify the media observer of potential audibility changes.
1431 if (changed_flags & INVALIDATE_TYPE_TAB) {
mlamouri44e4ef42016-01-20 18:42:271432 media_web_contents_observer_->MaybeUpdateAudibleState();
dalecurtisbc6572e12014-09-12 19:22:301433 }
1434
[email protected]d5f942ba2008-09-26 19:30:341435 if (delegate_)
1436 delegate_->NavigationStateChanged(this, changed_flags);
wjmaclean1dabf3e32016-05-13 23:34:441437
1438 if (GetOuterWebContents())
1439 GetOuterWebContents()->NotifyNavigationStateChanged(changed_flags);
[email protected]d5f942ba2008-09-26 19:30:341440}
1441
altiminec87fd1f2016-11-17 20:22:491442void WebContentsImpl::OnAudioStateChanged(bool is_audible) {
1443 SendPageMessage(new PageMsg_AudioStateChanged(MSG_ROUTING_NONE, is_audible));
altimind8bd26c2016-11-04 11:44:541444
altiminec87fd1f2016-11-17 20:22:491445 // Notification for UI updates in response to the changed audio state.
altimind8bd26c2016-11-04 11:44:541446 NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);
1447}
1448
gab0dccfef2015-05-20 18:43:391449base::TimeTicks WebContentsImpl::GetLastActiveTime() const {
[email protected]9a890452014-02-13 22:21:021450 return last_active_time_;
[email protected]3e324142012-06-25 18:26:331451}
1452
georgesak5582cbe2015-05-22 22:08:071453void WebContentsImpl::SetLastActiveTime(base::TimeTicks last_active_time) {
1454 last_active_time_ = last_active_time;
1455}
1456
hajimehoshic4f226a2016-10-21 09:01:571457base::TimeTicks WebContentsImpl::GetLastHiddenTime() const {
1458 return last_hidden_time_;
1459}
1460
[email protected]9e2e4632012-07-27 16:38:411461void WebContentsImpl::WasShown() {
[email protected]96d185d2009-04-24 03:28:541462 controller_.SetActive(true);
[email protected]de3c5d82014-05-28 22:12:591463
ccameron8807c38f2015-01-17 00:29:191464 for (RenderWidgetHostView* view : GetRenderWidgetHostViewsInTree()) {
lfgf949e0e2017-05-10 22:18:111465 view->Show();
[email protected]789e9152009-08-04 21:59:431466#if defined(OS_MACOSX)
lfgf949e0e2017-05-10 22:18:111467 view->SetActive(true);
[email protected]789e9152009-08-04 21:59:431468#endif
[email protected]789e9152009-08-04 21:59:431469 }
[email protected]96d185d2009-04-24 03:28:541470
lfg717154072016-06-30 15:04:161471 SendPageMessage(new PageMsg_WasShown(MSG_ROUTING_NONE));
1472
gab0dccfef2015-05-20 18:43:391473 last_active_time_ = base::TimeTicks::Now();
[email protected]3e69bc82011-05-26 23:22:381474
ericwilligersde386342016-10-19 02:35:091475 for (auto& observer : observers_)
1476 observer.WasShown();
[email protected]c0d9d5672013-10-09 07:38:031477
[email protected]54597982013-02-06 01:59:551478 should_normally_be_visible_ = true;
[email protected]be1f56ab2011-12-22 06:55:311479}
1480
[email protected]b172aee2012-04-10 17:05:261481void WebContentsImpl::WasHidden() {
[email protected]54597982013-02-06 01:59:551482 // If there are entities capturing screenshots or video (e.g., mirroring),
1483 // don't activate the "disable rendering" optimization.
1484 if (capturer_count_ == 0) {
[email protected]151a63d2011-12-20 22:32:521485 // |GetRenderViewHost()| can be NULL if the user middle clicks a link to
[email protected]54597982013-02-06 01:59:551486 // open a tab in the background, then closes the tab before selecting it.
[email protected]b172aee2012-04-10 17:05:261487 // This is because closing the tab calls WebContentsImpl::Destroy(), which
[email protected]151a63d2011-12-20 22:32:521488 // removes the |GetRenderViewHost()|; then when we actually destroy the
[email protected]3e324142012-06-25 18:26:331489 // window, OnWindowPosChanged() notices and calls WasHidden() (which
[email protected]151a63d2011-12-20 22:32:521490 // calls us).
lfgf949e0e2017-05-10 22:18:111491 for (RenderWidgetHostView* view : GetRenderWidgetHostViewsInTree())
1492 view->Hide();
lfg717154072016-06-30 15:04:161493
1494 SendPageMessage(new PageMsg_WasHidden(MSG_ROUTING_NONE));
[email protected]96d185d2009-04-24 03:28:541495 }
1496
hajimehoshic4f226a2016-10-21 09:01:571497 last_hidden_time_ = base::TimeTicks::Now();
1498
ericwilligersde386342016-10-19 02:35:091499 for (auto& observer : observers_)
1500 observer.WasHidden();
[email protected]c0d9d5672013-10-09 07:38:031501
[email protected]54597982013-02-06 01:59:551502 should_normally_be_visible_ = false;
[email protected]375fa1b2012-05-22 22:05:371503}
1504
ccameron8807c38f2015-01-17 00:29:191505void WebContentsImpl::WasOccluded() {
1506 if (capturer_count_ > 0)
1507 return;
1508
lfgf949e0e2017-05-10 22:18:111509 for (RenderWidgetHostView* view : GetRenderWidgetHostViewsInTree())
1510 view->WasOccluded();
ccameron8807c38f2015-01-17 00:29:191511}
1512
1513void WebContentsImpl::WasUnOccluded() {
lfgf949e0e2017-05-10 22:18:111514 for (RenderWidgetHostView* view : GetRenderWidgetHostViewsInTree())
1515 view->WasUnOccluded();
ccameron8807c38f2015-01-17 00:29:191516}
1517
[email protected]b172aee2012-04-10 17:05:261518bool WebContentsImpl::NeedToFireBeforeUnload() {
[email protected]be1f56ab2011-12-22 06:55:311519 // TODO(creis): Should we fire even for interstitial pages?
creisc014b402015-04-23 16:41:451520 return WillNotifyDisconnection() && !ShowingInterstitialPage() &&
jam40444982017-04-11 03:01:411521 !GetRenderViewHost()->SuddenTerminationAllowed();
[email protected]be1f56ab2011-12-22 06:55:311522}
1523
nasko148bb0b92016-05-10 21:03:191524void WebContentsImpl::DispatchBeforeUnload() {
1525 bool for_cross_site_transition = false;
clamybfd6a812016-05-30 16:25:171526 GetMainFrame()->DispatchBeforeUnload(for_cross_site_transition, false);
[email protected]1c3f80bd2014-04-08 23:02:061527}
1528
lazyboy6ec48b2a2015-06-29 15:18:141529void WebContentsImpl::AttachToOuterWebContentsFrame(
1530 WebContents* outer_web_contents,
1531 RenderFrameHost* outer_contents_frame) {
ekaramad1beabecc2016-09-23 20:18:171532 CHECK(GuestMode::IsCrossProcessFrameGuest(this));
lfg91a79e12016-04-01 23:52:191533 RenderFrameHostManager* render_manager = GetRenderManager();
1534
1535 // When the WebContents being initialized has an opener, the browser side
1536 // Render{View,Frame}Host must be initialized and the RenderWidgetHostView
1537 // created. This is needed because the usual initialization happens during
1538 // the first navigation, but when attaching a new window we don't navigate
1539 // before attaching. If the browser side is already initialized, the calls
1540 // below will just early return.
1541 render_manager->InitRenderView(GetRenderViewHost(), nullptr);
1542 GetMainFrame()->Init();
1543 if (!render_manager->GetRenderWidgetHostView())
1544 CreateRenderWidgetHostViewForRenderManager(GetRenderViewHost());
1545
avallee7529b2a2017-04-26 11:37:511546 auto* outer_web_contents_impl =
1547 static_cast<WebContentsImpl*>(outer_web_contents);
1548 auto* outer_contents_frame_impl =
1549 static_cast<RenderFrameHostImpl*>(outer_contents_frame);
lazyboy6ec48b2a2015-06-29 15:18:141550 // Create a link to our outer WebContents.
avallee7529b2a2017-04-26 11:37:511551 node_.ConnectToOuterWebContents(outer_web_contents_impl,
1552 outer_contents_frame_impl);
lazyboy6ec48b2a2015-06-29 15:18:141553
1554 DCHECK(outer_contents_frame);
1555
1556 // Create a proxy in top-level RenderFrameHostManager, pointing to the
1557 // SiteInstance of the outer WebContents. The proxy will be used to send
1558 // postMessage to the inner WebContents.
lfg91a79e12016-04-01 23:52:191559 render_manager->CreateOuterDelegateProxy(
avallee7529b2a2017-04-26 11:37:511560 outer_contents_frame->GetSiteInstance(), outer_contents_frame_impl);
lazyboy6ec48b2a2015-06-29 15:18:141561
lfg91a79e12016-04-01 23:52:191562 render_manager->SetRWHViewForInnerContents(
1563 render_manager->GetRenderWidgetHostView());
wjmacleanfab616a2016-03-02 18:40:391564
1565 static_cast<RenderWidgetHostViewChildFrame*>(
lfg91a79e12016-04-01 23:52:191566 render_manager->GetRenderWidgetHostView())
fsamuelb6acafa2016-10-04 03:21:521567 ->RegisterFrameSinkId();
ekaramadadd882292016-06-08 15:22:561568
avallee7529b2a2017-04-26 11:37:511569 if (outer_web_contents_impl->frame_tree_.GetFocusedFrame() ==
1570 outer_contents_frame_impl->frame_tree_node()) {
1571 SetFocusedFrame(frame_tree_.root(), nullptr);
1572 }
1573
ekaramadadd882292016-06-08 15:22:561574 // At this point, we should destroy the TextInputManager which will notify all
1575 // the RWHV in this WebContents. The RWHV in this WebContents should use the
1576 // TextInputManager owned by the outer WebContents.
1577 // TODO(ekaramad): Is it possible to have TextInputState before attaching to
1578 // outer WebContents? In such a case, is this still the right way to hand off
1579 // state tracking from inner WebContents's TextInputManager to that of the
1580 // outer WebContent (crbug.com/609846)?
1581 text_input_manager_.reset(nullptr);
lazyboy6ec48b2a2015-06-29 15:18:141582}
1583
dalecurtis6c58ed02016-10-28 23:02:371584void WebContentsImpl::DidChangeVisibleSecurityState() {
1585 if (delegate_) {
1586 delegate_->VisibleSecurityStateChanged(this);
cjgrant6d1d727a2016-12-09 21:16:571587 for (auto& observer : observers_)
1588 observer.DidChangeVisibleSecurityState();
dalecurtis6c58ed02016-10-28 23:02:371589 }
1590}
1591
[email protected]b172aee2012-04-10 17:05:261592void WebContentsImpl::Stop() {
dcheng57e39e22016-01-21 00:25:381593 for (FrameTreeNode* node : frame_tree_.Nodes())
1594 node->StopLoading();
ericwilligersde386342016-10-19 02:35:091595 for (auto& observer : observers_)
1596 observer.NavigationStopped();
[email protected]0bfbf882011-12-22 18:19:271597}
1598
[email protected]b172aee2012-04-10 17:05:261599WebContents* WebContentsImpl::Clone() {
[email protected]14392a52012-05-02 20:28:441600 // We use our current SiteInstance since the cloned entry will use it anyway.
alexmose201c7cd2015-06-10 17:14:211601 // We pass our own opener so that the cloned page can access it if it was set
[email protected]ed245db2012-12-18 08:00:451602 // before.
[email protected]54944cde2012-12-09 09:24:591603 CreateParams create_params(GetBrowserContext(), GetSiteInstance());
[email protected]fc2b46b2014-05-03 16:33:451604 create_params.initial_size = GetContainerBounds().size();
alexmose201c7cd2015-06-10 17:14:211605 WebContentsImpl* tc =
1606 CreateWithOpener(create_params, frame_tree_.root()->opener());
[email protected]d1198fd2012-08-13 22:50:191607 tc->GetController().CopyStateFrom(controller_);
ericwilligersde386342016-10-19 02:35:091608 for (auto& observer : observers_)
1609 observer.DidCloneToNewWebContents(this, tc);
[email protected]0bfbf882011-12-22 18:19:271610 return tc;
1611}
1612
[email protected]14392a52012-05-02 20:28:441613void WebContentsImpl::Observe(int type,
[email protected]8ff00d72012-10-23 19:12:211614 const NotificationSource& source,
1615 const NotificationDetails& details) {
[email protected]14392a52012-05-02 20:28:441616 switch (type) {
[email protected]8ff00d72012-10-23 19:12:211617 case NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED: {
1618 RenderWidgetHost* host = Source<RenderWidgetHost>(source).ptr();
[email protected]0b431992014-06-24 00:08:031619 RenderWidgetHostView* view = host->GetView();
1620 if (view == GetFullscreenRenderWidgetHostView()) {
1621 // We cannot just call view_->RestoreFocus() here. On some platforms,
1622 // attempting to focus the currently-invisible WebContentsView will be
1623 // flat-out ignored. Therefore, this boolean is used to track whether
1624 // we will request focus after the fullscreen widget has been
1625 // destroyed.
1626 fullscreen_widget_had_focus_at_shutdown_ = (view && view->HasFocus());
1627 } else {
alexmosc2a8cec2016-05-23 22:19:531628 for (auto i = pending_widget_views_.begin();
[email protected]0b431992014-06-24 00:08:031629 i != pending_widget_views_.end(); ++i) {
1630 if (host->GetView() == i->second) {
1631 pending_widget_views_.erase(i);
1632 break;
1633 }
[email protected]bafe6cd2012-05-23 23:09:501634 }
1635 }
1636 break;
1637 }
[email protected]14392a52012-05-02 20:28:441638 default:
1639 NOTREACHED();
1640 }
1641}
1642
[email protected]ec6c05f2013-10-23 18:41:571643WebContents* WebContentsImpl::GetWebContents() {
1644 return this;
1645}
1646
[email protected]54944cde2012-12-09 09:24:591647void WebContentsImpl::Init(const WebContents::CreateParams& params) {
[email protected]fa944cb82013-11-15 17:51:211648 // This is set before initializing the render manager since
[email protected]b0936d22013-11-28 06:47:361649 // RenderFrameHostManager::Init calls back into us via its delegate to ask if
[email protected]fa944cb82013-11-15 17:51:211650 // it should be hidden.
[email protected]d6fa88f2013-10-18 16:00:431651 should_normally_be_visible_ = !params.initially_hidden;
1652
dcheng3ce04b62015-10-26 23:30:551653 // The routing ids must either all be set or all be unset.
avic2c29d782014-12-12 00:23:541654 DCHECK((params.routing_id == MSG_ROUTING_NONE &&
dcheng3ce04b62015-10-26 23:30:551655 params.main_frame_routing_id == MSG_ROUTING_NONE &&
1656 params.main_frame_widget_routing_id == MSG_ROUTING_NONE) ||
avic2c29d782014-12-12 00:23:541657 (params.routing_id != MSG_ROUTING_NONE &&
dcheng3ce04b62015-10-26 23:30:551658 params.main_frame_routing_id != MSG_ROUTING_NONE &&
1659 params.main_frame_widget_routing_id != MSG_ROUTING_NONE));
1660
1661 scoped_refptr<SiteInstance> site_instance = params.site_instance;
1662 if (!site_instance)
1663 site_instance = SiteInstance::Create(params.browser_context);
1664
1665 // A main RenderFrameHost always has a RenderWidgetHost, since it is always a
1666 // local root by definition.
1667 // TODO(avi): Once RenderViewHostImpl has-a RenderWidgetHostImpl, it will no
1668 // longer be necessary to eagerly grab a routing ID for the view.
1669 // https://crbug.com/545684
1670 int32_t view_routing_id = params.routing_id;
1671 int32_t main_frame_widget_routing_id = params.main_frame_widget_routing_id;
1672 if (main_frame_widget_routing_id == MSG_ROUTING_NONE) {
1673 view_routing_id = main_frame_widget_routing_id =
1674 site_instance->GetProcess()->GetNextRoutingID();
1675 }
1676
1677 GetRenderManager()->Init(site_instance.get(), view_routing_id,
1678 params.main_frame_routing_id,
jambaaab3a2016-11-05 00:46:181679 main_frame_widget_routing_id,
1680 params.renderer_initiated_creation);
lukasza464d8692016-02-22 19:26:321681
lukasza5140a412016-09-15 21:12:301682 // blink::FrameTree::setName always keeps |unique_name| empty in case of a
1683 // main frame - let's do the same thing here.
1684 std::string unique_name;
lukasza464d8692016-02-22 19:26:321685 frame_tree_.root()->SetFrameName(params.main_frame_name, unique_name);
[email protected]d1198fd2012-08-13 22:50:191686
[email protected]fc2b46b2014-05-03 16:33:451687 WebContentsViewDelegate* delegate =
1688 GetContentClient()->browser()->GetWebContentsViewDelegate(this);
1689
sky52a39e342016-12-17 17:23:221690 if (GuestMode::IsCrossProcessFrameGuest(this)) {
1691 view_.reset(new WebContentsViewChildFrame(
1692 this, delegate, &render_view_host_delegate_view_));
1693 } else {
1694 view_.reset(CreateWebContentsView(this, delegate,
1695 &render_view_host_delegate_view_));
fsamueladb0033602015-12-09 19:20:411696 }
fsamuel9cf7bdf2015-11-20 02:19:321697
ekaramad1beabecc2016-09-23 20:18:171698 if (browser_plugin_guest_ && !GuestMode::IsCrossProcessFrameGuest(this)) {
fsamuel9cf7bdf2015-11-20 02:19:321699 view_.reset(new WebContentsViewGuest(this, browser_plugin_guest_.get(),
dcheng36b6aec92015-12-26 06:16:361700 std::move(view_),
fsamuel9cf7bdf2015-11-20 02:19:321701 &render_view_host_delegate_view_));
[email protected]d1198fd2012-08-13 22:50:191702 }
[email protected]fc2b46b2014-05-03 16:33:451703 CHECK(render_view_host_delegate_view_);
[email protected]d1198fd2012-08-13 22:50:191704 CHECK(view_.get());
1705
[email protected]ed245db2012-12-18 08:00:451706 gfx::Size initial_size = params.initial_size;
[email protected]54944cde2012-12-09 09:24:591707 view_->CreateView(initial_size, params.context);
[email protected]d1198fd2012-08-13 22:50:191708
brettw4b461082016-11-19 18:55:161709#if BUILDFLAG(ENABLE_PLUGINS)
tommyclieb25b2a2014-11-03 19:45:091710 plugin_content_origin_whitelist_.reset(
1711 new PluginContentOriginWhitelist(this));
1712#endif
1713
[email protected]d1198fd2012-08-13 22:50:191714 registrar_.Add(this,
[email protected]8ff00d72012-10-23 19:12:211715 NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED,
1716 NotificationService::AllBrowserContextsAndSources());
[email protected]f28ef9a32014-05-12 16:36:101717
leon.hane4db177a2017-02-07 14:19:161718 screen_orientation_provider_.reset(new ScreenOrientationProvider(this));
[email protected]01f83f92014-06-17 14:41:541719
mlamouriefdca9d2014-09-16 16:55:401720 manifest_manager_host_.reset(new ManifestManagerHost(this));
1721
mfomitchev2b8b066a2016-01-28 19:23:151722#if defined(OS_ANDROID)
[email protected]583418cc2013-01-17 14:01:101723 date_time_chooser_.reset(new DateTimeChooserAndroid());
1724#endif
fsamuel7310a4262014-12-05 05:06:441725
1726 // BrowserPluginGuest::Init needs to be called after this WebContents has
1727 // a RenderWidgetHostViewGuest. That is, |view_->CreateView| above.
1728 if (browser_plugin_guest_)
1729 browser_plugin_guest_->Init();
nickf9acfbe2014-12-23 19:12:371730
1731 for (size_t i = 0; i < g_created_callbacks.Get().size(); i++)
1732 g_created_callbacks.Get().at(i).Run(this);
naskob21fe4872015-02-24 14:15:561733
1734 // If the WebContents creation was renderer-initiated, it means that the
1735 // corresponding RenderView and main RenderFrame have already been created.
1736 // Ensure observers are notified about this.
1737 if (params.renderer_initiated_creation) {
avi3627ecac2015-10-16 17:40:431738 GetRenderViewHost()->GetWidget()->set_renderer_initialized(true);
naskob21fe4872015-02-24 14:15:561739 RenderViewCreated(GetRenderViewHost());
1740 GetRenderManager()->current_frame_host()->SetRenderFrameCreated(true);
1741 }
naskof5940b9f2015-03-02 23:04:051742
lof84501da082016-05-23 21:22:541743 // Create the renderer process in advance if requested.
1744 if (params.initialize_renderer) {
1745 if (!GetRenderManager()->current_frame_host()->IsRenderFrameLive()) {
1746 GetRenderManager()->InitRenderView(GetRenderViewHost(), nullptr);
1747 }
1748 }
1749
naskof5940b9f2015-03-02 23:04:051750 // Ensure that observers are notified of the creation of this WebContents's
1751 // main RenderFrameHost. It must be done here for main frames, since the
1752 // NotifySwappedFromRenderManager expects view_ to already be created and that
1753 // happens after RenderFrameHostManager::Init.
1754 NotifySwappedFromRenderManager(
1755 nullptr, GetRenderManager()->current_frame_host(), true);
[email protected]d1198fd2012-08-13 22:50:191756}
1757
[email protected]7fff43e2013-05-21 20:21:101758void WebContentsImpl::OnWebContentsDestroyed(WebContentsImpl* web_contents) {
1759 RemoveDestructionObserver(web_contents);
1760
[email protected]ceee8cd2013-03-08 04:59:511761 // Clear a pending contents that has been closed before being shown.
alexmosc2a8cec2016-05-23 22:19:531762 for (auto iter = pending_contents_.begin(); iter != pending_contents_.end();
[email protected]ceee8cd2013-03-08 04:59:511763 ++iter) {
1764 if (iter->second != web_contents)
1765 continue;
1766 pending_contents_.erase(iter);
[email protected]ceee8cd2013-03-08 04:59:511767 return;
1768 }
1769 NOTREACHED();
[email protected]14392a52012-05-02 20:28:441770}
1771
[email protected]7fff43e2013-05-21 20:21:101772void WebContentsImpl::AddDestructionObserver(WebContentsImpl* web_contents) {
1773 if (!ContainsKey(destruction_observers_, web_contents)) {
1774 destruction_observers_[web_contents] =
avia8cf81982016-08-12 20:28:461775 base::MakeUnique<DestructionObserver>(this, web_contents);
[email protected]7fff43e2013-05-21 20:21:101776 }
1777}
1778
1779void WebContentsImpl::RemoveDestructionObserver(WebContentsImpl* web_contents) {
avia8cf81982016-08-12 20:28:461780 destruction_observers_.erase(web_contents);
[email protected]7fff43e2013-05-21 20:21:101781}
1782
[email protected]b172aee2012-04-10 17:05:261783void WebContentsImpl::AddObserver(WebContentsObserver* observer) {
[email protected]be1f56ab2011-12-22 06:55:311784 observers_.AddObserver(observer);
1785}
1786
[email protected]b172aee2012-04-10 17:05:261787void WebContentsImpl::RemoveObserver(WebContentsObserver* observer) {
[email protected]be1f56ab2011-12-22 06:55:311788 observers_.RemoveObserver(observer);
1789}
1790
[email protected]948481d2014-06-11 18:32:221791std::set<RenderWidgetHostView*>
1792WebContentsImpl::GetRenderWidgetHostViewsInTree() {
1793 std::set<RenderWidgetHostView*> set;
1794 if (ShowingInterstitialPage()) {
lfgf949e0e2017-05-10 22:18:111795 if (RenderWidgetHostView* rwhv = GetRenderWidgetHostView())
1796 set.insert(rwhv);
[email protected]948481d2014-06-11 18:32:221797 } else {
dchengafb53e22016-02-04 08:11:081798 for (RenderFrameHost* rfh : GetAllFrames()) {
lfgf949e0e2017-05-10 22:18:111799 if (RenderWidgetHostView* rwhv = static_cast<RenderFrameHostImpl*>(rfh)
1800 ->frame_tree_node()
1801 ->render_manager()
1802 ->GetRenderWidgetHostView()) {
1803 set.insert(rwhv);
1804 }
dchengafb53e22016-02-04 08:11:081805 }
[email protected]948481d2014-06-11 18:32:221806 }
[email protected]de3c5d82014-05-28 22:12:591807 return set;
1808}
1809
[email protected]b172aee2012-04-10 17:05:261810void WebContentsImpl::Activate() {
[email protected]d5f942ba2008-09-26 19:30:341811 if (delegate_)
1812 delegate_->ActivateContents(this);
1813}
1814
avi3e4b8512015-11-11 01:55:491815void WebContentsImpl::LostCapture(RenderWidgetHostImpl* render_widget_host) {
1816 if (!RenderViewHostImpl::From(render_widget_host))
1817 return;
1818
[email protected]63954792011-07-11 04:17:481819 if (delegate_)
1820 delegate_->LostCapture();
1821}
1822
lazyboy63f5b312015-11-23 20:19:521823void WebContentsImpl::RenderWidgetCreated(
1824 RenderWidgetHostImpl* render_widget_host) {
1825 created_widgets_.insert(render_widget_host);
1826}
1827
[email protected]b24b68a2012-09-24 21:57:261828void WebContentsImpl::RenderWidgetDeleted(
1829 RenderWidgetHostImpl* render_widget_host) {
lazyboy63f5b312015-11-23 20:19:521830 // Note that |is_being_destroyed_| can be true at this point as
1831 // ~WebContentsImpl() calls RFHM::ClearRFHsPendingShutdown(), which might lead
1832 // us here.
1833 created_widgets_.erase(render_widget_host);
[email protected]b24b68a2012-09-24 21:57:261834
lazyboy63f5b312015-11-23 20:19:521835 if (is_being_destroyed_)
1836 return;
[email protected]44470a22013-01-24 01:21:541837
1838 if (render_widget_host &&
alexmosc9e76ec2016-05-16 22:59:371839 render_widget_host->GetRoutingID() == fullscreen_widget_routing_id_ &&
1840 render_widget_host->GetProcess()->GetID() ==
1841 fullscreen_widget_process_id_) {
[email protected]4aebbca2013-09-17 22:26:491842 if (delegate_ && delegate_->EmbedsFullscreenWidget())
mlamouri7a78d6fd2015-01-17 13:23:531843 delegate_->ExitFullscreenModeForTab(this);
ericwilligersde386342016-10-19 02:35:091844 for (auto& observer : observers_)
1845 observer.DidDestroyFullscreenWidget();
alexmosc9e76ec2016-05-16 22:59:371846 fullscreen_widget_process_id_ = ChildProcessHost::kInvalidUniqueID;
[email protected]44470a22013-01-24 01:21:541847 fullscreen_widget_routing_id_ = MSG_ROUTING_NONE;
[email protected]0b431992014-06-24 00:08:031848 if (fullscreen_widget_had_focus_at_shutdown_)
1849 view_->RestoreFocus();
[email protected]44470a22013-01-24 01:21:541850 }
lfgbee1e0a2016-06-08 21:24:211851
lfg7d4caad2017-03-22 09:01:451852 if (render_widget_host == mouse_lock_widget_)
lfgff8dfc8d2016-10-21 17:42:321853 LostMouseLock(mouse_lock_widget_);
[email protected]b24b68a2012-09-24 21:57:261854}
1855
miu9e14e492014-10-25 02:39:041856void WebContentsImpl::RenderWidgetGotFocus(
1857 RenderWidgetHostImpl* render_widget_host) {
calamity7fe55ce2015-04-10 03:59:371858 // Notify the observers if an embedded fullscreen widget was focused.
1859 if (delegate_ && render_widget_host && delegate_->EmbedsFullscreenWidget() &&
1860 render_widget_host->GetView() == GetFullscreenRenderWidgetHostView()) {
1861 NotifyWebContentsFocused();
1862 }
miu9e14e492014-10-25 02:39:041863}
1864
estaded0a0c992015-01-21 14:12:061865void WebContentsImpl::RenderWidgetWasResized(
rouslan2f5993f2015-01-29 00:18:311866 RenderWidgetHostImpl* render_widget_host,
1867 bool width_changed) {
creisc014b402015-04-23 16:41:451868 RenderFrameHostImpl* rfh = GetMainFrame();
estadece344ec2015-01-23 00:12:291869 if (!rfh || render_widget_host != rfh->GetRenderWidgetHost())
estaded0a0c992015-01-21 14:12:061870 return;
estaded0a0c992015-01-21 14:12:061871
lfg8d649cc2017-04-28 18:04:301872 ScreenInfo screen_info;
1873 GetScreenInfo(&screen_info);
1874 SendPageMessage(new PageMsg_UpdateScreenInfo(MSG_ROUTING_NONE, screen_info));
1875
ericwilligersde386342016-10-19 02:35:091876 for (auto& observer : observers_)
1877 observer.MainFrameWasResized(width_changed);
estaded0a0c992015-01-21 14:12:061878}
1879
paulmeyer9ef6e4462015-02-24 19:15:101880void WebContentsImpl::ScreenInfoChanged() {
1881 if (browser_plugin_embedder_)
1882 browser_plugin_embedder_->ScreenInfoChanged();
1883}
1884
skyf65d9bb2017-03-24 02:26:391885KeyboardEventProcessingResult WebContentsImpl::PreHandleKeyboardEvent(
1886 const NativeWebKeyboardEvent& event) {
1887 return delegate_ ? delegate_->PreHandleKeyboardEvent(this, event)
1888 : KeyboardEventProcessingResult::NOT_HANDLED;
[email protected]63954792011-07-11 04:17:481889}
1890
[email protected]b172aee2012-04-10 17:05:261891void WebContentsImpl::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {
[email protected]0b094002014-08-20 18:28:101892 if (browser_plugin_embedder_ &&
1893 browser_plugin_embedder_->HandleKeyboardEvent(event)) {
1894 return;
1895 }
[email protected]63954792011-07-11 04:17:481896 if (delegate_)
[email protected]b3996ba2012-08-08 00:39:131897 delegate_->HandleKeyboardEvent(this, event);
[email protected]63954792011-07-11 04:17:481898}
1899
[email protected]d92026ef2014-03-03 21:04:131900bool WebContentsImpl::HandleWheelEvent(
[email protected]180ef242013-11-07 06:50:461901 const blink::WebMouseWheelEvent& event) {
[email protected]bccc4472013-04-18 16:37:191902#if !defined(OS_MACOSX)
lanweia93644f2015-01-21 22:00:331903 // On platforms other than Mac, control+mousewheel may change zoom. On Mac,
1904 // this isn't done for two reasons:
[email protected]bccc4472013-04-18 16:37:191905 // -the OS already has a gesture to do this through pinch-zoom
1906 // -if a user starts an inertial scroll, let's go, and presses control
1907 // (i.e. control+tab) then the OS's buffered scroll events will come in
1908 // with control key set which isn't what the user wants
Blink Reformat1c4d759e2017-04-09 16:34:541909 if (delegate_ && event.wheel_ticks_y &&
chongz4a9751942016-08-17 17:49:391910 !ui::WebInputEventTraits::CanCauseScroll(event)) {
w.shackleton49bcd392016-01-06 17:38:221911 // Count only integer cumulative scrolls as zoom events; this handles
1912 // smooth scroll and regular scroll device behavior.
Blink Reformat1c4d759e2017-04-09 16:34:541913 zoom_scroll_remainder_ += event.wheel_ticks_y;
w.shackleton49bcd392016-01-06 17:38:221914 int whole_zoom_scroll_remainder_ = std::lround(zoom_scroll_remainder_);
1915 zoom_scroll_remainder_ -= whole_zoom_scroll_remainder_;
1916 if (whole_zoom_scroll_remainder_ != 0) {
1917 delegate_->ContentsZoomChange(whole_zoom_scroll_remainder_ > 0);
1918 }
[email protected]fb3f066e2013-02-12 19:12:521919 return true;
1920 }
[email protected]bccc4472013-04-18 16:37:191921#endif
[email protected]fb3f066e2013-02-12 19:12:521922 return false;
1923}
1924
[email protected]04bce562014-01-30 05:34:541925bool WebContentsImpl::PreHandleGestureEvent(
1926 const blink::WebGestureEvent& event) {
[email protected]28042d32014-02-03 14:10:031927 return delegate_ && delegate_->PreHandleGestureEvent(this, event);
[email protected]04bce562014-01-30 05:34:541928}
1929
kenrb2a565f82015-09-02 20:24:591930RenderWidgetHostInputEventRouter* WebContentsImpl::GetInputEventRouter() {
wjmacleane31234f2015-12-14 17:20:451931 if (!is_being_destroyed_ && GetOuterWebContents())
1932 return GetOuterWebContents()->GetInputEventRouter();
1933
1934 if (!rwh_input_event_router_.get() && !is_being_destroyed_)
kenrb2a565f82015-09-02 20:24:591935 rwh_input_event_router_.reset(new RenderWidgetHostInputEventRouter);
1936 return rwh_input_event_router_.get();
1937}
1938
alexmos3fcd0ca2015-10-23 18:18:331939void WebContentsImpl::ReplicatePageFocus(bool is_focused) {
1940 // Focus loss may occur while this WebContents is being destroyed. Don't
1941 // send the message in this case, as the main frame's RenderFrameHost and
1942 // other state has already been cleared.
1943 if (is_being_destroyed_)
1944 return;
1945
1946 frame_tree_.ReplicatePageFocus(is_focused);
1947}
1948
alexmosc4cbacb2015-11-21 01:29:221949RenderWidgetHostImpl* WebContentsImpl::GetFocusedRenderWidgetHost(
1950 RenderWidgetHostImpl* receiving_widget) {
alexmosc4d183e2015-11-06 00:46:521951 if (!SiteIsolationPolicy::AreCrossProcessFramesPossible())
alexmosc4cbacb2015-11-21 01:29:221952 return receiving_widget;
1953
1954 // Events for widgets other than the main frame (e.g., popup menus) should be
1955 // forwarded directly to the widget they arrived on.
1956 if (receiving_widget != GetMainFrame()->GetRenderWidgetHost())
1957 return receiving_widget;
alexmosc4d183e2015-11-06 00:46:521958
lfg1453e412017-04-11 00:48:501959 WebContentsImpl* focused_contents = GetFocusedWebContents();
1960
1961 // If the focused WebContents is showing an interstitial, return the
1962 // interstitial's widget.
1963 if (focused_contents->ShowingInterstitialPage()) {
1964 return static_cast<RenderFrameHostImpl*>(
1965 focused_contents->GetRenderManager()
1966 ->interstitial_page()
1967 ->GetMainFrame())
1968 ->GetRenderWidgetHost();
1969 }
1970
paulmeyerfeafc2d2017-04-25 21:46:401971 // If the focused WebContents is a guest WebContents, then get the focused
1972 // frame in the embedder WebContents instead.
1973 FrameTreeNode* focused_frame = nullptr;
1974 if (focused_contents->browser_plugin_guest_ &&
1975 !GuestMode::IsCrossProcessFrameGuest(focused_contents)) {
1976 focused_frame = frame_tree_.GetFocusedFrame();
1977 } else {
1978 focused_frame = GetFocusedWebContents()->frame_tree_.GetFocusedFrame();
1979 }
lfg1453e412017-04-11 00:48:501980
alexmosc4d183e2015-11-06 00:46:521981 if (!focused_frame)
alexmosc4cbacb2015-11-21 01:29:221982 return receiving_widget;
alexmosc4d183e2015-11-06 00:46:521983
alexmos732ca3a2015-12-08 02:01:021984 // The view may be null if a subframe's renderer process has crashed while
1985 // the subframe has focus. Drop the event in that case. Do not give
1986 // it to the main frame, so that the user doesn't unexpectedly type into the
1987 // wrong frame if a focused subframe renderer crashes while they type.
1988 RenderWidgetHostView* view = focused_frame->current_frame_host()->GetView();
1989 if (!view)
1990 return nullptr;
1991
1992 return RenderWidgetHostImpl::From(view->GetRenderWidgetHost());
alexmosc4d183e2015-11-06 00:46:521993}
1994
avallee9993fca2016-11-17 06:16:501995RenderWidgetHostImpl* WebContentsImpl::GetRenderWidgetHostWithPageFocus() {
lfg1453e412017-04-11 00:48:501996 WebContentsImpl* focused_web_contents = GetFocusedWebContents();
1997
1998 if (focused_web_contents->ShowingInterstitialPage()) {
1999 return static_cast<RenderFrameHostImpl*>(
2000 focused_web_contents->GetRenderManager()
2001 ->interstitial_page()
2002 ->GetMainFrame())
2003 ->GetRenderWidgetHost();
2004 }
2005
2006 return focused_web_contents->GetMainFrame()->GetRenderWidgetHost();
avallee9993fca2016-11-17 06:16:502007}
2008
mlamouri7a78d6fd2015-01-17 13:23:532009void WebContentsImpl::EnterFullscreenMode(const GURL& origin) {
2010 // This method is being called to enter renderer-initiated fullscreen mode.
2011 // Make sure any existing fullscreen widget is shut down first.
[email protected]4aebbca2013-09-17 22:26:492012 RenderWidgetHostView* const widget_view = GetFullscreenRenderWidgetHostView();
avi85a4cef2015-12-18 20:13:372013 if (widget_view) {
2014 RenderWidgetHostImpl::From(widget_view->GetRenderWidgetHost())
2015 ->ShutdownAndDestroyWidget(true);
2016 }
[email protected]4aebbca2013-09-17 22:26:492017
[email protected]8a5e0ca2011-08-25 06:30:472018 if (delegate_)
mlamouri7a78d6fd2015-01-17 13:23:532019 delegate_->EnterFullscreenModeForTab(this, origin);
2020
ericwilligersde386342016-10-19 02:35:092021 for (auto& observer : observers_)
2022 observer.DidToggleFullscreenModeForTab(IsFullscreenForCurrentTab(), false);
mlamouri7a78d6fd2015-01-17 13:23:532023}
2024
bokanece34a82016-01-28 19:49:462025void WebContentsImpl::ExitFullscreenMode(bool will_cause_resize) {
mlamouri7a78d6fd2015-01-17 13:23:532026 // This method is being called to leave renderer-initiated fullscreen mode.
2027 // Make sure any existing fullscreen widget is shut down first.
2028 RenderWidgetHostView* const widget_view = GetFullscreenRenderWidgetHostView();
avi85a4cef2015-12-18 20:13:372029 if (widget_view) {
2030 RenderWidgetHostImpl::From(widget_view->GetRenderWidgetHost())
2031 ->ShutdownAndDestroyWidget(true);
2032 }
mlamouri7a78d6fd2015-01-17 13:23:532033
hugo.holgersson61288e6c2015-01-28 17:04:402034#if defined(OS_ANDROID)
2035 ContentVideoView* video_view = ContentVideoView::GetInstance();
2036 if (video_view != NULL)
watk98292292016-01-19 22:24:082037 video_view->ExitFullscreen();
hugo.holgersson61288e6c2015-01-28 17:04:402038#endif
2039
mlamouri7a78d6fd2015-01-17 13:23:532040 if (delegate_)
2041 delegate_->ExitFullscreenModeForTab(this);
[email protected]657c8e02014-03-19 19:18:372042
bokanece34a82016-01-28 19:49:462043 // The fullscreen state is communicated to the renderer through a resize
2044 // message. If the change in fullscreen state doesn't cause a view resize
2045 // then we must ensure web contents exit the fullscreen state by explicitly
2046 // sending a resize message. This is required for the situation of the browser
2047 // moving the view into a "browser fullscreen" state and then the contents
2048 // entering "tab fullscreen". Exiting the contents "tab fullscreen" then won't
2049 // have the side effect of the view resizing, hence the explicit call here is
2050 // required.
2051 if (!will_cause_resize) {
2052 if (RenderWidgetHostView* rwhv = GetRenderWidgetHostView()) {
2053 if (RenderWidgetHost* render_widget_host = rwhv->GetRenderWidgetHost())
2054 render_widget_host->WasResized();
2055 }
scheib3dcb6c932015-02-23 10:55:582056 }
2057
ericwilligersde386342016-10-19 02:35:092058 for (auto& observer : observers_) {
2059 observer.DidToggleFullscreenModeForTab(IsFullscreenForCurrentTab(),
2060 will_cause_resize);
2061 }
[email protected]8a5e0ca2011-08-25 06:30:472062}
2063
alexmos5dd617d2016-06-07 04:21:152064bool WebContentsImpl::IsFullscreenForCurrentTab() const {
[email protected]199bba6e2012-04-04 16:19:382065 return delegate_ ? delegate_->IsFullscreenForTabOrPending(this) : false;
[email protected]5d5f7af2011-10-01 01:38:122066}
2067
billorr21c005d2016-11-17 03:57:042068bool WebContentsImpl::IsFullscreen() {
2069 return IsFullscreenForCurrentTab();
2070}
2071
avibf58fa0c2015-11-11 01:45:522072blink::WebDisplayMode WebContentsImpl::GetDisplayMode(
2073 RenderWidgetHostImpl* render_widget_host) const {
2074 if (!RenderViewHostImpl::From(render_widget_host))
Blink Reformat1c4d759e2017-04-09 16:34:542075 return blink::kWebDisplayModeBrowser;
avibf58fa0c2015-11-11 01:45:522076
mikhail.pozdnyakovc0e251b2015-04-15 06:51:122077 return delegate_ ? delegate_->GetDisplayMode(this)
Blink Reformat1c4d759e2017-04-09 16:34:542078 : blink::kWebDisplayModeBrowser;
mikhail.pozdnyakovc0e251b2015-04-15 06:51:122079}
2080
avic3aa8422015-11-09 20:57:222081void WebContentsImpl::RequestToLockMouse(
2082 RenderWidgetHostImpl* render_widget_host,
2083 bool user_gesture,
lfgad8244352016-07-13 16:55:512084 bool last_unlocked_by_target,
2085 bool privileged) {
lfgf0cd46e2017-01-04 00:05:232086 for (WebContentsImpl* current = this; current;
2087 current = current->GetOuterWebContents()) {
2088 if (current->mouse_lock_widget_) {
2089 render_widget_host->GotResponseToLockMouseRequest(false);
2090 return;
2091 }
[email protected]e9621112011-10-17 05:38:372092 }
avic3aa8422015-11-09 20:57:222093
lfgad8244352016-07-13 16:55:512094 if (privileged) {
lfgf0cd46e2017-01-04 00:05:232095 DCHECK(!GetOuterWebContents());
lfgad8244352016-07-13 16:55:512096 mouse_lock_widget_ = render_widget_host;
2097 render_widget_host->GotResponseToLockMouseRequest(true);
2098 return;
2099 }
2100
lfgbee1e0a2016-06-08 21:24:212101 bool widget_in_frame_tree = false;
2102 for (FrameTreeNode* node : frame_tree_.Nodes()) {
2103 if (node->current_frame_host()->GetRenderWidgetHost() ==
2104 render_widget_host) {
2105 widget_in_frame_tree = true;
2106 break;
2107 }
2108 }
2109
2110 if (widget_in_frame_tree && delegate_) {
lfgf0cd46e2017-01-04 00:05:232111 for (WebContentsImpl* current = this; current;
2112 current = current->GetOuterWebContents()) {
2113 current->mouse_lock_widget_ = render_widget_host;
2114 }
2115
avic3aa8422015-11-09 20:57:222116 delegate_->RequestToLockMouse(this, user_gesture, last_unlocked_by_target);
lfgbee1e0a2016-06-08 21:24:212117 } else {
2118 render_widget_host->GotResponseToLockMouseRequest(false);
2119 }
[email protected]e9621112011-10-17 05:38:372120}
2121
avi3e4b8512015-11-11 01:55:492122void WebContentsImpl::LostMouseLock(RenderWidgetHostImpl* render_widget_host) {
lfgbee1e0a2016-06-08 21:24:212123 CHECK(mouse_lock_widget_);
lfgf0cd46e2017-01-04 00:05:232124
2125 if (mouse_lock_widget_->delegate()->GetAsWebContents() != this)
2126 return mouse_lock_widget_->delegate()->LostMouseLock(render_widget_host);
2127
lfgbee1e0a2016-06-08 21:24:212128 mouse_lock_widget_->SendMouseLockLost();
lfgf0cd46e2017-01-04 00:05:232129 for (WebContentsImpl* current = this; current;
2130 current = current->GetOuterWebContents()) {
2131 current->mouse_lock_widget_ = nullptr;
2132 }
avi3e4b8512015-11-11 01:55:492133
[email protected]e9621112011-10-17 05:38:372134 if (delegate_)
2135 delegate_->LostMouseLock();
2136}
2137
lfgad8244352016-07-13 16:55:512138bool WebContentsImpl::HasMouseLock(RenderWidgetHostImpl* render_widget_host) {
2139 // To verify if the mouse is locked, the mouse_lock_widget_ needs to be
2140 // assigned to the widget that requested the mouse lock, and the top-level
2141 // platform RenderWidgetHostView needs to hold the mouse lock from the OS.
2142 return mouse_lock_widget_ == render_widget_host &&
2143 GetTopLevelRenderWidgetHostView()->IsMouseLocked();
2144}
2145
lfg84763c92017-02-16 18:55:152146RenderWidgetHostImpl* WebContentsImpl::GetMouseLockWidget() {
lfge2176fb2017-03-26 00:45:472147 if (GetTopLevelRenderWidgetHostView()->IsMouseLocked() ||
2148 (GetFullscreenRenderWidgetHostView() &&
2149 GetFullscreenRenderWidgetHostView()->IsMouseLocked()))
lfg84763c92017-02-16 18:55:152150 return mouse_lock_widget_;
2151
2152 return nullptr;
2153}
2154
ekaramada4f42692016-02-11 19:48:372155void WebContentsImpl::OnRenderFrameProxyVisibilityChanged(bool visible) {
lfg9462cef2016-07-18 23:51:062156 if (visible && !GetOuterWebContents()->IsHidden())
ekaramada4f42692016-02-11 19:48:372157 WasShown();
lfg9462cef2016-07-18 23:51:062158 else if (!visible)
ekaramada4f42692016-02-11 19:48:372159 WasHidden();
2160}
2161
[email protected]bafe6cd2012-05-23 23:09:502162void WebContentsImpl::CreateNewWindow(
csharrison95f01e922017-04-24 18:52:352163 RenderFrameHost* opener,
nick5ae4d2d2017-01-06 01:18:352164 int32_t render_view_route_id,
dcheng3ce04b62015-10-26 23:30:552165 int32_t main_frame_route_id,
2166 int32_t main_frame_widget_route_id,
rockot5c478a72016-09-28 23:14:182167 const mojom::CreateNewWindowParams& params,
[email protected]97714c82012-06-06 10:15:132168 SessionStorageNamespace* session_storage_namespace) {
nick5ae4d2d2017-01-06 01:18:352169 // We should have zero valid routing ids, or three valid routing IDs.
2170 DCHECK_EQ((render_view_route_id == MSG_ROUTING_NONE),
2171 (main_frame_route_id == MSG_ROUTING_NONE));
2172 DCHECK_EQ((render_view_route_id == MSG_ROUTING_NONE),
2173 (main_frame_widget_route_id == MSG_ROUTING_NONE));
csharrison95f01e922017-04-24 18:52:352174 DCHECK(opener);
nick5ae4d2d2017-01-06 01:18:352175
csharrison95f01e922017-04-24 18:52:352176 int render_process_id = opener->GetProcess()->GetID();
2177 SiteInstance* source_site_instance = opener->GetSiteInstance();
2178
2179 // The route IDs passed into this function can be trusted not to already
2180 // be in use; they were allocated by the RenderWidgetHelper by the caller.
nick5ae4d2d2017-01-06 01:18:352181 DCHECK(!RenderFrameHostImpl::FromID(render_process_id, main_frame_route_id));
2182
[email protected]bafe6cd2012-05-23 23:09:502183 // We usually create the new window in the same BrowsingInstance (group of
2184 // script-related windows), by passing in the current SiteInstance. However,
[email protected]c4538072013-03-18 02:17:552185 // if the opener is being suppressed (in a non-guest), we create a new
2186 // SiteInstance in its own BrowsingInstance.
[email protected]a24efc22014-05-26 15:50:252187 bool is_guest = BrowserPluginGuest::IsGuest(this);
[email protected]c4538072013-03-18 02:17:552188
[email protected]04cbd3d2013-12-04 04:58:202189 // If the opener is to be suppressed, the new window can be in any process.
2190 // Since routing ids are process specific, we must not have one passed in
2191 // as argument here.
nick5ae4d2d2017-01-06 01:18:352192 DCHECK(!params.opener_suppressed || render_view_route_id == MSG_ROUTING_NONE);
[email protected]04cbd3d2013-12-04 04:58:202193
[email protected]bafe6cd2012-05-23 23:09:502194 scoped_refptr<SiteInstance> site_instance =
alexmos4cf2aa32015-07-15 23:40:432195 params.opener_suppressed && !is_guest
2196 ? SiteInstance::CreateForURL(GetBrowserContext(), params.target_url)
2197 : source_site_instance;
[email protected]bafe6cd2012-05-23 23:09:502198
[email protected]d1198fd2012-08-13 22:50:192199 // We must assign the SessionStorageNamespace before calling Init().
[email protected]4c3a23582012-08-18 08:54:342200 //
2201 // http://crbug.com/142685
[email protected]fdac6ade2013-07-20 01:06:302202 const std::string& partition_id =
2203 GetContentClient()->browser()->
2204 GetStoragePartitionIdForSite(GetBrowserContext(),
2205 site_instance->GetSiteURL());
[email protected]fc72bb12013-06-02 21:13:462206 StoragePartition* partition = BrowserContext::GetStoragePartition(
2207 GetBrowserContext(), site_instance.get());
[email protected]5f2aa722013-08-07 16:59:412208 DOMStorageContextWrapper* dom_storage_context =
2209 static_cast<DOMStorageContextWrapper*>(partition->GetDOMStorageContext());
[email protected]d1198fd2012-08-13 22:50:192210 SessionStorageNamespaceImpl* session_storage_namespace_impl =
2211 static_cast<SessionStorageNamespaceImpl*>(session_storage_namespace);
2212 CHECK(session_storage_namespace_impl->IsFromContext(dom_storage_context));
[email protected]dd6730412013-08-14 15:03:372213
2214 if (delegate_ &&
dcheng3ce04b62015-10-26 23:30:552215 !delegate_->ShouldCreateWebContents(
nick5ae4d2d2017-01-06 01:18:352216 this, source_site_instance, render_view_route_id, main_frame_route_id,
nickf5e618c2016-11-28 22:38:372217 main_frame_widget_route_id, params.window_container_type,
nickb3740422017-04-24 22:27:452218 opener->GetLastCommittedURL(), params.frame_name, params.target_url,
2219 partition_id, session_storage_namespace)) {
jambaaab3a2016-11-05 00:46:182220 // Note: even though we're not creating a WebContents here, it could have
2221 // been created by the embedder so ensure that the RenderFrameHost is
2222 // properly initialized.
csharrisona2280cd2016-02-03 23:21:152223 // It's safe to only target the frame because the render process will not
2224 // have a chance to create more frames at this point.
jambaaab3a2016-11-05 00:46:182225 RenderFrameHostImpl* rfh =
2226 RenderFrameHostImpl::FromID(render_process_id, main_frame_route_id);
nick5ae4d2d2017-01-06 01:18:352227 if (rfh) {
2228 DCHECK(rfh->IsRenderFrameLive());
jambaaab3a2016-11-05 00:46:182229 rfh->Init();
nick5ae4d2d2017-01-06 01:18:352230 }
[email protected]dd6730412013-08-14 15:03:372231 return;
2232 }
2233
2234 // Create the new web contents. This will automatically create the new
2235 // WebContentsView. In the future, we may want to create the view separately.
[email protected]fc72bb12013-06-02 21:13:462236 CreateParams create_params(GetBrowserContext(), site_instance.get());
nick5ae4d2d2017-01-06 01:18:352237 create_params.routing_id = render_view_route_id;
[email protected]227692c52013-05-31 22:43:042238 create_params.main_frame_routing_id = main_frame_route_id;
dcheng3ce04b62015-10-26 23:30:552239 create_params.main_frame_widget_routing_id = main_frame_widget_route_id;
nasko48321ca32015-07-02 20:44:122240 create_params.main_frame_name = params.frame_name;
alexmos4cf2aa32015-07-15 23:40:432241 create_params.opener_render_process_id = render_process_id;
csharrison95f01e922017-04-24 18:52:352242 create_params.opener_render_frame_id = opener->GetRoutingID();
[email protected]50d326e2014-05-20 17:59:062243 create_params.opener_suppressed = params.opener_suppressed;
nick3b04f322016-08-31 19:29:192244 if (params.disposition == WindowOpenDisposition::NEW_BACKGROUND_TAB)
[email protected]50d326e2014-05-20 17:59:062245 create_params.initially_hidden = true;
lfg269b702f2015-06-08 19:28:192246 create_params.renderer_initiated_creation =
2247 main_frame_route_id != MSG_ROUTING_NONE;
[email protected]50d326e2014-05-20 17:59:062248
[email protected]4858e432014-06-23 18:14:172249 WebContentsImpl* new_contents = NULL;
[email protected]c4538072013-03-18 02:17:552250 if (!is_guest) {
2251 create_params.context = view_->GetNativeView();
[email protected]fc2b46b2014-05-03 16:33:452252 create_params.initial_size = GetContainerBounds().size();
[email protected]4858e432014-06-23 18:14:172253 new_contents = static_cast<WebContentsImpl*>(
2254 WebContents::Create(create_params));
2255 } else {
2256 new_contents = GetBrowserPluginGuest()->CreateNewGuestWindow(create_params);
[email protected]c4538072013-03-18 02:17:552257 }
[email protected]50d326e2014-05-20 17:59:062258 new_contents->GetController().SetSessionStorageNamespace(
2259 partition_id,
2260 session_storage_namespace);
[email protected]d1198fd2012-08-13 22:50:192261
alexmos646fec02015-07-25 00:11:492262 // If the new frame has a name, make sure any SiteInstances that can find
2263 // this named frame have proxies for it. Must be called after
2264 // SetSessionStorageNamespace, since this calls CreateRenderView, which uses
2265 // GetSessionStorageNamespace.
2266 if (!params.frame_name.empty())
2267 new_contents->GetRenderManager()->CreateProxiesForNewNamedFrame();
2268
[email protected]c4538072013-03-18 02:17:552269 // Save the window for later if we're not suppressing the opener (since it
[email protected]d70bea92013-04-05 04:23:342270 // will be shown immediately).
2271 if (!params.opener_suppressed) {
2272 if (!is_guest) {
[email protected]fc2b46b2014-05-03 16:33:452273 WebContentsView* new_view = new_contents->view_.get();
[email protected]bafe6cd2012-05-23 23:09:502274
[email protected]d70bea92013-04-05 04:23:342275 // TODO(brettw): It seems bogus that we have to call this function on the
2276 // newly created object and give it one of its own member variables.
avi3627ecac2015-10-16 17:40:432277 new_view->CreateViewForWidget(
2278 new_contents->GetRenderViewHost()->GetWidget(), false);
[email protected]d70bea92013-04-05 04:23:342279 }
[email protected]bafe6cd2012-05-23 23:09:502280 // Save the created window associated with the route so we can show it
2281 // later.
nick5ae4d2d2017-01-06 01:18:352282 DCHECK_NE(MSG_ROUTING_NONE, main_frame_widget_route_id);
2283 pending_contents_[std::make_pair(
2284 render_process_id, main_frame_widget_route_id)] = new_contents;
[email protected]7fff43e2013-05-21 20:21:102285 AddDestructionObserver(new_contents);
[email protected]bafe6cd2012-05-23 23:09:502286 }
2287
2288 if (delegate_) {
csharrison95f01e922017-04-24 18:52:352289 delegate_->WebContentsCreated(this, render_process_id,
2290 opener->GetRoutingID(), params.frame_name,
2291 params.target_url, new_contents);
[email protected]bafe6cd2012-05-23 23:09:502292 }
2293
csharrison95f01e922017-04-24 18:52:352294 if (opener) {
pnolandaae574e2017-03-06 21:04:212295 for (auto& observer : observers_) {
csharrison95f01e922017-04-24 18:52:352296 observer.DidOpenRequestedURL(new_contents, opener, params.target_url,
2297 params.referrer, params.disposition,
2298 ui::PAGE_TRANSITION_LINK,
pnolandaae574e2017-03-06 21:04:212299 false, // started_from_context_menu
2300 true); // renderer_initiated
2301 }
2302 }
2303
[email protected]bafe6cd2012-05-23 23:09:502304 if (params.opener_suppressed) {
2305 // When the opener is suppressed, the original renderer cannot access the
2306 // new window. As a result, we need to show and navigate the window here.
[email protected]eda238a12012-09-07 23:44:002307 bool was_blocked = false;
2308 if (delegate_) {
bokan107a47f2015-02-03 23:23:392309 gfx::Rect initial_rect;
nick0d558482017-02-13 22:27:222310 base::WeakPtr<WebContentsImpl> weak_new_contents =
2311 new_contents->weak_factory_.GetWeakPtr();
2312
[email protected]eda238a12012-09-07 23:44:002313 delegate_->AddNewContents(
bokan107a47f2015-02-03 23:23:392314 this, new_contents, params.disposition, initial_rect,
[email protected]eda238a12012-09-07 23:44:002315 params.user_gesture, &was_blocked);
nick0d558482017-02-13 22:27:222316
2317 if (!weak_new_contents)
2318 return; // The delegate deleted |new_contents| during AddNewContents().
[email protected]eda238a12012-09-07 23:44:002319 }
2320 if (!was_blocked) {
nick3b04f322016-08-31 19:29:192321 OpenURLParams open_params(params.target_url, params.referrer,
2322 WindowOpenDisposition::CURRENT_TAB,
Sylvain Defresnec6ccc77d2014-09-19 10:19:352323 ui::PAGE_TRANSITION_LINK,
[email protected]8ff00d72012-10-23 19:12:212324 true /* is_renderer_initiated */);
[email protected]e7f2e7c2013-07-15 09:41:302325 open_params.user_gesture = params.user_gesture;
mariakhomenkoa4971c12015-07-21 19:04:372326
2327 if (delegate_ && !is_guest &&
2328 !delegate_->ShouldResumeRequestsForCreatedWindow()) {
2329 // We are in asynchronous add new contents path, delay opening url
2330 new_contents->delayed_open_url_params_.reset(
2331 new OpenURLParams(open_params));
2332 } else {
2333 new_contents->OpenURL(open_params);
2334 }
[email protected]eda238a12012-09-07 23:44:002335 }
[email protected]bafe6cd2012-05-23 23:09:502336 }
2337}
2338
avib7348942015-12-25 20:57:102339void WebContentsImpl::CreateNewWidget(int32_t render_process_id,
2340 int32_t route_id,
[email protected]180ef242013-11-07 06:50:462341 blink::WebPopupType popup_type) {
piman5d36dae2015-09-24 22:47:052342 CreateNewWidget(render_process_id, route_id, false, popup_type);
[email protected]bafe6cd2012-05-23 23:09:502343}
2344
avib7348942015-12-25 20:57:102345void WebContentsImpl::CreateNewFullscreenWidget(int32_t render_process_id,
2346 int32_t route_id) {
Blink Reformat1c4d759e2017-04-09 16:34:542347 CreateNewWidget(render_process_id, route_id, true, blink::kWebPopupTypeNone);
[email protected]bafe6cd2012-05-23 23:09:502348}
2349
avib7348942015-12-25 20:57:102350void WebContentsImpl::CreateNewWidget(int32_t render_process_id,
2351 int32_t route_id,
[email protected]bafe6cd2012-05-23 23:09:502352 bool is_fullscreen,
[email protected]180ef242013-11-07 06:50:462353 blink::WebPopupType popup_type) {
kenrba26d15092016-02-10 22:00:252354 RenderProcessHost* process = RenderProcessHost::FromID(render_process_id);
kenrbb46f86a2015-12-07 07:53:232355 // A message to create a new widget can only come from an active process for
[email protected]a8504022013-12-04 20:23:512356 // this WebContentsImpl instance. If any other process sends the request,
2357 // it is invalid and the process must be terminated.
dcheng57e39e22016-01-21 00:25:382358 if (!HasMatchingProcess(&frame_tree_, render_process_id)) {
kenrba26d15092016-02-10 22:00:252359 base::ProcessHandle process_handle = process->GetHandle();
[email protected]a8504022013-12-04 20:23:512360 if (process_handle != base::kNullProcessHandle) {
2361 RecordAction(
[email protected]e6e30ac2014-01-13 21:24:392362 base::UserMetricsAction("Terminate_ProcessMismatch_CreateNewWidget"));
kenrba26d15092016-02-10 22:00:252363 process->Shutdown(RESULT_CODE_KILLED, false);
[email protected]a8504022013-12-04 20:23:512364 }
2365 return;
2366 }
2367
[email protected]bafe6cd2012-05-23 23:09:502368 RenderWidgetHostImpl* widget_host =
piman5d36dae2015-09-24 22:47:052369 new RenderWidgetHostImpl(this, process, route_id, IsHidden());
[email protected]b24b68a2012-09-24 21:57:262370
[email protected]cfd80b02014-05-01 17:46:482371 RenderWidgetHostViewBase* widget_view =
2372 static_cast<RenderWidgetHostViewBase*>(
2373 view_->CreateViewForPopupWidget(widget_host));
[email protected]83918ec2013-01-10 15:37:192374 if (!widget_view)
2375 return;
[email protected]bafe6cd2012-05-23 23:09:502376 if (!is_fullscreen) {
2377 // Popups should not get activated.
2378 widget_view->SetPopupType(popup_type);
2379 }
2380 // Save the created widget associated with the route so we can show it later.
alexmosc2a8cec2016-05-23 22:19:532381 pending_widget_views_[std::make_pair(render_process_id, route_id)] =
2382 widget_view;
[email protected]bafe6cd2012-05-23 23:09:502383
2384#if defined(OS_MACOSX)
2385 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it
2386 // to allow it to survive the trip without being hosted.
2387 base::mac::NSObjectRetain(widget_view->GetNativeView());
2388#endif
2389}
2390
alexmosc2a8cec2016-05-23 22:19:532391void WebContentsImpl::ShowCreatedWindow(int process_id,
nick5ae4d2d2017-01-06 01:18:352392 int main_frame_widget_route_id,
[email protected]bafe6cd2012-05-23 23:09:502393 WindowOpenDisposition disposition,
bokan107a47f2015-02-03 23:23:392394 const gfx::Rect& initial_rect,
[email protected]bafe6cd2012-05-23 23:09:502395 bool user_gesture) {
nick0d558482017-02-13 22:27:222396 WebContentsImpl* popup =
nick5ae4d2d2017-01-06 01:18:352397 GetCreatedWindow(process_id, main_frame_widget_route_id);
nick0d558482017-02-13 22:27:222398 if (popup) {
[email protected]eda238a12012-09-07 23:44:002399 WebContentsDelegate* delegate = GetDelegate();
nick0d558482017-02-13 22:27:222400 popup->is_resume_pending_ = true;
mariakhomenko44bdc4732015-04-29 01:55:382401 if (!delegate || delegate->ShouldResumeRequestsForCreatedWindow())
nick0d558482017-02-13 22:27:222402 popup->ResumeLoadingCreatedWebContents();
mariakhomenko44bdc4732015-04-29 01:55:382403
[email protected]eda238a12012-09-07 23:44:002404 if (delegate) {
nick0d558482017-02-13 22:27:222405 base::WeakPtr<WebContentsImpl> weak_popup =
2406 popup->weak_factory_.GetWeakPtr();
2407 delegate->AddNewContents(this, popup, disposition, initial_rect,
2408 user_gesture, nullptr);
2409 if (!weak_popup)
2410 return; // The delegate deleted |popup| during AddNewContents().
[email protected]eda238a12012-09-07 23:44:002411 }
nick5ae4d2d2017-01-06 01:18:352412
nick0d558482017-02-13 22:27:222413 RenderWidgetHostImpl* rwh = popup->GetMainFrame()->GetRenderWidgetHost();
2414 DCHECK_EQ(main_frame_widget_route_id, rwh->GetRoutingID());
nick5ae4d2d2017-01-06 01:18:352415 rwh->Send(new ViewMsg_Move_ACK(rwh->GetRoutingID()));
[email protected]eda238a12012-09-07 23:44:002416 }
[email protected]bafe6cd2012-05-23 23:09:502417}
2418
alexmosc2a8cec2016-05-23 22:19:532419void WebContentsImpl::ShowCreatedWidget(int process_id,
2420 int route_id,
bokan107a47f2015-02-03 23:23:392421 const gfx::Rect& initial_rect) {
alexmosc2a8cec2016-05-23 22:19:532422 ShowCreatedWidget(process_id, route_id, false, initial_rect);
[email protected]bafe6cd2012-05-23 23:09:502423}
2424
alexmosc2a8cec2016-05-23 22:19:532425void WebContentsImpl::ShowCreatedFullscreenWidget(int process_id,
2426 int route_id) {
2427 ShowCreatedWidget(process_id, route_id, true, gfx::Rect());
[email protected]bafe6cd2012-05-23 23:09:502428}
2429
alexmosc2a8cec2016-05-23 22:19:532430void WebContentsImpl::ShowCreatedWidget(int process_id,
2431 int route_id,
[email protected]bafe6cd2012-05-23 23:09:502432 bool is_fullscreen,
bokan107a47f2015-02-03 23:23:392433 const gfx::Rect& initial_rect) {
[email protected]cfd80b02014-05-01 17:46:482434 RenderWidgetHostViewBase* widget_host_view =
alexmosc2a8cec2016-05-23 22:19:532435 static_cast<RenderWidgetHostViewBase*>(
2436 GetCreatedWidget(process_id, route_id));
[email protected]bafe6cd2012-05-23 23:09:502437 if (!widget_host_view)
2438 return;
[email protected]cfd80b02014-05-01 17:46:482439
2440 RenderWidgetHostView* view = NULL;
lfgc740d4b22016-04-15 16:45:332441 if (GetOuterWebContents()) {
2442 view = GetOuterWebContents()->GetRenderWidgetHostView();
[email protected]cfd80b02014-05-01 17:46:482443 } else {
2444 view = GetRenderWidgetHostView();
2445 }
2446
[email protected]4aebbca2013-09-17 22:26:492447 if (is_fullscreen) {
[email protected]d7f80ba2013-10-12 07:42:312448 DCHECK_EQ(MSG_ROUTING_NONE, fullscreen_widget_routing_id_);
[email protected]0b431992014-06-24 00:08:032449 view_->StoreFocus();
alexmosc9e76ec2016-05-16 22:59:372450 fullscreen_widget_process_id_ =
2451 widget_host_view->GetRenderWidgetHost()->GetProcess()->GetID();
[email protected]d7f80ba2013-10-12 07:42:312452 fullscreen_widget_routing_id_ = route_id;
[email protected]4aebbca2013-09-17 22:26:492453 if (delegate_ && delegate_->EmbedsFullscreenWidget()) {
2454 widget_host_view->InitAsChild(GetRenderWidgetHostView()->GetNativeView());
mlamouri7a78d6fd2015-01-17 13:23:532455 delegate_->EnterFullscreenModeForTab(this, GURL());
[email protected]4aebbca2013-09-17 22:26:492456 } else {
[email protected]cfd80b02014-05-01 17:46:482457 widget_host_view->InitAsFullscreen(view);
[email protected]4aebbca2013-09-17 22:26:492458 }
ericwilligersde386342016-10-19 02:35:092459 for (auto& observer : observers_)
2460 observer.DidShowFullscreenWidget();
[email protected]4aebbca2013-09-17 22:26:492461 if (!widget_host_view->HasFocus())
2462 widget_host_view->Focus();
2463 } else {
bokan107a47f2015-02-03 23:23:392464 widget_host_view->InitAsPopup(view, initial_rect);
[email protected]4aebbca2013-09-17 22:26:492465 }
[email protected]89054502012-06-03 10:29:242466
2467 RenderWidgetHostImpl* render_widget_host_impl =
2468 RenderWidgetHostImpl::From(widget_host_view->GetRenderWidgetHost());
2469 render_widget_host_impl->Init();
[email protected]d7f80ba2013-10-12 07:42:312470 // Only allow privileged mouse lock for fullscreen render widget, which is
2471 // used to implement Pepper Flash fullscreen.
2472 render_widget_host_impl->set_allow_privileged_mouse_lock(is_fullscreen);
[email protected]bafe6cd2012-05-23 23:09:502473
2474#if defined(OS_MACOSX)
2475 // A RenderWidgetHostViewMac has lifetime scoped to the view. Now that it's
2476 // properly embedded (or purposefully ignored) we can release the retain we
2477 // took in CreateNewWidget().
2478 base::mac::NSObjectRelease(widget_host_view->GetNativeView());
2479#endif
2480}
2481
nick5ae4d2d2017-01-06 01:18:352482WebContentsImpl* WebContentsImpl::GetCreatedWindow(
2483 int process_id,
2484 int main_frame_widget_route_id) {
2485 auto key = std::make_pair(process_id, main_frame_widget_route_id);
2486 auto iter = pending_contents_.find(key);
[email protected]bafe6cd2012-05-23 23:09:502487
2488 // Certain systems can block the creation of new windows. If we didn't succeed
2489 // in creating one, just return NULL.
alexmosc2a8cec2016-05-23 22:19:532490 if (iter == pending_contents_.end())
2491 return nullptr;
[email protected]bafe6cd2012-05-23 23:09:502492
2493 WebContentsImpl* new_contents = iter->second;
nick5ae4d2d2017-01-06 01:18:352494 pending_contents_.erase(key);
[email protected]7fff43e2013-05-21 20:21:102495 RemoveDestructionObserver(new_contents);
[email protected]bafe6cd2012-05-23 23:09:502496
[email protected]d70bea92013-04-05 04:23:342497 // Don't initialize the guest WebContents immediately.
[email protected]a24efc22014-05-26 15:50:252498 if (BrowserPluginGuest::IsGuest(new_contents))
[email protected]d70bea92013-04-05 04:23:342499 return new_contents;
2500
nick5ae4d2d2017-01-06 01:18:352501 if (!new_contents->GetMainFrame()->GetProcess()->HasConnection() ||
2502 !new_contents->GetMainFrame()->GetView()) {
2503 // TODO(nick): http://crbug.com/674318 -- Who deletes |new_contents|?
alexmosc2a8cec2016-05-23 22:19:532504 return nullptr;
nick5ae4d2d2017-01-06 01:18:352505 }
[email protected]bafe6cd2012-05-23 23:09:502506
[email protected]bafe6cd2012-05-23 23:09:502507 return new_contents;
2508}
2509
alexmosc2a8cec2016-05-23 22:19:532510RenderWidgetHostView* WebContentsImpl::GetCreatedWidget(int process_id,
2511 int route_id) {
2512 auto iter = pending_widget_views_.find(std::make_pair(process_id, route_id));
[email protected]bafe6cd2012-05-23 23:09:502513 if (iter == pending_widget_views_.end()) {
2514 DCHECK(false);
alexmosc2a8cec2016-05-23 22:19:532515 return nullptr;
[email protected]bafe6cd2012-05-23 23:09:502516 }
2517
2518 RenderWidgetHostView* widget_host_view = iter->second;
alexmosc2a8cec2016-05-23 22:19:532519 pending_widget_views_.erase(std::make_pair(process_id, route_id));
[email protected]bafe6cd2012-05-23 23:09:502520
2521 RenderWidgetHost* widget_host = widget_host_view->GetRenderWidgetHost();
2522 if (!widget_host->GetProcess()->HasConnection()) {
2523 // The view has gone away or the renderer crashed. Nothing to do.
alexmosc2a8cec2016-05-23 22:19:532524 return nullptr;
[email protected]bafe6cd2012-05-23 23:09:502525 }
2526
2527 return widget_host_view;
2528}
2529
[email protected]f13b4202012-06-12 23:53:232530void WebContentsImpl::RequestMediaAccessPermission(
[email protected]33662e52013-01-07 21:31:092531 const MediaStreamRequest& request,
[email protected]8ff00d72012-10-23 19:12:212532 const MediaResponseCallback& callback) {
[email protected]d19b84b2014-03-14 11:52:372533 if (delegate_) {
[email protected]f13b4202012-06-12 23:53:232534 delegate_->RequestMediaAccessPermission(this, request, callback);
[email protected]d19b84b2014-03-14 11:52:372535 } else {
dcheng59716272016-04-09 05:19:082536 callback.Run(MediaStreamDevices(), MEDIA_DEVICE_FAILED_DUE_TO_SHUTDOWN,
2537 std::unique_ptr<MediaStreamUI>());
[email protected]d19b84b2014-03-14 11:52:372538 }
[email protected]f13b4202012-06-12 23:53:232539}
2540
grunell657d4d82014-09-18 00:09:432541bool WebContentsImpl::CheckMediaAccessPermission(const GURL& security_origin,
2542 MediaStreamType type) {
2543 DCHECK(type == MEDIA_DEVICE_AUDIO_CAPTURE ||
2544 type == MEDIA_DEVICE_VIDEO_CAPTURE);
2545 return delegate_ &&
2546 delegate_->CheckMediaAccessPermission(this, security_origin, type);
2547}
2548
guidou8a440b842017-01-30 13:58:432549std::string WebContentsImpl::GetDefaultMediaDeviceID(MediaStreamType type) {
2550 if (!delegate_)
2551 return std::string();
2552 return delegate_->GetDefaultMediaDeviceID(this, type);
2553}
2554
[email protected]cc9200432013-07-23 23:02:402555SessionStorageNamespace* WebContentsImpl::GetSessionStorageNamespace(
2556 SiteInstance* instance) {
2557 return controller_.GetSessionStorageNamespace(instance);
2558}
2559
[email protected]6de7fc482014-06-06 10:46:442560SessionStorageNamespaceMap WebContentsImpl::GetSessionStorageNamespaceMap() {
2561 return controller_.GetSessionStorageNamespaceMap();
2562}
2563
[email protected]9b159a52013-10-03 17:24:552564FrameTree* WebContentsImpl::GetFrameTree() {
2565 return &frame_tree_;
2566}
2567
lukendc35e7f2014-11-10 19:06:142568void WebContentsImpl::SetIsVirtualKeyboardRequested(bool requested) {
2569 virtual_keyboard_requested_ = requested;
2570}
2571
2572bool WebContentsImpl::IsVirtualKeyboardRequested() {
2573 return virtual_keyboard_requested_;
2574}
2575
aelias5252baa2016-04-10 01:18:022576bool WebContentsImpl::IsOverridingUserAgent() {
2577 return GetController().GetVisibleEntry() &&
2578 GetController().GetVisibleEntry()->GetIsOverridingUserAgent();
2579}
2580
avi85ee8362016-10-08 02:09:082581bool WebContentsImpl::IsJavaScriptDialogShowing() const {
2582 return is_showing_javascript_dialog_;
2583}
2584
avic031d392017-03-03 03:09:422585bool WebContentsImpl::ShouldIgnoreUnresponsiveRenderer() {
2586 // Ignore unresponsive renderers if the debugger is attached to them since the
2587 // unresponsiveness might be a result of the renderer sitting on a breakpoint.
2588 //
2589 // TODO(pfeldman): Fix this to only return true if the renderer is *actually*
2590 // sitting on a breakpoint. https://crbug.com/684202
2591 return DevToolsAgentHost::IsDebuggerAttached(this);
2592}
2593
[email protected]95640212014-07-26 18:14:302594AccessibilityMode WebContentsImpl::GetAccessibilityMode() const {
2595 return accessibility_mode_;
2596}
2597
[email protected]31a71eaf2014-03-13 01:47:362598void WebContentsImpl::AccessibilityEventReceived(
2599 const std::vector<AXEventNotificationDetails>& details) {
ericwilligersde386342016-10-19 02:35:092600 for (auto& observer : observers_)
2601 observer.AccessibilityEventReceived(details);
[email protected]31a71eaf2014-03-13 01:47:362602}
2603
dmazzoni2400c462016-08-23 15:07:132604void WebContentsImpl::AccessibilityLocationChangesReceived(
2605 const std::vector<AXLocationChangeNotificationDetails>& details) {
ericwilligersde386342016-10-19 02:35:092606 for (auto& observer : observers_)
2607 observer.AccessibilityLocationChangesReceived(details);
dmazzoni2400c462016-08-23 15:07:132608}
2609
dmazzonia656928e2014-09-15 20:28:542610RenderFrameHost* WebContentsImpl::GetGuestByInstanceID(
fsamuel833ee7c2015-02-13 23:40:402611 RenderFrameHost* render_frame_host,
dmazzonia656928e2014-09-15 20:28:542612 int browser_plugin_instance_id) {
2613 BrowserPluginGuestManager* guest_manager =
2614 GetBrowserContext()->GetGuestManager();
fsamuel9cbc00a2015-04-17 20:30:202615 if (!guest_manager)
2616 return nullptr;
2617
dmazzonia656928e2014-09-15 20:28:542618 WebContents* guest = guest_manager->GetGuestByInstanceID(
fsamuel2e9413d2015-02-25 01:25:442619 render_frame_host->GetProcess()->GetID(), browser_plugin_instance_id);
dmazzonia656928e2014-09-15 20:28:542620 if (!guest)
fsamuel9cbc00a2015-04-17 20:30:202621 return nullptr;
2622
dmazzonia656928e2014-09-15 20:28:542623 return guest->GetMainFrame();
2624}
2625
mcasas4e216e72016-07-28 21:28:382626device::GeolocationServiceContext*
2627WebContentsImpl::GetGeolocationServiceContext() {
blundellc57b93f2014-10-29 13:19:572628 return geolocation_service_context_.get();
2629}
2630
ke.he98b761e2017-05-09 05:59:172631device::mojom::WakeLockContext* WebContentsImpl::GetWakeLockContext() {
blundelld8cd72b2017-03-28 07:18:382632 if (!wake_lock_context_host_)
2633 wake_lock_context_host_.reset(new WakeLockContextHost(this));
blundelle75a8f92017-03-27 08:11:172634 return wake_lock_context_host_->GetWakeLockContext();
alogvinovf50445a2015-10-30 13:00:122635}
2636
ke.he98b761e2017-05-09 05:59:172637device::mojom::WakeLockService* WebContentsImpl::GetRendererWakeLock() {
2638 // WebContents creates a long-lived connection to one WakeLockServiceImpl.
2639 // All the frames' requests will be added into the BindingSet of
2640 // WakeLockServiceImpl via this connection.
2641 if (!renderer_wake_lock_) {
2642 device::mojom::WakeLockContext* wake_lock_context = GetWakeLockContext();
2643 if (!wake_lock_context) {
2644 return nullptr;
2645 }
ke.hef435c1e82017-05-11 04:09:102646 wake_lock_context->GetWakeLock(
2647 device::mojom::WakeLockType::PreventDisplaySleep,
2648 device::mojom::WakeLockReason::ReasonOther, "Wake Lock API",
2649 mojo::MakeRequest(&renderer_wake_lock_));
ke.he98b761e2017-05-09 05:59:172650 }
2651 return renderer_wake_lock_.get();
2652}
2653
[email protected]edc3af82013-12-12 21:24:072654void WebContentsImpl::OnShowValidationMessage(
nicka0ac8382016-12-15 23:59:232655 RenderViewHostImpl* source,
[email protected]edc3af82013-12-12 21:24:072656 const gfx::Rect& anchor_in_root_view,
[email protected]6ff9c8f2013-12-20 09:05:292657 const base::string16& main_text,
2658 const base::string16& sub_text) {
nicka0ac8382016-12-15 23:59:232659 // TODO(nick): Should we consider |source| here or pass it to the delegate?
[email protected]edc3af82013-12-12 21:24:072660 if (delegate_)
2661 delegate_->ShowValidationMessage(
2662 this, anchor_in_root_view, main_text, sub_text);
2663}
2664
nicka0ac8382016-12-15 23:59:232665void WebContentsImpl::OnHideValidationMessage(RenderViewHostImpl* source) {
2666 // TODO(nick): Should we consider |source| here or pass it to the delegate?
[email protected]edc3af82013-12-12 21:24:072667 if (delegate_)
2668 delegate_->HideValidationMessage(this);
2669}
2670
2671void WebContentsImpl::OnMoveValidationMessage(
nicka0ac8382016-12-15 23:59:232672 RenderViewHostImpl* source,
[email protected]edc3af82013-12-12 21:24:072673 const gfx::Rect& anchor_in_root_view) {
nicka0ac8382016-12-15 23:59:232674 // TODO(nick): Should we consider |source| here or pass it to the delegate?
[email protected]edc3af82013-12-12 21:24:072675 if (delegate_)
2676 delegate_->MoveValidationMessage(this, anchor_in_root_view);
2677}
2678
lfgbb9c28a2016-03-01 03:19:492679void WebContentsImpl::SendScreenRects() {
kenrbc52e1b4e2016-03-20 01:03:372680 for (FrameTreeNode* node : frame_tree_.Nodes()) {
kenrb0e8dc202016-05-30 19:51:402681 if (node->current_frame_host()->is_local_root())
kenrbc52e1b4e2016-03-20 01:03:372682 node->current_frame_host()->GetRenderWidgetHost()->SendScreenRects();
2683 }
lfgbb9c28a2016-03-01 03:19:492684
lfgdb5c4ed2016-03-04 23:09:072685 RenderWidgetHostViewBase* rwhv =
2686 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
2687 if (rwhv) {
2688 SendPageMessage(new PageMsg_UpdateWindowScreenRect(
2689 MSG_ROUTING_NONE, rwhv->GetBoundsInRootWindow()));
2690 }
2691
avallee9f43b012016-11-26 07:02:102692 if (browser_plugin_embedder_ && !is_being_destroyed_)
[email protected]a7568e62013-06-14 07:50:442693 browser_plugin_embedder_->DidSendScreenRects();
[email protected]32deec62013-05-15 23:55:042694}
2695
ekaramadadd882292016-06-08 15:22:562696TextInputManager* WebContentsImpl::GetTextInputManager() {
2697 if (GetOuterWebContents())
2698 return GetOuterWebContents()->GetTextInputManager();
2699
2700 if (!text_input_manager_)
2701 text_input_manager_.reset(new TextInputManager());
2702
2703 return text_input_manager_.get();
2704}
2705
paulmeyer7f6f1d4f2016-11-15 00:00:272706bool WebContentsImpl::OnUpdateDragCursor() {
2707 if (browser_plugin_embedder_)
2708 return browser_plugin_embedder_->OnUpdateDragCursor();
2709 return false;
2710}
2711
kenrb11f213a2017-03-24 18:12:062712bool WebContentsImpl::IsWidgetForMainFrame(
2713 RenderWidgetHostImpl* render_widget_host) {
2714 return render_widget_host == GetMainFrame()->GetRenderWidgetHost();
2715}
2716
[email protected]95640212014-07-26 18:14:302717BrowserAccessibilityManager*
2718 WebContentsImpl::GetRootBrowserAccessibilityManager() {
creisc014b402015-04-23 16:41:452719 RenderFrameHostImpl* rfh = GetMainFrame();
2720 return rfh ? rfh->browser_accessibility_manager() : nullptr;
[email protected]95640212014-07-26 18:14:302721}
2722
2723BrowserAccessibilityManager*
2724 WebContentsImpl::GetOrCreateRootBrowserAccessibilityManager() {
creisc014b402015-04-23 16:41:452725 RenderFrameHostImpl* rfh = GetMainFrame();
2726 return rfh ? rfh->GetOrCreateBrowserAccessibilityManager() : nullptr;
[email protected]95640212014-07-26 18:14:302727}
2728
mohsen7ab1ec16ec2015-07-02 18:26:232729void WebContentsImpl::MoveRangeSelectionExtent(const gfx::Point& extent) {
2730 RenderFrameHost* focused_frame = GetFocusedFrame();
2731 if (!focused_frame)
2732 return;
2733
2734 focused_frame->Send(new InputMsg_MoveRangeSelectionExtent(
2735 focused_frame->GetRoutingID(), extent));
2736}
2737
2738void WebContentsImpl::SelectRange(const gfx::Point& base,
2739 const gfx::Point& extent) {
2740 RenderFrameHost* focused_frame = GetFocusedFrame();
2741 if (!focused_frame)
2742 return;
2743
2744 focused_frame->Send(
2745 new InputMsg_SelectRange(focused_frame->GetRoutingID(), base, extent));
2746}
2747
aurimasab0319022015-07-10 21:57:382748void WebContentsImpl::AdjustSelectionByCharacterOffset(int start_adjust,
2749 int end_adjust) {
2750 RenderFrameHost* focused_frame = GetFocusedFrame();
2751 if (!focused_frame)
2752 return;
2753
2754 focused_frame->Send(new InputMsg_AdjustSelectionByCharacterOffset(
2755 focused_frame->GetRoutingID(), start_adjust, end_adjust));
2756}
2757
[email protected]b172aee2012-04-10 17:05:262758void WebContentsImpl::UpdatePreferredSize(const gfx::Size& pref_size) {
[email protected]222f5822014-02-05 23:40:492759 const gfx::Size old_size = GetPreferredSize();
[email protected]bcd2815602012-01-14 18:17:232760 preferred_size_ = pref_size;
[email protected]222f5822014-02-05 23:40:492761 OnPreferredSizeChanged(old_size);
[email protected]0548c5352011-09-07 00:33:332762}
2763
avic3aa8422015-11-09 20:57:222764void WebContentsImpl::ResizeDueToAutoResize(
2765 RenderWidgetHostImpl* render_widget_host,
2766 const gfx::Size& new_size) {
2767 if (render_widget_host != GetRenderViewHost()->GetWidget())
2768 return;
2769
[email protected]61e2b3cc2012-03-02 16:13:342770 if (delegate_)
2771 delegate_->ResizeDueToAutoResize(this, new_size);
2772}
2773
[email protected]b172aee2012-04-10 17:05:262774WebContents* WebContentsImpl::OpenURL(const OpenURLParams& params) {
[email protected]e5d549d2011-12-28 01:29:202775 if (!delegate_)
2776 return NULL;
[email protected]00c37fc2011-08-02 00:22:502777
[email protected]e5d549d2011-12-28 01:29:202778 WebContents* new_contents = delegate_->OpenURLFromTab(this, params);
pnoland488944652017-02-22 18:58:542779
2780 RenderFrameHost* source_render_frame_host = RenderFrameHost::FromID(
2781 params.source_render_process_id, params.source_render_frame_id);
2782
2783 if (source_render_frame_host && params.source_site_instance) {
2784 CHECK_EQ(source_render_frame_host->GetSiteInstance(),
2785 params.source_site_instance.get());
2786 }
2787
2788 if (new_contents && source_render_frame_host && new_contents != this) {
2789 for (auto& observer : observers_) {
2790 observer.DidOpenRequestedURL(new_contents, source_render_frame_host,
2791 params.url, params.referrer,
2792 params.disposition, params.transition,
pnolandaae574e2017-03-06 21:04:212793 params.started_from_context_menu, false);
pnoland488944652017-02-22 18:58:542794 }
2795 }
2796
[email protected]e5d549d2011-12-28 01:29:202797 return new_contents;
[email protected]d5f942ba2008-09-26 19:30:342798}
2799
[email protected]6b618e62012-08-16 12:59:182800bool WebContentsImpl::Send(IPC::Message* message) {
2801 if (!GetRenderViewHost()) {
2802 delete message;
2803 return false;
2804 }
2805
2806 return GetRenderViewHost()->Send(message);
2807}
2808
[email protected]a86c0e962013-12-17 17:10:392809void WebContentsImpl::RenderFrameForInterstitialPageCreated(
2810 RenderFrameHost* render_frame_host) {
ericwilligersde386342016-10-19 02:35:092811 for (auto& observer : observers_)
2812 observer.RenderFrameForInterstitialPageCreated(render_frame_host);
[email protected]ba45bfd2012-05-22 21:51:442813}
2814
[email protected]20ca0382013-02-28 19:50:072815void WebContentsImpl::AttachInterstitialPage(
2816 InterstitialPageImpl* interstitial_page) {
2817 DCHECK(interstitial_page);
[email protected]fa944cb82013-11-15 17:51:212818 GetRenderManager()->set_interstitial_page(interstitial_page);
[email protected]90fb08ed2013-09-24 17:43:292819
2820 // Cancel any visible dialogs so that they don't interfere with the
2821 // interstitial.
creis89a0f782015-05-27 16:13:172822 CancelActiveAndPendingDialogs();
[email protected]90fb08ed2013-09-24 17:43:292823
ericwilligersde386342016-10-19 02:35:092824 for (auto& observer : observers_)
2825 observer.DidAttachInterstitialPage();
clamy44e84ce2016-02-22 15:38:252826
2827 // Stop the throbber if needed while the interstitial page is shown.
2828 if (frame_tree_.IsLoading())
2829 LoadingStateChanged(true, true, nullptr);
lfg1453e412017-04-11 00:48:502830
2831 // Connect to outer WebContents if necessary.
2832 if (node_.OuterContentsFrameTreeNode()) {
2833 if (GetRenderManager()->GetProxyToOuterDelegate()) {
2834 DCHECK(
2835 static_cast<RenderWidgetHostViewBase*>(interstitial_page->GetView())
2836 ->IsRenderWidgetHostViewChildFrame());
2837 RenderWidgetHostViewChildFrame* view =
2838 static_cast<RenderWidgetHostViewChildFrame*>(
2839 interstitial_page->GetView());
2840 GetRenderManager()->SetRWHViewForInnerContents(view);
2841 }
2842 }
clamy44e84ce2016-02-22 15:38:252843}
2844
2845void WebContentsImpl::DidProceedOnInterstitial() {
2846 // The interstitial page should no longer be pausing the throbber.
2847 DCHECK(!(ShowingInterstitialPage() &&
2848 GetRenderManager()->interstitial_page()->pause_throbber()));
2849
2850 // Restart the throbber now that the interstitial page no longer pauses it.
2851 if (ShowingInterstitialPage() && frame_tree_.IsLoading())
2852 LoadingStateChanged(true, true, nullptr);
[email protected]20ca0382013-02-28 19:50:072853}
2854
2855void WebContentsImpl::DetachInterstitialPage() {
lfg1453e412017-04-11 00:48:502856 // Disconnect from outer WebContents if necessary.
2857 if (node_.OuterContentsFrameTreeNode()) {
2858 if (GetRenderManager()->GetProxyToOuterDelegate()) {
2859 DCHECK(static_cast<RenderWidgetHostViewBase*>(
2860 GetRenderManager()->current_frame_host()->GetView())
2861 ->IsRenderWidgetHostViewChildFrame());
2862 RenderWidgetHostViewChildFrame* view =
2863 static_cast<RenderWidgetHostViewChildFrame*>(
2864 GetRenderManager()->current_frame_host()->GetView());
2865 GetRenderManager()->SetRWHViewForInnerContents(view);
2866 }
2867 }
2868
clamy44e84ce2016-02-22 15:38:252869 bool interstitial_pausing_throbber =
2870 ShowingInterstitialPage() &&
2871 GetRenderManager()->interstitial_page()->pause_throbber();
[email protected]6832c8bc2014-04-29 07:20:572872 if (ShowingInterstitialPage())
[email protected]fa944cb82013-11-15 17:51:212873 GetRenderManager()->remove_interstitial_page();
ericwilligersde386342016-10-19 02:35:092874 for (auto& observer : observers_)
2875 observer.DidDetachInterstitialPage();
clamy44e84ce2016-02-22 15:38:252876
2877 // Restart the throbber if needed now that the interstitial page is going
2878 // away.
2879 if (interstitial_pausing_throbber && frame_tree_.IsLoading())
2880 LoadingStateChanged(true, true, nullptr);
[email protected]20ca0382013-02-28 19:50:072881}
2882
avi2b177592014-12-10 02:08:022883void WebContentsImpl::SetHistoryOffsetAndLength(int history_offset,
2884 int history_length) {
alexmos136fd6e62016-08-15 20:58:412885 SendPageMessage(new PageMsg_SetHistoryOffsetAndLength(
2886 MSG_ROUTING_NONE, history_offset, history_length));
avi2b177592014-12-10 02:08:022887}
2888
2889void WebContentsImpl::SetHistoryOffsetAndLengthForView(
2890 RenderViewHost* render_view_host,
2891 int history_offset,
2892 int history_length) {
alexmos136fd6e62016-08-15 20:58:412893 render_view_host->Send(new PageMsg_SetHistoryOffsetAndLength(
avi2b177592014-12-10 02:08:022894 render_view_host->GetRoutingID(), history_offset, history_length));
[email protected]796931a92011-08-10 01:32:142895}
2896
toyoshim24a4c7ab2016-04-05 09:24:142897void WebContentsImpl::ReloadFocusedFrame(bool bypass_cache) {
[email protected]1f3fc1d2014-04-03 14:50:172898 RenderFrameHost* focused_frame = GetFocusedFrame();
2899 if (!focused_frame)
2900 return;
2901
[email protected]959be4c2014-04-08 15:01:332902 focused_frame->Send(new FrameMsg_Reload(
toyoshim24a4c7ab2016-04-05 09:24:142903 focused_frame->GetRoutingID(), bypass_cache));
[email protected]959be4c2014-04-08 15:01:332904}
2905
megjablon3f5941072016-02-04 23:27:522906void WebContentsImpl::ReloadLoFiImages() {
2907 SendToAllFrames(new FrameMsg_ReloadLoFiImages(MSG_ROUTING_NONE));
2908}
2909
[email protected]959be4c2014-04-08 15:01:332910void WebContentsImpl::Undo() {
2911 RenderFrameHost* focused_frame = GetFocusedFrame();
2912 if (!focused_frame)
2913 return;
2914
2915 focused_frame->Send(new InputMsg_Undo(focused_frame->GetRoutingID()));
2916 RecordAction(base::UserMetricsAction("Undo"));
2917}
2918
2919void WebContentsImpl::Redo() {
2920 RenderFrameHost* focused_frame = GetFocusedFrame();
2921 if (!focused_frame)
2922 return;
2923 focused_frame->Send(new InputMsg_Redo(focused_frame->GetRoutingID()));
2924 RecordAction(base::UserMetricsAction("Redo"));
2925}
2926
2927void WebContentsImpl::Cut() {
2928 RenderFrameHost* focused_frame = GetFocusedFrame();
2929 if (!focused_frame)
2930 return;
2931
2932 focused_frame->Send(new InputMsg_Cut(focused_frame->GetRoutingID()));
2933 RecordAction(base::UserMetricsAction("Cut"));
2934}
2935
2936void WebContentsImpl::Copy() {
2937 RenderFrameHost* focused_frame = GetFocusedFrame();
2938 if (!focused_frame)
2939 return;
2940
2941 focused_frame->Send(new InputMsg_Copy(focused_frame->GetRoutingID()));
2942 RecordAction(base::UserMetricsAction("Copy"));
2943}
2944
2945void WebContentsImpl::CopyToFindPboard() {
2946#if defined(OS_MACOSX)
2947 RenderFrameHost* focused_frame = GetFocusedFrame();
2948 if (!focused_frame)
2949 return;
2950
2951 // Windows/Linux don't have the concept of a find pasteboard.
2952 focused_frame->Send(
2953 new InputMsg_CopyToFindPboard(focused_frame->GetRoutingID()));
2954 RecordAction(base::UserMetricsAction("CopyToFindPboard"));
2955#endif
2956}
2957
2958void WebContentsImpl::Paste() {
2959 RenderFrameHost* focused_frame = GetFocusedFrame();
2960 if (!focused_frame)
2961 return;
2962
2963 focused_frame->Send(new InputMsg_Paste(focused_frame->GetRoutingID()));
2964 RecordAction(base::UserMetricsAction("Paste"));
2965}
2966
2967void WebContentsImpl::PasteAndMatchStyle() {
2968 RenderFrameHost* focused_frame = GetFocusedFrame();
2969 if (!focused_frame)
2970 return;
2971
2972 focused_frame->Send(new InputMsg_PasteAndMatchStyle(
2973 focused_frame->GetRoutingID()));
2974 RecordAction(base::UserMetricsAction("PasteAndMatchStyle"));
2975}
2976
2977void WebContentsImpl::Delete() {
2978 RenderFrameHost* focused_frame = GetFocusedFrame();
2979 if (!focused_frame)
2980 return;
2981
2982 focused_frame->Send(new InputMsg_Delete(focused_frame->GetRoutingID()));
2983 RecordAction(base::UserMetricsAction("DeleteSelection"));
2984}
2985
2986void WebContentsImpl::SelectAll() {
2987 RenderFrameHost* focused_frame = GetFocusedFrame();
2988 if (!focused_frame)
2989 return;
2990
2991 focused_frame->Send(new InputMsg_SelectAll(focused_frame->GetRoutingID()));
2992 RecordAction(base::UserMetricsAction("SelectAll"));
2993}
2994
yabinh351e7ec2017-03-10 02:43:242995void WebContentsImpl::CollapseSelection() {
[email protected]959be4c2014-04-08 15:01:332996 RenderFrameHost* focused_frame = GetFocusedFrame();
2997 if (!focused_frame)
2998 return;
2999
yabinh351e7ec2017-03-10 02:43:243000 focused_frame->Send(
3001 new InputMsg_CollapseSelection(focused_frame->GetRoutingID()));
[email protected]1f3fc1d2014-04-03 14:50:173002}
3003
3004void WebContentsImpl::Replace(const base::string16& word) {
3005 RenderFrameHost* focused_frame = GetFocusedFrame();
3006 if (!focused_frame)
3007 return;
3008
[email protected]959be4c2014-04-08 15:01:333009 focused_frame->Send(new InputMsg_Replace(
3010 focused_frame->GetRoutingID(), word));
[email protected]1f3fc1d2014-04-03 14:50:173011}
3012
3013void WebContentsImpl::ReplaceMisspelling(const base::string16& word) {
3014 RenderFrameHost* focused_frame = GetFocusedFrame();
3015 if (!focused_frame)
3016 return;
3017
[email protected]959be4c2014-04-08 15:01:333018 focused_frame->Send(new InputMsg_ReplaceMisspelling(
3019 focused_frame->GetRoutingID(), word));
3020}
3021
3022void WebContentsImpl::NotifyContextMenuClosed(
3023 const CustomContextMenuContext& context) {
3024 RenderFrameHost* focused_frame = GetFocusedFrame();
3025 if (!focused_frame)
3026 return;
3027
3028 focused_frame->Send(new FrameMsg_ContextMenuClosed(
3029 focused_frame->GetRoutingID(), context));
3030}
3031
3032void WebContentsImpl::ExecuteCustomContextMenuCommand(
3033 int action, const CustomContextMenuContext& context) {
3034 RenderFrameHost* focused_frame = GetFocusedFrame();
3035 if (!focused_frame)
3036 return;
3037
3038 focused_frame->Send(new FrameMsg_CustomContextMenuAction(
3039 focused_frame->GetRoutingID(), context, action));
[email protected]4fed3702014-04-01 09:08:003040}
3041
[email protected]fc2b46b2014-05-03 16:33:453042gfx::NativeView WebContentsImpl::GetNativeView() {
3043 return view_->GetNativeView();
3044}
3045
3046gfx::NativeView WebContentsImpl::GetContentNativeView() {
3047 return view_->GetContentNativeView();
3048}
3049
3050gfx::NativeWindow WebContentsImpl::GetTopLevelNativeWindow() {
3051 return view_->GetTopLevelNativeWindow();
3052}
3053
3054gfx::Rect WebContentsImpl::GetViewBounds() {
3055 return view_->GetViewBounds();
3056}
3057
3058gfx::Rect WebContentsImpl::GetContainerBounds() {
3059 gfx::Rect rv;
3060 view_->GetContainerBounds(&rv);
3061 return rv;
3062}
3063
3064DropData* WebContentsImpl::GetDropData() {
3065 return view_->GetDropData();
3066}
3067
3068void WebContentsImpl::Focus() {
miu9e14e492014-10-25 02:39:043069 view_->Focus();
[email protected]fc2b46b2014-05-03 16:33:453070}
3071
3072void WebContentsImpl::SetInitialFocus() {
miu9e14e492014-10-25 02:39:043073 view_->SetInitialFocus();
[email protected]fc2b46b2014-05-03 16:33:453074}
3075
3076void WebContentsImpl::StoreFocus() {
miu9e14e492014-10-25 02:39:043077 view_->StoreFocus();
[email protected]fc2b46b2014-05-03 16:33:453078}
3079
3080void WebContentsImpl::RestoreFocus() {
miu9e14e492014-10-25 02:39:043081 view_->RestoreFocus();
[email protected]fc2b46b2014-05-03 16:33:453082}
3083
[email protected]b172aee2012-04-10 17:05:263084void WebContentsImpl::FocusThroughTabTraversal(bool reverse) {
[email protected]0bfbf882011-12-22 18:19:273085 if (ShowingInterstitialPage()) {
[email protected]fa944cb82013-11-15 17:51:213086 GetRenderManager()->interstitial_page()->FocusThroughTabTraversal(reverse);
[email protected]7e383692009-06-12 19:14:543087 return;
3088 }
[email protected]0b431992014-06-24 00:08:033089 RenderWidgetHostView* const fullscreen_view =
3090 GetFullscreenRenderWidgetHostView();
3091 if (fullscreen_view) {
3092 fullscreen_view->Focus();
3093 return;
3094 }
creisc014b402015-04-23 16:41:453095 GetRenderViewHost()->SetInitialFocus(reverse);
[email protected]96d185d2009-04-24 03:28:543096}
3097
[email protected]b172aee2012-04-10 17:05:263098bool WebContentsImpl::ShowingInterstitialPage() const {
[email protected]fa944cb82013-11-15 17:51:213099 return GetRenderManager()->interstitial_page() != NULL;
[email protected]96d185d2009-04-24 03:28:543100}
3101
[email protected]b172aee2012-04-10 17:05:263102InterstitialPage* WebContentsImpl::GetInterstitialPage() const {
[email protected]fa944cb82013-11-15 17:51:213103 return GetRenderManager()->interstitial_page();
[email protected]686493142011-07-15 21:47:223104}
3105
[email protected]b172aee2012-04-10 17:05:263106bool WebContentsImpl::IsSavable() {
[email protected]a53209b2012-01-20 16:48:163107 // WebKit creates Document object when MIME type is application/xhtml+xml,
3108 // so we also support this MIME type.
3109 return contents_mime_type_ == "text/html" ||
3110 contents_mime_type_ == "text/xml" ||
3111 contents_mime_type_ == "application/xhtml+xml" ||
3112 contents_mime_type_ == "text/plain" ||
3113 contents_mime_type_ == "text/css" ||
rsleevic327b48f82015-04-30 02:03:253114 mime_util::IsSupportedJavascriptMimeType(contents_mime_type_);
[email protected]a53209b2012-01-20 16:48:163115}
3116
[email protected]b172aee2012-04-10 17:05:263117void WebContentsImpl::OnSavePage() {
[email protected]c7dd2f62011-07-18 15:57:593118 // If we can not save the page, try to download it.
[email protected]a53209b2012-01-20 16:48:163119 if (!IsSavable()) {
[email protected]35869622012-10-26 23:23:553120 RecordDownloadSource(INITIATED_BY_SAVE_PACKAGE_ON_NON_HTML);
nasko89ad7742015-03-05 22:14:193121 SaveFrame(GetLastCommittedURL(), Referrer());
[email protected]27678b2a2012-02-04 22:09:143122 return;
[email protected]c7dd2f62011-07-18 15:57:593123 }
3124
3125 Stop();
3126
3127 // Create the save package and possibly prompt the user for the name to save
3128 // the page as. The user prompt is an asynchronous operation that runs on
3129 // another thread.
3130 save_package_ = new SavePackage(this);
3131 save_package_->GetSaveInfo();
3132}
3133
3134// Used in automated testing to bypass prompting the user for file names.
3135// Instead, the names and paths are hard coded rather than running them through
3136// file name sanitation and extension / mime checking.
[email protected]2dec8ec2013-02-07 19:20:343137bool WebContentsImpl::SavePage(const base::FilePath& main_file,
3138 const base::FilePath& dir_path,
[email protected]8ff00d72012-10-23 19:12:213139 SavePageType save_type) {
[email protected]c7dd2f62011-07-18 15:57:593140 // Stop the page from navigating.
3141 Stop();
3142
3143 save_package_ = new SavePackage(this, save_type, main_file, dir_path);
[email protected]8ff00d72012-10-23 19:12:213144 return save_package_->Init(SavePackageDownloadCreatedCallback());
[email protected]c7dd2f62011-07-18 15:57:593145}
3146
[email protected]3c71576ce2013-07-23 02:00:013147void WebContentsImpl::SaveFrame(const GURL& url,
3148 const Referrer& referrer) {
kundaji6c7f9692015-03-09 18:00:373149 SaveFrameWithHeaders(url, referrer, std::string());
3150}
3151
3152void WebContentsImpl::SaveFrameWithHeaders(const GURL& url,
3153 const Referrer& referrer,
3154 const std::string& headers) {
nasko89ad7742015-03-05 22:14:193155 if (!GetLastCommittedURL().is_valid())
[email protected]3c71576ce2013-07-23 02:00:013156 return;
sammc92af61552014-11-19 23:27:403157 if (delegate_ && delegate_->SaveFrame(url, referrer))
3158 return;
3159
nasko89ad7742015-03-05 22:14:193160 // TODO(nasko): This check for main frame is incorrect and should be fixed
brettw760f7442016-05-23 21:19:223161 // by explicitly passing in which frame this method should target. This would
3162 // indicate whether it's the main frame, and also tell us the frame pointer
3163 // to use for routing.
nasko89ad7742015-03-05 22:14:193164 bool is_main_frame = (url == GetLastCommittedURL());
brettw760f7442016-05-23 21:19:223165 RenderFrameHost* frame_host = GetMainFrame();
[email protected]3c71576ce2013-07-23 02:00:013166
brettw760f7442016-05-23 21:19:223167 StoragePartition* storage_partition = BrowserContext::GetStoragePartition(
3168 GetBrowserContext(), frame_host->GetSiteInstance());
[email protected]3c71576ce2013-07-23 02:00:013169 DownloadManager* dlm =
3170 BrowserContext::GetDownloadManager(GetBrowserContext());
3171 if (!dlm)
3172 return;
avib7348942015-12-25 20:57:103173 int64_t post_id = -1;
[email protected]3c71576ce2013-07-23 02:00:013174 if (is_main_frame) {
[email protected]6286a372013-10-09 04:03:273175 const NavigationEntry* entry = controller_.GetLastCommittedEntry();
[email protected]3c71576ce2013-07-23 02:00:013176 if (entry)
3177 post_id = entry->GetPostID();
3178 }
brettw760f7442016-05-23 21:19:223179 std::unique_ptr<DownloadUrlParameters> params(new DownloadUrlParameters(
3180 url, frame_host->GetProcess()->GetID(),
3181 frame_host->GetRenderViewHost()->GetRoutingID(),
3182 frame_host->GetRoutingID(), storage_partition->GetURLRequestContext()));
[email protected]3c71576ce2013-07-23 02:00:013183 params->set_referrer(referrer);
3184 params->set_post_id(post_id);
[email protected]3c71576ce2013-07-23 02:00:013185 if (post_id >= 0)
3186 params->set_method("POST");
3187 params->set_prompt(true);
kundaji6c7f9692015-03-09 18:00:373188
3189 if (headers.empty()) {
3190 params->set_prefer_cache(true);
3191 } else {
brettw26dab8f02015-08-08 00:28:473192 for (const base::StringPiece& key_value :
3193 base::SplitStringPiece(
3194 headers, "\n", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL)) {
3195 std::vector<std::string> pair = base::SplitString(
3196 key_value, ":", base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL);
kundaji6c7f9692015-03-09 18:00:373197 DCHECK_EQ(2ul, pair.size());
3198 params->add_request_header(pair[0], pair[1]);
3199 }
3200 }
dcheng36b6aec92015-12-26 06:16:363201 dlm->DownloadUrl(std::move(params));
[email protected]3c71576ce2013-07-23 02:00:013202}
3203
[email protected]b172aee2012-04-10 17:05:263204void WebContentsImpl::GenerateMHTML(
dewittj6dc5747a2016-05-17 01:48:473205 const MHTMLGenerationParams& params,
avib7348942015-12-25 20:57:103206 const base::Callback<void(int64_t)>& callback) {
dewittj6dc5747a2016-05-17 01:48:473207 MHTMLGenerationManager::GetInstance()->SaveMHTML(this, params, callback);
[email protected]aa4f3972012-03-01 18:12:123208}
3209
[email protected]b172aee2012-04-10 17:05:263210const std::string& WebContentsImpl::GetContentsMimeType() const {
[email protected]0bfbf882011-12-22 18:19:273211 return contents_mime_type_;
3212}
3213
[email protected]b172aee2012-04-10 17:05:263214bool WebContentsImpl::WillNotifyDisconnection() const {
[email protected]0bfbf882011-12-22 18:19:273215 return notify_disconnection_;
3216}
3217
[email protected]8ff00d72012-10-23 19:12:213218RendererPreferences* WebContentsImpl::GetMutableRendererPrefs() {
[email protected]0bfbf882011-12-22 18:19:273219 return &renderer_preferences_;
3220}
3221
[email protected]e35ccd52012-05-23 16:22:473222void WebContentsImpl::Close() {
3223 Close(GetRenderViewHost());
3224}
3225
paulmeyer8fc8ea92016-11-15 05:12:213226void WebContentsImpl::DragSourceEndedAt(int client_x,
3227 int client_y,
3228 int screen_x,
3229 int screen_y,
Paul Meyer0c58c3712016-11-17 22:59:513230 blink::WebDragOperation operation,
3231 RenderWidgetHost* source_rwh) {
[email protected]cf200a562013-05-03 16:24:293232 if (browser_plugin_embedder_.get())
paulmeyer8fc8ea92016-11-15 05:12:213233 browser_plugin_embedder_->DragSourceEndedAt(
3234 client_x, client_y, screen_x, screen_y, operation);
Paul Meyer0c58c3712016-11-17 22:59:513235 if (source_rwh) {
3236 source_rwh->DragSourceEndedAt(gfx::Point(client_x, client_y),
3237 gfx::Point(screen_x, screen_y),
3238 operation);
3239 }
[email protected]cf200a562013-05-03 16:24:293240}
3241
jam73f892642016-09-11 06:04:063242void WebContentsImpl::LoadStateChanged(
3243 const GURL& url,
3244 const net::LoadStateWithParam& load_state,
3245 uint64_t upload_position,
3246 uint64_t upload_size) {
3247 // TODO(erikchen): Remove ScopedTracker below once http://crbug.com/466285
3248 // is fixed.
3249 tracked_objects::ScopedTracker tracking_profile1(
3250 FROM_HERE_WITH_EXPLICIT_FUNCTION(
3251 "466285 WebContentsImpl::LoadStateChanged::Start"));
3252 load_state_ = load_state;
3253 upload_position_ = upload_position;
3254 upload_size_ = upload_size;
3255 load_state_host_ = url_formatter::IDNToUnicode(url.host());
3256 if (load_state_.state == net::LOAD_STATE_READING_RESPONSE)
3257 SetNotWaitingForResponse();
3258 if (IsLoading()) {
3259 NotifyNavigationStateChanged(static_cast<InvalidateTypes>(
3260 INVALIDATE_TYPE_LOAD | INVALIDATE_TYPE_TAB));
3261 }
3262}
3263
[email protected]d60f3702013-12-26 16:30:243264void WebContentsImpl::DidGetResourceResponseStart(
3265 const ResourceRequestDetails& details) {
estarkf83ac122016-10-05 19:06:063266 controller_.ssl_manager()->DidStartResourceResponse(
3267 details.url, details.has_certificate, details.ssl_cert_status);
[email protected]d60f3702013-12-26 16:30:243268
ericwilligersde386342016-10-19 02:35:093269 for (auto& observer : observers_)
3270 observer.DidGetResourceResponseStart(details);
[email protected]d60f3702013-12-26 16:30:243271}
3272
3273void WebContentsImpl::DidGetRedirectForResourceRequest(
[email protected]d60f3702013-12-26 16:30:243274 const ResourceRedirectDetails& details) {
ericwilligersde386342016-10-19 02:35:093275 for (auto& observer : observers_)
3276 observer.DidGetRedirectForResourceRequest(details);
[email protected]d60f3702013-12-26 16:30:243277
3278 // TODO(avi): Remove. http://crbug.com/170921
3279 NotificationService::current()->Notify(
3280 NOTIFICATION_RESOURCE_RECEIVED_REDIRECT,
3281 Source<WebContents>(this),
3282 Details<const ResourceRedirectDetails>(&details));
3283}
3284
calamity7fe55ce2015-04-10 03:59:373285void WebContentsImpl::NotifyWebContentsFocused() {
ericwilligersde386342016-10-19 02:35:093286 for (auto& observer : observers_)
3287 observer.OnWebContentsFocused();
calamity7fe55ce2015-04-10 03:59:373288}
3289
Paul Meyer0c58c3712016-11-17 22:59:513290void WebContentsImpl::SystemDragEnded(RenderWidgetHost* source_rwh) {
3291 if (source_rwh)
3292 source_rwh->DragSourceSystemDragEnded();
[email protected]cf200a562013-05-03 16:24:293293 if (browser_plugin_embedder_.get())
3294 browser_plugin_embedder_->SystemDragEnded();
[email protected]7813bd72011-02-05 02:19:343295}
3296
[email protected]e35ccd52012-05-23 16:22:473297void WebContentsImpl::UserGestureDone() {
dominickn9c7ceaa32016-02-27 01:52:533298 OnUserInteraction(GetRenderViewHost()->GetWidget(),
Blink Reformat1c4d759e2017-04-09 16:34:543299 blink::WebInputEvent::kUndefined);
[email protected]e35ccd52012-05-23 16:22:473300}
3301
[email protected]b172aee2012-04-10 17:05:263302void WebContentsImpl::SetClosedByUserGesture(bool value) {
[email protected]0bfbf882011-12-22 18:19:273303 closed_by_user_gesture_ = value;
3304}
3305
[email protected]b172aee2012-04-10 17:05:263306bool WebContentsImpl::GetClosedByUserGesture() const {
[email protected]0bfbf882011-12-22 18:19:273307 return closed_by_user_gesture_;
3308}
3309
[email protected]b172aee2012-04-10 17:05:263310void WebContentsImpl::ViewSource() {
[email protected]1788e772010-12-15 16:40:503311 if (!delegate_)
3312 return;
3313
[email protected]6286a372013-10-09 04:03:273314 NavigationEntry* entry = GetController().GetLastCommittedEntry();
3315 if (!entry)
[email protected]1788e772010-12-15 16:40:503316 return;
3317
[email protected]6286a372013-10-09 04:03:273318 delegate_->ViewSourceForTab(this, entry->GetURL());
[email protected]77d8d622010-12-15 10:30:123319}
3320
[email protected]b172aee2012-04-10 17:05:263321void WebContentsImpl::ViewFrameSource(const GURL& url,
[email protected]691aa2f2013-05-28 22:52:043322 const PageState& page_state) {
[email protected]932b7a12011-03-09 12:50:273323 if (!delegate_)
3324 return;
3325
[email protected]691aa2f2013-05-28 22:52:043326 delegate_->ViewSourceForFrame(this, url, page_state);
[email protected]932b7a12011-03-09 12:50:273327}
3328
[email protected]b172aee2012-04-10 17:05:263329int WebContentsImpl::GetMinimumZoomPercent() const {
[email protected]0bfbf882011-12-22 18:19:273330 return minimum_zoom_percent_;
3331}
3332
[email protected]b172aee2012-04-10 17:05:263333int WebContentsImpl::GetMaximumZoomPercent() const {
[email protected]0bfbf882011-12-22 18:19:273334 return maximum_zoom_percent_;
3335}
3336
mcnee432e47d2015-11-09 19:37:463337void WebContentsImpl::SetPageScale(float page_scale_factor) {
davidsac996be112016-11-30 08:56:383338 Send(new ViewMsg_SetPageScale(GetRenderViewHost()->GetRoutingID(),
3339 page_scale_factor));
ccameronb7c1d6c2015-03-09 17:08:243340}
3341
[email protected]b172aee2012-04-10 17:05:263342gfx::Size WebContentsImpl::GetPreferredSize() const {
[email protected]222f5822014-02-05 23:40:493343 return capturer_count_ == 0 ? preferred_size_ : preferred_size_for_capture_;
[email protected]bcd2815602012-01-14 18:17:233344}
3345
[email protected]b172aee2012-04-10 17:05:263346bool WebContentsImpl::GotResponseToLockMouseRequest(bool allowed) {
lfgf0cd46e2017-01-04 00:05:233347 if (!GuestMode::IsCrossProcessFrameGuest(GetWebContents()) &&
3348 GetBrowserPluginGuest())
[email protected]660f18e2014-05-15 20:53:053349 return GetBrowserPluginGuest()->LockMouse(allowed);
3350
lfgf0cd46e2017-01-04 00:05:233351 if (mouse_lock_widget_) {
3352 if (mouse_lock_widget_->delegate()->GetAsWebContents() != this) {
3353 return mouse_lock_widget_->delegate()
3354 ->GetAsWebContents()
3355 ->GotResponseToLockMouseRequest(allowed);
3356 }
lfgad8244352016-07-13 16:55:513357
lfgf0cd46e2017-01-04 00:05:233358 if (mouse_lock_widget_->GotResponseToLockMouseRequest(allowed))
3359 return true;
3360 }
3361
3362 for (WebContentsImpl* current = this; current;
3363 current = current->GetOuterWebContents()) {
3364 current->mouse_lock_widget_ = nullptr;
3365 }
3366
lfgbee1e0a2016-06-08 21:24:213367 return false;
[email protected]0bfbf882011-12-22 18:19:273368}
3369
[email protected]b172aee2012-04-10 17:05:263370bool WebContentsImpl::HasOpener() const {
alexmose201c7cd2015-06-10 17:14:213371 return GetOpener() != NULL;
[email protected]a0358d72012-03-09 14:06:503372}
3373
alexmose201c7cd2015-06-10 17:14:213374WebContentsImpl* WebContentsImpl::GetOpener() const {
3375 FrameTreeNode* opener_ftn = frame_tree_.root()->opener();
3376 return opener_ftn ? FromFrameTreeNode(opener_ftn) : nullptr;
jochen55ff3502014-12-18 20:52:573377}
3378
jochen6004a362017-02-04 00:11:403379bool WebContentsImpl::HasOriginalOpener() const {
3380 return GetOriginalOpener() != NULL;
3381}
3382
3383WebContents* WebContentsImpl::GetOriginalOpener() const {
3384 FrameTreeNode* opener_ftn = frame_tree_.root()->original_opener();
3385 return opener_ftn ? FromFrameTreeNode(opener_ftn) : nullptr;
3386}
3387
[email protected]cb805452013-05-22 15:16:213388void WebContentsImpl::DidChooseColorInColorChooser(SkColor color) {
[email protected]8ed16472014-04-11 19:02:483389 if (!color_chooser_info_.get())
3390 return;
3391 RenderFrameHost* rfh = RenderFrameHost::FromID(
3392 color_chooser_info_->render_process_id,
3393 color_chooser_info_->render_frame_id);
3394 if (!rfh)
3395 return;
3396
3397 rfh->Send(new FrameMsg_DidChooseColorResponse(
3398 rfh->GetRoutingID(), color_chooser_info_->identifier, color));
[email protected]da8543762012-03-20 08:52:203399}
3400
[email protected]cb805452013-05-22 15:16:213401void WebContentsImpl::DidEndColorChooser() {
[email protected]8ed16472014-04-11 19:02:483402 if (!color_chooser_info_.get())
3403 return;
3404 RenderFrameHost* rfh = RenderFrameHost::FromID(
3405 color_chooser_info_->render_process_id,
3406 color_chooser_info_->render_frame_id);
3407 if (!rfh)
3408 return;
3409
3410 rfh->Send(new FrameMsg_DidEndColorChooser(
3411 rfh->GetRoutingID(), color_chooser_info_->identifier));
3412 color_chooser_info_.reset();
[email protected]da8543762012-03-20 08:52:203413}
3414
halton.huoca2eabd2015-07-06 08:17:403415int WebContentsImpl::DownloadImage(
3416 const GURL& url,
3417 bool is_favicon,
3418 uint32_t max_bitmap_size,
3419 bool bypass_cache,
3420 const WebContents::ImageDownloadCallback& callback) {
amistry9f01b772015-07-29 01:54:553421 DCHECK_CURRENTLY_ON(BrowserThread::UI);
halton.huoca2eabd2015-07-06 08:17:403422 static int next_image_download_id = 0;
leon.han6e9dee22016-02-25 03:44:063423 const content::mojom::ImageDownloaderPtr& mojo_image_downloader =
halton.huoca2eabd2015-07-06 08:17:403424 GetMainFrame()->GetMojoImageDownloader();
amistry9f01b772015-07-29 01:54:553425 const int download_id = ++next_image_download_id;
3426 if (!mojo_image_downloader) {
3427 // If the renderer process is dead (i.e. crash, or memory pressure on
3428 // Android), the downloader service will be invalid. Pre-Mojo, this would
3429 // hang the callback indefinetly since the IPC would be dropped. Now,
3430 // respond with a 400 HTTP error code to indicate that something went wrong.
3431 BrowserThread::PostTask(
3432 BrowserThread::UI, FROM_HERE,
pkotwicz75ca8ffd2016-02-16 23:10:193433 base::Bind(&WebContentsImpl::OnDidDownloadImage,
leon.hancbc4bc3c2016-02-26 07:08:523434 weak_factory_.GetWeakPtr(), callback, download_id, url, 400,
leon.hanc2228532016-08-16 05:59:183435 std::vector<SkBitmap>(), std::vector<gfx::Size>()));
amistry9f01b772015-07-29 01:54:553436 return download_id;
3437 }
3438
halton.huoca2eabd2015-07-06 08:17:403439 mojo_image_downloader->DownloadImage(
sammcf6f4fcf2016-06-21 05:39:393440 url, is_favicon, max_bitmap_size, bypass_cache,
leon.hancbc4bc3c2016-02-26 07:08:523441 base::Bind(&WebContentsImpl::OnDidDownloadImage,
3442 weak_factory_.GetWeakPtr(), callback, download_id, url));
amistry9f01b772015-07-29 01:54:553443 return download_id;
[email protected]795c28972012-12-06 06:13:393444}
3445
[email protected]5dcaf8e2013-12-28 01:31:423446bool WebContentsImpl::IsSubframe() const {
3447 return is_subframe_;
3448}
3449
[email protected]36ec24f2014-01-09 00:32:083450void WebContentsImpl::Find(int request_id,
3451 const base::string16& search_text,
3452 const blink::WebFindOptions& options) {
thestig6057a6b22015-11-12 23:01:333453 // Cowardly refuse to search for no text.
3454 if (search_text.empty()) {
3455 NOTREACHED();
3456 return;
3457 }
3458
paulmeyerc0b762b2016-04-13 11:55:173459 GetOrCreateFindRequestManager()->Find(request_id, search_text, options);
[email protected]36ec24f2014-01-09 00:32:083460}
3461
3462void WebContentsImpl::StopFinding(StopFindAction action) {
paulmeyerfeafc2d2017-04-25 21:46:403463 if (FindRequestManager* manager = GetFindRequestManager())
3464 manager->StopFinding(action);
[email protected]36ec24f2014-01-09 00:32:083465}
3466
dalecurtisbc6572e12014-09-12 19:22:303467bool WebContentsImpl::WasRecentlyAudible() {
wjmaclean1dabf3e32016-05-13 23:34:443468 return audio_stream_monitor_.WasRecentlyAudible() ||
3469 (browser_plugin_embedder_ &&
3470 browser_plugin_embedder_->WereAnyGuestsRecentlyAudible());
dalecurtisbc6572e12014-09-12 19:22:303471}
3472
mlamouriefdca9d2014-09-16 16:55:403473void WebContentsImpl::GetManifest(const GetManifestCallback& callback) {
3474 manifest_manager_host_->GetManifest(GetMainFrame(), callback);
3475}
3476
bokanece34a82016-01-28 19:49:463477void WebContentsImpl::ExitFullscreen(bool will_cause_resize) {
mlamouri7a78d6fd2015-01-17 13:23:533478 // Clean up related state and initiate the fullscreen exit.
avi3627ecac2015-10-16 17:40:433479 GetRenderViewHost()->GetWidget()->RejectMouseLockOrUnlockIfNecessary();
bokanece34a82016-01-28 19:49:463480 ExitFullscreenMode(will_cause_resize);
mlamouri7a78d6fd2015-01-17 13:23:533481}
3482
mariakhomenko44bdc4732015-04-29 01:55:383483void WebContentsImpl::ResumeLoadingCreatedWebContents() {
mariakhomenkoa4971c12015-07-21 19:04:373484 if (delayed_open_url_params_.get()) {
3485 OpenURL(*delayed_open_url_params_.get());
3486 delayed_open_url_params_.reset(nullptr);
3487 return;
3488 }
3489
mariakhomenko44bdc4732015-04-29 01:55:383490 // Resume blocked requests for both the RenderViewHost and RenderFrameHost.
3491 // TODO(brettw): It seems bogus to reach into here and initialize the host.
dfalcantarae6b7b46752015-07-10 18:14:163492 if (is_resume_pending_) {
3493 is_resume_pending_ = false;
avi0f1bbc9712015-11-17 02:58:133494 GetRenderViewHost()->GetWidget()->Init();
dfalcantarae6b7b46752015-07-10 18:14:163495 GetMainFrame()->Init();
3496 }
mariakhomenko44bdc4732015-04-29 01:55:383497}
3498
[email protected]b172aee2012-04-10 17:05:263499bool WebContentsImpl::FocusLocationBarByDefault() {
palmerc70cb1f2016-03-04 23:41:263500 // When the browser is started with about:blank as the startup URL, focus
3501 // the location bar (which will also select its contents) so people can
3502 // simply begin typing to navigate elsewhere.
3503 //
3504 // We need to be careful not to trigger this for anything other than the
3505 // startup navigation. In particular, if we allow an attacker to open a
3506 // popup to about:blank, then navigate, focusing the Omnibox will cause the
3507 // end of the new URL to be scrolled into view instead of the start,
3508 // allowing the attacker to spoof other URLs. The conditions checked here
3509 // are all aimed at ensuring no such attacker-controlled navigation can
3510 // trigger this.
3511 //
3512 // Note that we check the pending entry instead of the visible one; for the
3513 // startup URL case these are the same, but for the attacker-controlled
3514 // navigation case the visible entry is the committed "about:blank" URL and
3515 // the pending entry is the problematic navigation elsewhere.
3516 NavigationEntryImpl* entry = controller_.GetPendingEntry();
3517 if (controller_.IsInitialNavigation() && entry &&
3518 !entry->is_renderer_initiated() &&
csharrisona3bd0b32016-10-19 18:40:483519 entry->GetURL() == url::kAboutBlankURL) {
[email protected]0c9406632013-02-08 01:13:333520 return true;
palmerc70cb1f2016-03-04 23:41:263521 }
[email protected]0c9406632013-02-08 01:13:333522 return delegate_ && delegate_->ShouldFocusLocationBarByDefault(this);
[email protected]0bfbf882011-12-22 18:19:273523}
3524
[email protected]b172aee2012-04-10 17:05:263525void WebContentsImpl::SetFocusToLocationBar(bool select_all) {
[email protected]0bfbf882011-12-22 18:19:273526 if (delegate_)
3527 delegate_->SetFocusToLocationBar(select_all);
[email protected]c40d6232011-03-25 00:16:213528}
3529
clamy0e119882015-07-31 16:12:333530void WebContentsImpl::DidStartNavigation(NavigationHandle* navigation_handle) {
ericwilligersde386342016-10-19 02:35:093531 for (auto& observer : observers_)
3532 observer.DidStartNavigation(navigation_handle);
clamy0e119882015-07-31 16:12:333533}
3534
3535void WebContentsImpl::DidRedirectNavigation(
3536 NavigationHandle* navigation_handle) {
ericwilligersde386342016-10-19 02:35:093537 for (auto& observer : observers_)
3538 observer.DidRedirectNavigation(navigation_handle);
jam5f358e52017-02-13 16:37:033539
3540 // Notify accessibility if this is a reload. This has to called on the
3541 // BrowserAccessibilityManager associated with the old RFHI.
3542 if (navigation_handle->GetReloadType() != ReloadType::NONE) {
3543 NavigationHandleImpl* nhi =
3544 static_cast<NavigationHandleImpl*>(navigation_handle);
3545 BrowserAccessibilityManager* manager =
3546 nhi->frame_tree_node()
3547 ->current_frame_host()
3548 ->browser_accessibility_manager();
3549 if (manager)
3550 manager->UserIsReloading();
3551 }
clamy0e119882015-07-31 16:12:333552}
3553
clamyefca29e2015-09-17 00:22:113554void WebContentsImpl::ReadyToCommitNavigation(
3555 NavigationHandle* navigation_handle) {
ericwilligersde386342016-10-19 02:35:093556 for (auto& observer : observers_)
3557 observer.ReadyToCommitNavigation(navigation_handle);
clamyefca29e2015-09-17 00:22:113558}
3559
clamy0e119882015-07-31 16:12:333560void WebContentsImpl::DidFinishNavigation(NavigationHandle* navigation_handle) {
ericwilligersde386342016-10-19 02:35:093561 for (auto& observer : observers_)
3562 observer.DidFinishNavigation(navigation_handle);
clamy0e119882015-07-31 16:12:333563
jam5f358e52017-02-13 16:37:033564 if (navigation_handle->HasCommitted()) {
dmazzonibf8cec42015-02-08 08:28:083565 BrowserAccessibilityManager* manager =
jam5f358e52017-02-13 16:37:033566 static_cast<RenderFrameHostImpl*>(
3567 navigation_handle->GetRenderFrameHost())
3568 ->browser_accessibility_manager();
3569 if (manager) {
3570 if (navigation_handle->IsErrorPage()) {
3571 manager->NavigationFailed();
3572 } else {
3573 manager->NavigationSucceeded();
3574 }
3575 }
dmazzonibf8cec42015-02-08 08:28:083576 }
[email protected]400992b2012-06-14 00:03:543577}
3578
[email protected]b80624c2014-02-09 02:46:553579void WebContentsImpl::DidFailLoadWithError(
3580 RenderFrameHostImpl* render_frame_host,
[email protected]b80624c2014-02-09 02:46:553581 const GURL& url,
[email protected]b80624c2014-02-09 02:46:553582 int error_code,
gsennton6fbb38692015-06-24 19:23:553583 const base::string16& error_description,
3584 bool was_ignored_by_handler) {
ericwilligersde386342016-10-19 02:35:093585 for (auto& observer : observers_) {
3586 observer.DidFailLoad(render_frame_host, url, error_code, error_description,
3587 was_ignored_by_handler);
3588 }
[email protected]b80624c2014-02-09 02:46:553589}
3590
[email protected]52913802013-12-10 05:52:183591void WebContentsImpl::NotifyChangedNavigationState(
3592 InvalidateTypes changed_flags) {
3593 NotifyNavigationStateChanged(changed_flags);
3594}
3595
toyoshim0df1d3a2016-09-09 09:52:483596void WebContentsImpl::DidStartNavigationToPendingEntry(const GURL& url,
3597 ReloadType reload_type) {
[email protected]3691e5cf2014-01-22 10:16:203598 // Notify observers about navigation.
ericwilligersde386342016-10-19 02:35:093599 for (auto& observer : observers_)
3600 observer.DidStartNavigationToPendingEntry(url, reload_type);
[email protected]3691e5cf2014-01-22 10:16:203601}
3602
lukasza1d025732016-09-28 21:36:083603bool WebContentsImpl::ShouldTransferNavigation(bool is_main_frame_navigation) {
creis29460272015-12-16 04:38:223604 if (!delegate_)
3605 return true;
lukasza1d025732016-09-28 21:36:083606 return delegate_->ShouldTransferNavigation(is_main_frame_navigation);
creis29460272015-12-16 04:38:223607}
3608
[email protected]aa62afd2014-04-22 19:22:463609bool WebContentsImpl::ShouldPreserveAbortedURLs() {
3610 if (!delegate_)
3611 return false;
3612 return delegate_->ShouldPreserveAbortedURLs(this);
3613}
3614
[email protected]0d0f4c492014-04-02 06:42:573615void WebContentsImpl::DidNavigateMainFramePreCommit(
[email protected]5cfbddc2014-06-23 23:52:233616 bool navigation_is_within_page) {
[email protected]0d0f4c492014-04-02 06:42:573617 // Ensure fullscreen mode is exited before committing the navigation to a
3618 // different page. The next page will not start out assuming it is in
3619 // fullscreen mode.
[email protected]5cfbddc2014-06-23 23:52:233620 if (navigation_is_within_page) {
[email protected]dfc39cb2014-04-09 22:58:193621 // No page change? Then, the renderer and browser can remain in fullscreen.
[email protected]0d0f4c492014-04-02 06:42:573622 return;
3623 }
alexmos5dd617d2016-06-07 04:21:153624 if (IsFullscreenForCurrentTab())
bokanece34a82016-01-28 19:49:463625 ExitFullscreen(false);
alexmos5dd617d2016-06-07 04:21:153626 DCHECK(!IsFullscreenForCurrentTab());
[email protected]0d0f4c492014-04-02 06:42:573627}
3628
[email protected]37567b432014-02-12 01:12:223629void WebContentsImpl::DidNavigateMainFramePostCommit(
sky8b00392d2015-01-10 00:30:283630 RenderFrameHostImpl* render_frame_host,
[email protected]37567b432014-02-12 01:12:223631 const LoadCommittedDetails& details,
3632 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) {
3633 if (details.is_navigation_to_different_page()) {
3634 // Clear the status bubble. This is a workaround for a bug where WebKit
3635 // doesn't let us know that the cursor left an element during a
3636 // transition (this is also why the mouse cursor remains as a hand after
3637 // clicking on a link); see bugs 1184641 and 980803. We don't want to
3638 // clear the bubble when a user navigates to a named anchor in the same
3639 // page.
sky8b00392d2015-01-10 00:30:283640 UpdateTargetURL(render_frame_host->GetRenderViewHost(), GURL());
lanwei9d343ad22015-02-11 01:46:003641
3642 RenderWidgetHostViewBase* rwhvb =
3643 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
3644 if (rwhvb)
3645 rwhvb->OnDidNavigateMainFrameToNewPage();
yusufod41c5f92015-03-06 00:14:283646
peter90afaba2015-06-01 12:05:293647 did_first_visually_non_empty_paint_ = false;
3648
yusufod41c5f92015-03-06 00:14:283649 // Reset theme color on navigation to new page.
3650 theme_color_ = SK_ColorTRANSPARENT;
[email protected]37567b432014-02-12 01:12:223651 }
3652
[email protected]e85165c642014-06-10 14:34:313653 if (delegate_)
[email protected]37567b432014-02-12 01:12:223654 delegate_->DidNavigateMainFramePostCommit(this);
[email protected]e85165c642014-06-10 14:34:313655 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
[email protected]37567b432014-02-12 01:12:223656}
3657
3658void WebContentsImpl::DidNavigateAnyFramePostCommit(
3659 RenderFrameHostImpl* render_frame_host,
3660 const LoadCommittedDetails& details,
3661 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) {
[email protected]b4c84012014-04-28 19:51:103662 // Now that something has committed, we don't need to track whether the
3663 // initial page has been accessed.
3664 has_accessed_initial_document_ = false;
3665
[email protected]37567b432014-02-12 01:12:223666 // If we navigate off the page, close all JavaScript dialogs.
eugenebutee08663a2017-04-27 17:43:123667 if (!details.is_same_document)
creis89a0f782015-05-27 16:13:173668 CancelActiveAndPendingDialogs();
[email protected]37567b432014-02-12 01:12:223669
avid53461d2016-02-25 17:15:043670 // If this is a user-initiated navigation, start allowing JavaScript dialogs
3671 // again.
avi5d3b8692016-10-12 22:00:463672 if (params.gesture == NavigationGestureUser && dialog_manager_) {
avi6879fcf2017-01-21 05:27:533673 dialog_manager_->CancelDialogs(this, /*reset_state=*/true);
avi5d3b8692016-10-12 22:00:463674 }
[email protected]37567b432014-02-12 01:12:223675}
3676
3677void WebContentsImpl::SetMainFrameMimeType(const std::string& mime_type) {
3678 contents_mime_type_ = mime_type;
3679}
3680
[email protected]277857a2014-06-03 10:38:013681bool WebContentsImpl::CanOverscrollContent() const {
[email protected]e85165c642014-06-10 14:34:313682 // Disable overscroll when touch emulation is on. See crbug.com/369938.
[email protected]34ff1cfc2014-08-20 06:16:053683 if (force_disable_overscroll_content_)
[email protected]e85165c642014-06-10 14:34:313684 return false;
3685
[email protected]37567b432014-02-12 01:12:223686 if (delegate_)
3687 return delegate_->CanOverscrollContent();
3688
3689 return false;
3690}
3691
nicka0ac8382016-12-15 23:59:233692void WebContentsImpl::OnThemeColorChanged(RenderFrameHostImpl* source,
3693 SkColor theme_color) {
3694 if (source != GetMainFrame()) {
3695 // Only the main frame may control the theme.
3696 return;
3697 }
3698
peter90afaba2015-06-01 12:05:293699 // Update the theme color. This is to be published to observers after the
3700 // first visually non-empty paint.
yusufod41c5f92015-03-06 00:14:283701 theme_color_ = theme_color;
peter90afaba2015-06-01 12:05:293702
3703 if (did_first_visually_non_empty_paint_ &&
3704 last_sent_theme_color_ != theme_color_) {
ericwilligersde386342016-10-19 02:35:093705 for (auto& observer : observers_)
3706 observer.DidChangeThemeColor(theme_color_);
peter90afaba2015-06-01 12:05:293707 last_sent_theme_color_ = theme_color_;
3708 }
[email protected]e7104762014-06-20 19:17:253709}
3710
[email protected]b172aee2012-04-10 17:05:263711void WebContentsImpl::OnDidLoadResourceFromMemoryCache(
nicka0ac8382016-12-15 23:59:233712 RenderFrameHostImpl* source,
[email protected]724159a2010-12-30 01:11:183713 const GURL& url,
[email protected]70435962011-08-02 20:13:283714 const std::string& http_method,
[email protected]6d6cfb3a2012-05-23 22:53:183715 const std::string& mime_type,
[email protected]6c1e05212014-07-31 00:59:403716 ResourceType resource_type) {
ericwilligersde386342016-10-19 02:35:093717 for (auto& observer : observers_)
3718 observer.DidLoadResourceFromMemoryCache(url, mime_type, resource_type);
[email protected]b0f724c2013-09-05 04:21:133719
[email protected]8bfc8272013-09-09 20:10:533720 if (url.is_valid() && url.SchemeIsHTTPOrHTTPS()) {
nicka0ac8382016-12-15 23:59:233721 StoragePartition* partition = source->GetProcess()->GetStoragePartition();
[email protected]8bfc8272013-09-09 20:10:533722 scoped_refptr<net::URLRequestContextGetter> request_context(
nicka0ac8382016-12-15 23:59:233723 resource_type == RESOURCE_TYPE_MEDIA
3724 ? partition->GetMediaURLRequestContext()
3725 : partition->GetURLRequestContext());
[email protected]8bfc8272013-09-09 20:10:533726 BrowserThread::PostTask(
nicka0ac8382016-12-15 23:59:233727 BrowserThread::IO, FROM_HERE,
[email protected]8bfc8272013-09-09 20:10:533728 base::Bind(&NotifyCacheOnIO, request_context, url, http_method));
3729 }
[email protected]724159a2010-12-30 01:11:183730}
3731
nicka0ac8382016-12-15 23:59:233732void WebContentsImpl::OnDidDisplayInsecureContent(RenderFrameHostImpl* source) {
3733 // Any frame can trigger display of insecure content, so we don't check
3734 // |source| here.
carloskd9d97942017-02-16 08:58:093735 DidDisplayInsecureContent();
3736}
3737
3738void WebContentsImpl::DidDisplayInsecureContent() {
estarkc2273502016-10-12 22:03:023739 controller_.ssl_manager()->DidDisplayMixedContent();
[email protected]724159a2010-12-30 01:11:183740}
3741
elawrenceb2ac2a232017-03-27 21:46:253742void WebContentsImpl::OnDidContainInsecureFormAction(
3743 RenderFrameHostImpl* source) {
3744 controller_.ssl_manager()->DidContainInsecureFormAction();
3745}
3746
nicka0ac8382016-12-15 23:59:233747void WebContentsImpl::OnDidRunInsecureContent(RenderFrameHostImpl* source,
3748 const GURL& security_origin,
estark910b4572015-12-09 20:55:413749 const GURL& target_url) {
nicka0ac8382016-12-15 23:59:233750 // TODO(nick, estark): Should we call FilterURL using |source|'s process on
3751 // these parameters? |target_url| seems unused, except for a log message. And
3752 // |security_origin| might be replaceable with the origin of the main frame.
carloskd9d97942017-02-16 08:58:093753 DidRunInsecureContent(security_origin, target_url);
3754}
3755
3756void WebContentsImpl::DidRunInsecureContent(const GURL& security_origin,
3757 const GURL& target_url) {
[email protected]9450c462013-11-23 01:22:583758 LOG(WARNING) << security_origin << " ran insecure content from "
3759 << target_url.possibly_invalid_spec();
[email protected]e6e30ac2014-01-13 21:24:393760 RecordAction(base::UserMetricsAction("SSL.RanInsecureContent"));
estark910b4572015-12-09 20:55:413761 if (base::EndsWith(security_origin.spec(), kDotGoogleDotCom,
brettwa7ff1b292015-07-16 17:49:293762 base::CompareCase::INSENSITIVE_ASCII))
[email protected]e6e30ac2014-01-13 21:24:393763 RecordAction(base::UserMetricsAction("SSL.RanInsecureContentGoogle"));
estarkc2273502016-10-12 22:03:023764 controller_.ssl_manager()->DidRunMixedContent(security_origin);
[email protected]724159a2010-12-30 01:11:183765}
3766
carloskd9d97942017-02-16 08:58:093767void WebContentsImpl::PassiveInsecureContentFound(const GURL& resource_url) {
3768 GetDelegate()->PassiveInsecureContentFound(resource_url);
3769}
3770
3771bool WebContentsImpl::ShouldAllowRunningInsecureContent(
3772 WebContents* web_contents,
3773 bool allowed_per_prefs,
3774 const url::Origin& origin,
3775 const GURL& resource_url) {
3776 return GetDelegate()->ShouldAllowRunningInsecureContent(
3777 web_contents, allowed_per_prefs, origin, resource_url);
3778}
3779
rob.buis300b0872017-03-10 20:43:583780#if defined(OS_ANDROID)
3781base::android::ScopedJavaLocalRef<jobject>
3782WebContentsImpl::GetJavaRenderFrameHostDelegate() {
3783 return GetJavaWebContents();
3784}
3785#endif
3786
estark910b4572015-12-09 20:55:413787void WebContentsImpl::OnDidDisplayContentWithCertificateErrors(
nicka0ac8382016-12-15 23:59:233788 RenderFrameHostImpl* source,
jama385e112016-07-22 00:07:583789 const GURL& url) {
nicka0ac8382016-12-15 23:59:233790 // TODO(nick): |url| is unused; get rid of it.
estarkc2273502016-10-12 22:03:023791 controller_.ssl_manager()->DidDisplayContentWithCertErrors();
estark910b4572015-12-09 20:55:413792}
3793
3794void WebContentsImpl::OnDidRunContentWithCertificateErrors(
nicka0ac8382016-12-15 23:59:233795 RenderFrameHostImpl* source,
jama385e112016-07-22 00:07:583796 const GURL& url) {
nicka0ac8382016-12-15 23:59:233797 // TODO(nick, estark): Do we need to consider |source| here somehow?
estarkcd2e30c2016-08-12 06:51:153798 NavigationEntry* entry = controller_.GetVisibleEntry();
3799 if (!entry)
estarkaeda1422016-05-10 02:31:123800 return;
3801
estarkaeda1422016-05-10 02:31:123802 // TODO(estark): check that this does something reasonable for
3803 // about:blank and sandboxed origins. https://crbug.com/609527
estarkcd2e30c2016-08-12 06:51:153804 controller_.ssl_manager()->DidRunContentWithCertErrors(
3805 entry->GetURL().GetOrigin());
estark910b4572015-12-09 20:55:413806}
3807
nicka0ac8382016-12-15 23:59:233808void WebContentsImpl::OnDocumentLoadedInFrame(RenderFrameHostImpl* source) {
ericwilligersde386342016-10-19 02:35:093809 for (auto& observer : observers_)
nicka0ac8382016-12-15 23:59:233810 observer.DocumentLoadedInFrame(source);
[email protected]724159a2010-12-30 01:11:183811}
3812
nicka0ac8382016-12-15 23:59:233813void WebContentsImpl::OnDidFinishLoad(RenderFrameHostImpl* source,
3814 const GURL& url) {
[email protected]8b3af1e2014-01-24 13:29:123815 GURL validated_url(url);
nicka0ac8382016-12-15 23:59:233816 source->GetProcess()->FilterURL(false, &validated_url);
[email protected]028053d42014-03-05 22:20:373817
ericwilligersde386342016-10-19 02:35:093818 for (auto& observer : observers_)
nicka0ac8382016-12-15 23:59:233819 observer.DidFinishLoad(source, validated_url);
[email protected]1a55c5be2011-11-29 11:36:313820}
3821
nicka0ac8382016-12-15 23:59:233822void WebContentsImpl::OnGoToEntryAtOffset(RenderViewHostImpl* source,
3823 int offset) {
3824 // All frames are allowed to navigate the global history.
avi6ddfcae2015-06-30 15:50:573825 if (!delegate_ || delegate_->OnGoToEntryOffset(offset))
3826 controller_.GoToOffset(offset);
[email protected]216813952011-05-19 22:21:263827}
3828
nicka0ac8382016-12-15 23:59:233829void WebContentsImpl::OnUpdateZoomLimits(RenderViewHostImpl* source,
3830 int minimum_percent,
[email protected]fce823222014-05-30 16:24:303831 int maximum_percent) {
[email protected]216813952011-05-19 22:21:263832 minimum_zoom_percent_ = minimum_percent;
3833 maximum_zoom_percent_ = maximum_percent;
[email protected]216813952011-05-19 22:21:263834}
3835
nicka0ac8382016-12-15 23:59:233836void WebContentsImpl::OnPageScaleFactorChanged(RenderViewHostImpl* source,
3837 float page_scale_factor) {
mcnee432e47d2015-11-09 19:37:463838 bool is_one = page_scale_factor == 1.f;
3839 if (is_one != page_scale_factor_is_one_) {
3840 page_scale_factor_is_one_ = is_one;
3841
3842 HostZoomMapImpl* host_zoom_map =
3843 static_cast<HostZoomMapImpl*>(HostZoomMap::GetForWebContents(this));
3844
nicka0ac8382016-12-15 23:59:233845 if (host_zoom_map) {
mcnee432e47d2015-11-09 19:37:463846 host_zoom_map->SetPageScaleFactorIsOneForView(
nicka0ac8382016-12-15 23:59:233847 source->GetProcess()->GetID(), source->GetRoutingID(),
mcnee432e47d2015-11-09 19:37:463848 page_scale_factor_is_one_);
3849 }
3850 }
3851
ericwilligersde386342016-10-19 02:35:093852 for (auto& observer : observers_)
3853 observer.OnPageScaleFactorChanged(page_scale_factor);
mcnee432e47d2015-11-09 19:37:463854}
3855
nicka0ac8382016-12-15 23:59:233856void WebContentsImpl::OnEnumerateDirectory(RenderViewHostImpl* source,
3857 int request_id,
[email protected]2dec8ec2013-02-07 19:20:343858 const base::FilePath& path) {
[email protected]e5f2de02012-07-20 22:15:433859 if (!delegate_)
3860 return;
3861
[email protected]b9535422012-02-09 01:47:593862 ChildProcessSecurityPolicyImpl* policy =
3863 ChildProcessSecurityPolicyImpl::GetInstance();
nicka0ac8382016-12-15 23:59:233864 if (policy->CanReadFile(source->GetProcess()->GetID(), path)) {
3865 // TODO(nick): |this| param in the call below ought to be a RenderFrameHost.
[email protected]b9535422012-02-09 01:47:593866 delegate_->EnumerateDirectory(this, request_id, path);
nicka0ac8382016-12-15 23:59:233867 }
[email protected]3a29a6e2011-08-24 18:26:213868}
3869
nicka0ac8382016-12-15 23:59:233870void WebContentsImpl::OnRegisterProtocolHandler(RenderFrameHostImpl* source,
3871 const std::string& protocol,
[email protected]b172aee2012-04-10 17:05:263872 const GURL& url,
[email protected]fcf75d42013-12-03 20:11:263873 const base::string16& title,
[email protected]3a3b75a2012-06-01 08:38:363874 bool user_gesture) {
nicka0ac8382016-12-15 23:59:233875 // TODO(nick): Should we consider |source| here or pass it to the delegate?
3876 // TODO(nick): Do we need to apply FilterURL to |url|?
[email protected]e5f2de02012-07-20 22:15:433877 if (!delegate_)
3878 return;
3879
[email protected]b9535422012-02-09 01:47:593880 ChildProcessSecurityPolicyImpl* policy =
3881 ChildProcessSecurityPolicyImpl::GetInstance();
[email protected]8f810632013-06-06 22:33:323882 if (policy->IsPseudoScheme(protocol))
[email protected]b9535422012-02-09 01:47:593883 return;
[email protected]8f810632013-06-06 22:33:323884
[email protected]c125e532014-05-10 20:39:063885 delegate_->RegisterProtocolHandler(this, protocol, url, user_gesture);
[email protected]7d189022011-08-25 22:54:203886}
3887
nicka0ac8382016-12-15 23:59:233888void WebContentsImpl::OnUnregisterProtocolHandler(RenderFrameHostImpl* source,
3889 const std::string& protocol,
[email protected]f5273e52014-07-14 16:30:203890 const GURL& url,
3891 bool user_gesture) {
nicka0ac8382016-12-15 23:59:233892 // TODO(nick): Should we consider |source| here or pass it to the delegate?
3893 // TODO(nick): Do we need to apply FilterURL to |url|?
[email protected]f5273e52014-07-14 16:30:203894 if (!delegate_)
3895 return;
3896
3897 ChildProcessSecurityPolicyImpl* policy =
3898 ChildProcessSecurityPolicyImpl::GetInstance();
3899 if (policy->IsPseudoScheme(protocol))
3900 return;
3901
3902 delegate_->UnregisterProtocolHandler(this, protocol, url, user_gesture);
3903}
3904
kouhei40f03cb2015-09-24 07:47:013905void WebContentsImpl::OnUpdatePageImportanceSignals(
nicka0ac8382016-12-15 23:59:233906 RenderFrameHostImpl* source,
kouhei40f03cb2015-09-24 07:47:013907 const PageImportanceSignals& signals) {
nicka0ac8382016-12-15 23:59:233908 // TODO(nick, kouhei): Fix this for oopifs; currently all frames' state gets
3909 // written to this one field.
kouhei40f03cb2015-09-24 07:47:013910 page_importance_signals_ = signals;
3911}
3912
nicka0ac8382016-12-15 23:59:233913void WebContentsImpl::OnFindReply(RenderFrameHostImpl* source,
3914 int request_id,
[email protected]b172aee2012-04-10 17:05:263915 int number_of_matches,
3916 const gfx::Rect& selection_rect,
3917 int active_match_ordinal,
3918 bool final_update) {
paulmeyerfeafc2d2017-04-25 21:46:403919 if (active_match_ordinal > 0)
3920 SetFocusedFrame(source->frame_tree_node(), source->GetSiteInstance());
3921
paulmeyerc0b762b2016-04-13 11:55:173922 // Forward the find reply to the FindRequestManager, along with the
3923 // RenderFrameHost associated with the frame that the reply came from.
nicka0ac8382016-12-15 23:59:233924 GetOrCreateFindRequestManager()->OnFindReply(
3925 source, request_id, number_of_matches, selection_rect,
3926 active_match_ordinal, final_update);
[email protected]b888919c2011-09-02 00:32:163927}
3928
mfomitchev2b8b066a2016-01-28 19:23:153929#if defined(OS_ANDROID)
[email protected]59363fc92012-09-05 03:46:313930void WebContentsImpl::OnFindMatchRectsReply(
nicka0ac8382016-12-15 23:59:233931 RenderFrameHostImpl* source,
[email protected]59363fc92012-09-05 03:46:313932 int version,
3933 const std::vector<gfx::RectF>& rects,
3934 const gfx::RectF& active_rect) {
nicka0ac8382016-12-15 23:59:233935 GetOrCreateFindRequestManager()->OnFindMatchRectsReply(source, version, rects,
3936 active_rect);
[email protected]59363fc92012-09-05 03:46:313937}
[email protected]583418cc2013-01-17 14:01:103938
nicka0ac8382016-12-15 23:59:233939void WebContentsImpl::OnGetNearestFindResultReply(RenderFrameHostImpl* source,
3940 int request_id,
paulmeyerc8cb7cb2016-06-07 01:14:193941 float distance) {
3942 GetOrCreateFindRequestManager()->OnGetNearestFindResultReply(
nicka0ac8382016-12-15 23:59:233943 source, request_id, distance);
paulmeyerc8cb7cb2016-06-07 01:14:193944}
3945
[email protected]1ff427972013-02-07 21:14:073946void WebContentsImpl::OnOpenDateTimeDialog(
nicka0ac8382016-12-15 23:59:233947 RenderViewHostImpl* source,
[email protected]1ff427972013-02-07 21:14:073948 const ViewHostMsg_DateTimeDialogValue_Params& value) {
nicka0ac8382016-12-15 23:59:233949 date_time_chooser_->ShowDialog(
3950 GetTopLevelNativeWindow(), source, value.dialog_type, value.dialog_value,
3951 value.minimum, value.maximum, value.step, value.suggestions);
[email protected]583418cc2013-01-17 14:01:103952}
[email protected]59363fc92012-09-05 03:46:313953#endif
3954
nicka0ac8382016-12-15 23:59:233955void WebContentsImpl::OnDomOperationResponse(RenderFrameHostImpl* source,
3956 const std::string& json_string) {
3957 // TODO(nick, lukasza): The notification below should probably be updated to
3958 // include |source|.
avi60bd4902015-09-23 20:39:243959 std::string json = json_string;
3960 NotificationService::current()->Notify(NOTIFICATION_DOM_OPERATION_RESPONSE,
3961 Source<WebContents>(this),
3962 Details<std::string>(&json));
[email protected]cfa856d62014-02-22 07:58:403963}
3964
nicka0ac8382016-12-15 23:59:233965void WebContentsImpl::OnAppCacheAccessed(RenderViewHostImpl* source,
3966 const GURL& manifest_url,
[email protected]b172aee2012-04-10 17:05:263967 bool blocked_by_policy) {
nicka0ac8382016-12-15 23:59:233968 // TODO(nick): Should we consider |source| here? Should we call FilterURL on
3969 // |manifest_url|?
3970
[email protected]7fc4bbb2011-09-08 21:23:103971 // Notify observers about navigation.
ericwilligersde386342016-10-19 02:35:093972 for (auto& observer : observers_)
3973 observer.AppCacheAccessed(manifest_url, blocked_by_policy);
[email protected]7fc4bbb2011-09-08 21:23:103974}
3975
[email protected]8bc5ff02013-11-29 06:34:033976void WebContentsImpl::OnOpenColorChooser(
nicka0ac8382016-12-15 23:59:233977 RenderFrameHostImpl* source,
[email protected]8ed16472014-04-11 19:02:483978 int color_chooser_id,
3979 SkColor color,
3980 const std::vector<ColorSuggestion>& suggestions) {
[email protected]aa62afd2014-04-22 19:22:463981 ColorChooser* new_color_chooser = delegate_ ?
3982 delegate_->OpenColorChooser(this, color, suggestions) :
3983 NULL;
[email protected]820957a2014-01-14 14:56:303984 if (!new_color_chooser)
[email protected]cb805452013-05-22 15:16:213985 return;
[email protected]8ed16472014-04-11 19:02:483986 if (color_chooser_info_.get())
3987 color_chooser_info_->chooser->End();
3988
3989 color_chooser_info_.reset(new ColorChooserInfo(
nicka0ac8382016-12-15 23:59:233990 source->GetProcess()->GetID(), source->GetRoutingID(), new_color_chooser,
[email protected]8ed16472014-04-11 19:02:483991 color_chooser_id));
[email protected]da8543762012-03-20 08:52:203992}
3993
nicka0ac8382016-12-15 23:59:233994void WebContentsImpl::OnEndColorChooser(RenderFrameHostImpl* source,
3995 int color_chooser_id) {
[email protected]8ed16472014-04-11 19:02:483996 if (color_chooser_info_ &&
nicka0ac8382016-12-15 23:59:233997 color_chooser_info_->Matches(source, color_chooser_id))
[email protected]8ed16472014-04-11 19:02:483998 color_chooser_info_->chooser->End();
[email protected]da8543762012-03-20 08:52:203999}
4000
nicka0ac8382016-12-15 23:59:234001void WebContentsImpl::OnSetSelectedColorInColorChooser(
4002 RenderFrameHostImpl* source,
4003 int color_chooser_id,
4004 SkColor color) {
[email protected]8ed16472014-04-11 19:02:484005 if (color_chooser_info_ &&
nicka0ac8382016-12-15 23:59:234006 color_chooser_info_->Matches(source, color_chooser_id))
[email protected]8ed16472014-04-11 19:02:484007 color_chooser_info_->chooser->SetSelectedColor(color);
[email protected]da8543762012-03-20 08:52:204008}
4009
[email protected]d0759f492012-04-19 22:50:504010// This exists for render views that don't have a WebUI, but do have WebUI
4011// bindings enabled.
nicka0ac8382016-12-15 23:59:234012void WebContentsImpl::OnWebUISend(RenderViewHostImpl* source,
4013 const GURL& source_url,
[email protected]d0759f492012-04-19 22:50:504014 const std::string& name,
4015 const base::ListValue& args) {
nicka0ac8382016-12-15 23:59:234016 // TODO(nick): Should we consider |source| here or pass it to the delegate?
4017 // TODO(nick): Should FilterURL be applied to |source_url|?
4018 // TODO(nick): This IPC should be ported to FrameHostMsg_, and |source_url|
4019 // should be eliminated (use last_committed_url() on the RFH instead).
[email protected]d0759f492012-04-19 22:50:504020 if (delegate_)
4021 delegate_->WebUISend(this, source_url, name, args);
4022}
4023
brettw4b461082016-11-19 18:55:164024#if BUILDFLAG(ENABLE_PLUGINS)
nicka0ac8382016-12-15 23:59:234025void WebContentsImpl::OnPepperInstanceCreated(RenderFrameHostImpl* source,
4026 int32_t pp_instance) {
ericwilligersde386342016-10-19 02:35:094027 for (auto& observer : observers_)
4028 observer.PepperInstanceCreated();
nicka0ac8382016-12-15 23:59:234029 pepper_playback_observer_->PepperInstanceCreated(source, pp_instance);
emaxxe70f5e12015-05-29 11:26:004030}
4031
nicka0ac8382016-12-15 23:59:234032void WebContentsImpl::OnPepperInstanceDeleted(RenderFrameHostImpl* source,
4033 int32_t pp_instance) {
ericwilligersde386342016-10-19 02:35:094034 for (auto& observer : observers_)
4035 observer.PepperInstanceDeleted();
nicka0ac8382016-12-15 23:59:234036 pepper_playback_observer_->PepperInstanceDeleted(source, pp_instance);
emaxxe70f5e12015-05-29 11:26:004037}
4038
nicka0ac8382016-12-15 23:59:234039void WebContentsImpl::OnPepperPluginHung(RenderFrameHostImpl* source,
4040 int plugin_child_id,
tommyclie6633ca72014-10-31 00:40:424041 const base::FilePath& path,
4042 bool is_hung) {
4043 UMA_HISTOGRAM_COUNTS("Pepper.PluginHung", 1);
4044
ericwilligersde386342016-10-19 02:35:094045 for (auto& observer : observers_)
4046 observer.PluginHungStatusChanged(plugin_child_id, path, is_hung);
tommyclie6633ca72014-10-31 00:40:424047}
4048
nicka0ac8382016-12-15 23:59:234049void WebContentsImpl::OnPepperStartsPlayback(RenderFrameHostImpl* source,
4050 int32_t pp_instance) {
4051 pepper_playback_observer_->PepperStartsPlayback(source, pp_instance);
zqzhang181047e62016-07-01 13:37:174052}
4053
nicka0ac8382016-12-15 23:59:234054void WebContentsImpl::OnPepperStopsPlayback(RenderFrameHostImpl* source,
4055 int32_t pp_instance) {
4056 pepper_playback_observer_->PepperStopsPlayback(source, pp_instance);
zqzhang181047e62016-07-01 13:37:174057}
4058
nicka0ac8382016-12-15 23:59:234059void WebContentsImpl::OnPluginCrashed(RenderFrameHostImpl* source,
4060 const base::FilePath& plugin_path,
tommyclie6633ca72014-10-31 00:40:424061 base::ProcessId plugin_pid) {
nicka0ac8382016-12-15 23:59:234062 // TODO(nick): Eliminate the |plugin_pid| parameter, which can't be trusted,
4063 // and is only used by BlinkTestController.
ericwilligersde386342016-10-19 02:35:094064 for (auto& observer : observers_)
4065 observer.PluginCrashed(plugin_path, plugin_pid);
tommyclie6633ca72014-10-31 00:40:424066}
4067
[email protected]d8415ad92012-08-23 14:40:504068void WebContentsImpl::OnRequestPpapiBrokerPermission(
nicka0ac8382016-12-15 23:59:234069 RenderViewHostImpl* source,
4070 int ppb_broker_route_id,
[email protected]d8415ad92012-08-23 14:40:504071 const GURL& url,
[email protected]2dec8ec2013-02-07 19:20:344072 const base::FilePath& plugin_path) {
nicka0ac8382016-12-15 23:59:234073 base::Callback<void(bool)> permission_result_callback = base::Bind(
4074 &WebContentsImpl::SendPpapiBrokerPermissionResult, base::Unretained(this),
4075 source->GetProcess()->GetID(), ppb_broker_route_id);
[email protected]8c8fc292012-11-23 18:57:164076 if (!delegate_) {
nicka0ac8382016-12-15 23:59:234077 permission_result_callback.Run(false);
[email protected]8c8fc292012-11-23 18:57:164078 return;
[email protected]d8415ad92012-08-23 14:40:504079 }
4080
nicka0ac8382016-12-15 23:59:234081 if (!delegate_->RequestPpapiBrokerPermission(this, url, plugin_path,
4082 permission_result_callback)) {
[email protected]8c8fc292012-11-23 18:57:164083 NOTIMPLEMENTED();
nicka0ac8382016-12-15 23:59:234084 permission_result_callback.Run(false);
[email protected]8c8fc292012-11-23 18:57:164085 }
[email protected]d8415ad92012-08-23 14:40:504086}
4087
nicka0ac8382016-12-15 23:59:234088void WebContentsImpl::SendPpapiBrokerPermissionResult(int process_id,
4089 int ppb_broker_route_id,
4090 bool result) {
4091 RenderProcessHost* rph = RenderProcessHost::FromID(process_id);
4092 if (rph) {
4093 // TODO(nick): Convert this from ViewMsg_ to a Ppapi msg, since it
4094 // is not routed to a RenderView.
4095 rph->Send(
4096 new ViewMsg_PpapiBrokerPermissionResult(ppb_broker_route_id, result));
4097 }
[email protected]d8415ad92012-08-23 14:40:504098}
4099
fsamuel833ee7c2015-02-13 23:40:404100void WebContentsImpl::OnBrowserPluginMessage(RenderFrameHost* render_frame_host,
4101 const IPC::Message& message) {
[email protected]7a846df2012-09-20 19:17:394102 CHECK(!browser_plugin_embedder_.get());
fsamuel60b42282015-03-10 03:29:144103 CreateBrowserPluginEmbedderIfNecessary();
fsamuel833ee7c2015-02-13 23:40:404104 browser_plugin_embedder_->OnMessageReceived(message, render_frame_host);
[email protected]19be7a62012-10-01 23:03:374105}
brettw4b461082016-11-19 18:55:164106#endif // BUILDFLAG(ENABLE_PLUGINS)
[email protected]19be7a62012-10-01 23:03:374107
[email protected]795c28972012-12-06 06:13:394108void WebContentsImpl::OnUpdateFaviconURL(
nicka0ac8382016-12-15 23:59:234109 RenderViewHostImpl* source,
[email protected]795c28972012-12-06 06:13:394110 const std::vector<FaviconURL>& candidates) {
pkotwiczf9bc20592015-04-21 18:57:064111 // We get updated favicon URLs after the page stops loading. If a cross-site
4112 // navigation occurs while a page is still loading, the initial page
4113 // may stop loading and send us updated favicon URLs after the navigation
4114 // for the new page has committed.
nicka0ac8382016-12-15 23:59:234115 if (!source->is_active())
pkotwiczf9bc20592015-04-21 18:57:064116 return;
4117
ericwilligersde386342016-10-19 02:35:094118 for (auto& observer : observers_)
4119 observer.DidUpdateFaviconURL(candidates);
[email protected]795c28972012-12-06 06:13:394120}
4121
estark703f1b42016-10-10 21:37:154122void WebContentsImpl::OnPasswordInputShownOnHttp() {
estarkc2273502016-10-12 22:03:024123 controller_.ssl_manager()->DidShowPasswordInputOnHttp();
estark703f1b42016-10-10 21:37:154124}
4125
estarkfae6b5872016-11-04 05:20:314126void WebContentsImpl::OnAllPasswordInputsHiddenOnHttp() {
4127 controller_.ssl_manager()->DidHideAllPasswordInputsOnHttp();
4128}
4129
estark703f1b42016-10-10 21:37:154130void WebContentsImpl::OnCreditCardInputShownOnHttp() {
estarkc2273502016-10-12 22:03:024131 controller_.ssl_manager()->DidShowCreditCardInputOnHttp();
estark703f1b42016-10-10 21:37:154132}
4133
qinmin72e8bd02016-10-21 19:35:374134void WebContentsImpl::SetIsOverlayContent(bool is_overlay_content) {
4135 is_overlay_content_ = is_overlay_content;
4136}
4137
nicka0ac8382016-12-15 23:59:234138void WebContentsImpl::OnFirstVisuallyNonEmptyPaint(RenderViewHostImpl* source) {
4139 // TODO(nick): When this is ported to FrameHostMsg_, we should only listen if
4140 // |source| is the main frame.
ericwilligersde386342016-10-19 02:35:094141 for (auto& observer : observers_)
4142 observer.DidFirstVisuallyNonEmptyPaint();
yusufod41c5f92015-03-06 00:14:284143
peter90afaba2015-06-01 12:05:294144 did_first_visually_non_empty_paint_ = true;
4145
yusufod41c5f92015-03-06 00:14:284146 if (theme_color_ != last_sent_theme_color_) {
4147 // Theme color should have updated by now if there was one.
ericwilligersde386342016-10-19 02:35:094148 for (auto& observer : observers_)
4149 observer.DidChangeThemeColor(theme_color_);
yusufod41c5f92015-03-06 00:14:284150 last_sent_theme_color_ = theme_color_;
4151 }
[email protected]9f268072013-11-07 00:02:154152}
[email protected]d9030b82013-07-19 08:26:064153
[email protected]17e286e2013-03-01 23:29:394154void WebContentsImpl::NotifyBeforeFormRepostWarningShow() {
ericwilligersde386342016-10-19 02:35:094155 for (auto& observer : observers_)
4156 observer.BeforeFormRepostWarningShow();
[email protected]17e286e2013-03-01 23:29:394157}
4158
[email protected]ec6c05f2013-10-23 18:41:574159void WebContentsImpl::ActivateAndShowRepostFormWarningDialog() {
4160 Activate();
4161 if (delegate_)
4162 delegate_->ShowRepostFormWarningDialog(this);
4163}
4164
[email protected]b4c84012014-04-28 19:51:104165bool WebContentsImpl::HasAccessedInitialDocument() {
4166 return has_accessed_initial_document_;
4167}
4168
afakhry6f0c1ec22016-07-14 13:55:134169void WebContentsImpl::UpdateTitleForEntry(NavigationEntry* entry,
[email protected]fcf75d42013-12-03 20:11:264170 const base::string16& title) {
[email protected]420ae012009-04-24 05:16:324171 // For file URLs without a title, use the pathname instead. In the case of a
4172 // synthesized title, we don't want the update to count toward the "one set
4173 // per page of the title to history."
[email protected]fcf75d42013-12-03 20:11:264174 base::string16 final_title;
[email protected]420ae012009-04-24 05:16:324175 bool explicit_set;
[email protected]36fc0392011-12-25 03:59:514176 if (entry && entry->GetURL().SchemeIsFile() && title.empty()) {
[email protected]32956122013-12-25 07:29:244177 final_title = base::UTF8ToUTF16(entry->GetURL().ExtractFileName());
[email protected]420ae012009-04-24 05:16:324178 explicit_set = false; // Don't count synthetic titles toward the set limit.
4179 } else {
[email protected]8af69c6c2014-03-03 19:05:314180 base::TrimWhitespace(title, base::TRIM_ALL, &final_title);
[email protected]420ae012009-04-24 05:16:324181 explicit_set = true;
4182 }
4183
[email protected]987fc3a2011-05-26 14:18:094184 // If a page is created via window.open and never navigated,
4185 // there will be no navigation entry. In this situation,
[email protected]73eb2602012-02-09 19:50:554186 // |page_title_when_no_navigation_entry_| will be used for page title.
[email protected]987fc3a2011-05-26 14:18:094187 if (entry) {
[email protected]36fc0392011-12-25 03:59:514188 if (final_title == entry->GetTitle())
afakhry6f0c1ec22016-07-14 13:55:134189 return; // Nothing changed, don't bother.
[email protected]420ae012009-04-24 05:16:324190
[email protected]36fc0392011-12-25 03:59:514191 entry->SetTitle(final_title);
[email protected]987fc3a2011-05-26 14:18:094192 } else {
4193 if (page_title_when_no_navigation_entry_ == final_title)
afakhry6f0c1ec22016-07-14 13:55:134194 return; // Nothing changed, don't bother.
[email protected]987fc3a2011-05-26 14:18:094195
4196 page_title_when_no_navigation_entry_ = final_title;
4197 }
[email protected]420ae012009-04-24 05:16:324198
[email protected]420ae012009-04-24 05:16:324199 // Lastly, set the title for the view.
[email protected]790e2fd2011-09-21 20:28:234200 view_->SetPageTitle(final_title);
[email protected]420ae012009-04-24 05:16:324201
ericwilligersde386342016-10-19 02:35:094202 for (auto& observer : observers_)
4203 observer.TitleWasSet(entry, explicit_set);
[email protected]66798902013-10-01 18:40:164204
afakhry6f0c1ec22016-07-14 13:55:134205 // Broadcast notifications when the UI should be updated.
4206 if (entry == controller_.GetEntryAtOffset(0))
4207 NotifyNavigationStateChanged(INVALIDATE_TYPE_TITLE);
[email protected]420ae012009-04-24 05:16:324208}
4209
fdegansa696e5112015-04-17 01:57:594210void WebContentsImpl::SendChangeLoadProgress() {
[email protected]960b0372014-05-19 18:01:004211 loading_last_progress_update_ = base::TimeTicks::Now();
[email protected]960b0372014-05-19 18:01:004212 if (delegate_)
fdegansa696e5112015-04-17 01:57:594213 delegate_->LoadProgressChanged(this, frame_tree_.load_progress());
[email protected]960b0372014-05-19 18:01:004214}
4215
4216void WebContentsImpl::ResetLoadProgressState() {
fdegans1d16355162015-03-26 11:58:344217 frame_tree_.ResetLoadProgress();
[email protected]960b0372014-05-19 18:01:004218 loading_weak_factory_.InvalidateWeakPtrs();
4219 loading_last_progress_update_ = base::TimeTicks();
4220}
4221
clamy44e84ce2016-02-22 15:38:254222// Notifies the RenderWidgetHost instance about the fact that the page is
4223// loading, or done loading.
4224void WebContentsImpl::LoadingStateChanged(bool to_different_document,
4225 bool due_to_interstitial,
4226 LoadNotificationDetails* details) {
4227 // Do not send notifications about loading changes in the FrameTree while the
4228 // interstitial page is pausing the throbber.
4229 if (ShowingInterstitialPage() &&
4230 GetRenderManager()->interstitial_page()->pause_throbber() &&
4231 !due_to_interstitial) {
4232 return;
4233 }
4234
4235 bool is_loading = IsLoading();
4236
4237 if (!is_loading) {
4238 load_state_ = net::LoadStateWithParam(net::LOAD_STATE_IDLE,
4239 base::string16());
4240 load_state_host_.clear();
4241 upload_size_ = 0;
4242 upload_position_ = 0;
4243 }
4244
4245 GetRenderManager()->SetIsLoading(is_loading);
4246
4247 waiting_for_response_ = is_loading;
4248 is_load_to_different_document_ = to_different_document;
4249
4250 if (delegate_)
4251 delegate_->LoadingStateChanged(this, to_different_document);
4252 NotifyNavigationStateChanged(INVALIDATE_TYPE_LOAD);
4253
4254 std::string url = (details ? details->url.possibly_invalid_spec() : "NULL");
4255 if (is_loading) {
4256 TRACE_EVENT_ASYNC_BEGIN2("browser,navigation", "WebContentsImpl Loading",
4257 this, "URL", url, "Main FrameTreeNode id",
4258 GetFrameTree()->root()->frame_tree_node_id());
ericwilligersde386342016-10-19 02:35:094259 for (auto& observer : observers_)
4260 observer.DidStartLoading();
clamy44e84ce2016-02-22 15:38:254261 } else {
4262 TRACE_EVENT_ASYNC_END1("browser,navigation", "WebContentsImpl Loading",
4263 this, "URL", url);
ericwilligersde386342016-10-19 02:35:094264 for (auto& observer : observers_)
4265 observer.DidStopLoading();
clamy44e84ce2016-02-22 15:38:254266 }
4267
4268 // TODO(avi): Remove. http://crbug.com/170921
4269 int type = is_loading ? NOTIFICATION_LOAD_START : NOTIFICATION_LOAD_STOP;
4270 NotificationDetails det = NotificationService::NoDetails();
4271 if (details)
4272 det = Details<LoadNotificationDetails>(details);
4273 NotificationService::current()->Notify(
4274 type, Source<NavigationController>(&controller_), det);
4275}
4276
[email protected]02d7b6e2014-06-24 21:01:504277void WebContentsImpl::NotifyViewSwapped(RenderViewHost* old_host,
4278 RenderViewHost* new_host) {
[email protected]420ae012009-04-24 05:16:324279 // After sending out a swap notification, we need to send a disconnect
4280 // notification so that clients that pick up a pointer to |this| can NULL the
4281 // pointer. See Bug 1230284.
4282 notify_disconnection_ = true;
ericwilligersde386342016-10-19 02:35:094283 for (auto& observer : observers_)
4284 observer.RenderViewHostChanged(old_host, new_host);
[email protected]da7a7182013-09-06 08:11:114285
[email protected]7a846df2012-09-20 19:17:394286 // Ensure that the associated embedder gets cleared after a RenderViewHost
4287 // gets swapped, so we don't reuse the same embedder next time a
4288 // RenderViewHost is attached to this WebContents.
4289 RemoveBrowserPluginEmbedder();
[email protected]420ae012009-04-24 05:16:324290}
4291
[email protected]02d7b6e2014-06-24 21:01:504292void WebContentsImpl::NotifyFrameSwapped(RenderFrameHost* old_host,
4293 RenderFrameHost* new_host) {
ericwilligersde386342016-10-19 02:35:094294 for (auto& observer : observers_)
4295 observer.RenderFrameHostChanged(old_host, new_host);
[email protected]02d7b6e2014-06-24 21:01:504296}
4297
[email protected]da7a7182013-09-06 08:11:114298// TODO(avi): Remove this entire function because this notification is already
4299// covered by two observer functions. http://crbug.com/170921
[email protected]b172aee2012-04-10 17:05:264300void WebContentsImpl::NotifyDisconnected() {
[email protected]420ae012009-04-24 05:16:324301 if (!notify_disconnection_)
4302 return;
4303
4304 notify_disconnection_ = false;
[email protected]8ff00d72012-10-23 19:12:214305 NotificationService::current()->Notify(
4306 NOTIFICATION_WEB_CONTENTS_DISCONNECTED,
4307 Source<WebContents>(this),
4308 NotificationService::NoDetails());
[email protected]420ae012009-04-24 05:16:324309}
4310
[email protected]cbb1ef592013-06-05 19:49:464311void WebContentsImpl::NotifyNavigationEntryCommitted(
4312 const LoadCommittedDetails& load_details) {
ericwilligersde386342016-10-19 02:35:094313 for (auto& observer : observers_)
4314 observer.NavigationEntryCommitted(load_details);
[email protected]cbb1ef592013-06-05 19:49:464315}
4316
rockotf62002a2016-09-15 00:08:594317void WebContentsImpl::OnAssociatedInterfaceRequest(
4318 RenderFrameHost* render_frame_host,
4319 const std::string& interface_name,
4320 mojo::ScopedInterfaceEndpointHandle handle) {
4321 auto it = binding_sets_.find(interface_name);
4322 if (it != binding_sets_.end())
4323 it->second->OnRequestForFrame(render_frame_host, std::move(handle));
4324}
4325
[email protected]c31a84802014-04-03 15:55:494326const GURL& WebContentsImpl::GetMainFrameLastCommittedURL() const {
4327 return GetLastCommittedURL();
4328}
4329
[email protected]b849847b2013-12-10 21:57:584330void WebContentsImpl::RenderFrameCreated(RenderFrameHost* render_frame_host) {
ericwilligersde386342016-10-19 02:35:094331 for (auto& observer : observers_)
4332 observer.RenderFrameCreated(render_frame_host);
dmazzonif8a31042016-12-03 00:52:134333 UpdateAccessibilityModeOnFrame(render_frame_host);
clamy91b7abf2016-03-24 15:17:454334
4335 if (!render_frame_host->IsRenderFrameLive() || render_frame_host->GetParent())
4336 return;
4337
4338 NavigationEntry* entry = controller_.GetPendingEntry();
4339 if (entry && entry->IsViewSourceMode()) {
4340 // Put the renderer in view source mode.
4341 render_frame_host->Send(
4342 new FrameMsg_EnableViewSourceMode(render_frame_host->GetRoutingID()));
4343 }
sammc5a139ba2016-09-29 01:49:144344#if defined(OS_ANDROID)
4345 render_frame_host->GetInterfaceRegistry()->AddInterface(
4346 GetJavaInterfaces()->CreateInterfaceFactory<device::nfc::mojom::NFC>());
4347#endif
[email protected]b849847b2013-12-10 21:57:584348}
4349
4350void WebContentsImpl::RenderFrameDeleted(RenderFrameHost* render_frame_host) {
creis3638897452017-05-09 22:07:504351 is_notifying_observers_ = true;
ericwilligersde386342016-10-19 02:35:094352 for (auto& observer : observers_)
4353 observer.RenderFrameDeleted(render_frame_host);
creis3638897452017-05-09 22:07:504354 is_notifying_observers_ = false;
zqzhang7b6f4f02016-12-07 22:10:224355#if BUILDFLAG(ENABLE_PLUGINS)
4356 pepper_playback_observer_->RenderFrameDeleted(render_frame_host);
4357#endif
[email protected]b849847b2013-12-10 21:57:584358}
4359
[email protected]a09d53ce2014-01-31 00:46:424360void WebContentsImpl::ShowContextMenu(RenderFrameHost* render_frame_host,
4361 const ContextMenuParams& params) {
avie9fd8722017-04-10 16:17:584362 // If a renderer fires off a second command to show a context menu before the
4363 // first context menu is closed, just ignore it. https://crbug.com/707534
4364 if (GetRenderWidgetHostView()->IsShowingContextMenu())
4365 return;
4366
[email protected]077e704b2014-05-23 19:24:104367 ContextMenuParams context_menu_params(params);
[email protected]a09d53ce2014-01-31 00:46:424368 // Allow WebContentsDelegates to handle the context menu operation first.
[email protected]077e704b2014-05-23 19:24:104369 if (delegate_ && delegate_->HandleContextMenu(context_menu_params))
[email protected]a09d53ce2014-01-31 00:46:424370 return;
4371
[email protected]077e704b2014-05-23 19:24:104372 render_view_host_delegate_view_->ShowContextMenu(render_frame_host,
4373 context_menu_params);
[email protected]a09d53ce2014-01-31 00:46:424374}
4375
avi777ff452017-02-09 19:04:484376void WebContentsImpl::RunJavaScriptDialog(RenderFrameHost* render_frame_host,
4377 const base::string16& message,
4378 const base::string16& default_prompt,
4379 const GURL& frame_url,
4380 JavaScriptDialogType dialog_type,
4381 IPC::Message* reply_msg) {
[email protected]87de04b02014-04-08 22:14:494382 // Suppress JavaScript dialogs when requested. Also suppress messages when
4383 // showing an interstitial as it's shown over the previous page and we don't
4384 // want the hidden page's dialogs to interfere with the interstitial.
4385 bool suppress_this_message =
mathiash72a5e462014-11-19 08:18:504386 ShowingInterstitialPage() || !delegate_ ||
4387 delegate_->ShouldSuppressDialogs(this) ||
4388 !delegate_->GetJavaScriptDialogManager(this);
[email protected]87de04b02014-04-08 22:14:494389
4390 if (!suppress_this_message) {
avi85ee8362016-10-08 02:09:084391 is_showing_javascript_dialog_ = true;
mathiash72a5e462014-11-19 08:18:504392 dialog_manager_ = delegate_->GetJavaScriptDialogManager(this);
[email protected]87de04b02014-04-08 22:14:494393 dialog_manager_->RunJavaScriptDialog(
avi777ff452017-02-09 19:04:484394 this, frame_url, dialog_type, message, default_prompt,
palmer4e0ae10d2015-09-03 23:38:414395 base::Bind(&WebContentsImpl::OnDialogClosed, base::Unretained(this),
[email protected]39f2f9252014-05-03 00:54:014396 render_frame_host->GetProcess()->GetID(),
palmer4e0ae10d2015-09-03 23:38:414397 render_frame_host->GetRoutingID(), reply_msg, false),
[email protected]87de04b02014-04-08 22:14:494398 &suppress_this_message);
4399 }
4400
4401 if (suppress_this_message) {
4402 // If we are suppressing messages, just reply as if the user immediately
4403 // pressed "Cancel", passing true to |dialog_was_suppressed|.
[email protected]39f2f9252014-05-03 00:54:014404 OnDialogClosed(render_frame_host->GetProcess()->GetID(),
4405 render_frame_host->GetRoutingID(), reply_msg,
[email protected]6fba26d2014-04-29 09:38:284406 true, false, base::string16());
[email protected]87de04b02014-04-08 22:14:494407 }
[email protected]87de04b02014-04-08 22:14:494408}
4409
4410void WebContentsImpl::RunBeforeUnloadConfirm(
[email protected]39f2f9252014-05-03 00:54:014411 RenderFrameHost* render_frame_host,
[email protected]87de04b02014-04-08 22:14:494412 bool is_reload,
4413 IPC::Message* reply_msg) {
[email protected]39f2f9252014-05-03 00:54:014414 RenderFrameHostImpl* rfhi =
4415 static_cast<RenderFrameHostImpl*>(render_frame_host);
[email protected]87de04b02014-04-08 22:14:494416 if (delegate_)
4417 delegate_->WillRunBeforeUnloadConfirm();
4418
4419 bool suppress_this_message =
nasko19736cc9f2016-04-08 22:38:454420 !rfhi->is_active() ||
creis36e228b2015-06-08 18:48:024421 ShowingInterstitialPage() || !delegate_ ||
mathiash72a5e462014-11-19 08:18:504422 delegate_->ShouldSuppressDialogs(this) ||
4423 !delegate_->GetJavaScriptDialogManager(this);
[email protected]87de04b02014-04-08 22:14:494424 if (suppress_this_message) {
avi44acfaa82017-05-03 22:55:354425 rfhi->JavaScriptDialogClosed(reply_msg, true, base::string16());
[email protected]87de04b02014-04-08 22:14:494426 return;
4427 }
4428
4429 is_showing_before_unload_dialog_ = true;
mathiash72a5e462014-11-19 08:18:504430 dialog_manager_ = delegate_->GetJavaScriptDialogManager(this);
[email protected]87de04b02014-04-08 22:14:494431 dialog_manager_->RunBeforeUnloadDialog(
avi141dbc1322016-03-11 22:27:424432 this, is_reload,
[email protected]87de04b02014-04-08 22:14:494433 base::Bind(&WebContentsImpl::OnDialogClosed, base::Unretained(this),
[email protected]39f2f9252014-05-03 00:54:014434 render_frame_host->GetProcess()->GetID(),
4435 render_frame_host->GetRoutingID(), reply_msg,
[email protected]6fba26d2014-04-29 09:38:284436 false));
[email protected]87de04b02014-04-08 22:14:494437}
4438
naskoada75b22016-06-11 16:09:464439void WebContentsImpl::RunFileChooser(RenderFrameHost* render_frame_host,
4440 const FileChooserParams& params) {
4441 if (delegate_)
4442 delegate_->RunFileChooser(render_frame_host, params);
4443}
4444
[email protected]a86c0e962013-12-17 17:10:394445WebContents* WebContentsImpl::GetAsWebContents() {
4446 return this;
4447}
4448
wjmaclean64951902016-04-29 20:59:124449double WebContentsImpl::GetPendingPageZoomLevel() {
4450 NavigationEntry* pending_entry = GetController().GetPendingEntry();
4451 if (!pending_entry)
4452 return HostZoomMap::GetZoomLevel(this);
4453
4454 GURL url = pending_entry->GetURL();
4455 return HostZoomMap::GetForWebContents(this)->GetZoomLevelForHostAndScheme(
4456 url.scheme(), net::GetHostOrSpecFromURL(url));
4457}
4458
qinmin72e8bd02016-10-21 19:35:374459bool WebContentsImpl::HideDownloadUI() const {
4460 return is_overlay_content_;
4461}
4462
mlamouri5cd9ae82017-02-18 11:05:094463bool WebContentsImpl::HasPersistentVideo() const {
4464 return has_persistent_video_;
4465}
4466
mlamourie52c1b542017-02-23 14:57:504467bool WebContentsImpl::HasActiveEffectivelyFullscreenVideo() const {
4468 return media_web_contents_observer_->HasActiveEffectivelyFullscreenVideo();
4469}
4470
ekaramada110f642016-12-21 19:47:284471bool WebContentsImpl::IsFocusedElementEditable() {
4472 RenderFrameHostImpl* frame = GetFocusedFrame();
4473 return frame && frame->has_focused_editable_element();
4474}
4475
4476void WebContentsImpl::ClearFocusedElement() {
4477 if (auto* frame = GetFocusedFrame())
4478 frame->ClearFocusedElement();
4479}
4480
[email protected]7912e822014-04-16 02:37:034481bool WebContentsImpl::IsNeverVisible() {
4482 if (!delegate_)
4483 return false;
4484 return delegate_->IsNeverVisible(this);
4485}
4486
[email protected]5a3bdf52012-05-24 15:12:574487RenderViewHostDelegateView* WebContentsImpl::GetDelegateView() {
4488 return render_view_host_delegate_view_;
[email protected]420ae012009-04-24 05:16:324489}
4490
[email protected]8ff00d72012-10-23 19:12:214491RendererPreferences WebContentsImpl::GetRendererPrefs(
4492 BrowserContext* browser_context) const {
[email protected]840b1512009-07-21 16:53:464493 return renderer_preferences_;
[email protected]80d96fa2009-06-10 22:34:514494}
4495
[email protected]7a846df2012-09-20 19:17:394496void WebContentsImpl::RemoveBrowserPluginEmbedder() {
[email protected]59383c782013-04-17 16:43:274497 if (browser_plugin_embedder_)
[email protected]7a846df2012-09-20 19:17:394498 browser_plugin_embedder_.reset();
4499}
4500
avallee0206f782016-07-28 18:55:334501WebContentsImpl* WebContentsImpl::GetOuterWebContents() {
lfg601233692017-03-06 22:45:444502 if (GuestMode::IsCrossProcessFrameGuest(this))
4503 return node_.outer_web_contents();
ekaramad1beabecc2016-09-23 20:18:174504
4505 if (browser_plugin_guest_)
4506 return browser_plugin_guest_->embedder_web_contents();
4507
avallee0206f782016-07-28 18:55:334508 return nullptr;
4509}
4510
4511WebContentsImpl* WebContentsImpl::GetFocusedWebContents() {
lfg601233692017-03-06 22:45:444512 return GetOutermostWebContents()->node_.focused_web_contents();
avallee0206f782016-07-28 18:55:334513}
4514
avallee9993fca2016-11-17 06:16:504515bool WebContentsImpl::ContainsOrIsFocusedWebContents() {
4516 for (WebContentsImpl* focused_contents = GetFocusedWebContents();
4517 focused_contents;
4518 focused_contents = focused_contents->GetOuterWebContents()) {
4519 if (focused_contents == this)
4520 return true;
4521 }
4522
4523 return false;
4524}
4525
avallee0206f782016-07-28 18:55:334526WebContentsImpl* WebContentsImpl::GetOutermostWebContents() {
4527 WebContentsImpl* root = this;
4528 while (root->GetOuterWebContents())
4529 root = root->GetOuterWebContents();
4530 return root;
4531}
4532
[email protected]b172aee2012-04-10 17:05:264533void WebContentsImpl::RenderViewCreated(RenderViewHost* render_view_host) {
[email protected]14392a52012-05-02 20:28:444534 // Don't send notifications if we are just creating a swapped-out RVH for
4535 // the opener chain. These won't be used for view-source or WebUI, so it's
4536 // ok to return early.
creiscce56cd2014-09-29 22:45:224537 if (!static_cast<RenderViewHostImpl*>(render_view_host)->is_active())
[email protected]14392a52012-05-02 20:28:444538 return;
4539
[email protected]86f98a22013-03-20 14:35:004540 if (delegate_)
[email protected]e85165c642014-06-10 14:34:314541 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
[email protected]a6b73c62013-02-11 23:05:084542
[email protected]8ff00d72012-10-23 19:12:214543 NotificationService::current()->Notify(
4544 NOTIFICATION_WEB_CONTENTS_RENDER_VIEW_HOST_CREATED,
4545 Source<WebContents>(this),
4546 Details<RenderViewHost>(render_view_host));
[email protected]420ae012009-04-24 05:16:324547
[email protected]60780f412013-02-25 16:34:104548 view_->RenderViewCreated(render_view_host);
[email protected]11f764bb2011-05-25 19:45:264549
ericwilligersde386342016-10-19 02:35:094550 for (auto& observer : observers_)
4551 observer.RenderViewCreated(render_view_host);
dgozmanf00c4f72016-10-19 17:45:154552 RenderFrameDevToolsAgentHost::WebContentsCreated(this);
[email protected]420ae012009-04-24 05:16:324553}
4554
[email protected]b172aee2012-04-10 17:05:264555void WebContentsImpl::RenderViewReady(RenderViewHost* rvh) {
[email protected]151a63d2011-12-20 22:32:524556 if (rvh != GetRenderViewHost()) {
[email protected]420ae012009-04-24 05:16:324557 // Don't notify the world, since this came from a renderer in the
4558 // background.
4559 return;
4560 }
4561
dmazzoni62111452017-04-28 23:46:554562 RenderWidgetHostViewBase* rwhv =
4563 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
4564 if (rwhv)
4565 rwhv->SetMainFrameAXTreeID(GetMainFrame()->GetAXTreeID());
4566
[email protected]da7a7182013-09-06 08:11:114567 notify_disconnection_ = true;
4568 // TODO(avi): Remove. http://crbug.com/170921
4569 NotificationService::current()->Notify(
4570 NOTIFICATION_WEB_CONTENTS_CONNECTED,
4571 Source<WebContents>(this),
4572 NotificationService::NoDetails());
4573
[email protected]be1f56ab2011-12-22 06:55:314574 bool was_crashed = IsCrashed();
[email protected]443b80e2010-12-14 00:42:234575 SetIsCrashed(base::TERMINATION_STATUS_STILL_RUNNING, 0);
[email protected]9d8a4642009-07-29 17:25:304576
4577 // Restore the focus to the tab (otherwise the focus will be on the top
4578 // window).
[email protected]484ae5912010-09-29 19:16:144579 if (was_crashed && !FocusLocationBarByDefault() &&
4580 (!delegate_ || delegate_->ShouldFocusPageAfterCrash())) {
[email protected]f3615f02013-02-26 06:09:064581 view_->Focus();
[email protected]484ae5912010-09-29 19:16:144582 }
[email protected]32ded2212011-11-10 18:51:434583
ericwilligersde386342016-10-19 02:35:094584 for (auto& observer : observers_)
4585 observer.RenderViewReady();
[email protected]420ae012009-04-24 05:16:324586}
4587
[email protected]ec6a7eb2013-04-22 17:34:224588void WebContentsImpl::RenderViewTerminated(RenderViewHost* rvh,
4589 base::TerminationStatus status,
4590 int error_code) {
[email protected]151a63d2011-12-20 22:32:524591 if (rvh != GetRenderViewHost()) {
[email protected]420ae012009-04-24 05:16:324592 // The pending page's RenderViewHost is gone.
4593 return;
4594 }
4595
[email protected]2fcdcc32014-03-05 02:14:074596 // Ensure fullscreen mode is exited in the |delegate_| since a crashed
4597 // renderer may not have made a clean exit.
alexmos5dd617d2016-06-07 04:21:154598 if (IsFullscreenForCurrentTab())
bokanece34a82016-01-28 19:49:464599 ExitFullscreenMode(false);
[email protected]2fcdcc32014-03-05 02:14:074600
[email protected]698191dc2014-02-25 01:06:134601 // Cancel any visible dialogs so they are not left dangling over the sad tab.
creis89a0f782015-05-27 16:13:174602 CancelActiveAndPendingDialogs();
[email protected]698191dc2014-02-25 01:06:134603
[email protected]f738bdcb2014-07-11 20:40:444604 if (delegate_)
4605 delegate_->HideValidationMessage(this);
4606
dalecurtis3d1e1302017-02-20 22:33:254607 audio_stream_monitor_.RenderProcessGone(rvh->GetProcess()->GetID());
4608
[email protected]960b0372014-05-19 18:01:004609 // Reset the loading progress. TODO(avi): What does it mean to have a
4610 // "renderer crash" when there is more than one renderer process serving a
4611 // webpage? Once this function is called at a more granular frame level, we
4612 // probably will need to more granularly reset the state here.
4613 ResetLoadProgressState();
clamy44e84ce2016-02-22 15:38:254614 NotifyDisconnected();
4615 SetIsCrashed(status, error_code);
[email protected]960b0372014-05-19 18:01:004616
ericwilligersde386342016-10-19 02:35:094617 for (auto& observer : observers_)
4618 observer.RenderProcessGone(GetCrashedStatus());
[email protected]420ae012009-04-24 05:16:324619}
4620
[email protected]b172aee2012-04-10 17:05:264621void WebContentsImpl::RenderViewDeleted(RenderViewHost* rvh) {
ericwilligersde386342016-10-19 02:35:094622 for (auto& observer : observers_)
4623 observer.RenderViewDeleted(rvh);
[email protected]2e4633c2009-07-09 16:58:064624}
4625
sky8b00392d2015-01-10 00:30:284626void WebContentsImpl::UpdateTargetURL(RenderViewHost* render_view_host,
4627 const GURL& url) {
4628 if (fullscreen_widget_routing_id_ != MSG_ROUTING_NONE) {
4629 // If we're fullscreen only update the url if it's from the fullscreen
4630 // renderer.
4631 RenderWidgetHostView* fs = GetFullscreenRenderWidgetHostView();
avif9ab5d942015-10-15 14:05:444632 if (fs && fs->GetRenderWidgetHost() != render_view_host->GetWidget())
sky8b00392d2015-01-10 00:30:284633 return;
4634 }
[email protected]6934a702011-12-20 00:04:514635 if (delegate_)
avi450ce00e2014-09-24 01:58:524636 delegate_->UpdateTargetURL(this, url);
[email protected]420ae012009-04-24 05:16:324637}
4638
[email protected]b172aee2012-04-10 17:05:264639void WebContentsImpl::Close(RenderViewHost* rvh) {
[email protected]60780f412013-02-25 16:34:104640#if defined(OS_MACOSX)
[email protected]07707302009-11-06 00:50:294641 // The UI may be in an event-tracking loop, such as between the
4642 // mouse-down and mouse-up in text selection or a button click.
4643 // Defer the close until after tracking is complete, so that we
4644 // don't free objects out from under the UI.
[email protected]07707302009-11-06 00:50:294645 // TODO(shess): This could get more fine-grained. For instance,
4646 // closing a tab in another window while selecting text in the
4647 // current window's Omnibox should be just fine.
[email protected]60780f412013-02-25 16:34:104648 if (view_->IsEventTracking()) {
4649 view_->CloseTabAfterEventTracking();
[email protected]07707302009-11-06 00:50:294650 return;
4651 }
[email protected]60780f412013-02-25 16:34:104652#endif
[email protected]07707302009-11-06 00:50:294653
[email protected]420ae012009-04-24 05:16:324654 // Ignore this if it comes from a RenderViewHost that we aren't showing.
[email protected]151a63d2011-12-20 22:32:524655 if (delegate_ && rvh == GetRenderViewHost())
[email protected]6934a702011-12-20 00:04:514656 delegate_->CloseContents(this);
[email protected]420ae012009-04-24 05:16:324657}
4658
[email protected]b172aee2012-04-10 17:05:264659void WebContentsImpl::RequestMove(const gfx::Rect& new_bounds) {
[email protected]6934a702011-12-20 00:04:514660 if (delegate_ && delegate_->IsPopupOrPanel(this))
4661 delegate_->MoveContents(this, new_bounds);
[email protected]420ae012009-04-24 05:16:324662}
4663
fdegansa696e5112015-04-17 01:57:594664void WebContentsImpl::DidStartLoading(FrameTreeNode* frame_tree_node,
[email protected]e3b10d12014-03-28 16:06:094665 bool to_different_document) {
clamy44e84ce2016-02-22 15:38:254666 LoadingStateChanged(to_different_document, false, nullptr);
dmazzonibf8cec42015-02-08 08:28:084667
4668 // Notify accessibility that the user is navigating away from the
4669 // current document.
4670 //
4671 // TODO(dmazzoni): do this using a WebContentsObserver.
dmazzonibf8cec42015-02-08 08:28:084672 BrowserAccessibilityManager* manager =
fdegansa696e5112015-04-17 01:57:594673 frame_tree_node->current_frame_host()->browser_accessibility_manager();
dmazzonibf8cec42015-02-08 08:28:084674 if (manager)
4675 manager->UserIsNavigatingAway();
[email protected]420ae012009-04-24 05:16:324676}
4677
fdegansc73eec22015-03-19 14:47:544678void WebContentsImpl::DidStopLoading() {
dcheng59716272016-04-09 05:19:084679 std::unique_ptr<LoadNotificationDetails> details;
[email protected]420ae012009-04-24 05:16:324680
[email protected]9595fd82013-04-19 21:28:494681 // Use the last committed entry rather than the active one, in case a
4682 // pending entry has been created.
4683 NavigationEntry* entry = controller_.GetLastCommittedEntry();
[email protected]3691e5cf2014-01-22 10:16:204684 Navigator* navigator = frame_tree_.root()->navigator();
[email protected]9595fd82013-04-19 21:28:494685
[email protected]420ae012009-04-24 05:16:324686 // An entry may not exist for a stop when loading an initial blank page or
4687 // if an iframe injected by script into a blank page finishes loading.
4688 if (entry) {
[email protected]3691e5cf2014-01-22 10:16:204689 base::TimeDelta elapsed =
4690 base::TimeTicks::Now() - navigator->GetCurrentLoadStart();
[email protected]420ae012009-04-24 05:16:324691
4692 details.reset(new LoadNotificationDetails(
[email protected]36fc0392011-12-25 03:59:514693 entry->GetVirtualURL(),
[email protected]420ae012009-04-24 05:16:324694 elapsed,
4695 &controller_,
4696 controller_.GetCurrentEntryIndex()));
4697 }
4698
clamy44e84ce2016-02-22 15:38:254699 LoadingStateChanged(true, false, details.get());
[email protected]420ae012009-04-24 05:16:324700}
4701
fdegansa696e5112015-04-17 01:57:594702void WebContentsImpl::DidChangeLoadProgress() {
4703 double load_progress = frame_tree_.load_progress();
4704
4705 // The delegate is notified immediately for the first and last updates. Also,
4706 // since the message loop may be pretty busy when a page is loaded, it might
4707 // not execute a posted task in a timely manner so the progress report is sent
4708 // immediately if enough time has passed.
4709 base::TimeDelta min_delay =
4710 base::TimeDelta::FromMilliseconds(kMinimumDelayBetweenLoadingUpdatesMS);
4711 bool delay_elapsed = loading_last_progress_update_.is_null() ||
4712 base::TimeTicks::Now() - loading_last_progress_update_ > min_delay;
4713
4714 if (load_progress == 0.0 || load_progress == 1.0 || delay_elapsed) {
4715 // If there is a pending task to send progress, it is now obsolete.
4716 loading_weak_factory_.InvalidateWeakPtrs();
4717
4718 // Notify the load progress change.
4719 SendChangeLoadProgress();
4720
4721 // Clean-up the states if needed.
4722 if (load_progress == 1.0)
4723 ResetLoadProgressState();
4724 return;
4725 }
4726
4727 if (loading_weak_factory_.HasWeakPtrs())
4728 return;
4729
skyostil95082a62015-06-05 19:53:074730 base::ThreadTaskRunnerHandle::Get()->PostDelayedTask(
4731 FROM_HERE, base::Bind(&WebContentsImpl::SendChangeLoadProgress,
4732 loading_weak_factory_.GetWeakPtr()),
fdegansa696e5112015-04-17 01:57:594733 min_delay);
4734}
4735
avid6d88b912017-01-13 00:16:004736std::vector<std::unique_ptr<NavigationThrottle>>
4737WebContentsImpl::CreateThrottlesForNavigation(
clamycbf524d42016-09-27 12:48:354738 NavigationHandle* navigation_handle) {
4739 return GetContentClient()->browser()->CreateThrottlesForNavigation(
4740 navigation_handle);
4741}
4742
clamy1e5574e2016-09-29 16:48:444743std::unique_ptr<NavigationUIData> WebContentsImpl::GetNavigationUIData(
4744 NavigationHandle* navigation_handle) {
4745 DCHECK(IsBrowserSideNavigationEnabled());
4746 return GetContentClient()->browser()->GetNavigationUIData(navigation_handle);
4747}
4748
[email protected]b172aee2012-04-10 17:05:264749void WebContentsImpl::DidCancelLoading() {
[email protected]c95fa8b2011-04-28 20:26:164750 controller_.DiscardNonCommittedEntries();
4751
4752 // Update the URL display.
[email protected]8ff00d72012-10-23 19:12:214753 NotifyNavigationStateChanged(INVALIDATE_TYPE_URL);
[email protected]c95fa8b2011-04-28 20:26:164754}
4755
[email protected]59167c22013-06-03 18:07:324756void WebContentsImpl::DidAccessInitialDocument() {
[email protected]b4c84012014-04-28 19:51:104757 has_accessed_initial_document_ = true;
4758
[email protected]d1371bf8e2014-04-19 03:26:244759 // We may have left a failed browser-initiated navigation in the address bar
4760 // to let the user edit it and try again. Clear it now that content might
4761 // show up underneath it.
4762 if (!IsLoading() && controller_.GetPendingEntry())
avi45a72532015-04-07 21:01:454763 controller_.DiscardPendingEntry(false);
[email protected]d1371bf8e2014-04-19 03:26:244764
[email protected]59167c22013-06-03 18:07:324765 // Update the URL display.
thestigc4cac8f2014-09-04 21:17:504766 NotifyNavigationStateChanged(INVALIDATE_TYPE_URL);
[email protected]59167c22013-06-03 18:07:324767}
4768
alexmosbe2f4c32015-03-10 02:30:234769void WebContentsImpl::DidChangeName(RenderFrameHost* render_frame_host,
4770 const std::string& name) {
ericwilligersde386342016-10-19 02:35:094771 for (auto& observer : observers_)
4772 observer.FrameNameChanged(render_frame_host, name);
alexmosbe2f4c32015-03-10 02:30:234773}
4774
[email protected]39f2f9252014-05-03 00:54:014775void WebContentsImpl::DocumentOnLoadCompleted(
[email protected]50279492014-05-05 23:24:294776 RenderFrameHost* render_frame_host) {
falken52a56e32016-12-08 05:02:404777 ShowInsecureLocalhostWarningIfNeeded();
4778
creis97867aa2017-02-17 18:39:454779 is_notifying_observers_ = true;
ericwilligersde386342016-10-19 02:35:094780 for (auto& observer : observers_)
4781 observer.DocumentOnLoadCompletedInMainFrame();
creis97867aa2017-02-17 18:39:454782 is_notifying_observers_ = false;
[email protected]6578fef2013-10-14 02:35:094783
4784 // TODO(avi): Remove. http://crbug.com/170921
[email protected]8ff00d72012-10-23 19:12:214785 NotificationService::current()->Notify(
4786 NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
4787 Source<WebContents>(this),
[email protected]50279492014-05-05 23:24:294788 NotificationService::NoDetails());
[email protected]25497492010-09-11 15:15:084789}
4790
creis8eb8ef22015-11-04 22:51:384791void WebContentsImpl::UpdateStateForFrame(RenderFrameHost* render_frame_host,
4792 const PageState& page_state) {
creis8eb8ef22015-11-04 22:51:384793 // The state update affects the last NavigationEntry associated with the given
4794 // |render_frame_host|. This may not be the last committed NavigationEntry (as
4795 // in the case of an UpdateState from a frame being swapped out). We track
4796 // which entry this is in the RenderFrameHost's nav_entry_id.
4797 RenderFrameHostImpl* rfhi =
4798 static_cast<RenderFrameHostImpl*>(render_frame_host);
4799 NavigationEntryImpl* entry =
4800 controller_.GetEntryWithUniqueID(rfhi->nav_entry_id());
4801 if (!entry)
4802 return;
4803
4804 FrameNavigationEntry* frame_entry =
4805 entry->GetFrameEntry(rfhi->frame_tree_node());
4806 if (!frame_entry)
4807 return;
4808
creisd06a9422015-11-11 03:08:454809 // The SiteInstance might not match if we do a cross-process navigation with
4810 // replacement (e.g., auto-subframe), in which case the swap out of the old
4811 // RenderFrameHost runs in the background after the old FrameNavigationEntry
4812 // has already been replaced and destroyed.
4813 if (frame_entry->site_instance() != rfhi->GetSiteInstance())
4814 return;
4815
creis8eb8ef22015-11-04 22:51:384816 if (page_state == frame_entry->page_state())
4817 return; // Nothing to update.
4818
creis0cade2e2017-02-28 06:37:474819 DCHECK(page_state.IsValid()) << "Shouldn't set an empty PageState.";
nasko34634672016-07-29 18:46:064820
4821 // The document_sequence_number and item_sequence_number recorded in the
4822 // FrameNavigationEntry should not differ from the one coming with the update,
4823 // since it must come from the same document. Do not update it if a difference
4824 // is detected, as this indicates that |frame_entry| is not the correct one.
4825 ExplodedPageState exploded_state;
4826 if (!DecodePageState(page_state.ToEncodedData(), &exploded_state))
4827 return;
4828
4829 if (exploded_state.top.document_sequence_number !=
4830 frame_entry->document_sequence_number() ||
4831 exploded_state.top.item_sequence_number !=
4832 frame_entry->item_sequence_number()) {
4833 return;
4834 }
4835
nasko04a322f25a2016-09-01 00:00:344836 frame_entry->SetPageState(page_state);
creis8eb8ef22015-11-04 22:51:384837 controller_.NotifyEntryChanged(entry);
4838}
4839
[email protected]ef3adfc2014-05-11 00:04:544840void WebContentsImpl::UpdateTitle(RenderFrameHost* render_frame_host,
[email protected]ef3adfc2014-05-11 00:04:544841 const base::string16& title,
4842 base::i18n::TextDirection title_direction) {
[email protected]ef3adfc2014-05-11 00:04:544843 // If we have a title, that's a pretty good indication that we've started
4844 // getting useful data.
4845 SetNotWaitingForResponse();
4846
4847 // Try to find the navigation entry, which might not be the current one.
avi286019ce2015-07-29 01:26:584848 // For example, it might be from a recently swapped out RFH.
avi1edc8552016-10-13 21:37:164849 NavigationEntryImpl* entry = controller_.GetEntryWithUniqueID(
creisad8c31a2016-05-24 17:07:044850 static_cast<RenderFrameHostImpl*>(render_frame_host)->nav_entry_id());
[email protected]ef3adfc2014-05-11 00:04:544851
4852 // We can handle title updates when we don't have an entry in
4853 // UpdateTitleForEntry, but only if the update is from the current RVH.
4854 // TODO(avi): Change to make decisions based on the RenderFrameHost.
avi286019ce2015-07-29 01:26:584855 if (!entry && render_frame_host != GetMainFrame())
[email protected]ef3adfc2014-05-11 00:04:544856 return;
4857
4858 // TODO(evan): make use of title_direction.
4859 // http://code.google.com/p/chromium/issues/detail?id=27094
afakhry6f0c1ec22016-07-14 13:55:134860 UpdateTitleForEntry(entry, title);
[email protected]ef3adfc2014-05-11 00:04:544861}
4862
4863void WebContentsImpl::UpdateEncoding(RenderFrameHost* render_frame_host,
4864 const std::string& encoding) {
4865 SetEncoding(encoding);
4866}
4867
[email protected]39f2f9252014-05-03 00:54:014868void WebContentsImpl::DocumentAvailableInMainFrame(
4869 RenderViewHost* render_view_host) {
ericwilligersde386342016-10-19 02:35:094870 for (auto& observer : observers_)
4871 observer.DocumentAvailableInMainFrame();
[email protected]39f2f9252014-05-03 00:54:014872}
naskoc0fceff2015-04-30 15:53:524873
[email protected]e1c3a552012-05-04 20:51:324874void WebContentsImpl::RouteCloseEvent(RenderViewHost* rvh) {
4875 // Tell the active RenderViewHost to run unload handlers and close, as long
4876 // as the request came from a RenderViewHost in the same BrowsingInstance.
4877 // In most cases, we receive this from a swapped out RenderViewHost.
4878 // It is possible to receive it from one that has just been swapped in,
4879 // in which case we might as well deliver the message anyway.
4880 if (rvh->GetSiteInstance()->IsRelatedSiteInstance(GetSiteInstance()))
naskoc0fceff2015-04-30 15:53:524881 ClosePage();
[email protected]e1c3a552012-05-04 20:51:324882}
4883
alexmose7da5a12015-04-09 02:22:164884bool WebContentsImpl::ShouldRouteMessageEvent(
4885 RenderFrameHost* target_rfh,
4886 SiteInstance* source_site_instance) const {
4887 // Allow the message if this WebContents is dedicated to a browser plugin
4888 // guest.
[email protected]0eba810b2012-10-18 03:19:364889 // Note: This check means that an embedder could theoretically receive a
4890 // postMessage from anyone (not just its own guests). However, this is
4891 // probably not a risk for apps since other pages won't have references
4892 // to App windows.
alexmose7da5a12015-04-09 02:22:164893 return GetBrowserPluginGuest() || GetBrowserPluginEmbedder();
4894}
[email protected]f546640b2012-05-15 00:03:494895
alexmos58729042015-06-18 23:20:004896void WebContentsImpl::EnsureOpenerProxiesExist(RenderFrameHost* source_rfh) {
alexmose7da5a12015-04-09 02:22:164897 WebContentsImpl* source_web_contents = static_cast<WebContentsImpl*>(
4898 WebContents::FromRenderFrameHost(source_rfh));
[email protected]f546640b2012-05-15 00:03:494899
alexmose7da5a12015-04-09 02:22:164900 if (source_web_contents) {
lazyboy6ec48b2a2015-06-29 15:18:144901 // If this message is going to outer WebContents from inner WebContents,
4902 // then we should not create a RenderView. AttachToOuterWebContentsFrame()
4903 // already created a RenderFrameProxyHost for that purpose.
4904 if (GetBrowserPluginEmbedder() &&
ekaramad1beabecc2016-09-23 20:18:174905 GuestMode::IsCrossProcessFrameGuest(source_web_contents)) {
lazyboy6ec48b2a2015-06-29 15:18:144906 return;
4907 }
4908
lfg812874d2016-02-09 22:26:134909 if (this != source_web_contents && GetBrowserPluginGuest()) {
naskob3041b98a42016-03-12 04:43:064910 // We create a RenderFrameProxyHost for the embedder in the guest's render
4911 // process but we intentionally do not expose the embedder's opener chain
4912 // to it.
4913 source_web_contents->GetRenderManager()->CreateRenderFrameProxy(
4914 GetSiteInstance());
[email protected]f546640b2012-05-15 00:03:494915 } else {
alexmos58729042015-06-18 23:20:004916 RenderFrameHostImpl* source_rfhi =
4917 static_cast<RenderFrameHostImpl*>(source_rfh);
4918 source_rfhi->frame_tree_node()->render_manager()->CreateOpenerProxies(
alexmos90325cf2015-09-02 17:18:394919 GetSiteInstance(), nullptr);
[email protected]f546640b2012-05-15 00:03:494920 }
4921 }
[email protected]f546640b2012-05-15 00:03:494922}
4923
avallee9993fca2016-11-17 06:16:504924void WebContentsImpl::SetAsFocusedWebContentsIfNecessary() {
4925 // Only change focus if we are not currently focused.
4926 WebContentsImpl* old_contents = GetFocusedWebContents();
4927 if (old_contents == this)
4928 return;
4929
paulmeyerfeafc2d2017-04-25 21:46:404930 GetOutermostWebContents()->node_.SetFocusedWebContents(this);
4931
4932 if (!GuestMode::IsCrossProcessFrameGuest(this) && browser_plugin_guest_)
4933 return;
4934
avallee9993fca2016-11-17 06:16:504935 // Send a page level blur to the old contents so that it displays inactive UI
4936 // and focus this contents to activate it.
4937 if (old_contents)
4938 old_contents->GetMainFrame()->GetRenderWidgetHost()->SetPageFocus(false);
avalleec2ff1ef2017-01-21 00:12:304939
4940 // Make sure the outer web contents knows our frame is focused. Otherwise, the
4941 // outer renderer could have the element before or after the frame element
4942 // focused which would return early without actually advancing focus.
4943 if (GetRenderManager()->GetProxyToOuterDelegate())
4944 GetRenderManager()->GetProxyToOuterDelegate()->SetFocusedFrame();
4945
lfg1453e412017-04-11 00:48:504946 if (ShowingInterstitialPage()) {
4947 static_cast<RenderFrameHostImpl*>(
4948 GetRenderManager()->interstitial_page()->GetMainFrame())
4949 ->GetRenderWidgetHost()
4950 ->SetPageFocus(true);
4951 } else {
4952 GetMainFrame()->GetRenderWidgetHost()->SetPageFocus(true);
4953 }
avallee9993fca2016-11-17 06:16:504954}
4955
avallee0206f782016-07-28 18:55:334956void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node,
4957 SiteInstance* source) {
avallee9993fca2016-11-17 06:16:504958 SetAsFocusedWebContentsIfNecessary();
avallee0206f782016-07-28 18:55:334959 frame_tree_.SetFocusedFrame(node, source);
avallee0206f782016-07-28 18:55:334960}
4961
ekaramada110f642016-12-21 19:47:284962void WebContentsImpl::OnFocusedElementChangedInFrame(
4963 RenderFrameHostImpl* frame,
4964 const gfx::Rect& bounds_in_root_view) {
4965 RenderWidgetHostViewBase* root_view =
4966 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
4967 if (!root_view || !frame->GetView())
4968 return;
4969
4970 // Converting to screen coordinates.
4971 gfx::Point origin = bounds_in_root_view.origin();
4972 origin += root_view->GetViewBounds().OffsetFromOrigin();
4973 gfx::Rect bounds_in_screen(origin, bounds_in_root_view.size());
4974
4975 root_view->FocusedNodeChanged(frame->has_focused_editable_element(),
4976 bounds_in_screen);
4977
4978 FocusedNodeDetails details = {frame->has_focused_editable_element(),
4979 bounds_in_screen};
4980
4981 // TODO(ekaramad): We should replace this with an observer notification
4982 // (https://crbug.com/675975).
4983 NotificationService::current()->Notify(
4984 NOTIFICATION_FOCUS_CHANGED_IN_PAGE,
4985 Source<RenderViewHost>(GetRenderViewHost()),
4986 Details<FocusedNodeDetails>(&details));
4987}
4988
avia90ae4e2016-11-11 20:49:334989bool WebContentsImpl::DidAddMessageToConsole(int32_t level,
4990 const base::string16& message,
4991 int32_t line_no,
4992 const base::string16& source_id) {
[email protected]a796f202012-05-30 14:14:254993 if (!delegate_)
4994 return false;
avia90ae4e2016-11-11 20:49:334995 return delegate_->DidAddMessageToConsole(this, level, message, line_no,
4996 source_id);
[email protected]a796f202012-05-30 14:14:254997}
4998
dominickn9c7ceaa32016-02-27 01:52:534999void WebContentsImpl::OnUserInteraction(
5000 RenderWidgetHostImpl* render_widget_host,
5001 const blink::WebInputEvent::Type type) {
kenrb19221852016-04-29 17:21:405002 // Ignore unless the widget is currently in the frame tree.
5003 if (!HasMatchingWidgetHost(&frame_tree_, render_widget_host))
avic3aa8422015-11-09 20:57:225004 return;
5005
ericwilligersde386342016-10-19 02:35:095006 for (auto& observer : observers_)
5007 observer.DidGetUserInteraction(type);
dominickn9c7ceaa32016-02-27 01:52:535008
5009 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get();
5010 // Exclude scroll events as user gestures for resource load dispatches.
5011 // rdh is NULL in unittests.
Blink Reformat1c4d759e2017-04-09 16:34:545012 if (rdh && type != blink::WebInputEvent::kMouseWheel)
scottmge22a5e52016-06-30 00:36:515013 rdh->OnUserGesture();
dominickn2dd142dd2015-10-29 05:30:505014}
5015
avallee9993fca2016-11-17 06:16:505016void WebContentsImpl::FocusOwningWebContents(
5017 RenderWidgetHostImpl* render_widget_host) {
5018 // The PDF plugin still runs as a BrowserPlugin and must go through the
5019 // input redirection mechanism. It must not become focused direcly.
5020 if (!GuestMode::IsCrossProcessFrameGuest(this) && browser_plugin_guest_)
5021 return;
5022
5023 RenderWidgetHostImpl* focused_widget =
5024 GetFocusedRenderWidgetHost(render_widget_host);
5025
5026 if (focused_widget != render_widget_host &&
avallee8e881592016-11-19 00:39:305027 (!focused_widget ||
5028 focused_widget->delegate() != render_widget_host->delegate())) {
avallee9993fca2016-11-17 06:16:505029 SetAsFocusedWebContentsIfNecessary();
5030 }
5031}
5032
[email protected]b172aee2012-04-10 17:05:265033void WebContentsImpl::OnIgnoredUIEvent() {
[email protected]31145092011-09-30 01:49:445034 // Notify observers.
ericwilligersde386342016-10-19 02:35:095035 for (auto& observer : observers_)
5036 observer.DidGetIgnoredUIEvent();
[email protected]fa1cf0b82010-01-15 21:49:445037}
5038
avic3aa8422015-11-09 20:57:225039void WebContentsImpl::RendererUnresponsive(
avice799302017-03-09 16:34:595040 RenderWidgetHostImpl* render_widget_host) {
ericwilligersde386342016-10-19 02:35:095041 for (auto& observer : observers_)
5042 observer.OnRendererUnresponsive(render_widget_host);
afakhry98241832016-03-11 19:27:475043
[email protected]992db4c2011-05-12 15:37:155044 // Don't show hung renderer dialog for a swapped out RVH.
avic3aa8422015-11-09 20:57:225045 if (render_widget_host != GetRenderViewHost()->GetWidget())
[email protected]992db4c2011-05-12 15:37:155046 return;
5047
avic031d392017-03-03 03:09:425048 if (ShouldIgnoreUnresponsiveRenderer())
[email protected]e5fc1632011-08-08 07:51:535049 return;
5050
creisc014b402015-04-23 16:41:455051 if (!GetRenderViewHost() || !GetRenderViewHost()->IsRenderViewLive())
[email protected]55452902011-06-01 21:57:475052 return;
5053
dtapuskae99ec6e52016-10-18 00:15:425054 if (delegate_) {
5055 WebContentsUnresponsiveState unresponsive_state;
dtapuskae99ec6e52016-10-18 00:15:425056 unresponsive_state.outstanding_ack_count =
5057 render_widget_host->in_flight_event_count();
5058 unresponsive_state.outstanding_event_type =
5059 render_widget_host->hang_monitor_event_type();
5060 unresponsive_state.last_event_type = render_widget_host->last_event_type();
5061 delegate_->RendererUnresponsive(this, unresponsive_state);
5062 }
[email protected]420ae012009-04-24 05:16:325063}
5064
avic3aa8422015-11-09 20:57:225065void WebContentsImpl::RendererResponsive(
5066 RenderWidgetHostImpl* render_widget_host) {
5067 if (render_widget_host != GetRenderViewHost()->GetWidget())
5068 return;
5069
[email protected]6934a702011-12-20 00:04:515070 if (delegate_)
5071 delegate_->RendererResponsive(this);
[email protected]420ae012009-04-24 05:16:325072}
5073
[email protected]b172aee2012-04-10 17:05:265074void WebContentsImpl::BeforeUnloadFiredFromRenderManager(
[email protected]feaded02012-09-25 19:12:555075 bool proceed, const base::TimeTicks& proceed_time,
[email protected]420ae012009-04-24 05:16:325076 bool* proceed_to_fire_unload) {
ericwilligersde386342016-10-19 02:35:095077 for (auto& observer : observers_)
5078 observer.BeforeUnloadFired(proceed_time);
[email protected]6934a702011-12-20 00:04:515079 if (delegate_)
5080 delegate_->BeforeUnloadFired(this, proceed, proceed_to_fire_unload);
[email protected]e80af492013-06-24 21:52:095081 // Note: |this| might be deleted at this point.
[email protected]420ae012009-04-24 05:16:325082}
5083
[email protected]58d5cfe2013-07-10 02:40:525084void WebContentsImpl::RenderProcessGoneFromRenderManager(
[email protected]3a3d47472010-07-15 21:03:545085 RenderViewHost* render_view_host) {
[email protected]443b80e2010-12-14 00:42:235086 DCHECK(crashed_status_ != base::TERMINATION_STATUS_STILL_RUNNING);
[email protected]ec6a7eb2013-04-22 17:34:225087 RenderViewTerminated(render_view_host, crashed_status_, crashed_error_code_);
[email protected]3a3d47472010-07-15 21:03:545088}
5089
[email protected]b172aee2012-04-10 17:05:265090void WebContentsImpl::UpdateRenderViewSizeForRenderManager() {
[email protected]8643e6d2012-01-18 20:26:105091 // TODO(brettw) this is a hack. See WebContentsView::SizeContents.
[email protected]dc0fd432013-08-27 15:29:215092 gfx::Size size = GetSizeForNewRenderView();
[email protected]0323ee42010-02-17 22:03:265093 // 0x0 isn't a valid window size (minimal window size is 1x1) but it may be
5094 // here during container initialization and normal window size will be set
5095 // later. In case of tab duplication this resizing to 0x0 prevents setting
5096 // normal size later so just ignore it.
5097 if (!size.IsEmpty())
5098 view_->SizeContents(size);
[email protected]420ae012009-04-24 05:16:325099}
5100
[email protected]af905902013-10-01 21:38:515101void WebContentsImpl::CancelModalDialogsForRenderManager() {
5102 // We need to cancel modal dialogs when doing a process swap, since the load
avi2460c762015-04-17 15:21:545103 // deferrer would prevent us from swapping out. We also clear the state
5104 // because this is a cross-process navigation, which means that it's a new
5105 // site that should not have to pay for the sins of its predecessor.
creis89a0f782015-05-27 16:13:175106 //
5107 // Note that we don't bother telling browser_plugin_embedder_ because the
5108 // cross-process navigation will either destroy the browser plugins or not
5109 // require their dialogs to close.
avi5d3b8692016-10-12 22:00:465110 if (dialog_manager_) {
avi6879fcf2017-01-21 05:27:535111 dialog_manager_->CancelDialogs(this, /*reset_state=*/true);
avi5d3b8692016-10-12 22:00:465112 }
[email protected]af905902013-10-01 21:38:515113}
5114
[email protected]02d7b6e2014-06-24 21:01:505115void WebContentsImpl::NotifySwappedFromRenderManager(RenderFrameHost* old_host,
5116 RenderFrameHost* new_host,
5117 bool is_main_frame) {
5118 if (is_main_frame) {
naskof5940b9f2015-03-02 23:04:055119 NotifyViewSwapped(old_host ? old_host->GetRenderViewHost() : nullptr,
[email protected]02d7b6e2014-06-24 21:01:505120 new_host->GetRenderViewHost());
[email protected]a6b73c62013-02-11 23:05:085121
[email protected]02d7b6e2014-06-24 21:01:505122 // Make sure the visible RVH reflects the new delegate's preferences.
5123 if (delegate_)
5124 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
[email protected]d56a49e2013-02-23 00:47:395125
[email protected]02d7b6e2014-06-24 21:01:505126 view_->RenderViewSwappedIn(new_host->GetRenderViewHost());
dmazzoni62111452017-04-28 23:46:555127
5128 RenderWidgetHostViewBase* rwhv =
5129 static_cast<RenderWidgetHostViewBase*>(GetRenderWidgetHostView());
5130 if (rwhv)
5131 rwhv->SetMainFrameAXTreeID(GetMainFrame()->GetAXTreeID());
[email protected]02d7b6e2014-06-24 21:01:505132 }
5133
5134 NotifyFrameSwapped(old_host, new_host);
[email protected]3a3d47472010-07-15 21:03:545135}
5136
naskof5940b9f2015-03-02 23:04:055137void WebContentsImpl::NotifyMainFrameSwappedFromRenderManager(
5138 RenderViewHost* old_host,
5139 RenderViewHost* new_host) {
5140 NotifyViewSwapped(old_host, new_host);
5141}
5142
[email protected]b172aee2012-04-10 17:05:265143NavigationControllerImpl& WebContentsImpl::GetControllerForRenderManager() {
[email protected]d1198fd2012-08-13 22:50:195144 return GetController();
[email protected]3a3d47472010-07-15 21:03:545145}
5146
dcheng59716272016-04-09 05:19:085147std::unique_ptr<WebUIImpl> WebContentsImpl::CreateWebUIForRenderFrameHost(
carlosk37f793792014-11-27 15:08:295148 const GURL& url) {
avie865b1d2016-10-24 19:42:595149 return CreateWebUI(url, std::string());
[email protected]420ae012009-04-24 05:16:325150}
5151
[email protected]10f417c52011-12-28 21:04:235152NavigationEntry*
[email protected]b172aee2012-04-10 17:05:265153 WebContentsImpl::GetLastCommittedNavigationEntryForRenderManager() {
[email protected]420ae012009-04-24 05:16:325154 return controller_.GetLastCommittedEntry();
5155}
5156
lfgbede6392015-09-11 21:54:065157void WebContentsImpl::CreateRenderWidgetHostViewForRenderManager(
5158 RenderViewHost* render_view_host) {
lfgc740d4b22016-04-15 16:45:335159 RenderWidgetHostViewBase* rwh_view =
5160 view_->CreateViewForWidget(render_view_host->GetWidget(), false);
[email protected]1a98a932009-11-17 00:12:525161
[email protected]420ae012009-04-24 05:16:325162 // Now that the RenderView has been created, we need to tell it its size.
[email protected]245f7d52011-11-28 15:36:445163 if (rwh_view)
[email protected]dc0fd432013-08-27 15:29:215164 rwh_view->SetSize(GetSizeForNewRenderView());
lfgbede6392015-09-11 21:54:065165}
5166
5167bool WebContentsImpl::CreateRenderViewForRenderManager(
5168 RenderViewHost* render_view_host,
5169 int opener_frame_routing_id,
5170 int proxy_routing_id,
5171 const FrameReplicationState& replicated_frame_state) {
5172 TRACE_EVENT0("browser,navigation",
5173 "WebContentsImpl::CreateRenderViewForRenderManager");
5174
piman00cf9402017-04-03 17:09:205175 if (proxy_routing_id == MSG_ROUTING_NONE)
lfg9431efd2016-12-14 14:45:265176 CreateRenderWidgetHostViewForRenderManager(render_view_host);
lfg9431efd2016-12-14 14:45:265177
piman00cf9402017-04-03 17:09:205178 if (!static_cast<RenderViewHostImpl*>(render_view_host)
5179 ->CreateRenderView(opener_frame_routing_id, proxy_routing_id,
lfg9431efd2016-12-14 14:45:265180 replicated_frame_state, created_with_opener_)) {
[email protected]a4127722011-04-27 23:13:525181 return false;
[email protected]14392a52012-05-02 20:28:445182 }
[email protected]a4127722011-04-27 23:13:525183
avi2b177592014-12-10 02:08:025184 SetHistoryOffsetAndLengthForView(render_view_host,
5185 controller_.GetLastCommittedEntryIndex(),
5186 controller_.GetEntryCount());
5187
[email protected]a220b5932013-09-21 03:47:445188#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
[email protected]f8233cc2011-05-31 20:24:505189 // Force a ViewMsg_Resize to be sent, needed to make plugins show up on
5190 // linux. See crbug.com/83941.
avif9ab5d942015-10-15 14:05:445191 RenderWidgetHostView* rwh_view = render_view_host->GetWidget()->GetView();
[email protected]245f7d52011-11-28 15:36:445192 if (rwh_view) {
5193 if (RenderWidgetHost* render_widget_host = rwh_view->GetRenderWidgetHost())
5194 render_widget_host->WasResized();
5195 }
[email protected]f8233cc2011-05-31 20:24:505196#endif
5197
[email protected]420ae012009-04-24 05:16:325198 return true;
5199}
5200
[email protected]82307f6b2014-08-07 03:30:125201bool WebContentsImpl::CreateRenderFrameForRenderManager(
5202 RenderFrameHost* render_frame_host,
alexmosa181efc2015-09-03 00:39:045203 int proxy_routing_id,
5204 int opener_routing_id,
japhete6adf142014-10-31 00:01:495205 int parent_routing_id,
alexmosa181efc2015-09-03 00:39:045206 int previous_sibling_routing_id) {
naskob8744d22014-08-28 17:07:435207 TRACE_EVENT0("browser,navigation",
5208 "WebContentsImpl::CreateRenderFrameForRenderManager");
[email protected]82307f6b2014-08-07 03:30:125209
5210 RenderFrameHostImpl* rfh =
5211 static_cast<RenderFrameHostImpl*>(render_frame_host);
alexmosa181efc2015-09-03 00:39:045212 if (!rfh->CreateRenderFrame(proxy_routing_id, opener_routing_id,
5213 parent_routing_id, previous_sibling_routing_id))
[email protected]82307f6b2014-08-07 03:30:125214 return false;
5215
5216 // TODO(nasko): When RenderWidgetHost is owned by RenderFrameHost, the passed
5217 // RenderFrameHost will have to be associated with the appropriate
5218 // RenderWidgetHostView or a new one should be created here.
5219
5220 return true;
5221}
5222
mfomitchev2b8b066a2016-01-28 19:23:155223#if defined(OS_ANDROID)
[email protected]fc2b46b2014-05-03 16:33:455224
[email protected]155c7f22013-12-09 17:07:185225base::android::ScopedJavaLocalRef<jobject>
5226WebContentsImpl::GetJavaWebContents() {
mostynb042582e2015-03-16 22:13:405227 DCHECK_CURRENTLY_ON(BrowserThread::UI);
[email protected]0e813a52014-08-13 10:34:565228 return GetWebContentsAndroid()->GetJavaObject();
5229}
[email protected]155c7f22013-12-09 17:07:185230
[email protected]0e813a52014-08-13 10:34:565231WebContentsAndroid* WebContentsImpl::GetWebContentsAndroid() {
[email protected]155c7f22013-12-09 17:07:185232 WebContentsAndroid* web_contents_android =
5233 static_cast<WebContentsAndroid*>(GetUserData(kWebContentsAndroidKey));
5234 if (!web_contents_android) {
5235 web_contents_android = new WebContentsAndroid(this);
avicb129c02017-05-03 06:49:295236 SetUserData(kWebContentsAndroidKey, base::WrapUnique(web_contents_android));
[email protected]155c7f22013-12-09 17:07:185237 }
[email protected]0e813a52014-08-13 10:34:565238 return web_contents_android;
[email protected]155c7f22013-12-09 17:07:185239}
5240
paulmeyerc0b762b2016-04-13 11:55:175241void WebContentsImpl::ActivateNearestFindResult(float x,
5242 float y) {
5243 GetOrCreateFindRequestManager()->ActivateNearestFindResult(x, y);
5244}
5245
5246void WebContentsImpl::RequestFindMatchRects(int current_version) {
5247 GetOrCreateFindRequestManager()->RequestFindMatchRects(current_version);
5248}
5249
[email protected]7d244f12013-08-22 21:41:515250bool WebContentsImpl::CreateRenderViewForInitialEmptyDocument() {
nasko4c0feb62015-06-05 18:37:065251 return CreateRenderViewForRenderManager(
5252 GetRenderViewHost(), MSG_ROUTING_NONE, MSG_ROUTING_NONE,
lfgbede6392015-09-11 21:54:065253 frame_tree_.root()->current_replication_state());
[email protected]7d244f12013-08-22 21:41:515254}
[email protected]fc2b46b2014-05-03 16:33:455255
rockot400ea35b2016-10-15 19:15:325256service_manager::InterfaceProvider* WebContentsImpl::GetJavaInterfaces() {
sammcf5f1b0f2016-09-20 23:05:115257 if (!java_interfaces_) {
rockot400ea35b2016-10-15 19:15:325258 service_manager::mojom::InterfaceProviderPtr provider;
blundelle0a9f1582016-12-20 11:23:325259 BindInterfaceRegistryForWebContents(mojo::MakeRequest(&provider), this);
rockot400ea35b2016-10-15 19:15:325260 java_interfaces_.reset(new service_manager::InterfaceProvider);
sammcf5f1b0f2016-09-20 23:05:115261 java_interfaces_->Bind(std::move(provider));
5262 }
5263 return java_interfaces_.get();
5264}
5265
[email protected]fc2b46b2014-05-03 16:33:455266#elif defined(OS_MACOSX)
5267
[email protected]75f4df72014-07-16 22:39:425268void WebContentsImpl::SetAllowOtherViews(bool allow) {
5269 view_->SetAllowOtherViews(allow);
[email protected]fc2b46b2014-05-03 16:33:455270}
5271
[email protected]75f4df72014-07-16 22:39:425272bool WebContentsImpl::GetAllowOtherViews() {
5273 return view_->GetAllowOtherViews();
[email protected]fc2b46b2014-05-03 16:33:455274}
5275
[email protected]7d244f12013-08-22 21:41:515276#endif
5277
pkotwicz75ca8ffd2016-02-16 23:10:195278void WebContentsImpl::OnDidDownloadImage(
5279 const ImageDownloadCallback& callback,
5280 int id,
5281 const GURL& image_url,
leon.hancbc4bc3c2016-02-26 07:08:525282 int32_t http_status_code,
leon.hanc2228532016-08-16 05:59:185283 const std::vector<SkBitmap>& images,
5284 const std::vector<gfx::Size>& original_image_sizes) {
5285 callback.Run(id, http_status_code, image_url, images, original_image_sizes);
pkotwicz75ca8ffd2016-02-16 23:10:195286}
5287
[email protected]6fba26d2014-04-29 09:38:285288void WebContentsImpl::OnDialogClosed(int render_process_id,
5289 int render_frame_id,
[email protected]b172aee2012-04-10 17:05:265290 IPC::Message* reply_msg,
[email protected]87de04b02014-04-08 22:14:495291 bool dialog_was_suppressed,
[email protected]b172aee2012-04-10 17:05:265292 bool success,
[email protected]fcf75d42013-12-03 20:11:265293 const base::string16& user_input) {
[email protected]6fba26d2014-04-29 09:38:285294 RenderFrameHostImpl* rfh = RenderFrameHostImpl::FromID(render_process_id,
5295 render_frame_id);
[email protected]87de04b02014-04-08 22:14:495296 last_dialog_suppressed_ = dialog_was_suppressed;
5297
[email protected]beb440c2009-11-06 04:08:545298 if (is_showing_before_unload_dialog_ && !success) {
clamybc6f4152016-04-01 20:14:235299 // It is possible for the current RenderFrameHost to have changed in the
5300 // meantime. Do not reset the navigation state in that case.
5301 if (rfh && rfh == rfh->frame_tree_node()->current_frame_host()) {
clamy44e84ce2016-02-22 15:38:255302 rfh->frame_tree_node()->BeforeUnloadCanceled();
clamybc6f4152016-04-01 20:14:235303 controller_.DiscardNonCommittedEntries();
5304 }
[email protected]ec8e8b02013-06-19 04:57:105305
ericwilligersde386342016-10-19 02:35:095306 for (auto& observer : observers_)
5307 observer.BeforeUnloadDialogCancelled();
[email protected]beb440c2009-11-06 04:08:545308 }
[email protected]87de04b02014-04-08 22:14:495309
[email protected]6fba26d2014-04-29 09:38:285310 if (rfh) {
avi44acfaa82017-05-03 22:55:355311 rfh->JavaScriptDialogClosed(reply_msg, success, user_input);
[email protected]6fba26d2014-04-29 09:38:285312 } else {
5313 // Don't leak the sync IPC reply if the RFH or process is gone.
5314 delete reply_msg;
5315 }
avi1c51fb62017-02-27 20:43:035316
5317 is_showing_javascript_dialog_ = false;
5318 is_showing_before_unload_dialog_ = false;
[email protected]beb440c2009-11-06 04:08:545319}
5320
[email protected]b172aee2012-04-10 17:05:265321void WebContentsImpl::SetEncoding(const std::string& encoding) {
[email protected]ef3adfc2014-05-11 00:04:545322 if (encoding == last_reported_encoding_)
5323 return;
5324 last_reported_encoding_ = encoding;
5325
jinsukkim79df88a2017-01-04 06:26:155326 canonical_encoding_ = base::GetCanonicalEncodingNameByAliasName(encoding);
[email protected]aacd7cc2009-09-02 14:51:105327}
[email protected]f45d2a72010-03-08 23:28:355328
[email protected]1ac10dca2013-08-20 20:47:045329bool WebContentsImpl::IsHidden() {
5330 return capturer_count_ == 0 && !should_normally_be_visible_;
5331}
5332
rob97250742015-12-10 17:45:155333int WebContentsImpl::GetOuterDelegateFrameTreeNodeId() {
lfg601233692017-03-06 22:45:445334 return node_.outer_contents_frame_tree_node_id();
lazyboy6ec48b2a2015-06-29 15:18:145335}
5336
ekaramadaeb3c5c2016-11-09 03:22:355337RenderWidgetHostImpl* WebContentsImpl::GetFullscreenRenderWidgetHost() const {
5338 return RenderWidgetHostImpl::FromID(fullscreen_widget_process_id_,
5339 fullscreen_widget_routing_id_);
5340}
5341
[email protected]b0936d22013-11-28 06:47:365342RenderFrameHostManager* WebContentsImpl::GetRenderManager() const {
[email protected]fa944cb82013-11-15 17:51:215343 return frame_tree_.root()->render_manager();
5344}
5345
[email protected]f8497342013-02-05 22:15:025346BrowserPluginGuest* WebContentsImpl::GetBrowserPluginGuest() const {
[email protected]7a846df2012-09-20 19:17:395347 return browser_plugin_guest_.get();
5348}
5349
[email protected]738f57a2013-06-29 21:06:545350void WebContentsImpl::SetBrowserPluginGuest(BrowserPluginGuest* guest) {
5351 CHECK(!browser_plugin_guest_);
lazyboy6ec48b2a2015-06-29 15:18:145352 CHECK(guest);
[email protected]738f57a2013-06-29 21:06:545353 browser_plugin_guest_.reset(guest);
5354}
5355
[email protected]f8497342013-02-05 22:15:025356BrowserPluginEmbedder* WebContentsImpl::GetBrowserPluginEmbedder() const {
[email protected]7a846df2012-09-20 19:17:395357 return browser_plugin_embedder_.get();
5358}
[email protected]8ff00d72012-10-23 19:12:215359
fsamuel60b42282015-03-10 03:29:145360void WebContentsImpl::CreateBrowserPluginEmbedderIfNecessary() {
5361 if (browser_plugin_embedder_)
5362 return;
5363 browser_plugin_embedder_.reset(BrowserPluginEmbedder::Create(this));
5364}
5365
[email protected]fc2b46b2014-05-03 16:33:455366gfx::Size WebContentsImpl::GetSizeForNewRenderView() {
[email protected]dc0fd432013-08-27 15:29:215367 gfx::Size size;
5368 if (delegate_)
5369 size = delegate_->GetSizeForNewRenderView(this);
5370 if (size.IsEmpty())
[email protected]fc2b46b2014-05-03 16:33:455371 size = GetContainerBounds().size();
[email protected]dc0fd432013-08-27 15:29:215372 return size;
5373}
5374
[email protected]ae7eeda2014-07-04 01:53:265375void WebContentsImpl::OnFrameRemoved(RenderFrameHost* render_frame_host) {
ericwilligersde386342016-10-19 02:35:095376 for (auto& observer : observers_)
5377 observer.FrameDeleted(render_frame_host);
[email protected]9b159a52013-10-03 17:24:555378}
5379
[email protected]222f5822014-02-05 23:40:495380void WebContentsImpl::OnPreferredSizeChanged(const gfx::Size& old_size) {
5381 if (!delegate_)
5382 return;
5383 const gfx::Size new_size = GetPreferredSize();
5384 if (new_size != old_size)
5385 delegate_->UpdatePreferredSize(this, new_size);
5386}
5387
avie865b1d2016-10-24 19:42:595388std::unique_ptr<WebUIImpl> WebContentsImpl::CreateWebUI(
5389 const GURL& url,
5390 const std::string& frame_name) {
5391 std::unique_ptr<WebUIImpl> web_ui =
5392 base::MakeUnique<WebUIImpl>(this, frame_name);
5393 WebUIController* controller =
5394 WebUIControllerFactoryRegistry::GetInstance()
5395 ->CreateWebUIControllerForURL(web_ui.get(), url);
dbeama1b926a2015-08-31 23:17:515396 if (controller) {
weisert3dab3b92017-01-10 10:31:175397 web_ui->AddMessageHandler(base::MakeUnique<GenericHandler>());
dbeama1b926a2015-08-31 23:17:515398 web_ui->SetController(controller);
5399 return web_ui;
5400 }
5401
avie865b1d2016-10-24 19:42:595402 return nullptr;
dbeama1b926a2015-08-31 23:17:515403}
5404
paulmeyerfeafc2d2017-04-25 21:46:405405FindRequestManager* WebContentsImpl::GetFindRequestManager() {
5406 for (WebContentsImpl* contents = this; contents;
5407 contents = contents->GetOuterWebContents()) {
5408 if (contents->find_request_manager_)
5409 return contents->find_request_manager_.get();
5410 }
5411
5412 return nullptr;
5413}
5414
paulmeyerc0b762b2016-04-13 11:55:175415FindRequestManager* WebContentsImpl::GetOrCreateFindRequestManager() {
paulmeyerfeafc2d2017-04-25 21:46:405416 if (FindRequestManager* manager = GetFindRequestManager())
5417 return manager;
5418
5419 // No existing FindRequestManager found, so one must be created.
5420 find_request_manager_.reset(new FindRequestManager(this));
5421
5422 // Concurrent find sessions must not overlap, so destroy any existing
5423 // FindRequestManagers in any inner WebContentses.
5424 for (WebContentsImpl* contents : GetWebContentsAndAllInner()) {
5425 if (contents == this)
5426 continue;
5427 if (contents->find_request_manager_) {
5428 contents->find_request_manager_->StopFinding(
5429 content::STOP_FIND_ACTION_CLEAR_SELECTION);
5430 contents->find_request_manager_.release();
5431 }
5432 }
paulmeyerc0b762b2016-04-13 11:55:175433
5434 return find_request_manager_.get();
5435}
5436
5437void WebContentsImpl::NotifyFindReply(int request_id,
5438 int number_of_matches,
5439 const gfx::Rect& selection_rect,
5440 int active_match_ordinal,
5441 bool final_update) {
paulmeyer60b5d832016-08-31 18:46:345442 if (delegate_ && !is_being_destroyed_) {
paulmeyerc0b762b2016-04-13 11:55:175443 delegate_->FindReply(this, request_id, number_of_matches, selection_rect,
5444 active_match_ordinal, final_update);
5445 }
5446}
5447
ortuno467e5792016-06-10 04:32:395448void WebContentsImpl::IncrementBluetoothConnectedDeviceCount() {
5449 // Trying to invalidate the tab state while being destroyed could result in a
5450 // use after free.
5451 if (IsBeingDestroyed()) {
5452 return;
5453 }
5454 // Notify for UI updates if the state changes.
5455 bluetooth_connected_device_count_++;
5456 if (bluetooth_connected_device_count_ == 1) {
5457 NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);
5458 }
5459}
5460
5461void WebContentsImpl::DecrementBluetoothConnectedDeviceCount() {
5462 // Trying to invalidate the tab state while being destroyed could result in a
5463 // use after free.
5464 if (IsBeingDestroyed()) {
5465 return;
5466 }
5467 // Notify for UI updates if the state changes.
5468 DCHECK(bluetooth_connected_device_count_ != 0);
5469 bluetooth_connected_device_count_--;
5470 if (bluetooth_connected_device_count_ == 0) {
5471 NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);
5472 }
5473}
5474
zqzhang8ac49002017-03-16 21:51:355475void WebContentsImpl::SetHasPersistentVideo(bool has_persistent_video) {
5476 if (has_persistent_video_ == has_persistent_video)
mlamouri5cd9ae82017-02-18 11:05:095477 return;
5478
zqzhang8ac49002017-03-16 21:51:355479 has_persistent_video_ = has_persistent_video;
mlamouri5cd9ae82017-02-18 11:05:095480 NotifyPreferencesChanged();
zqzhang8ac49002017-03-16 21:51:355481 media_web_contents_observer()->RequestPersistentVideo(has_persistent_video);
mlamouri5cd9ae82017-02-18 11:05:095482}
5483
paulmeyerfeafc2d2017-04-25 21:46:405484void WebContentsImpl::BrowserPluginGuestWillDetach() {
5485 WebContentsImpl* outermost = GetOutermostWebContents();
5486 if (this != outermost && ContainsOrIsFocusedWebContents())
5487 outermost->SetAsFocusedWebContentsIfNecessary();
5488}
5489
paulmeyerc0b762b2016-04-13 11:55:175490#if defined(OS_ANDROID)
5491void WebContentsImpl::NotifyFindMatchRectsReply(
5492 int version,
5493 const std::vector<gfx::RectF>& rects,
5494 const gfx::RectF& active_rect) {
5495 if (delegate_)
5496 delegate_->FindMatchRectsReply(this, version, rects, active_rect);
5497}
5498#endif
5499
[email protected]34ff1cfc2014-08-20 06:16:055500void WebContentsImpl::SetForceDisableOverscrollContent(bool force_disable) {
5501 force_disable_overscroll_content_ = force_disable;
5502 if (view_)
5503 view_->SetOverscrollControllerEnabled(CanOverscrollContent());
5504}
5505
dalecurtis88c240072015-12-09 02:11:185506void WebContentsImpl::MediaStartedPlaying(
billorr21c005d2016-11-17 03:57:045507 const WebContentsObserver::MediaPlayerInfo& media_info,
dalecurtis88c240072015-12-09 02:11:185508 const WebContentsObserver::MediaPlayerId& id) {
billorr21c005d2016-11-17 03:57:045509 if (media_info.has_video)
5510 currently_playing_video_count_++;
5511
ericwilligersde386342016-10-19 02:35:095512 for (auto& observer : observers_)
billorr21c005d2016-11-17 03:57:045513 observer.MediaStartedPlaying(media_info, id);
dalecurtis88c240072015-12-09 02:11:185514}
5515
5516void WebContentsImpl::MediaStoppedPlaying(
billorr21c005d2016-11-17 03:57:045517 const WebContentsObserver::MediaPlayerInfo& media_info,
dalecurtis88c240072015-12-09 02:11:185518 const WebContentsObserver::MediaPlayerId& id) {
billorr21c005d2016-11-17 03:57:045519 if (media_info.has_video)
5520 currently_playing_video_count_--;
5521
ericwilligersde386342016-10-19 02:35:095522 for (auto& observer : observers_)
billorr21c005d2016-11-17 03:57:045523 observer.MediaStoppedPlaying(media_info, id);
5524}
5525
5526int WebContentsImpl::GetCurrentlyPlayingVideoCount() {
5527 return currently_playing_video_count_;
dalecurtis88c240072015-12-09 02:11:185528}
5529
tapted65ff2ea72016-03-01 23:39:005530void WebContentsImpl::UpdateWebContentsVisibility(bool visible) {
5531 if (!did_first_set_visible_) {
5532 // If this WebContents has not yet been set to be visible for the first
5533 // time, ignore any requests to make it hidden, since resources would
5534 // immediately be destroyed and only re-created after content loaded. In
5535 // this state the window content is undefined and can show garbage.
5536 // However, the page load mechanism requires an activation call through a
5537 // visibility call to (re)load.
5538 if (visible) {
5539 did_first_set_visible_ = true;
5540 WasShown();
5541 }
5542 return;
5543 }
5544 if (visible == should_normally_be_visible_)
5545 return;
5546
5547 if (visible)
5548 WasShown();
5549 else
5550 WasHidden();
5551}
5552
aelias5252baa2016-04-10 01:18:025553void WebContentsImpl::UpdateOverridingUserAgent() {
mlamouri5cd9ae82017-02-18 11:05:095554 NotifyPreferencesChanged();
aelias5252baa2016-04-10 01:18:025555}
5556
avid53461d2016-02-25 17:15:045557void WebContentsImpl::SetJavaScriptDialogManagerForTesting(
5558 JavaScriptDialogManager* dialog_manager) {
5559 dialog_manager_ = dialog_manager;
5560}
5561
rockotf62002a2016-09-15 00:08:595562void WebContentsImpl::RemoveBindingSet(const std::string& interface_name) {
5563 auto it = binding_sets_.find(interface_name);
5564 if (it != binding_sets_.end())
5565 binding_sets_.erase(it);
5566}
5567
nzolghadrd87a308d2016-12-07 15:45:565568bool WebContentsImpl::AddDomainInfoToRapporSample(rappor::Sample* sample) {
5569 sample->SetStringField("Domain", ::rappor::GetDomainAndRegistrySampleFromGURL(
5570 GetLastCommittedURL()));
5571
5572 return true;
5573}
5574
ekaramada110f642016-12-21 19:47:285575void WebContentsImpl::FocusedNodeTouched(bool editable) {
5576#if defined(OS_WIN)
5577 // We use the cursor position to determine where the touch occurred.
5578 RenderWidgetHostView* view = GetRenderWidgetHostView();
5579 if (!view)
5580 return;
5581 POINT cursor_pos = {};
5582 ::GetCursorPos(&cursor_pos);
5583 float scale = GetScaleFactorForView(view);
5584 gfx::Point location_dips_screen =
5585 gfx::ConvertPointToDIP(scale, gfx::Point(cursor_pos));
5586 view->FocusedNodeTouched(location_dips_screen, editable);
5587#endif
5588}
5589
samans90fb8162017-04-04 22:30:455590void WebContentsImpl::DidReceiveCompositorFrame() {
5591 for (auto& observer : observers_)
5592 observer.DidReceiveCompositorFrame();
5593}
5594
falken52a56e32016-12-08 05:02:405595void WebContentsImpl::ShowInsecureLocalhostWarningIfNeeded() {
5596 bool allow_localhost = base::CommandLine::ForCurrentProcess()->HasSwitch(
5597 switches::kAllowInsecureLocalhost);
5598 if (!allow_localhost)
5599 return;
5600
5601 content::NavigationEntry* entry = GetController().GetLastCommittedEntry();
5602 if (!entry || !net::IsLocalhost(entry->GetURL().host()))
5603 return;
5604
5605 content::SSLStatus ssl_status = entry->GetSSL();
5606 bool is_cert_error = net::IsCertStatusError(ssl_status.cert_status) &&
5607 !net::IsCertStatusMinorError(ssl_status.cert_status);
5608 if (!is_cert_error)
5609 return;
5610
5611 GetMainFrame()->AddMessageToConsole(
5612 content::CONSOLE_MESSAGE_LEVEL_WARNING,
5613 base::StringPrintf("This site does not have a valid SSL "
5614 "certificate! Without SSL, your site's and "
5615 "visitors' data is vulnerable to theft and "
5616 "tampering. Get a valid SSL certificate before"
5617 " releasing your website to the public."));
5618}
5619
mlamouri5cd9ae82017-02-18 11:05:095620void WebContentsImpl::NotifyPreferencesChanged() {
5621 std::set<RenderViewHost*> render_view_host_set;
5622 for (FrameTreeNode* node : frame_tree_.Nodes()) {
5623 RenderWidgetHost* render_widget_host =
5624 node->current_frame_host()->GetRenderWidgetHost();
5625 if (!render_widget_host)
5626 continue;
5627 RenderViewHost* render_view_host = RenderViewHost::From(render_widget_host);
5628 if (!render_view_host)
5629 continue;
5630 render_view_host_set.insert(render_view_host);
5631 }
5632 for (RenderViewHost* render_view_host : render_view_host_set)
5633 render_view_host->OnWebkitPreferencesChanged();
5634}
5635
[email protected]8ff00d72012-10-23 19:12:215636} // namespace content