blob: 1856a8dcb78550af3c1d5749b3fb1b3a4779cba8 [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
[email protected]2bb171882012-03-07 02:09:467#include <utility>
[email protected]b75b8292010-10-01 07:28:258
[email protected]36fb2c7c2011-04-04 15:49:089#include "base/command_line.h"
[email protected]e11f0e92013-06-12 15:12:0310#include "base/debug/trace_event.h"
[email protected]cbb1ef592013-06-05 19:49:4611#include "base/lazy_instance.h"
[email protected]6d636e62013-07-31 03:15:5612#include "base/logging.h"
[email protected]835d7c82010-10-14 04:38:3813#include "base/metrics/histogram.h"
[email protected]724159a2010-12-30 01:11:1814#include "base/metrics/stats_counters.h"
[email protected]348fbaac2013-06-11 06:31:5115#include "base/strings/string16.h"
16#include "base/strings/string_number_conversions.h"
17#include "base/strings/string_util.h"
[email protected]74ebfb12013-06-07 20:48:0018#include "base/strings/utf_string_conversions.h"
[email protected]6b4dcb072012-06-18 22:26:5119#include "base/sys_info.h"
[email protected]a43858f2013-06-28 15:18:3720#include "base/time/time.h"
[email protected]681ccff2013-03-18 06:13:5221#include "cc/base/switches.h"
[email protected]7a846df2012-09-20 19:17:3922#include "content/browser/browser_plugin/browser_plugin_embedder.h"
23#include "content/browser/browser_plugin/browser_plugin_guest.h"
[email protected]8eb04562013-03-06 03:41:1424#include "content/browser/browser_plugin/browser_plugin_guest_manager.h"
[email protected]b9535422012-02-09 01:47:5925#include "content/browser/child_process_security_policy_impl.h"
[email protected]70019152012-12-19 11:44:1926#include "content/browser/devtools/devtools_manager_impl.h"
[email protected]5f2aa722013-08-07 16:59:4127#include "content/browser/dom_storage/dom_storage_context_wrapper.h"
[email protected]1ea3c792012-04-17 01:25:0428#include "content/browser/dom_storage/session_storage_namespace_impl.h"
[email protected]8bd9e562011-08-16 23:55:4629#include "content/browser/download/download_stats.h"
[email protected]aa4f3972012-03-01 18:12:1230#include "content/browser/download/mhtml_generation_manager.h"
[email protected]a53209b2012-01-20 16:48:1631#include "content/browser/download/save_package.h"
[email protected]15154932013-08-21 03:27:2432#include "content/browser/gpu/compositor_util.h"
[email protected]79078df2012-02-16 01:22:3233#include "content/browser/gpu/gpu_data_manager_impl.h"
[email protected]64d69de42012-02-06 00:19:5434#include "content/browser/gpu/gpu_process_host.h"
[email protected]5c9250872012-01-30 17:24:0535#include "content/browser/host_zoom_map_impl.h"
[email protected]678c0362012-12-05 08:02:4436#include "content/browser/loader/resource_dispatcher_host_impl.h"
[email protected]d9030b82013-07-19 08:26:0637#include "content/browser/power_save_blocker_impl.h"
[email protected]f3b1a082011-11-18 00:34:3038#include "content/browser/renderer_host/render_process_host_impl.h"
[email protected]b3c41c0b2012-03-06 15:48:3239#include "content/browser/renderer_host/render_view_host_impl.h"
[email protected]bafe6cd2012-05-23 23:09:5040#include "content/browser/renderer_host/render_widget_host_impl.h"
[email protected]b6583592012-01-25 19:52:3341#include "content/browser/site_instance_impl.h"
[email protected]f9e4dae2012-04-10 21:26:3742#include "content/browser/web_contents/interstitial_page_impl.h"
43#include "content/browser/web_contents/navigation_entry_impl.h"
[email protected]b5a40842012-11-28 15:26:1144#include "content/browser/web_contents/web_contents_view_guest.h"
[email protected]eb2ef212013-01-29 04:27:5845#include "content/browser/webui/generic_handler.h"
[email protected]86a0a6e2013-01-28 06:33:0346#include "content/browser/webui/web_ui_controller_factory_registry.h"
[email protected]d2353452012-01-19 19:53:5647#include "content/browser/webui/web_ui_impl.h"
[email protected]8eb04562013-03-06 03:41:1448#include "content/common/browser_plugin/browser_plugin_constants.h"
[email protected]703dd662013-03-05 07:37:4249#include "content/common/browser_plugin/browser_plugin_messages.h"
[email protected]41225fe2013-03-29 05:32:0250#include "content/common/image_messages.h"
[email protected]35be7ec2012-02-12 20:42:5151#include "content/common/ssl_status_serialization.h"
[email protected]2c5569662011-03-22 20:45:0252#include "content/common/view_messages.h"
[email protected]5a3bdf52012-05-24 15:12:5753#include "content/port/browser/render_view_host_delegate_view.h"
[email protected]5626b0892012-02-20 14:46:5854#include "content/port/browser/render_widget_host_view_port.h"
[email protected]ccb797302011-12-15 16:55:1155#include "content/public/browser/browser_context.h"
[email protected]da8543762012-03-20 08:52:2056#include "content/public/browser/color_chooser.h"
[email protected]87f3c082011-10-19 18:07:4457#include "content/public/browser/content_browser_client.h"
[email protected]98f66112012-12-25 12:59:3658#include "content/public/browser/devtools_agent_host.h"
[email protected]e582fdd2011-12-20 16:48:1759#include "content/public/browser/download_manager.h"
[email protected]c5a5c0842012-05-04 20:05:1460#include "content/public/browser/download_url_parameters.h"
[email protected]d9083482012-01-06 00:38:4661#include "content/public/browser/invalidate_type.h"
[email protected]71a88bb2013-02-01 22:05:1562#include "content/public/browser/javascript_dialog_manager.h"
[email protected]a02cf4c2012-06-20 01:02:0063#include "content/public/browser/load_from_memory_cache_details.h"
[email protected]09d31d52012-03-11 22:30:2764#include "content/public/browser/load_notification_details.h"
[email protected]5b96836f2011-12-22 07:39:0065#include "content/public/browser/navigation_details.h"
[email protected]375fa1b2012-05-22 22:05:3766#include "content/public/browser/notification_details.h"
[email protected]be2510c02012-05-28 14:52:1467#include "content/public/browser/notification_service.h"
[email protected]55578b0a2012-04-18 14:31:3268#include "content/public/browser/resource_request_details.h"
[email protected]4c3a23582012-08-18 08:54:3469#include "content/public/browser/storage_partition.h"
[email protected]7f6f44c2011-12-14 13:23:3870#include "content/public/browser/user_metrics.h"
[email protected]674bc592011-12-20 23:00:4271#include "content/public/browser/web_contents_delegate.h"
[email protected]d8c660432011-12-22 20:51:2572#include "content/public/browser/web_contents_observer.h"
[email protected]8643e6d2012-01-18 20:26:1073#include "content/public/browser/web_contents_view.h"
[email protected]e091df82011-10-11 18:13:2174#include "content/public/common/bindings_policy.h"
[email protected]54087fe2011-10-28 22:02:4875#include "content/public/common/content_constants.h"
[email protected]64d69de42012-02-06 00:19:5476#include "content/public/common/content_switches.h"
[email protected]7940b8e2013-07-25 23:08:4977#include "content/public/common/page_zoom.h"
[email protected]a1d29162011-10-14 17:14:0378#include "content/public/common/url_constants.h"
[email protected]a53209b2012-01-20 16:48:1679#include "net/base/mime_util.h"
[email protected]d686e812009-06-03 19:10:2980#include "net/base/net_util.h"
[email protected]64d69de42012-02-06 00:19:5481#include "net/base/network_change_notifier.h"
[email protected]8bfc8272013-09-09 20:10:5382#include "net/http/http_cache.h"
83#include "net/http/http_transaction_factory.h"
84#include "net/url_request/url_request_context.h"
[email protected]abe2c032011-03-31 18:49:3485#include "net/url_request/url_request_context_getter.h"
[email protected]a08412b62012-05-29 21:28:5686#include "ui/base/layout.h"
[email protected]b19e0e2e2013-02-06 18:15:5187#include "ui/base/touch/touch_device.h"
[email protected]6d636e62013-07-31 03:15:5688#include "ui/base/touch/touch_enabled.h"
[email protected]d353541f2012-05-03 22:45:4189#include "ui/base/ui_base_switches.h"
[email protected]7da9c4c2012-06-12 14:43:0190#include "ui/gfx/display.h"
[email protected]d353541f2012-05-03 22:45:4191#include "ui/gfx/screen.h"
[email protected]66bd5512012-08-01 02:02:5292#include "ui/gl/gl_switches.h"
[email protected]fab55e72013-05-31 07:06:1893#include "webkit/common/webpreferences.h"
[email protected]3c733bde2010-12-21 19:56:3194
[email protected]583418cc2013-01-17 14:01:1095#if defined(OS_ANDROID)
96#include "content/browser/android/date_time_chooser_android.h"
[email protected]74ebfb12013-06-07 20:48:0097#include "content/public/browser/android/content_view_core.h"
[email protected]583418cc2013-01-17 14:01:1098#endif
99
[email protected]f66df822012-05-18 16:52:17100#if defined(OS_MACOSX)
[email protected]bafe6cd2012-05-23 23:09:50101#include "base/mac/foundation_util.h"
[email protected]423e644f2013-06-19 00:48:27102#include "ui/gl/io_surface_support_mac.h"
[email protected]38b098f2012-03-14 21:11:57103#endif
[email protected]3e45ba92009-02-20 21:09:00104
[email protected]c7654a232013-06-12 21:04:44105#if defined(OS_ANDROID)
[email protected]4cc1ab52013-01-21 19:24:34106#include "content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h"
107#endif
108
[email protected]420ae012009-04-24 05:16:32109// Cross-Site Navigations
110//
[email protected]b172aee2012-04-10 17:05:26111// If a WebContentsImpl is told to navigate to a different web site (as
112// determined by SiteInstance), it will replace its current RenderViewHost with
113// a new RenderViewHost dedicated to the new SiteInstance. This works as
114// follows:
[email protected]420ae012009-04-24 05:16:32115//
116// - Navigate determines whether the destination is cross-site, and if so,
[email protected]a2750082011-09-01 12:29:46117// it creates a pending_render_view_host_.
[email protected]420ae012009-04-24 05:16:32118// - The pending RVH is "suspended," so that no navigation messages are sent to
119// its renderer until the onbeforeunload JavaScript handler has a chance to
120// run in the current RVH.
121// - The pending RVH tells CrossSiteRequestManager (a thread-safe singleton)
122// that it has a pending cross-site request. ResourceDispatcherHost will
123// check for this when the response arrives.
124// - The current RVH runs its onbeforeunload handler. If it returns false, we
[email protected]a2750082011-09-01 12:29:46125// cancel all the pending logic. Otherwise we allow the pending RVH to send
126// the navigation request to its renderer.
127// - ResourceDispatcherHost receives a ResourceRequest on the IO thread for the
128// main resource load on the pending RVH. It checks CrossSiteRequestManager
129// to see that it is a cross-site request, and installs a
130// CrossSiteResourceHandler.
131// - When RDH receives a response, the BufferedResourceHandler determines
132// whether it is a download. If so, it sends a message to the new renderer
133// causing it to cancel the request, and the download proceeds. For now, the
[email protected]b172aee2012-04-10 17:05:26134// pending RVH remains until the next DidNavigate event for this
135// WebContentsImpl. This isn't ideal, but it doesn't affect any functionality.
[email protected]420ae012009-04-24 05:16:32136// - After RDH receives a response and determines that it is safe and not a
137// download, it pauses the response to first run the old page's onunload
138// handler. It does this by asynchronously calling the OnCrossSiteResponse
[email protected]b172aee2012-04-10 17:05:26139// method of WebContentsImpl on the UI thread, which sends a SwapOut message
[email protected]420ae012009-04-24 05:16:32140// to the current RVH.
[email protected]992db4c2011-05-12 15:37:15141// - Once the onunload handler is finished, a SwapOut_ACK message is sent to
[email protected]420ae012009-04-24 05:16:32142// the ResourceDispatcherHost, who unpauses the response. Data is then sent
143// to the pending RVH.
144// - The pending renderer sends a FrameNavigate message that invokes the
145// DidNavigate method. This replaces the current RVH with the
[email protected]a2750082011-09-01 12:29:46146// pending RVH.
[email protected]992db4c2011-05-12 15:37:15147// - The previous renderer is kept swapped out in RenderViewHostManager in case
148// the user goes back. The process only stays live if another tab is using
149// it, but if so, the existing frame relationships will be maintained.
[email protected]420ae012009-04-24 05:16:32150
[email protected]8ff00d72012-10-23 19:12:21151namespace content {
[email protected]420ae012009-04-24 05:16:32152namespace {
153
154// Amount of time we wait between when a key event is received and the renderer
155// is queried for its state and pushed to the NavigationEntry.
156const int kQueryStateDelay = 5000;
157
[email protected]6ebdc9b2010-09-27 16:55:57158const int kSyncWaitDelay = 40;
159
[email protected]82114f52012-03-20 22:53:41160const char kDotGoogleDotCom[] = ".google.com";
[email protected]ca406032011-07-19 21:53:05161
[email protected]cbb1ef592013-06-05 19:49:46162base::LazyInstance<std::vector<WebContents::CreatedCallback> >
163g_created_callbacks = LAZY_INSTANCE_INITIALIZER;
164
[email protected]795c28972012-12-06 06:13:39165static int StartDownload(content::RenderViewHost* rvh,
166 const GURL& url,
[email protected]433bd24b2013-03-20 18:27:29167 bool is_favicon,
[email protected]836db302013-06-20 03:34:36168 uint32_t preferred_image_size,
169 uint32_t max_image_size) {
[email protected]41225fe2013-03-29 05:32:02170 static int g_next_image_download_id = 0;
171 rvh->Send(new ImageMsg_DownloadImage(rvh->GetRoutingID(),
172 ++g_next_image_download_id,
173 url,
174 is_favicon,
[email protected]836db302013-06-20 03:34:36175 preferred_image_size,
176 max_image_size));
[email protected]41225fe2013-03-29 05:32:02177 return g_next_image_download_id;
[email protected]795c28972012-12-06 06:13:39178}
179
[email protected]2c5569662011-03-22 20:45:02180ViewMsg_Navigate_Type::Value GetNavigationType(
[email protected]8ff00d72012-10-23 19:12:21181 BrowserContext* browser_context, const NavigationEntryImpl& entry,
[email protected]c5eed492012-01-04 17:07:50182 NavigationController::ReloadType reload_type) {
[email protected]1ccb3568d2010-02-19 10:51:16183 switch (reload_type) {
[email protected]d202a7c2012-01-04 07:53:47184 case NavigationControllerImpl::RELOAD:
[email protected]2c5569662011-03-22 20:45:02185 return ViewMsg_Navigate_Type::RELOAD;
[email protected]d202a7c2012-01-04 07:53:47186 case NavigationControllerImpl::RELOAD_IGNORING_CACHE:
[email protected]2c5569662011-03-22 20:45:02187 return ViewMsg_Navigate_Type::RELOAD_IGNORING_CACHE;
[email protected]7c16976c2012-08-04 02:38:23188 case NavigationControllerImpl::RELOAD_ORIGINAL_REQUEST_URL:
189 return ViewMsg_Navigate_Type::RELOAD_ORIGINAL_REQUEST_URL;
[email protected]d202a7c2012-01-04 07:53:47190 case NavigationControllerImpl::NO_RELOAD:
[email protected]1ccb3568d2010-02-19 10:51:16191 break; // Fall through to rest of function.
192 }
[email protected]5e369672009-11-03 23:48:30193
[email protected]59246c572012-02-10 13:32:13194 // |RenderViewImpl::PopulateStateFromPendingNavigationParams| differentiates
195 // between |RESTORE_WITH_POST| and |RESTORE|.
[email protected]2ca1ea662012-10-04 02:26:36196 if (entry.restore_type() ==
197 NavigationEntryImpl::RESTORE_LAST_SESSION_EXITED_CLEANLY) {
[email protected]59246c572012-02-10 13:32:13198 if (entry.GetHasPostData())
199 return ViewMsg_Navigate_Type::RESTORE_WITH_POST;
[email protected]2c5569662011-03-22 20:45:02200 return ViewMsg_Navigate_Type::RESTORE;
[email protected]59246c572012-02-10 13:32:13201 }
[email protected]5e369672009-11-03 23:48:30202
[email protected]2c5569662011-03-22 20:45:02203 return ViewMsg_Navigate_Type::NORMAL;
[email protected]5e369672009-11-03 23:48:30204}
205
[email protected]10f417c52011-12-28 21:04:23206void MakeNavigateParams(const NavigationEntryImpl& entry,
[email protected]d202a7c2012-01-04 07:53:47207 const NavigationControllerImpl& controller,
[email protected]8ff00d72012-10-23 19:12:21208 WebContentsDelegate* delegate,
[email protected]c5eed492012-01-04 17:07:50209 NavigationController::ReloadType reload_type,
[email protected]1ccb3568d2010-02-19 10:51:16210 ViewMsg_Navigate_Params* params) {
[email protected]36fc0392011-12-25 03:59:51211 params->page_id = entry.GetPageID();
[email protected]60d6cca2013-04-30 08:47:13212 params->should_clear_history_list = entry.should_clear_history_list();
213 if (entry.should_clear_history_list()) {
214 // Set the history list related parameters to the same values a
215 // NavigationController would return before its first navigation. This will
216 // fully clear the RenderView's view of the session history.
217 params->pending_history_list_offset = -1;
218 params->current_history_list_offset = -1;
219 params->current_history_list_length = 0;
220 } else {
221 params->pending_history_list_offset = controller.GetIndexOfEntry(&entry);
222 params->current_history_list_offset =
223 controller.GetLastCommittedEntryIndex();
224 params->current_history_list_length = controller.GetEntryCount();
225 }
[email protected]d1ef81d2012-07-24 11:39:36226 if (!entry.GetBaseURLForDataURL().is_empty()) {
227 params->base_url_for_data_url = entry.GetBaseURLForDataURL();
228 params->history_url_for_data_url = entry.GetVirtualURL();
229 }
[email protected]36fc0392011-12-25 03:59:51230 params->referrer = entry.GetReferrer();
231 params->transition = entry.GetTransitionType();
[email protected]691aa2f2013-05-28 22:52:04232 params->page_state = entry.GetPageState();
[email protected]3cc72b12010-03-18 23:03:00233 params->navigation_type =
[email protected]a26023822011-12-29 00:23:55234 GetNavigationType(controller.GetBrowserContext(), entry, reload_type);
[email protected]056de2d2009-06-26 16:41:34235 params->request_time = base::Time::Now();
[email protected]6c6b02d2011-09-02 03:36:47236 params->extra_headers = entry.extra_headers();
[email protected]4ad5d77d2011-12-03 02:00:48237 params->transferred_request_child_id =
238 entry.transferred_global_request_id().child_id;
239 params->transferred_request_request_id =
240 entry.transferred_global_request_id().request_id;
[email protected]bf70edce2012-06-20 22:32:22241 params->is_overriding_user_agent = entry.GetIsOverridingUserAgent();
[email protected]80744782012-05-04 01:47:00242 // Avoid downloading when in view-source mode.
243 params->allow_download = !entry.IsViewSourceMode();
[email protected]132e281a2012-07-31 18:32:44244 params->is_post = entry.GetHasPostData();
245 if(entry.GetBrowserInitiatedPostData()) {
246 params->browser_initiated_post_data.assign(
247 entry.GetBrowserInitiatedPostData()->front(),
248 entry.GetBrowserInitiatedPostData()->front() +
249 entry.GetBrowserInitiatedPostData()->size());
250
251 }
[email protected]6c6b02d2011-09-02 03:36:47252
[email protected]7c16976c2012-08-04 02:38:23253 if (reload_type == NavigationControllerImpl::RELOAD_ORIGINAL_REQUEST_URL &&
254 entry.GetOriginalRequestURL().is_valid() && !entry.GetHasPostData()) {
255 // We may have been redirected when navigating to the current URL.
256 // Use the URL the user originally intended to visit, if it's valid and if a
257 // POST wasn't involved; the latter case avoids issues with sending data to
258 // the wrong page.
259 params->url = entry.GetOriginalRequestURL();
260 } else {
261 params->url = entry.GetURL();
262 }
263
[email protected]951a64832012-10-11 16:26:37264 params->can_load_local_resources = entry.GetCanLoadLocalResources();
[email protected]3027cf02013-01-24 08:16:58265 params->frame_to_navigate = entry.GetFrameToNavigate();
[email protected]951a64832012-10-11 16:26:37266
[email protected]6c6b02d2011-09-02 03:36:47267 if (delegate)
268 delegate->AddNavigationHeaders(params->url, &params->extra_headers);
[email protected]056de2d2009-06-26 16:41:34269}
270
[email protected]8bfc8272013-09-09 20:10:53271void NotifyCacheOnIO(
272 scoped_refptr<net::URLRequestContextGetter> request_context,
273 const GURL& url,
274 const std::string& http_method) {
275 request_context->GetURLRequestContext()->http_transaction_factory()->
276 GetCache()->OnExternalCacheHit(url, http_method);
277}
278
[email protected]420ae012009-04-24 05:16:32279} // namespace
280
[email protected]54944cde2012-12-09 09:24:59281WebContents* WebContents::Create(const WebContents::CreateParams& params) {
[email protected]2188b012013-08-01 21:49:15282 return WebContentsImpl::CreateWithOpener(
283 params, static_cast<WebContentsImpl*>(params.opener));
[email protected]d1198fd2012-08-13 22:50:19284}
285
286WebContents* WebContents::CreateWithSessionStorage(
[email protected]54944cde2012-12-09 09:24:59287 const WebContents::CreateParams& params,
[email protected]fdac6ade2013-07-20 01:06:30288 const SessionStorageNamespaceMap& session_storage_namespace_map) {
[email protected]54944cde2012-12-09 09:24:59289 WebContentsImpl* new_contents = new WebContentsImpl(
290 params.browser_context, NULL);
[email protected]fdac6ade2013-07-20 01:06:30291
292 for (SessionStorageNamespaceMap::const_iterator it =
293 session_storage_namespace_map.begin();
294 it != session_storage_namespace_map.end();
295 ++it) {
296 new_contents->GetController()
297 .SetSessionStorageNamespace(it->first, it->second.get());
298 }
299
[email protected]54944cde2012-12-09 09:24:59300 new_contents->Init(params);
[email protected]d1198fd2012-08-13 22:50:19301 return new_contents;
[email protected]a81343d232011-12-27 07:39:20302}
[email protected]746d3052012-05-22 15:15:47303
[email protected]cbb1ef592013-06-05 19:49:46304void WebContents::AddCreatedCallback(const CreatedCallback& callback) {
305 g_created_callbacks.Get().push_back(callback);
306}
307
308void WebContents::RemoveCreatedCallback(const CreatedCallback& callback) {
309 for (size_t i = 0; i < g_created_callbacks.Get().size(); ++i) {
310 if (g_created_callbacks.Get().at(i).Equals(callback)) {
311 g_created_callbacks.Get().erase(g_created_callbacks.Get().begin() + i);
312 return;
313 }
314 }
315}
316
[email protected]299d7f12012-05-23 05:31:15317WebContents* WebContents::FromRenderViewHost(const RenderViewHost* rvh) {
[email protected]746d3052012-05-22 15:15:47318 return rvh->GetDelegate()->GetAsWebContents();
319}
320
[email protected]7fff43e2013-05-21 20:21:10321// WebContentsImpl::DestructionObserver ----------------------------------------
322
323class WebContentsImpl::DestructionObserver : public WebContentsObserver {
324 public:
325 DestructionObserver(WebContentsImpl* owner, WebContents* watched_contents)
326 : WebContentsObserver(watched_contents),
327 owner_(owner) {
328 }
329
330 // WebContentsObserver:
331 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE {
332 owner_->OnWebContentsDestroyed(static_cast<WebContentsImpl*>(web_contents));
333 }
334
335 private:
336 WebContentsImpl* owner_;
337
338 DISALLOW_COPY_AND_ASSIGN(DestructionObserver);
339};
340
[email protected]b172aee2012-04-10 17:05:26341// WebContentsImpl -------------------------------------------------------------
[email protected]420ae012009-04-24 05:16:32342
[email protected]b172aee2012-04-10 17:05:26343WebContentsImpl::WebContentsImpl(
[email protected]8ff00d72012-10-23 19:12:21344 BrowserContext* browser_context,
[email protected]d1198fd2012-08-13 22:50:19345 WebContentsImpl* opener)
[email protected]b680ad22009-04-15 23:19:42346 : delegate_(NULL),
[email protected]69e797f2013-04-30 01:10:22347 controller_(this, browser_context),
[email protected]5a3bdf52012-05-24 15:12:57348 render_view_host_delegate_view_(NULL),
[email protected]14392a52012-05-02 20:28:44349 opener_(opener),
[email protected]c73a2282013-04-29 21:10:41350#if defined(OS_WIN) && defined(USE_AURA)
351 accessible_parent_(NULL),
352#endif
[email protected]69e797f2013-04-30 01:10:22353 render_manager_(this, this, this),
[email protected]d5f942ba2008-09-26 19:30:34354 is_loading_(false),
[email protected]443b80e2010-12-14 00:42:23355 crashed_status_(base::TERMINATION_STATUS_STILL_RUNNING),
356 crashed_error_code_(0),
[email protected]d5f942ba2008-09-26 19:30:34357 waiting_for_response_(false),
[email protected]9c235f042011-08-10 22:28:21358 load_state_(net::LOAD_STATE_IDLE, string16()),
[email protected]094e5b22009-09-25 04:23:56359 upload_size_(0),
360 upload_position_(0),
[email protected]f17a0ee2010-05-17 17:38:47361 displayed_insecure_content_(false),
[email protected]54597982013-02-06 01:59:55362 capturer_count_(0),
363 should_normally_be_visible_(true),
[email protected]fdd61c62009-04-22 19:22:57364 is_being_destroyed_(false),
365 notify_disconnection_(false),
[email protected]71a88bb2013-02-01 22:05:15366 dialog_manager_(NULL),
[email protected]7ab1e7d62009-10-14 23:32:01367 is_showing_before_unload_dialog_(false),
[email protected]ebf40a72010-07-22 01:46:38368 closed_by_user_gesture_(false),
[email protected]8ff00d72012-10-23 19:12:21369 minimum_zoom_percent_(static_cast<int>(kMinimumZoomFactor * 100)),
370 maximum_zoom_percent_(static_cast<int>(kMaximumZoomFactor * 100)),
[email protected]9e823662010-10-13 23:36:00371 temporary_zoom_settings_(false),
[email protected]cb805452013-05-22 15:16:21372 color_chooser_identifier_(0),
[email protected]f8bebfb2013-03-06 04:22:58373 message_source_(NULL),
[email protected]44470a22013-01-24 01:21:54374 fullscreen_widget_routing_id_(MSG_ROUTING_NONE) {
[email protected]cbb1ef592013-06-05 19:49:46375 for (size_t i = 0; i < g_created_callbacks.Get().size(); i++)
376 g_created_callbacks.Get().at(i).Run(this);
[email protected]332af7732009-03-11 13:21:35377}
initial.commit09911bf2008-07-26 23:55:29378
[email protected]b172aee2012-04-10 17:05:26379WebContentsImpl::~WebContentsImpl() {
[email protected]420ae012009-04-24 05:16:32380 is_being_destroyed_ = true;
381
[email protected]d9030b82013-07-19 08:26:06382 ClearAllPowerSaveBlockers();
383
[email protected]b24b68a2012-09-24 21:57:26384 for (std::set<RenderWidgetHostImpl*>::iterator iter =
385 created_widgets_.begin(); iter != created_widgets_.end(); ++iter) {
386 (*iter)->DetachDelegate();
387 }
388 created_widgets_.clear();
389
[email protected]3ab9cb82011-06-03 18:02:07390 // Clear out any JavaScript state.
[email protected]71a88bb2013-02-01 22:05:15391 if (dialog_manager_)
[email protected]4567f152013-07-31 13:20:11392 dialog_manager_->WebContentsDestroyed(this);
[email protected]3ab9cb82011-06-03 18:02:07393
[email protected]da8543762012-03-20 08:52:20394 if (color_chooser_)
395 color_chooser_->End();
396
[email protected]420ae012009-04-24 05:16:32397 NotifyDisconnected();
[email protected]420ae012009-04-24 05:16:32398
[email protected]ca13a442012-04-17 14:00:12399 // Notify any observer that have a reference on this WebContents.
[email protected]8ff00d72012-10-23 19:12:21400 NotificationService::current()->Notify(
401 NOTIFICATION_WEB_CONTENTS_DESTROYED,
402 Source<WebContents>(this),
403 NotificationService::NoDetails());
[email protected]420ae012009-04-24 05:16:32404
405 // TODO(brettw) this should be moved to the view.
[email protected]010882f2011-11-14 22:32:07406#if defined(OS_WIN) && !defined(USE_AURA)
[email protected]420ae012009-04-24 05:16:32407 // If we still have a window handle, destroy it. GetNativeView can return
408 // NULL if this contents was part of a window that closed.
[email protected]f3615f02013-02-26 06:09:06409 if (view_->GetNativeView()) {
[email protected]151a63d2011-12-20 22:32:52410 RenderViewHost* host = GetRenderViewHost();
[email protected]9f76c1e2012-03-05 15:15:58411 if (host && host->GetView())
412 RenderWidgetHostViewPort::FromRWHV(host->GetView())->WillWmDestroy();
[email protected]50bd6452010-11-27 19:39:42413 }
[email protected]420ae012009-04-24 05:16:32414#endif
[email protected]7ab1e7d62009-10-14 23:32:01415
[email protected]2db9bd72012-04-13 20:20:56416 FOR_EACH_OBSERVER(WebContentsObserver,
417 observers_,
418 WebContentsImplDestroyed());
[email protected]232a5812011-03-04 22:42:08419
[email protected]6934a702011-12-20 00:04:51420 SetDelegate(NULL);
[email protected]7fff43e2013-05-21 20:21:10421
422 STLDeleteContainerPairSecondPointers(destruction_observers_.begin(),
423 destruction_observers_.end());
[email protected]b5a1d11c2011-02-17 03:09:42424}
425
[email protected]d1198fd2012-08-13 22:50:19426WebContentsImpl* WebContentsImpl::CreateWithOpener(
[email protected]54944cde2012-12-09 09:24:59427 const WebContents::CreateParams& params,
[email protected]d1198fd2012-08-13 22:50:19428 WebContentsImpl* opener) {
[email protected]e11f0e92013-06-12 15:12:03429 TRACE_EVENT0("browser", "WebContentsImpl::CreateWithOpener");
[email protected]54944cde2012-12-09 09:24:59430 WebContentsImpl* new_contents = new WebContentsImpl(
431 params.browser_context, opener);
[email protected]d1198fd2012-08-13 22:50:19432
[email protected]54944cde2012-12-09 09:24:59433 new_contents->Init(params);
[email protected]d1198fd2012-08-13 22:50:19434 return new_contents;
435}
436
[email protected]b371a5652013-02-20 11:25:51437// static
[email protected]8eb04562013-03-06 03:41:14438BrowserPluginGuest* WebContentsImpl::CreateGuest(
[email protected]dd8c8232012-11-03 00:49:36439 BrowserContext* browser_context,
[email protected]1bc28312012-11-08 08:31:53440 SiteInstance* site_instance,
[email protected]738f57a2013-06-29 21:06:54441 int guest_instance_id,
442 scoped_ptr<base::DictionaryValue> extra_params) {
[email protected]6706b8da2013-03-19 13:20:39443 WebContentsImpl* new_contents = new WebContentsImpl(browser_context, NULL);
[email protected]7a846df2012-09-20 19:17:39444
445 // This makes |new_contents| act as a guest.
446 // For more info, see comment above class BrowserPluginGuest.
[email protected]738f57a2013-06-29 21:06:54447 BrowserPluginGuest::Create(
448 guest_instance_id, new_contents, extra_params.Pass());
[email protected]b5a40842012-11-28 15:26:11449
[email protected]3de10bb32013-01-08 21:57:33450 WebContents::CreateParams create_params(browser_context, site_instance);
[email protected]3de10bb32013-01-08 21:57:33451 new_contents->Init(create_params);
[email protected]b5a40842012-11-28 15:26:11452
[email protected]216be772013-01-25 00:22:27453 // We are instantiating a WebContents for browser plugin. Set its subframe bit
454 // to true.
455 static_cast<RenderViewHostImpl*>(
456 new_contents->GetRenderViewHost())->set_is_subframe(true);
457
[email protected]8eb04562013-03-06 03:41:14458 return new_contents->browser_plugin_guest_.get();
[email protected]7a846df2012-09-20 19:17:39459}
460
[email protected]b172aee2012-04-10 17:05:26461WebPreferences WebContentsImpl::GetWebkitPrefs(RenderViewHost* rvh,
462 const GURL& url) {
[email protected]e11f0e92013-06-12 15:12:03463 TRACE_EVENT0("browser", "WebContentsImpl::GetWebkitPrefs");
[email protected]64d69de42012-02-06 00:19:54464 WebPreferences prefs;
465
466 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
467
[email protected]64d69de42012-02-06 00:19:54468 prefs.javascript_enabled =
469 !command_line.HasSwitch(switches::kDisableJavaScript);
470 prefs.web_security_enabled =
471 !command_line.HasSwitch(switches::kDisableWebSecurity);
472 prefs.plugins_enabled =
473 !command_line.HasSwitch(switches::kDisablePlugins);
474 prefs.java_enabled =
475 !command_line.HasSwitch(switches::kDisableJava);
476
[email protected]64d69de42012-02-06 00:19:54477 prefs.remote_fonts_enabled =
478 !command_line.HasSwitch(switches::kDisableRemoteFonts);
479 prefs.xss_auditor_enabled =
480 !command_line.HasSwitch(switches::kDisableXSSAuditor);
481 prefs.application_cache_enabled =
482 !command_line.HasSwitch(switches::kDisableApplicationCache);
483
484 prefs.local_storage_enabled =
485 !command_line.HasSwitch(switches::kDisableLocalStorage);
486 prefs.databases_enabled =
487 !command_line.HasSwitch(switches::kDisableDatabases);
488 prefs.webaudio_enabled =
489 !command_line.HasSwitch(switches::kDisableWebAudio);
490
491 prefs.experimental_webgl_enabled =
492 GpuProcessHost::gpu_enabled() &&
493 !command_line.HasSwitch(switches::kDisable3DAPIs) &&
494 !command_line.HasSwitch(switches::kDisableExperimentalWebGL);
495
[email protected]5a073092012-06-08 00:42:51496 prefs.flash_3d_enabled =
497 GpuProcessHost::gpu_enabled() &&
498 !command_line.HasSwitch(switches::kDisableFlash3d);
499 prefs.flash_stage3d_enabled =
500 GpuProcessHost::gpu_enabled() &&
501 !command_line.HasSwitch(switches::kDisableFlashStage3d);
[email protected]4abba3b42013-02-12 03:45:54502 prefs.flash_stage3d_baseline_enabled =
503 GpuProcessHost::gpu_enabled() &&
504 !command_line.HasSwitch(switches::kDisableFlashStage3d);
[email protected]e0d8c422012-06-04 22:57:19505
[email protected]64d69de42012-02-06 00:19:54506 prefs.gl_multisampling_enabled =
507 !command_line.HasSwitch(switches::kDisableGLMultisampling);
508 prefs.privileged_webgl_extensions_enabled =
509 command_line.HasSwitch(switches::kEnablePrivilegedWebGLExtensions);
510 prefs.site_specific_quirks_enabled =
511 !command_line.HasSwitch(switches::kDisableSiteSpecificQuirks);
512 prefs.allow_file_access_from_file_urls =
513 command_line.HasSwitch(switches::kAllowFileAccessFromFiles);
[email protected]17e27692013-02-06 17:02:09514
515 prefs.accelerated_compositing_for_overflow_scroll_enabled = false;
516 if (command_line.HasSwitch(switches::kEnableAcceleratedOverflowScroll))
517 prefs.accelerated_compositing_for_overflow_scroll_enabled = true;
518 if (command_line.HasSwitch(switches::kDisableAcceleratedOverflowScroll))
519 prefs.accelerated_compositing_for_overflow_scroll_enabled = false;
520
[email protected]1315fdf2012-12-12 19:45:16521 prefs.accelerated_compositing_for_scrollable_frames_enabled =
522 command_line.HasSwitch(switches::kEnableAcceleratedScrollableFrames);
[email protected]ab3dd632013-01-09 23:19:08523 prefs.composited_scrolling_for_frames_enabled =
524 command_line.HasSwitch(switches::kEnableCompositedScrollingForFrames);
[email protected]8611a852012-05-23 22:11:19525 prefs.show_paint_rects =
526 command_line.HasSwitch(switches::kShowPaintRects);
[email protected]64d69de42012-02-06 00:19:54527 prefs.accelerated_compositing_enabled =
528 GpuProcessHost::gpu_enabled() &&
529 !command_line.HasSwitch(switches::kDisableAcceleratedCompositing);
[email protected]64d69de42012-02-06 00:19:54530 prefs.force_compositing_mode =
[email protected]2a5e9d02013-01-20 01:09:25531 content::IsForceCompositingModeEnabled() &&
[email protected]9b19cf82012-06-13 06:23:23532 !command_line.HasSwitch(switches::kDisableForceCompositingMode);
[email protected]64d69de42012-02-06 00:19:54533 prefs.accelerated_2d_canvas_enabled =
534 GpuProcessHost::gpu_enabled() &&
535 !command_line.HasSwitch(switches::kDisableAccelerated2dCanvas);
[email protected]a7f899e2013-01-09 12:15:44536 prefs.antialiased_2d_canvas_disabled =
537 command_line.HasSwitch(switches::kDisable2dCanvasAntialiasing);
[email protected]64d69de42012-02-06 00:19:54538 prefs.accelerated_filters_enabled =
539 GpuProcessHost::gpu_enabled() &&
540 command_line.HasSwitch(switches::kEnableAcceleratedFilters);
[email protected]9bdcfd642012-11-14 21:24:26541 prefs.accelerated_compositing_for_3d_transforms_enabled =
542 prefs.accelerated_compositing_for_animation_enabled =
[email protected]64d69de42012-02-06 00:19:54543 !command_line.HasSwitch(switches::kDisableAcceleratedLayers);
[email protected]9bdcfd642012-11-14 21:24:26544 prefs.accelerated_compositing_for_plugins_enabled =
[email protected]64d69de42012-02-06 00:19:54545 !command_line.HasSwitch(switches::kDisableAcceleratedPlugins);
[email protected]9bdcfd642012-11-14 21:24:26546 prefs.accelerated_compositing_for_video_enabled =
[email protected]64d69de42012-02-06 00:19:54547 !command_line.HasSwitch(switches::kDisableAcceleratedVideo);
[email protected]64d69de42012-02-06 00:19:54548 prefs.fullscreen_enabled =
549 !command_line.HasSwitch(switches::kDisableFullScreen);
[email protected]4e7f3e92012-09-17 20:46:43550 prefs.css_sticky_position_enabled =
[email protected]c1b18ea2013-07-10 13:01:16551 command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures);
[email protected]bc199582012-03-29 09:02:29552 prefs.css_shaders_enabled =
553 command_line.HasSwitch(switches::kEnableCssShaders);
[email protected]213612b2013-04-30 23:13:21554 prefs.lazy_layout_enabled =
[email protected]c1b18ea2013-07-10 13:01:16555 command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures);
[email protected]73721de2013-06-18 15:51:15556 prefs.region_based_columns_enabled =
557 command_line.HasSwitch(switches::kEnableRegionBasedColumns);
[email protected]d7c04bf32013-04-11 03:05:34558 prefs.threaded_html_parser =
559 !command_line.HasSwitch(switches::kDisableThreadedHTMLParser);
[email protected]da775bf2013-05-15 13:19:55560 prefs.experimental_websocket_enabled =
561 command_line.HasSwitch(switches::kEnableExperimentalWebSocket);
[email protected]88c03ca2013-06-22 17:20:07562 if (command_line.HasSwitch(cc::switches::kEnablePinchVirtualViewport)) {
563 prefs.pinch_virtual_viewport_enabled = true;
564 prefs.pinch_overlay_scrollbar_thickness = 10;
565 }
[email protected]dab5ad32013-04-11 20:28:39566
[email protected]8cc71d42013-03-02 17:26:08567#if defined(OS_ANDROID)
[email protected]80413d72013-08-30 20:25:33568 prefs.use_solid_color_scrollbars = true;
[email protected]8cc71d42013-03-02 17:26:08569 prefs.user_gesture_required_for_media_playback = !command_line.HasSwitch(
570 switches::kDisableGestureRequirementForMediaPlayback);
571#endif
[email protected]d7932532012-11-21 21:10:31572
[email protected]6d636e62013-07-31 03:15:56573 prefs.touch_enabled = ui::AreTouchEventsEnabled();
574 prefs.device_supports_touch = prefs.touch_enabled &&
575 ui::IsTouchDevicePresent();
[email protected]d7932532012-11-21 21:10:31576#if defined(OS_ANDROID)
[email protected]d849b122012-07-18 07:35:26577 prefs.device_supports_mouse = false;
578#endif
[email protected]64d69de42012-02-06 00:19:54579
[email protected]b9c96ff2012-11-26 22:24:40580 prefs.touch_adjustment_enabled =
581 !command_line.HasSwitch(switches::kDisableTouchAdjustment);
582
[email protected]2a5e9d02013-01-20 01:09:25583#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
[email protected]64d69de42012-02-06 00:19:54584 bool default_enable_scroll_animator = true;
585#else
[email protected]64d69de42012-02-06 00:19:54586 bool default_enable_scroll_animator = false;
587#endif
588 prefs.enable_scroll_animator = default_enable_scroll_animator;
589 if (command_line.HasSwitch(switches::kEnableSmoothScrolling))
590 prefs.enable_scroll_animator = true;
591 if (command_line.HasSwitch(switches::kDisableSmoothScrolling))
592 prefs.enable_scroll_animator = false;
593
594 prefs.visual_word_movement_enabled =
595 command_line.HasSwitch(switches::kEnableVisualWordMovement);
[email protected]64d69de42012-02-06 00:19:54596
[email protected]9c2985a2013-04-02 18:11:57597 // Certain GPU features might have been blacklisted.
598 GpuDataManagerImpl::GetInstance()->UpdateRendererWebPrefs(&prefs);
[email protected]64d69de42012-02-06 00:19:54599
[email protected]b9535422012-02-09 01:47:59600 if (ChildProcessSecurityPolicyImpl::GetInstance()->HasWebUIBindings(
[email protected]9f76c1e2012-03-05 15:15:58601 rvh->GetProcess()->GetID())) {
[email protected]64d69de42012-02-06 00:19:54602 prefs.loads_images_automatically = true;
603 prefs.javascript_enabled = true;
604 }
605
606 prefs.is_online = !net::NetworkChangeNotifier::IsOffline();
607
[email protected]ecb2ab82013-06-08 01:29:30608#if !defined(USE_AURA)
[email protected]2ee33532013-01-17 12:27:03609 // Force accelerated compositing and 2d canvas off for chrome: and about:
610 // pages (unless it's specifically allowed).
611 if ((url.SchemeIs(chrome::kChromeUIScheme) ||
[email protected]64d69de42012-02-06 00:19:54612 (url.SchemeIs(chrome::kAboutScheme) &&
[email protected]081dc522013-05-15 04:59:20613 url.spec() != kAboutBlankURL)) &&
[email protected]b049fbd42012-02-08 02:03:25614 !command_line.HasSwitch(switches::kAllowWebUICompositing)) {
[email protected]64d69de42012-02-06 00:19:54615 prefs.accelerated_compositing_enabled = false;
616 prefs.accelerated_2d_canvas_enabled = false;
617 }
[email protected]ecb2ab82013-06-08 01:29:30618#endif
[email protected]43d9d782012-03-01 15:40:09619
[email protected]de023762012-07-26 17:10:17620 prefs.fixed_position_creates_stacking_context = !command_line.HasSwitch(
621 switches::kDisableFixedPositionCreatesStackingContext);
[email protected]96bcdc102012-05-24 23:42:10622
[email protected]75caa102013-04-22 21:58:26623#if defined(OS_CHROMEOS)
624 prefs.gesture_tap_highlight_enabled = !command_line.HasSwitch(
625 switches::kDisableGestureTapHighlight);
626#else
[email protected]e755a382012-09-13 17:16:35627 prefs.gesture_tap_highlight_enabled = command_line.HasSwitch(
628 switches::kEnableGestureTapHighlight);
[email protected]75caa102013-04-22 21:58:26629#endif
[email protected]3f7e2062012-09-04 16:38:12630
[email protected]6b4dcb072012-06-18 22:26:51631 prefs.number_of_cpu_cores = base::SysInfo::NumberOfProcessors();
632
[email protected]5c90d03d2013-01-10 17:16:02633 prefs.viewport_enabled = command_line.HasSwitch(switches::kEnableViewport);
634
[email protected]76f7d4882012-10-26 21:09:22635 prefs.deferred_image_decoding_enabled =
[email protected]b3dc5182013-01-24 15:16:25636 command_line.HasSwitch(switches::kEnableDeferredImageDecoding) ||
[email protected]9323fdd12013-02-23 00:31:36637 cc::switches::IsImplSidePaintingEnabled();
[email protected]76f7d4882012-10-26 21:09:22638
[email protected]39b7e602013-04-18 10:30:19639 prefs.spatial_navigation_enabled = command_line.HasSwitch(
640 switches::kEnableSpatialNavigation);
641
[email protected]8ff00d72012-10-23 19:12:21642 GetContentClient()->browser()->OverrideWebkitPrefs(rvh, url, &prefs);
[email protected]64d69de42012-02-06 00:19:54643
[email protected]97456602012-10-03 18:44:25644 // Disable compositing in guests until we have compositing path implemented
645 // for guests.
[email protected]7bb5a1d2013-03-07 22:19:18646 bool guest_compositing_enabled = !command_line.HasSwitch(
647 switches::kDisableBrowserPluginCompositing);
[email protected]747c30652012-12-18 20:35:53648 if (rvh->GetProcess()->IsGuest() && !guest_compositing_enabled) {
[email protected]97456602012-10-03 18:44:25649 prefs.force_compositing_mode = false;
[email protected]ba415072012-10-15 15:58:06650 prefs.accelerated_compositing_enabled = false;
651 }
[email protected]97456602012-10-03 18:44:25652
[email protected]64d69de42012-02-06 00:19:54653 return prefs;
654}
655
[email protected]b172aee2012-04-10 17:05:26656RenderViewHostManager* WebContentsImpl::GetRenderManagerForTesting() {
[email protected]765187182012-01-11 23:59:28657 return &render_manager_;
658}
659
[email protected]7bb761892012-07-20 09:32:47660bool WebContentsImpl::OnMessageReceived(RenderViewHost* render_view_host,
661 const IPC::Message& message) {
[email protected]d2353452012-01-19 19:53:56662 if (GetWebUI() &&
663 static_cast<WebUIImpl*>(GetWebUI())->OnMessageReceived(message)) {
[email protected]f82d57b52011-04-27 19:13:17664 return true;
[email protected]d2353452012-01-19 19:53:56665 }
[email protected]f82d57b52011-04-27 19:13:17666
[email protected]d8c660432011-12-22 20:51:25667 ObserverListBase<WebContentsObserver>::Iterator it(observers_);
668 WebContentsObserver* observer;
[email protected]0f180ee2011-01-21 18:23:10669 while ((observer = it.GetNext()) != NULL)
670 if (observer->OnMessageReceived(message))
[email protected]403415a2011-01-10 18:57:53671 return true;
[email protected]403415a2011-01-10 18:57:53672
[email protected]7bb761892012-07-20 09:32:47673 // Message handlers should be aware of which RenderViewHost sent the
674 // message, which is temporarily stored in message_source_.
675 message_source_ = render_view_host;
[email protected]724159a2010-12-30 01:11:18676 bool handled = true;
677 bool message_is_ok = true;
[email protected]b172aee2012-04-10 17:05:26678 IPC_BEGIN_MESSAGE_MAP_EX(WebContentsImpl, message, message_is_ok)
[email protected]724159a2010-12-30 01:11:18679 IPC_MESSAGE_HANDLER(ViewHostMsg_DidLoadResourceFromMemoryCache,
680 OnDidLoadResourceFromMemoryCache)
681 IPC_MESSAGE_HANDLER(ViewHostMsg_DidDisplayInsecureContent,
682 OnDidDisplayInsecureContent)
683 IPC_MESSAGE_HANDLER(ViewHostMsg_DidRunInsecureContent,
684 OnDidRunInsecureContent)
685 IPC_MESSAGE_HANDLER(ViewHostMsg_DocumentLoadedInFrame,
686 OnDocumentLoadedInFrame)
687 IPC_MESSAGE_HANDLER(ViewHostMsg_DidFinishLoad, OnDidFinishLoad)
[email protected]9bf6ee9f2012-04-11 11:07:26688 IPC_MESSAGE_HANDLER(ViewHostMsg_DidFailLoadWithError,
689 OnDidFailLoadWithError)
[email protected]7d472472011-01-22 01:30:25690 IPC_MESSAGE_HANDLER(ViewHostMsg_GoToEntryAtOffset, OnGoToEntryAtOffset)
[email protected]216813952011-05-19 22:21:26691 IPC_MESSAGE_HANDLER(ViewHostMsg_UpdateZoomLimits, OnUpdateZoomLimits)
[email protected]3a29a6e2011-08-24 18:26:21692 IPC_MESSAGE_HANDLER(ViewHostMsg_EnumerateDirectory, OnEnumerateDirectory)
[email protected]7d189022011-08-25 22:54:20693 IPC_MESSAGE_HANDLER(ViewHostMsg_JSOutOfMemory, OnJSOutOfMemory)
694 IPC_MESSAGE_HANDLER(ViewHostMsg_RegisterProtocolHandler,
695 OnRegisterProtocolHandler)
[email protected]b888919c2011-09-02 00:32:16696 IPC_MESSAGE_HANDLER(ViewHostMsg_Find_Reply, OnFindReply)
[email protected]9b003482013-05-21 14:00:17697 IPC_MESSAGE_HANDLER(ViewHostMsg_DidProgrammaticallyScroll,
698 OnDidProgrammaticallyScroll)
[email protected]d952a052011-09-06 18:42:45699 IPC_MESSAGE_HANDLER(ViewHostMsg_CrashedPlugin, OnCrashedPlugin)
[email protected]7fc4bbb2011-09-08 21:23:10700 IPC_MESSAGE_HANDLER(ViewHostMsg_AppCacheAccessed, OnAppCacheAccessed)
[email protected]da8543762012-03-20 08:52:20701 IPC_MESSAGE_HANDLER(ViewHostMsg_OpenColorChooser, OnOpenColorChooser)
702 IPC_MESSAGE_HANDLER(ViewHostMsg_EndColorChooser, OnEndColorChooser)
703 IPC_MESSAGE_HANDLER(ViewHostMsg_SetSelectedColorInColorChooser,
704 OnSetSelectedColorInColorChooser)
[email protected]8be45842012-04-13 19:49:29705 IPC_MESSAGE_HANDLER(ViewHostMsg_PepperPluginHung, OnPepperPluginHung)
[email protected]d0759f492012-04-19 22:50:50706 IPC_MESSAGE_HANDLER(ViewHostMsg_WebUISend, OnWebUISend)
[email protected]d8415ad92012-08-23 14:40:50707 IPC_MESSAGE_HANDLER(ViewHostMsg_RequestPpapiBrokerPermission,
708 OnRequestPpapiBrokerPermission)
[email protected]c4538072013-03-18 02:17:55709 IPC_MESSAGE_HANDLER_GENERIC(BrowserPluginHostMsg_AllocateInstanceID,
710 OnBrowserPluginMessage(message))
711 IPC_MESSAGE_HANDLER_GENERIC(BrowserPluginHostMsg_Attach,
712 OnBrowserPluginMessage(message))
[email protected]41225fe2013-03-29 05:32:02713 IPC_MESSAGE_HANDLER(ImageHostMsg_DidDownloadImage, OnDidDownloadImage)
714 IPC_MESSAGE_HANDLER(ViewHostMsg_UpdateFaviconURL, OnUpdateFaviconURL)
[email protected]583418cc2013-01-17 14:01:10715#if defined(OS_ANDROID)
716 IPC_MESSAGE_HANDLER(ViewHostMsg_FindMatchRects_Reply,
717 OnFindMatchRectsReply)
718 IPC_MESSAGE_HANDLER(ViewHostMsg_OpenDateTimeDialog,
719 OnOpenDateTimeDialog)
720#endif
[email protected]50904452013-05-09 02:05:12721 IPC_MESSAGE_HANDLER(ViewHostMsg_FrameAttached, OnFrameAttached)
[email protected]8607c832013-01-18 14:11:57722 IPC_MESSAGE_HANDLER(ViewHostMsg_FrameDetached, OnFrameDetached)
[email protected]d9030b82013-07-19 08:26:06723 IPC_MESSAGE_HANDLER(ViewHostMsg_MediaNotification, OnMediaNotification)
[email protected]724159a2010-12-30 01:11:18724 IPC_MESSAGE_UNHANDLED(handled = false)
725 IPC_END_MESSAGE_MAP_EX()
[email protected]7bb761892012-07-20 09:32:47726 message_source_ = NULL;
[email protected]724159a2010-12-30 01:11:18727
728 if (!message_is_ok) {
[email protected]8ff00d72012-10-23 19:12:21729 RecordAction(UserMetricsAction("BadMessageTerminate_RVD"));
[email protected]724159a2010-12-30 01:11:18730 GetRenderProcessHost()->ReceivedBadMessage();
731 }
732
733 return handled;
734}
735
[email protected]b172aee2012-04-10 17:05:26736void WebContentsImpl::RunFileChooser(
[email protected]6c2e472f2011-08-24 23:26:18737 RenderViewHost* render_view_host,
[email protected]8ff00d72012-10-23 19:12:21738 const FileChooserParams& params) {
[email protected]e5f2de02012-07-20 22:15:43739 if (delegate_)
740 delegate_->RunFileChooser(this, params);
[email protected]6c2e472f2011-08-24 23:26:18741}
742
[email protected]d1198fd2012-08-13 22:50:19743NavigationControllerImpl& WebContentsImpl::GetController() {
[email protected]f5fa20e2011-12-21 22:35:56744 return controller_;
745}
746
[email protected]d1198fd2012-08-13 22:50:19747const NavigationControllerImpl& WebContentsImpl::GetController() const {
[email protected]f5fa20e2011-12-21 22:35:56748 return controller_;
749}
750
[email protected]8ff00d72012-10-23 19:12:21751BrowserContext* WebContentsImpl::GetBrowserContext() const {
[email protected]a26023822011-12-29 00:23:55752 return controller_.GetBrowserContext();
[email protected]627e0512011-12-21 22:55:30753}
754
[email protected]b172aee2012-04-10 17:05:26755const GURL& WebContentsImpl::GetURL() const {
[email protected]c854a7e2013-05-21 16:42:24756 // We may not have a navigation entry yet.
[email protected]59167c22013-06-03 18:07:32757 NavigationEntry* entry = controller_.GetVisibleEntry();
[email protected]36fc0392011-12-25 03:59:51758 return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
[email protected]be1f56ab2011-12-22 06:55:31759}
760
[email protected]a093ce02013-07-22 20:53:14761const GURL& WebContentsImpl::GetVisibleURL() const {
[email protected]c854a7e2013-05-21 16:42:24762 // We may not have a navigation entry yet.
[email protected]59167c22013-06-03 18:07:32763 NavigationEntry* entry = controller_.GetVisibleEntry();
[email protected]c854a7e2013-05-21 16:42:24764 return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
765}
766
767const GURL& WebContentsImpl::GetLastCommittedURL() const {
768 // We may not have a navigation entry yet.
769 NavigationEntry* entry = controller_.GetLastCommittedEntry();
770 return entry ? entry->GetVirtualURL() : GURL::EmptyGURL();
771}
772
[email protected]8ff00d72012-10-23 19:12:21773WebContentsDelegate* WebContentsImpl::GetDelegate() {
[email protected]be1f56ab2011-12-22 06:55:31774 return delegate_;
775}
776
[email protected]8ff00d72012-10-23 19:12:21777void WebContentsImpl::SetDelegate(WebContentsDelegate* delegate) {
[email protected]be1f56ab2011-12-22 06:55:31778 // TODO(cbentzel): remove this debugging code?
779 if (delegate == delegate_)
780 return;
781 if (delegate_)
782 delegate_->Detach(this);
783 delegate_ = delegate;
[email protected]a6b73c62013-02-11 23:05:08784 if (delegate_) {
[email protected]be1f56ab2011-12-22 06:55:31785 delegate_->Attach(this);
[email protected]a6b73c62013-02-11 23:05:08786 // Ensure the visible RVH reflects the new delegate's preferences.
[email protected]86f98a22013-03-20 14:35:00787 if (view_)
788 view_->SetOverscrollControllerEnabled(delegate->CanOverscrollContent());
[email protected]a6b73c62013-02-11 23:05:08789 }
[email protected]be1f56ab2011-12-22 06:55:31790}
791
[email protected]8ff00d72012-10-23 19:12:21792RenderProcessHost* WebContentsImpl::GetRenderProcessHost() const {
[email protected]82114f52012-03-20 22:53:41793 RenderViewHostImpl* host = render_manager_.current_host();
794 return host ? host->GetProcess() : NULL;
[email protected]8cb5d5b2010-02-09 11:36:16795}
796
[email protected]b172aee2012-04-10 17:05:26797RenderViewHost* WebContentsImpl::GetRenderViewHost() const {
[email protected]be1f56ab2011-12-22 06:55:31798 return render_manager_.current_host();
799}
800
[email protected]a04c9d02012-11-14 21:04:34801void WebContentsImpl::GetRenderViewHostAtPosition(
802 int x,
803 int y,
804 const base::Callback<void(RenderViewHost*, int, int)>& callback) {
805 BrowserPluginEmbedder* embedder = GetBrowserPluginEmbedder();
806 if (embedder)
807 embedder->GetRenderViewHostAtPosition(x, y, callback);
808 else
809 callback.Run(GetRenderViewHost(), x, y);
810}
811
[email protected]bfcfa692013-02-07 06:17:02812WebContents* WebContentsImpl::GetEmbedderWebContents() const {
813 BrowserPluginGuest* guest = GetBrowserPluginGuest();
814 if (guest)
815 return guest->embedder_web_contents();
816 return NULL;
817}
818
819int WebContentsImpl::GetEmbeddedInstanceID() const {
820 BrowserPluginGuest* guest = GetBrowserPluginGuest();
821 if (guest)
822 return guest->instance_id();
823 return 0;
824}
825
[email protected]6b618e62012-08-16 12:59:18826int WebContentsImpl::GetRoutingID() const {
827 if (!GetRenderViewHost())
828 return MSG_ROUTING_NONE;
829
830 return GetRenderViewHost()->GetRoutingID();
831}
832
[email protected]44470a22013-01-24 01:21:54833int WebContentsImpl::GetFullscreenWidgetRoutingID() const {
834 return fullscreen_widget_routing_id_;
835}
836
[email protected]b172aee2012-04-10 17:05:26837RenderWidgetHostView* WebContentsImpl::GetRenderWidgetHostView() const {
[email protected]be1f56ab2011-12-22 06:55:31838 return render_manager_.GetRenderWidgetHostView();
839}
840
[email protected]f8497342013-02-05 22:15:02841RenderWidgetHostViewPort* WebContentsImpl::GetRenderWidgetHostViewPort() const {
842 BrowserPluginGuest* guest = GetBrowserPluginGuest();
843 if (guest && guest->embedder_web_contents()) {
844 return guest->embedder_web_contents()->GetRenderWidgetHostViewPort();
845 }
846 return RenderWidgetHostViewPort::FromRWHV(GetRenderWidgetHostView());
847}
848
[email protected]8ff00d72012-10-23 19:12:21849WebContentsView* WebContentsImpl::GetView() const {
[email protected]be1f56ab2011-12-22 06:55:31850 return view_.get();
851}
852
[email protected]8ff00d72012-10-23 19:12:21853WebUI* WebContentsImpl::CreateWebUI(const GURL& url) {
[email protected]d2353452012-01-19 19:53:56854 WebUIImpl* web_ui = new WebUIImpl(this);
[email protected]86a0a6e2013-01-28 06:33:03855 WebUIController* controller = WebUIControllerFactoryRegistry::GetInstance()->
856 CreateWebUIControllerForURL(web_ui, url);
[email protected]c63cedf22012-01-17 18:42:22857 if (controller) {
[email protected]eb2ef212013-01-29 04:27:58858 web_ui->AddMessageHandler(new GenericHandler());
[email protected]c63cedf22012-01-17 18:42:22859 web_ui->SetController(controller);
860 return web_ui;
861 }
862
863 delete web_ui;
864 return NULL;
865}
866
[email protected]8ff00d72012-10-23 19:12:21867WebUI* WebContentsImpl::GetWebUI() const {
[email protected]be1f56ab2011-12-22 06:55:31868 return render_manager_.web_ui() ? render_manager_.web_ui()
869 : render_manager_.pending_web_ui();
870}
871
[email protected]8ff00d72012-10-23 19:12:21872WebUI* WebContentsImpl::GetCommittedWebUI() const {
[email protected]be1f56ab2011-12-22 06:55:31873 return render_manager_.web_ui();
[email protected]d5f942ba2008-09-26 19:30:34874}
875
[email protected]86ef6a392012-05-11 22:03:11876void WebContentsImpl::SetUserAgentOverride(const std::string& override) {
[email protected]bf70edce2012-06-20 22:32:22877 if (GetUserAgentOverride() == override)
878 return;
879
880 renderer_preferences_.user_agent_override = override;
881
882 // Send the new override string to the renderer.
883 RenderViewHost* host = GetRenderViewHost();
884 if (host)
885 host->SyncRendererPrefs();
886
887 // Reload the page if a load is currently in progress to avoid having
888 // different parts of the page loaded using different user agents.
889 NavigationEntry* entry = controller_.GetActiveEntry();
890 if (is_loading_ && entry != NULL && entry->GetIsOverridingUserAgent())
891 controller_.ReloadIgnoringCache(true);
[email protected]8d0f3312012-08-18 01:47:53892
893 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
894 UserAgentOverrideSet(override));
[email protected]86ef6a392012-05-11 22:03:11895}
896
897const std::string& WebContentsImpl::GetUserAgentOverride() const {
[email protected]bf70edce2012-06-20 22:32:22898 return renderer_preferences_.user_agent_override;
[email protected]86ef6a392012-05-11 22:03:11899}
900
[email protected]c73a2282013-04-29 21:10:41901#if defined(OS_WIN) && defined(USE_AURA)
902void WebContentsImpl::SetParentNativeViewAccessible(
903gfx::NativeViewAccessible accessible_parent) {
904 accessible_parent_ = accessible_parent;
[email protected]3144b892013-05-25 01:14:45905 if (GetRenderViewHost())
906 GetRenderViewHostImpl()->SetParentNativeViewAccessible(accessible_parent);
[email protected]c73a2282013-04-29 21:10:41907}
908#endif
909
[email protected]b172aee2012-04-10 17:05:26910const string16& WebContentsImpl::GetTitle() const {
[email protected]4c6092c5b2009-06-06 00:23:55911 // Transient entries take precedence. They are used for interstitial pages
912 // that are shown on top of existing pages.
[email protected]10f417c52011-12-28 21:04:23913 NavigationEntry* entry = controller_.GetTransientEntry();
[email protected]b5cca982011-05-26 04:42:08914 std::string accept_languages =
[email protected]8ff00d72012-10-23 19:12:21915 GetContentClient()->browser()->GetAcceptLangs(
[email protected]627e0512011-12-21 22:55:30916 GetBrowserContext());
[email protected]45d0ef7f2011-01-05 13:46:23917 if (entry) {
[email protected]b5cca982011-05-26 04:42:08918 return entry->GetTitleForDisplay(accept_languages);
[email protected]45d0ef7f2011-01-05 13:46:23919 }
[email protected]7ade2732011-02-10 00:13:58920 WebUI* our_web_ui = render_manager_.pending_web_ui() ?
921 render_manager_.pending_web_ui() : render_manager_.web_ui();
922 if (our_web_ui) {
[email protected]96d185d2009-04-24 03:28:54923 // Don't override the title in view source mode.
[email protected]59167c22013-06-03 18:07:32924 entry = controller_.GetVisibleEntry();
[email protected]96d185d2009-04-24 03:28:54925 if (!(entry && entry->IsViewSourceMode())) {
[email protected]e0112912011-02-02 22:54:35926 // Give the Web UI the chance to override our title.
[email protected]c63cedf22012-01-17 18:42:22927 const string16& title = our_web_ui->GetOverriddenTitle();
[email protected]96d185d2009-04-24 03:28:54928 if (!title.empty())
929 return title;
930 }
931 }
932
933 // We use the title for the last committed entry rather than a pending
934 // navigation entry. For example, when the user types in a URL, we want to
935 // keep the old page's title until the new load has committed and we get a new
936 // title.
[email protected]96d185d2009-04-24 03:28:54937 entry = controller_.GetLastCommittedEntry();
[email protected]59167c22013-06-03 18:07:32938
939 // We make an exception for initial navigations, because we can have a
940 // committed entry for an initial navigation when doing a history navigation
941 // in a new tab, such as Ctrl+Back.
942 if (entry && controller_.IsInitialNavigation())
943 entry = controller_.GetVisibleEntry();
944
[email protected]45d0ef7f2011-01-05 13:46:23945 if (entry) {
[email protected]b5cca982011-05-26 04:42:08946 return entry->GetTitleForDisplay(accept_languages);
[email protected]45d0ef7f2011-01-05 13:46:23947 }
[email protected]987fc3a2011-05-26 14:18:09948
949 // |page_title_when_no_navigation_entry_| is finally used
950 // if no title cannot be retrieved.
951 return page_title_when_no_navigation_entry_;
[email protected]96d185d2009-04-24 03:28:54952}
953
[email protected]b172aee2012-04-10 17:05:26954int32 WebContentsImpl::GetMaxPageID() {
[email protected]74ce1ad2011-12-16 21:51:46955 return GetMaxPageIDForSiteInstance(GetSiteInstance());
956}
957
[email protected]b172aee2012-04-10 17:05:26958int32 WebContentsImpl::GetMaxPageIDForSiteInstance(
959 SiteInstance* site_instance) {
[email protected]b6583592012-01-25 19:52:33960 if (max_page_ids_.find(site_instance->GetId()) == max_page_ids_.end())
961 max_page_ids_[site_instance->GetId()] = -1;
[email protected]74ce1ad2011-12-16 21:51:46962
[email protected]b6583592012-01-25 19:52:33963 return max_page_ids_[site_instance->GetId()];
[email protected]d5f942ba2008-09-26 19:30:34964}
965
[email protected]b172aee2012-04-10 17:05:26966void WebContentsImpl::UpdateMaxPageID(int32 page_id) {
[email protected]74ce1ad2011-12-16 21:51:46967 UpdateMaxPageIDForSiteInstance(GetSiteInstance(), page_id);
968}
969
[email protected]b172aee2012-04-10 17:05:26970void WebContentsImpl::UpdateMaxPageIDForSiteInstance(
[email protected]b6583592012-01-25 19:52:33971 SiteInstance* site_instance, int32 page_id) {
[email protected]74ce1ad2011-12-16 21:51:46972 if (GetMaxPageIDForSiteInstance(site_instance) < page_id)
[email protected]b6583592012-01-25 19:52:33973 max_page_ids_[site_instance->GetId()] = page_id;
[email protected]d5f942ba2008-09-26 19:30:34974}
975
[email protected]b172aee2012-04-10 17:05:26976void WebContentsImpl::CopyMaxPageIDsFrom(WebContentsImpl* web_contents) {
977 max_page_ids_ = web_contents->max_page_ids_;
[email protected]91854cd2012-01-10 19:43:57978}
979
[email protected]b172aee2012-04-10 17:05:26980SiteInstance* WebContentsImpl::GetSiteInstance() const {
[email protected]9f76c1e2012-03-05 15:15:58981 return render_manager_.current_host()->GetSiteInstance();
[email protected]96d185d2009-04-24 03:28:54982}
983
[email protected]b172aee2012-04-10 17:05:26984SiteInstance* WebContentsImpl::GetPendingSiteInstance() const {
[email protected]77362eb2011-08-01 17:18:38985 RenderViewHost* dest_rvh = render_manager_.pending_render_view_host() ?
986 render_manager_.pending_render_view_host() :
987 render_manager_.current_host();
[email protected]9f76c1e2012-03-05 15:15:58988 return dest_rvh->GetSiteInstance();
[email protected]77362eb2011-08-01 17:18:38989}
990
[email protected]b172aee2012-04-10 17:05:26991bool WebContentsImpl::IsLoading() const {
[email protected]be1f56ab2011-12-22 06:55:31992 return is_loading_;
[email protected]3c9e1872010-11-18 16:17:49993}
994
[email protected]b172aee2012-04-10 17:05:26995bool WebContentsImpl::IsWaitingForResponse() const {
[email protected]be1f56ab2011-12-22 06:55:31996 return waiting_for_response_;
997}
998
[email protected]b172aee2012-04-10 17:05:26999const net::LoadStateWithParam& WebContentsImpl::GetLoadState() const {
[email protected]be1f56ab2011-12-22 06:55:311000 return load_state_;
1001}
1002
[email protected]b172aee2012-04-10 17:05:261003const string16& WebContentsImpl::GetLoadStateHost() const {
[email protected]be1f56ab2011-12-22 06:55:311004 return load_state_host_;
1005}
1006
[email protected]b172aee2012-04-10 17:05:261007uint64 WebContentsImpl::GetUploadSize() const {
[email protected]be1f56ab2011-12-22 06:55:311008 return upload_size_;
1009}
1010
[email protected]b172aee2012-04-10 17:05:261011uint64 WebContentsImpl::GetUploadPosition() const {
[email protected]be1f56ab2011-12-22 06:55:311012 return upload_position_;
1013}
1014
[email protected]1ae93fb2013-06-14 03:38:561015std::set<GURL> WebContentsImpl::GetSitesInTab() const {
1016 BrowserContext* browser_context = GetBrowserContext();
1017 std::set<GURL> sites;
1018 if (!frame_tree_root_.get())
1019 return sites;
1020
1021 // Iterates over the FrameTreeNodes to find each unique site URL that is
1022 // currently committed.
1023 FrameTreeNode* node = NULL;
1024 std::queue<FrameTreeNode*> queue;
1025 queue.push(frame_tree_root_.get());
1026
1027 while (!queue.empty()) {
1028 node = queue.front();
1029 queue.pop();
1030 sites.insert(SiteInstance::GetSiteForURL(browser_context,
1031 node->current_url()));
1032
1033 for (size_t i = 0; i < node->child_count(); ++i)
1034 queue.push(node->child_at(i));
1035 }
1036
1037 return sites;
1038}
1039
[email protected]b172aee2012-04-10 17:05:261040const std::string& WebContentsImpl::GetEncoding() const {
[email protected]be1f56ab2011-12-22 06:55:311041 return encoding_;
1042}
1043
[email protected]b172aee2012-04-10 17:05:261044bool WebContentsImpl::DisplayedInsecureContent() const {
[email protected]be1f56ab2011-12-22 06:55:311045 return displayed_insecure_content_;
1046}
1047
[email protected]54597982013-02-06 01:59:551048void WebContentsImpl::IncrementCapturerCount() {
[email protected]5a652232013-02-12 06:15:251049 DCHECK(!is_being_destroyed_);
[email protected]54597982013-02-06 01:59:551050 ++capturer_count_;
1051 DVLOG(1) << "There are now " << capturer_count_
1052 << " capturing(s) of WebContentsImpl@" << this;
1053}
1054
1055void WebContentsImpl::DecrementCapturerCount() {
1056 --capturer_count_;
1057 DVLOG(1) << "There are now " << capturer_count_
1058 << " capturing(s) of WebContentsImpl@" << this;
1059 DCHECK_LE(0, capturer_count_);
1060
[email protected]5a652232013-02-12 06:15:251061 if (is_being_destroyed_)
1062 return;
1063
[email protected]1ac10dca2013-08-20 20:47:041064 if (IsHidden()) {
[email protected]54597982013-02-06 01:59:551065 DVLOG(1) << "Executing delayed WasHidden().";
1066 WasHidden();
1067 }
[email protected]be1f56ab2011-12-22 06:55:311068}
1069
[email protected]f2bd40812013-07-20 04:30:441070int WebContentsImpl::GetCapturerCount() const {
1071 return capturer_count_;
1072}
1073
[email protected]b172aee2012-04-10 17:05:261074bool WebContentsImpl::IsCrashed() const {
[email protected]be1f56ab2011-12-22 06:55:311075 return (crashed_status_ == base::TERMINATION_STATUS_PROCESS_CRASHED ||
1076 crashed_status_ == base::TERMINATION_STATUS_ABNORMAL_TERMINATION ||
1077 crashed_status_ == base::TERMINATION_STATUS_PROCESS_WAS_KILLED);
[email protected]3c9e1872010-11-18 16:17:491078}
1079
[email protected]b172aee2012-04-10 17:05:261080void WebContentsImpl::SetIsCrashed(base::TerminationStatus status,
1081 int error_code) {
[email protected]443b80e2010-12-14 00:42:231082 if (status == crashed_status_)
[email protected]d5f942ba2008-09-26 19:30:341083 return;
1084
[email protected]443b80e2010-12-14 00:42:231085 crashed_status_ = status;
1086 crashed_error_code_ = error_code;
[email protected]8ff00d72012-10-23 19:12:211087 NotifyNavigationStateChanged(INVALIDATE_TYPE_TAB);
[email protected]d5f942ba2008-09-26 19:30:341088}
1089
[email protected]b172aee2012-04-10 17:05:261090base::TerminationStatus WebContentsImpl::GetCrashedStatus() const {
[email protected]be1f56ab2011-12-22 06:55:311091 return crashed_status_;
1092}
1093
[email protected]b172aee2012-04-10 17:05:261094bool WebContentsImpl::IsBeingDestroyed() const {
[email protected]be1f56ab2011-12-22 06:55:311095 return is_being_destroyed_;
1096}
1097
[email protected]b172aee2012-04-10 17:05:261098void WebContentsImpl::NotifyNavigationStateChanged(unsigned changed_flags) {
[email protected]d5f942ba2008-09-26 19:30:341099 if (delegate_)
1100 delegate_->NavigationStateChanged(this, changed_flags);
1101}
1102
[email protected]3e324142012-06-25 18:26:331103base::TimeTicks WebContentsImpl::GetLastSelectedTime() const {
1104 return last_selected_time_;
1105}
1106
[email protected]9e2e4632012-07-27 16:38:411107void WebContentsImpl::WasShown() {
[email protected]96d185d2009-04-24 03:28:541108 controller_.SetActive(true);
[email protected]c30585c2012-02-16 15:02:041109 RenderWidgetHostViewPort* rwhv =
1110 RenderWidgetHostViewPort::FromRWHV(GetRenderWidgetHostView());
[email protected]8cb5d5b2010-02-09 11:36:161111 if (rwhv) {
[email protected]9e2e4632012-07-27 16:38:411112 rwhv->WasShown();
[email protected]789e9152009-08-04 21:59:431113#if defined(OS_MACOSX)
[email protected]8cb5d5b2010-02-09 11:36:161114 rwhv->SetActive(true);
[email protected]789e9152009-08-04 21:59:431115#endif
1116 }
[email protected]96d185d2009-04-24 03:28:541117
[email protected]5ac20162010-11-24 23:33:111118 last_selected_time_ = base::TimeTicks::Now();
[email protected]3e69bc82011-05-26 23:22:381119
[email protected]9e2e4632012-07-27 16:38:411120 FOR_EACH_OBSERVER(WebContentsObserver, observers_, WasShown());
[email protected]b9769d82012-02-10 00:23:591121
1122 // The resize rect might have changed while this was inactive -- send the new
1123 // one to make sure it's up to date.
[email protected]9f76c1e2012-03-05 15:15:581124 RenderViewHostImpl* rvh =
1125 static_cast<RenderViewHostImpl*>(GetRenderViewHost());
[email protected]b9769d82012-02-10 00:23:591126 if (rvh) {
1127 rvh->ResizeRectChanged(GetRootWindowResizerRect());
1128 }
[email protected]96d185d2009-04-24 03:28:541129
[email protected]54597982013-02-06 01:59:551130 should_normally_be_visible_ = true;
[email protected]8ff00d72012-10-23 19:12:211131 NotificationService::current()->Notify(
1132 NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED,
1133 Source<WebContents>(this),
[email protected]54597982013-02-06 01:59:551134 Details<const bool>(&should_normally_be_visible_));
[email protected]be1f56ab2011-12-22 06:55:311135}
1136
[email protected]b172aee2012-04-10 17:05:261137void WebContentsImpl::WasHidden() {
[email protected]54597982013-02-06 01:59:551138 // If there are entities capturing screenshots or video (e.g., mirroring),
1139 // don't activate the "disable rendering" optimization.
1140 if (capturer_count_ == 0) {
[email protected]151a63d2011-12-20 22:32:521141 // |GetRenderViewHost()| can be NULL if the user middle clicks a link to
[email protected]54597982013-02-06 01:59:551142 // open a tab in the background, then closes the tab before selecting it.
[email protected]b172aee2012-04-10 17:05:261143 // This is because closing the tab calls WebContentsImpl::Destroy(), which
[email protected]151a63d2011-12-20 22:32:521144 // removes the |GetRenderViewHost()|; then when we actually destroy the
[email protected]3e324142012-06-25 18:26:331145 // window, OnWindowPosChanged() notices and calls WasHidden() (which
[email protected]151a63d2011-12-20 22:32:521146 // calls us).
[email protected]c30585c2012-02-16 15:02:041147 RenderWidgetHostViewPort* rwhv =
1148 RenderWidgetHostViewPort::FromRWHV(GetRenderWidgetHostView());
[email protected]8cb5d5b2010-02-09 11:36:161149 if (rwhv)
1150 rwhv->WasHidden();
[email protected]96d185d2009-04-24 03:28:541151 }
1152
[email protected]54597982013-02-06 01:59:551153 should_normally_be_visible_ = false;
[email protected]8ff00d72012-10-23 19:12:211154 NotificationService::current()->Notify(
1155 NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED,
1156 Source<WebContents>(this),
[email protected]54597982013-02-06 01:59:551157 Details<const bool>(&should_normally_be_visible_));
[email protected]375fa1b2012-05-22 22:05:371158}
1159
[email protected]b172aee2012-04-10 17:05:261160bool WebContentsImpl::NeedToFireBeforeUnload() {
[email protected]be1f56ab2011-12-22 06:55:311161 // TODO(creis): Should we fire even for interstitial pages?
[email protected]0bfbf882011-12-22 18:19:271162 return WillNotifyDisconnection() &&
1163 !ShowingInterstitialPage() &&
[email protected]9f76c1e2012-03-05 15:15:581164 !static_cast<RenderViewHostImpl*>(
1165 GetRenderViewHost())->SuddenTerminationAllowed();
[email protected]be1f56ab2011-12-22 06:55:311166}
1167
[email protected]b172aee2012-04-10 17:05:261168void WebContentsImpl::Stop() {
[email protected]0bfbf882011-12-22 18:19:271169 render_manager_.Stop();
[email protected]d16609c2013-08-23 06:01:401170 FOR_EACH_OBSERVER(WebContentsObserver, observers_, NavigationStopped());
[email protected]0bfbf882011-12-22 18:19:271171}
1172
[email protected]b172aee2012-04-10 17:05:261173WebContents* WebContentsImpl::Clone() {
[email protected]14392a52012-05-02 20:28:441174 // We use our current SiteInstance since the cloned entry will use it anyway.
[email protected]ed245db2012-12-18 08:00:451175 // We pass our own opener so that the cloned page can access it if it was
1176 // before.
[email protected]54944cde2012-12-09 09:24:591177 CreateParams create_params(GetBrowserContext(), GetSiteInstance());
[email protected]ed245db2012-12-18 08:00:451178 create_params.initial_size = view_->GetContainerSize();
[email protected]54944cde2012-12-09 09:24:591179 WebContentsImpl* tc = CreateWithOpener(create_params, opener_);
[email protected]d1198fd2012-08-13 22:50:191180 tc->GetController().CopyStateFrom(controller_);
[email protected]7381d9f2012-09-12 20:26:221181 FOR_EACH_OBSERVER(WebContentsObserver,
1182 observers_,
1183 DidCloneToNewWebContents(this, tc));
[email protected]0bfbf882011-12-22 18:19:271184 return tc;
1185}
1186
[email protected]14392a52012-05-02 20:28:441187void WebContentsImpl::Observe(int type,
[email protected]8ff00d72012-10-23 19:12:211188 const NotificationSource& source,
1189 const NotificationDetails& details) {
[email protected]14392a52012-05-02 20:28:441190 switch (type) {
[email protected]8ff00d72012-10-23 19:12:211191 case NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED: {
1192 RenderWidgetHost* host = Source<RenderWidgetHost>(source).ptr();
[email protected]bafe6cd2012-05-23 23:09:501193 for (PendingWidgetViews::iterator i = pending_widget_views_.begin();
1194 i != pending_widget_views_.end(); ++i) {
1195 if (host->GetView() == i->second) {
1196 pending_widget_views_.erase(i);
1197 break;
1198 }
1199 }
1200 break;
1201 }
[email protected]14392a52012-05-02 20:28:441202 default:
1203 NOTREACHED();
1204 }
1205}
1206
[email protected]54944cde2012-12-09 09:24:591207void WebContentsImpl::Init(const WebContents::CreateParams& params) {
1208 render_manager_.Init(
[email protected]227692c52013-05-31 22:43:041209 params.browser_context, params.site_instance, params.routing_id,
1210 params.main_frame_routing_id);
[email protected]d1198fd2012-08-13 22:50:191211
[email protected]8ff00d72012-10-23 19:12:211212 view_.reset(GetContentClient()->browser()->
[email protected]d1198fd2012-08-13 22:50:191213 OverrideCreateWebContentsView(this, &render_view_host_delegate_view_));
[email protected]59383c782013-04-17 16:43:271214 if (view_) {
[email protected]d1198fd2012-08-13 22:50:191215 CHECK(render_view_host_delegate_view_);
1216 } else {
[email protected]f8497342013-02-05 22:15:021217 WebContentsViewDelegate* delegate =
1218 GetContentClient()->browser()->GetWebContentsViewDelegate(this);
1219
[email protected]59383c782013-04-17 16:43:271220 if (browser_plugin_guest_) {
[email protected]6ac389a2013-07-09 01:32:381221 scoped_ptr<WebContentsViewPort> platform_view(CreateWebContentsView(
1222 this, delegate, &render_view_host_delegate_view_));
[email protected]f8497342013-02-05 22:15:021223
[email protected]b5a40842012-11-28 15:26:111224 WebContentsViewGuest* rv = new WebContentsViewGuest(
[email protected]6ac389a2013-07-09 01:32:381225 this, browser_plugin_guest_.get(), platform_view.Pass(),
[email protected]cb8d7cf22013-06-19 04:16:431226 render_view_host_delegate_view_);
[email protected]b5a40842012-11-28 15:26:111227 render_view_host_delegate_view_ = rv;
1228 view_.reset(rv);
1229 } else {
[email protected]f8497342013-02-05 22:15:021230 // Regular WebContentsView.
[email protected]b5a40842012-11-28 15:26:111231 view_.reset(CreateWebContentsView(
1232 this, delegate, &render_view_host_delegate_view_));
1233 }
[email protected]d1198fd2012-08-13 22:50:191234 CHECK(render_view_host_delegate_view_);
1235 }
1236 CHECK(view_.get());
1237
[email protected]ed245db2012-12-18 08:00:451238 gfx::Size initial_size = params.initial_size;
[email protected]54944cde2012-12-09 09:24:591239 view_->CreateView(initial_size, params.context);
[email protected]d1198fd2012-08-13 22:50:191240
1241 // Listen for whether our opener gets destroyed.
[email protected]7fff43e2013-05-21 20:21:101242 if (opener_)
1243 AddDestructionObserver(opener_);
[email protected]d1198fd2012-08-13 22:50:191244
1245 registrar_.Add(this,
[email protected]8ff00d72012-10-23 19:12:211246 NOTIFICATION_RENDER_WIDGET_HOST_DESTROYED,
1247 NotificationService::AllBrowserContextsAndSources());
[email protected]c7654a232013-06-12 21:04:441248#if defined(OS_ANDROID)
[email protected]d1198fd2012-08-13 22:50:191249 java_bridge_dispatcher_host_manager_.reset(
1250 new JavaBridgeDispatcherHostManager(this));
1251#endif
[email protected]583418cc2013-01-17 14:01:101252
1253#if defined(OS_ANDROID)
1254 date_time_chooser_.reset(new DateTimeChooserAndroid());
1255#endif
[email protected]d1198fd2012-08-13 22:50:191256}
1257
[email protected]7fff43e2013-05-21 20:21:101258void WebContentsImpl::OnWebContentsDestroyed(WebContentsImpl* web_contents) {
1259 RemoveDestructionObserver(web_contents);
1260
[email protected]14392a52012-05-02 20:28:441261 // Clear the opener if it has been closed.
1262 if (web_contents == opener_) {
[email protected]14392a52012-05-02 20:28:441263 opener_ = NULL;
[email protected]ceee8cd2013-03-08 04:59:511264 return;
[email protected]14392a52012-05-02 20:28:441265 }
[email protected]ceee8cd2013-03-08 04:59:511266 // Clear a pending contents that has been closed before being shown.
1267 for (PendingContents::iterator iter = pending_contents_.begin();
1268 iter != pending_contents_.end();
1269 ++iter) {
1270 if (iter->second != web_contents)
1271 continue;
1272 pending_contents_.erase(iter);
[email protected]ceee8cd2013-03-08 04:59:511273 return;
1274 }
1275 NOTREACHED();
[email protected]14392a52012-05-02 20:28:441276}
1277
[email protected]7fff43e2013-05-21 20:21:101278void WebContentsImpl::AddDestructionObserver(WebContentsImpl* web_contents) {
1279 if (!ContainsKey(destruction_observers_, web_contents)) {
1280 destruction_observers_[web_contents] =
1281 new DestructionObserver(this, web_contents);
1282 }
1283}
1284
1285void WebContentsImpl::RemoveDestructionObserver(WebContentsImpl* web_contents) {
1286 DestructionObservers::iterator iter =
1287 destruction_observers_.find(web_contents);
1288 if (iter != destruction_observers_.end()) {
1289 delete destruction_observers_[web_contents];
1290 destruction_observers_.erase(iter);
1291 }
1292}
1293
[email protected]b172aee2012-04-10 17:05:261294void WebContentsImpl::AddObserver(WebContentsObserver* observer) {
[email protected]be1f56ab2011-12-22 06:55:311295 observers_.AddObserver(observer);
1296}
1297
[email protected]b172aee2012-04-10 17:05:261298void WebContentsImpl::RemoveObserver(WebContentsObserver* observer) {
[email protected]be1f56ab2011-12-22 06:55:311299 observers_.RemoveObserver(observer);
1300}
1301
[email protected]b172aee2012-04-10 17:05:261302void WebContentsImpl::Activate() {
[email protected]d5f942ba2008-09-26 19:30:341303 if (delegate_)
1304 delegate_->ActivateContents(this);
1305}
1306
[email protected]b172aee2012-04-10 17:05:261307void WebContentsImpl::Deactivate() {
[email protected]ea42e7782010-08-23 23:58:121308 if (delegate_)
1309 delegate_->DeactivateContents(this);
1310}
1311
[email protected]b172aee2012-04-10 17:05:261312void WebContentsImpl::LostCapture() {
[email protected]63954792011-07-11 04:17:481313 if (delegate_)
1314 delegate_->LostCapture();
1315}
1316
[email protected]b24b68a2012-09-24 21:57:261317void WebContentsImpl::RenderWidgetDeleted(
1318 RenderWidgetHostImpl* render_widget_host) {
1319 if (is_being_destroyed_) {
1320 // |created_widgets_| might have been destroyed.
1321 return;
1322 }
1323
1324 std::set<RenderWidgetHostImpl*>::iterator iter =
1325 created_widgets_.find(render_widget_host);
1326 if (iter != created_widgets_.end())
1327 created_widgets_.erase(iter);
[email protected]44470a22013-01-24 01:21:541328
1329 if (render_widget_host &&
1330 render_widget_host->GetRoutingID() == fullscreen_widget_routing_id_) {
1331 FOR_EACH_OBSERVER(WebContentsObserver,
1332 observers_,
1333 DidDestroyFullscreenWidget(
1334 fullscreen_widget_routing_id_));
1335 fullscreen_widget_routing_id_ = MSG_ROUTING_NONE;
1336 }
[email protected]b24b68a2012-09-24 21:57:261337}
1338
[email protected]b172aee2012-04-10 17:05:261339bool WebContentsImpl::PreHandleKeyboardEvent(
1340 const NativeWebKeyboardEvent& event,
1341 bool* is_keyboard_shortcut) {
[email protected]63954792011-07-11 04:17:481342 return delegate_ &&
[email protected]b3996ba2012-08-08 00:39:131343 delegate_->PreHandleKeyboardEvent(this, event, is_keyboard_shortcut);
[email protected]63954792011-07-11 04:17:481344}
1345
[email protected]b172aee2012-04-10 17:05:261346void WebContentsImpl::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {
[email protected]6d5c060a2013-06-18 11:27:061347 if (browser_plugin_embedder_ &&
1348 browser_plugin_embedder_->HandleKeyboardEvent(event)) {
1349 return;
1350 }
1351
[email protected]63954792011-07-11 04:17:481352 if (delegate_)
[email protected]b3996ba2012-08-08 00:39:131353 delegate_->HandleKeyboardEvent(this, event);
[email protected]63954792011-07-11 04:17:481354}
1355
[email protected]fb3f066e2013-02-12 19:12:521356bool WebContentsImpl::PreHandleWheelEvent(
1357 const WebKit::WebMouseWheelEvent& event) {
[email protected]bccc4472013-04-18 16:37:191358#if !defined(OS_MACOSX)
1359 // On platforms other than Mac, control+mousewheel changes zoom. On Mac, this
1360 // isn't done for two reasons:
1361 // -the OS already has a gesture to do this through pinch-zoom
1362 // -if a user starts an inertial scroll, let's go, and presses control
1363 // (i.e. control+tab) then the OS's buffered scroll events will come in
1364 // with control key set which isn't what the user wants
[email protected]fb3f066e2013-02-12 19:12:521365 if (delegate_ &&
1366 event.wheelTicksY &&
1367 (event.modifiers & WebKit::WebInputEvent::ControlKey)) {
1368 delegate_->ContentsZoomChange(event.wheelTicksY > 0);
1369 return true;
1370 }
[email protected]bccc4472013-04-18 16:37:191371#endif
[email protected]fb3f066e2013-02-12 19:12:521372
1373 return false;
1374}
1375
[email protected]c73a2282013-04-29 21:10:411376#if defined(OS_WIN) && defined(USE_AURA)
1377gfx::NativeViewAccessible WebContentsImpl::GetParentNativeViewAccessible() {
1378 return accessible_parent_;
1379}
1380#endif
1381
[email protected]b172aee2012-04-10 17:05:261382void WebContentsImpl::HandleMouseDown() {
[email protected]32ded2212011-11-10 18:51:431383 if (delegate_)
1384 delegate_->HandleMouseDown();
1385}
1386
[email protected]b172aee2012-04-10 17:05:261387void WebContentsImpl::HandleMouseUp() {
[email protected]63954792011-07-11 04:17:481388 if (delegate_)
1389 delegate_->HandleMouseUp();
1390}
1391
[email protected]590a634e2012-07-19 16:38:231392void WebContentsImpl::HandlePointerActivate() {
[email protected]63954792011-07-11 04:17:481393 if (delegate_)
[email protected]590a634e2012-07-19 16:38:231394 delegate_->HandlePointerActivate();
1395}
1396
1397void WebContentsImpl::HandleGestureBegin() {
1398 if (delegate_)
1399 delegate_->HandleGestureBegin();
1400}
1401
1402void WebContentsImpl::HandleGestureEnd() {
1403 if (delegate_)
1404 delegate_->HandleGestureEnd();
[email protected]63954792011-07-11 04:17:481405}
1406
[email protected]b172aee2012-04-10 17:05:261407void WebContentsImpl::ToggleFullscreenMode(bool enter_fullscreen) {
[email protected]8a5e0ca2011-08-25 06:30:471408 if (delegate_)
1409 delegate_->ToggleFullscreenModeForTab(this, enter_fullscreen);
1410}
1411
[email protected]b172aee2012-04-10 17:05:261412bool WebContentsImpl::IsFullscreenForCurrentTab() const {
[email protected]199bba6e2012-04-04 16:19:381413 return delegate_ ? delegate_->IsFullscreenForTabOrPending(this) : false;
[email protected]5d5f7af2011-10-01 01:38:121414}
1415
[email protected]a9c81f02012-06-01 00:15:441416void WebContentsImpl::RequestToLockMouse(bool user_gesture,
1417 bool last_unlocked_by_target) {
[email protected]e9621112011-10-17 05:38:371418 if (delegate_) {
[email protected]a9c81f02012-06-01 00:15:441419 delegate_->RequestToLockMouse(this, user_gesture, last_unlocked_by_target);
[email protected]e9621112011-10-17 05:38:371420 } else {
1421 GotResponseToLockMouseRequest(false);
1422 }
1423}
1424
[email protected]b172aee2012-04-10 17:05:261425void WebContentsImpl::LostMouseLock() {
[email protected]e9621112011-10-17 05:38:371426 if (delegate_)
1427 delegate_->LostMouseLock();
1428}
1429
[email protected]bafe6cd2012-05-23 23:09:501430void WebContentsImpl::CreateNewWindow(
1431 int route_id,
[email protected]227692c52013-05-31 22:43:041432 int main_frame_route_id,
[email protected]97714c82012-06-06 10:15:131433 const ViewHostMsg_CreateWindow_Params& params,
1434 SessionStorageNamespace* session_storage_namespace) {
[email protected]bafe6cd2012-05-23 23:09:501435 // We usually create the new window in the same BrowsingInstance (group of
1436 // script-related windows), by passing in the current SiteInstance. However,
[email protected]c4538072013-03-18 02:17:551437 // if the opener is being suppressed (in a non-guest), we create a new
1438 // SiteInstance in its own BrowsingInstance.
1439 bool is_guest = GetRenderProcessHost()->IsGuest();
1440
[email protected]bafe6cd2012-05-23 23:09:501441 scoped_refptr<SiteInstance> site_instance =
[email protected]c4538072013-03-18 02:17:551442 params.opener_suppressed && !is_guest ?
[email protected]e94bbcb2012-09-07 05:33:571443 SiteInstance::CreateForURL(GetBrowserContext(), params.target_url) :
[email protected]bafe6cd2012-05-23 23:09:501444 GetSiteInstance();
1445
[email protected]d1198fd2012-08-13 22:50:191446 // We must assign the SessionStorageNamespace before calling Init().
[email protected]4c3a23582012-08-18 08:54:341447 //
1448 // http://crbug.com/142685
[email protected]fdac6ade2013-07-20 01:06:301449 const std::string& partition_id =
1450 GetContentClient()->browser()->
1451 GetStoragePartitionIdForSite(GetBrowserContext(),
1452 site_instance->GetSiteURL());
[email protected]fc72bb12013-06-02 21:13:461453 StoragePartition* partition = BrowserContext::GetStoragePartition(
1454 GetBrowserContext(), site_instance.get());
[email protected]5f2aa722013-08-07 16:59:411455 DOMStorageContextWrapper* dom_storage_context =
1456 static_cast<DOMStorageContextWrapper*>(partition->GetDOMStorageContext());
[email protected]d1198fd2012-08-13 22:50:191457 SessionStorageNamespaceImpl* session_storage_namespace_impl =
1458 static_cast<SessionStorageNamespaceImpl*>(session_storage_namespace);
1459 CHECK(session_storage_namespace_impl->IsFromContext(dom_storage_context));
[email protected]dd6730412013-08-14 15:03:371460
1461 if (delegate_ &&
1462 !delegate_->ShouldCreateWebContents(this,
1463 route_id,
1464 params.window_container_type,
1465 params.frame_name,
1466 params.target_url,
1467 partition_id,
1468 session_storage_namespace)) {
1469 GetRenderViewHost()->GetProcess()->ResumeRequestsForView(route_id);
1470 GetRenderViewHost()->GetProcess()->ResumeRequestsForView(
1471 main_frame_route_id);
1472 return;
1473 }
1474
1475 // Create the new web contents. This will automatically create the new
1476 // WebContentsView. In the future, we may want to create the view separately.
1477 WebContentsImpl* new_contents =
1478 new WebContentsImpl(GetBrowserContext(),
1479 params.opener_suppressed ? NULL : this);
1480
[email protected]d1198fd2012-08-13 22:50:191481 new_contents->GetController().SetSessionStorageNamespace(
[email protected]fdac6ade2013-07-20 01:06:301482 partition_id,
[email protected]d1198fd2012-08-13 22:50:191483 session_storage_namespace);
[email protected]fc72bb12013-06-02 21:13:461484 CreateParams create_params(GetBrowserContext(), site_instance.get());
[email protected]54944cde2012-12-09 09:24:591485 create_params.routing_id = route_id;
[email protected]227692c52013-05-31 22:43:041486 create_params.main_frame_routing_id = main_frame_route_id;
[email protected]c4538072013-03-18 02:17:551487 if (!is_guest) {
1488 create_params.context = view_->GetNativeView();
1489 create_params.initial_size = view_->GetContainerSize();
1490 } else {
1491 // This makes |new_contents| act as a guest.
1492 // For more info, see comment above class BrowserPluginGuest.
1493 int instance_id = GetBrowserPluginGuestManager()->get_next_instance_id();
1494 WebContentsImpl* new_contents_impl =
1495 static_cast<WebContentsImpl*>(new_contents);
[email protected]738f57a2013-06-29 21:06:541496 BrowserPluginGuest::CreateWithOpener(instance_id, new_contents_impl,
1497 GetBrowserPluginGuest(), !!new_contents_impl->opener());
[email protected]c4538072013-03-18 02:17:551498 }
[email protected]1ac10dca2013-08-20 20:47:041499 if (params.disposition == NEW_BACKGROUND_TAB)
1500 create_params.initially_hidden = true;
[email protected]54944cde2012-12-09 09:24:591501 new_contents->Init(create_params);
[email protected]d1198fd2012-08-13 22:50:191502
[email protected]c4538072013-03-18 02:17:551503 // Save the window for later if we're not suppressing the opener (since it
[email protected]d70bea92013-04-05 04:23:341504 // will be shown immediately).
1505 if (!params.opener_suppressed) {
1506 if (!is_guest) {
1507 WebContentsViewPort* new_view = new_contents->view_.get();
[email protected]bafe6cd2012-05-23 23:09:501508
[email protected]d70bea92013-04-05 04:23:341509 // TODO(brettw): It seems bogus that we have to call this function on the
1510 // newly created object and give it one of its own member variables.
1511 new_view->CreateViewForWidget(new_contents->GetRenderViewHost());
1512 }
[email protected]bafe6cd2012-05-23 23:09:501513 // Save the created window associated with the route so we can show it
1514 // later.
1515 DCHECK_NE(MSG_ROUTING_NONE, route_id);
1516 pending_contents_[route_id] = new_contents;
[email protected]7fff43e2013-05-21 20:21:101517 AddDestructionObserver(new_contents);
[email protected]bafe6cd2012-05-23 23:09:501518 }
1519
1520 if (delegate_) {
1521 delegate_->WebContentsCreated(
[email protected]50de3222013-03-20 15:36:131522 this, params.opener_frame_id, params.frame_name,
1523 params.target_url, new_contents);
[email protected]bafe6cd2012-05-23 23:09:501524 }
1525
1526 if (params.opener_suppressed) {
1527 // When the opener is suppressed, the original renderer cannot access the
1528 // new window. As a result, we need to show and navigate the window here.
[email protected]eda238a12012-09-07 23:44:001529 bool was_blocked = false;
1530 if (delegate_) {
1531 gfx::Rect initial_pos;
1532 delegate_->AddNewContents(
1533 this, new_contents, params.disposition, initial_pos,
1534 params.user_gesture, &was_blocked);
1535 }
1536 if (!was_blocked) {
[email protected]8ff00d72012-10-23 19:12:211537 OpenURLParams open_params(params.target_url,
1538 Referrer(),
1539 CURRENT_TAB,
1540 PAGE_TRANSITION_LINK,
1541 true /* is_renderer_initiated */);
[email protected]e7f2e7c2013-07-15 09:41:301542 open_params.user_gesture = params.user_gesture;
[email protected]eda238a12012-09-07 23:44:001543 new_contents->OpenURL(open_params);
1544 }
[email protected]bafe6cd2012-05-23 23:09:501545 }
1546}
1547
1548void WebContentsImpl::CreateNewWidget(int route_id,
1549 WebKit::WebPopupType popup_type) {
1550 CreateNewWidget(route_id, false, popup_type);
1551}
1552
1553void WebContentsImpl::CreateNewFullscreenWidget(int route_id) {
1554 CreateNewWidget(route_id, true, WebKit::WebPopupTypeNone);
1555}
1556
1557void WebContentsImpl::CreateNewWidget(int route_id,
1558 bool is_fullscreen,
1559 WebKit::WebPopupType popup_type) {
[email protected]8ff00d72012-10-23 19:12:211560 RenderProcessHost* process = GetRenderProcessHost();
[email protected]bafe6cd2012-05-23 23:09:501561 RenderWidgetHostImpl* widget_host =
[email protected]1ac10dca2013-08-20 20:47:041562 new RenderWidgetHostImpl(this, process, route_id, IsHidden());
[email protected]b24b68a2012-09-24 21:57:261563 created_widgets_.insert(widget_host);
1564
[email protected]83918ec2013-01-10 15:37:191565 RenderWidgetHostViewPort* widget_view = RenderWidgetHostViewPort::FromRWHV(
1566 view_->CreateViewForPopupWidget(widget_host));
1567 if (!widget_view)
1568 return;
[email protected]bafe6cd2012-05-23 23:09:501569 if (!is_fullscreen) {
1570 // Popups should not get activated.
1571 widget_view->SetPopupType(popup_type);
1572 }
1573 // Save the created widget associated with the route so we can show it later.
1574 pending_widget_views_[route_id] = widget_view;
1575
1576#if defined(OS_MACOSX)
1577 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it
1578 // to allow it to survive the trip without being hosted.
1579 base::mac::NSObjectRetain(widget_view->GetNativeView());
1580#endif
1581}
1582
1583void WebContentsImpl::ShowCreatedWindow(int route_id,
1584 WindowOpenDisposition disposition,
1585 const gfx::Rect& initial_pos,
1586 bool user_gesture) {
1587 WebContentsImpl* contents = GetCreatedWindow(route_id);
[email protected]eda238a12012-09-07 23:44:001588 if (contents) {
1589 WebContentsDelegate* delegate = GetDelegate();
1590 if (delegate) {
1591 delegate->AddNewContents(
1592 this, contents, disposition, initial_pos, user_gesture, NULL);
1593 }
1594 }
[email protected]bafe6cd2012-05-23 23:09:501595}
1596
1597void WebContentsImpl::ShowCreatedWidget(int route_id,
1598 const gfx::Rect& initial_pos) {
1599 ShowCreatedWidget(route_id, false, initial_pos);
1600}
1601
1602void WebContentsImpl::ShowCreatedFullscreenWidget(int route_id) {
1603 ShowCreatedWidget(route_id, true, gfx::Rect());
[email protected]44470a22013-01-24 01:21:541604
1605 DCHECK_EQ(MSG_ROUTING_NONE, fullscreen_widget_routing_id_);
1606 fullscreen_widget_routing_id_ = route_id;
1607 FOR_EACH_OBSERVER(WebContentsObserver,
1608 observers_,
1609 DidShowFullscreenWidget(route_id));
[email protected]bafe6cd2012-05-23 23:09:501610}
1611
1612void WebContentsImpl::ShowCreatedWidget(int route_id,
1613 bool is_fullscreen,
1614 const gfx::Rect& initial_pos) {
1615 if (delegate_)
1616 delegate_->RenderWidgetShowing();
1617
1618 RenderWidgetHostViewPort* widget_host_view =
1619 RenderWidgetHostViewPort::FromRWHV(GetCreatedWidget(route_id));
1620 if (!widget_host_view)
1621 return;
[email protected]f8497342013-02-05 22:15:021622 if (is_fullscreen)
1623 widget_host_view->InitAsFullscreen(GetRenderWidgetHostViewPort());
1624 else
1625 widget_host_view->InitAsPopup(GetRenderWidgetHostViewPort(), initial_pos);
[email protected]89054502012-06-03 10:29:241626
1627 RenderWidgetHostImpl* render_widget_host_impl =
1628 RenderWidgetHostImpl::From(widget_host_view->GetRenderWidgetHost());
1629 render_widget_host_impl->Init();
1630 // Only allow privileged mouse lock for fullscreen render widget, which is
1631 // used to implement Pepper Flash fullscreen.
1632 render_widget_host_impl->set_allow_privileged_mouse_lock(is_fullscreen);
[email protected]bafe6cd2012-05-23 23:09:501633
1634#if defined(OS_MACOSX)
1635 // A RenderWidgetHostViewMac has lifetime scoped to the view. Now that it's
1636 // properly embedded (or purposefully ignored) we can release the retain we
1637 // took in CreateNewWidget().
1638 base::mac::NSObjectRelease(widget_host_view->GetNativeView());
1639#endif
1640}
1641
1642WebContentsImpl* WebContentsImpl::GetCreatedWindow(int route_id) {
1643 PendingContents::iterator iter = pending_contents_.find(route_id);
1644
1645 // Certain systems can block the creation of new windows. If we didn't succeed
1646 // in creating one, just return NULL.
1647 if (iter == pending_contents_.end()) {
1648 return NULL;
1649 }
1650
1651 WebContentsImpl* new_contents = iter->second;
1652 pending_contents_.erase(route_id);
[email protected]7fff43e2013-05-21 20:21:101653 RemoveDestructionObserver(new_contents);
[email protected]bafe6cd2012-05-23 23:09:501654
[email protected]d70bea92013-04-05 04:23:341655 // Don't initialize the guest WebContents immediately.
1656 if (new_contents->GetRenderProcessHost()->IsGuest())
1657 return new_contents;
1658
[email protected]bafe6cd2012-05-23 23:09:501659 if (!new_contents->GetRenderProcessHost()->HasConnection() ||
1660 !new_contents->GetRenderViewHost()->GetView())
1661 return NULL;
1662
1663 // TODO(brettw): It seems bogus to reach into here and initialize the host.
1664 static_cast<RenderViewHostImpl*>(new_contents->GetRenderViewHost())->Init();
1665 return new_contents;
1666}
1667
1668RenderWidgetHostView* WebContentsImpl::GetCreatedWidget(int route_id) {
1669 PendingWidgetViews::iterator iter = pending_widget_views_.find(route_id);
1670 if (iter == pending_widget_views_.end()) {
1671 DCHECK(false);
1672 return NULL;
1673 }
1674
1675 RenderWidgetHostView* widget_host_view = iter->second;
1676 pending_widget_views_.erase(route_id);
1677
1678 RenderWidgetHost* widget_host = widget_host_view->GetRenderWidgetHost();
1679 if (!widget_host->GetProcess()->HasConnection()) {
1680 // The view has gone away or the renderer crashed. Nothing to do.
1681 return NULL;
1682 }
1683
1684 return widget_host_view;
1685}
1686
[email protected]f56c7872013-06-18 12:31:571687void WebContentsImpl::ShowContextMenu(const ContextMenuParams& params) {
[email protected]bafe6cd2012-05-23 23:09:501688 // Allow WebContentsDelegates to handle the context menu operation first.
1689 if (delegate_ && delegate_->HandleContextMenu(params))
1690 return;
1691
[email protected]f56c7872013-06-18 12:31:571692 render_view_host_delegate_view_->ShowContextMenu(params);
[email protected]bafe6cd2012-05-23 23:09:501693}
1694
[email protected]f13b4202012-06-12 23:53:231695void WebContentsImpl::RequestMediaAccessPermission(
[email protected]33662e52013-01-07 21:31:091696 const MediaStreamRequest& request,
[email protected]8ff00d72012-10-23 19:12:211697 const MediaResponseCallback& callback) {
[email protected]f13b4202012-06-12 23:53:231698 if (delegate_)
1699 delegate_->RequestMediaAccessPermission(this, request, callback);
1700 else
[email protected]b5f76742013-04-29 15:05:591701 callback.Run(MediaStreamDevices(), scoped_ptr<MediaStreamUI>());
[email protected]f13b4202012-06-12 23:53:231702}
1703
[email protected]cc9200432013-07-23 23:02:401704SessionStorageNamespace* WebContentsImpl::GetSessionStorageNamespace(
1705 SiteInstance* instance) {
1706 return controller_.GetSessionStorageNamespace(instance);
1707}
1708
[email protected]32deec62013-05-15 23:55:041709void WebContentsImpl::DidSendScreenRects(RenderWidgetHostImpl* rwh) {
1710 if (browser_plugin_embedder_)
[email protected]a7568e62013-06-14 07:50:441711 browser_plugin_embedder_->DidSendScreenRects();
[email protected]32deec62013-05-15 23:55:041712}
1713
[email protected]b172aee2012-04-10 17:05:261714void WebContentsImpl::UpdatePreferredSize(const gfx::Size& pref_size) {
[email protected]bcd2815602012-01-14 18:17:231715 preferred_size_ = pref_size;
[email protected]0548c5352011-09-07 00:33:331716 if (delegate_)
1717 delegate_->UpdatePreferredSize(this, pref_size);
1718}
1719
[email protected]b172aee2012-04-10 17:05:261720void WebContentsImpl::ResizeDueToAutoResize(const gfx::Size& new_size) {
[email protected]61e2b3cc2012-03-02 16:13:341721 if (delegate_)
1722 delegate_->ResizeDueToAutoResize(this, new_size);
1723}
1724
[email protected]b172aee2012-04-10 17:05:261725WebContents* WebContentsImpl::OpenURL(const OpenURLParams& params) {
[email protected]e5d549d2011-12-28 01:29:201726 if (!delegate_)
1727 return NULL;
[email protected]00c37fc2011-08-02 00:22:501728
[email protected]e5d549d2011-12-28 01:29:201729 WebContents* new_contents = delegate_->OpenURLFromTab(this, params);
[email protected]e5d549d2011-12-28 01:29:201730 return new_contents;
[email protected]d5f942ba2008-09-26 19:30:341731}
1732
[email protected]6b618e62012-08-16 12:59:181733bool WebContentsImpl::Send(IPC::Message* message) {
1734 if (!GetRenderViewHost()) {
1735 delete message;
1736 return false;
1737 }
1738
1739 return GetRenderViewHost()->Send(message);
1740}
1741
[email protected]b172aee2012-04-10 17:05:261742bool WebContentsImpl::NavigateToPendingEntry(
[email protected]c5eed492012-01-04 17:07:501743 NavigationController::ReloadType reload_type) {
[email protected]022af742011-12-28 18:37:251744 return NavigateToEntry(
[email protected]10f417c52011-12-28 21:04:231745 *NavigationEntryImpl::FromNavigationEntry(controller_.GetPendingEntry()),
[email protected]022af742011-12-28 18:37:251746 reload_type);
[email protected]876bc832010-09-07 16:29:541747}
[email protected]96d185d2009-04-24 03:28:541748
[email protected]ba45bfd2012-05-22 21:51:441749void WebContentsImpl::RenderViewForInterstitialPageCreated(
[email protected]8ff00d72012-10-23 19:12:211750 RenderViewHost* render_view_host) {
[email protected]ba45bfd2012-05-22 21:51:441751 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
1752 RenderViewForInterstitialPageCreated(render_view_host));
1753}
1754
[email protected]20ca0382013-02-28 19:50:071755void WebContentsImpl::AttachInterstitialPage(
1756 InterstitialPageImpl* interstitial_page) {
1757 DCHECK(interstitial_page);
1758 render_manager_.set_interstitial_page(interstitial_page);
1759 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
1760 DidAttachInterstitialPage());
1761}
1762
1763void WebContentsImpl::DetachInterstitialPage() {
1764 if (GetInterstitialPage())
1765 render_manager_.remove_interstitial_page();
1766 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
1767 DidDetachInterstitialPage());
1768}
1769
[email protected]b172aee2012-04-10 17:05:261770bool WebContentsImpl::NavigateToEntry(
[email protected]10f417c52011-12-28 21:04:231771 const NavigationEntryImpl& entry,
[email protected]c5eed492012-01-04 17:07:501772 NavigationController::ReloadType reload_type) {
[email protected]e11f0e92013-06-12 15:12:031773 TRACE_EVENT0("browser", "WebContentsImpl::NavigateToEntry");
1774
[email protected]19e81142011-10-03 16:19:401775 // The renderer will reject IPC messages with URLs longer than
1776 // this limit, so don't attempt to navigate with a longer URL.
[email protected]3adab1c2013-09-09 21:23:431777 if (entry.GetURL().spec().size() > kMaxURLChars) {
1778 LOG(WARNING) << "Refusing to load URL as it exceeds " << kMaxURLChars
1779 << " characters.";
[email protected]19e81142011-10-03 16:19:401780 return false;
[email protected]3adab1c2013-09-09 21:23:431781 }
[email protected]19e81142011-10-03 16:19:401782
[email protected]9f76c1e2012-03-05 15:15:581783 RenderViewHostImpl* dest_render_view_host =
1784 static_cast<RenderViewHostImpl*>(render_manager_.Navigate(entry));
[email protected]ffc906f2011-10-04 22:55:401785 if (!dest_render_view_host)
1786 return false; // Unable to create the desired render view host.
1787
[email protected]80a8fad2011-01-29 04:02:381788 // For security, we should never send non-Web-UI URLs to a Web UI renderer.
[email protected]05fdd492010-11-15 17:52:071789 // Double check that here.
[email protected]9f76c1e2012-03-05 15:15:581790 int enabled_bindings = dest_render_view_host->GetEnabledBindings();
[email protected]24e18252012-04-16 21:26:271791 bool data_urls_allowed = delegate_ && delegate_->CanLoadDataURLsInWebUI();
[email protected]863f70a2012-01-27 02:05:501792 bool is_allowed_in_web_ui_renderer =
[email protected]86a0a6e2013-01-28 06:33:031793 WebUIControllerFactoryRegistry::GetInstance()->IsURLAcceptableForWebUI(
1794 GetBrowserContext(), entry.GetURL(), data_urls_allowed);
[email protected]8ff00d72012-10-23 19:12:211795 if ((enabled_bindings & BINDINGS_POLICY_WEB_UI) &&
[email protected]1684454a2012-03-24 04:12:231796 !is_allowed_in_web_ui_renderer) {
[email protected]24e18252012-04-16 21:26:271797 // Log the URL to help us diagnose any future failures of this CHECK.
[email protected]8ff00d72012-10-23 19:12:211798 GetContentClient()->SetActiveURL(entry.GetURL());
[email protected]1684454a2012-03-24 04:12:231799 CHECK(0);
1800 }
[email protected]54ec6472010-04-09 19:39:581801
[email protected]7bb761892012-07-20 09:32:471802 // Notify observers that we will navigate in this RV.
1803 FOR_EACH_OBSERVER(WebContentsObserver,
1804 observers_,
1805 AboutToNavigateRenderView(dest_render_view_host));
1806
[email protected]96d185d2009-04-24 03:28:541807 // Used for page load time metrics.
1808 current_load_start_ = base::TimeTicks::Now();
1809
1810 // Navigate in the desired RenderViewHost.
[email protected]056de2d2009-06-26 16:41:341811 ViewMsg_Navigate_Params navigate_params;
[email protected]dd11de52011-11-03 22:54:271812 MakeNavigateParams(entry, controller_, delegate_, reload_type,
[email protected]6c6b02d2011-09-02 03:36:471813 &navigate_params);
[email protected]056de2d2009-06-26 16:41:341814 dest_render_view_host->Navigate(navigate_params);
[email protected]96d185d2009-04-24 03:28:541815
[email protected]36fc0392011-12-25 03:59:511816 if (entry.GetPageID() == -1) {
[email protected]96d185d2009-04-24 03:28:541817 // HACK!! This code suppresses javascript: URLs from being added to
1818 // session history, which is what we want to do for javascript: URLs that
1819 // do not generate content. What we really need is a message from the
1820 // renderer telling us that a new page was not created. The same message
1821 // could be used for mailto: URLs and the like.
[email protected]44b05812013-08-19 07:59:351822 if (entry.GetURL().SchemeIs(kJavaScriptScheme))
[email protected]96d185d2009-04-24 03:28:541823 return false;
1824 }
1825
[email protected]3c9e1872010-11-18 16:17:491826 // Notify observers about navigation.
[email protected]d8c660432011-12-22 20:51:251827 FOR_EACH_OBSERVER(WebContentsObserver,
[email protected]b375c5d2011-05-03 21:15:041828 observers_,
[email protected]36fc0392011-12-25 03:59:511829 NavigateToPendingEntry(entry.GetURL(), reload_type));
[email protected]96d185d2009-04-24 03:28:541830
[email protected]09b29342011-06-24 19:18:481831 if (delegate_)
1832 delegate_->DidNavigateToPendingEntry(this);
1833
[email protected]d5f942ba2008-09-26 19:30:341834 return true;
1835}
1836
[email protected]b172aee2012-04-10 17:05:261837void WebContentsImpl::SetHistoryLengthAndPrune(
[email protected]b6583592012-01-25 19:52:331838 const SiteInstance* site_instance,
1839 int history_length,
1840 int32 minimum_page_id) {
[email protected]5229253b2011-08-16 14:36:411841 // SetHistoryLengthAndPrune doesn't work when there are pending cross-site
1842 // navigations. Callers should ensure that this is the case.
[email protected]9e1ad4b2011-08-14 16:49:191843 if (render_manager_.pending_render_view_host()) {
1844 NOTREACHED();
[email protected]796931a92011-08-10 01:32:141845 return;
[email protected]9e1ad4b2011-08-14 16:49:191846 }
[email protected]9f76c1e2012-03-05 15:15:581847 RenderViewHostImpl* rvh = GetRenderViewHostImpl();
[email protected]9e1ad4b2011-08-14 16:49:191848 if (!rvh) {
1849 NOTREACHED();
1850 return;
1851 }
[email protected]9f76c1e2012-03-05 15:15:581852 if (site_instance && rvh->GetSiteInstance() != site_instance) {
[email protected]9e1ad4b2011-08-14 16:49:191853 NOTREACHED();
1854 return;
1855 }
[email protected]6b618e62012-08-16 12:59:181856 Send(new ViewMsg_SetHistoryLengthAndPrune(GetRoutingID(),
1857 history_length,
1858 minimum_page_id));
[email protected]796931a92011-08-10 01:32:141859}
1860
[email protected]b172aee2012-04-10 17:05:261861void WebContentsImpl::FocusThroughTabTraversal(bool reverse) {
[email protected]0bfbf882011-12-22 18:19:271862 if (ShowingInterstitialPage()) {
[email protected]7e383692009-06-12 19:14:541863 render_manager_.interstitial_page()->FocusThroughTabTraversal(reverse);
1864 return;
1865 }
[email protected]9f76c1e2012-03-05 15:15:581866 GetRenderViewHostImpl()->SetInitialFocus(reverse);
[email protected]96d185d2009-04-24 03:28:541867}
1868
[email protected]b172aee2012-04-10 17:05:261869bool WebContentsImpl::ShowingInterstitialPage() const {
[email protected]0bfbf882011-12-22 18:19:271870 return render_manager_.interstitial_page() != NULL;
[email protected]96d185d2009-04-24 03:28:541871}
1872
[email protected]b172aee2012-04-10 17:05:261873InterstitialPage* WebContentsImpl::GetInterstitialPage() const {
[email protected]0bfbf882011-12-22 18:19:271874 return render_manager_.interstitial_page();
[email protected]686493142011-07-15 21:47:221875}
1876
[email protected]b172aee2012-04-10 17:05:261877bool WebContentsImpl::IsSavable() {
[email protected]a53209b2012-01-20 16:48:161878 // WebKit creates Document object when MIME type is application/xhtml+xml,
1879 // so we also support this MIME type.
1880 return contents_mime_type_ == "text/html" ||
1881 contents_mime_type_ == "text/xml" ||
1882 contents_mime_type_ == "application/xhtml+xml" ||
1883 contents_mime_type_ == "text/plain" ||
1884 contents_mime_type_ == "text/css" ||
1885 net::IsSupportedJavascriptMimeType(contents_mime_type_.c_str());
1886}
1887
[email protected]b172aee2012-04-10 17:05:261888void WebContentsImpl::OnSavePage() {
[email protected]c7dd2f62011-07-18 15:57:591889 // If we can not save the page, try to download it.
[email protected]a53209b2012-01-20 16:48:161890 if (!IsSavable()) {
[email protected]35869622012-10-26 23:23:551891 RecordDownloadSource(INITIATED_BY_SAVE_PACKAGE_ON_NON_HTML);
[email protected]3c71576ce2013-07-23 02:00:011892 SaveFrame(GetURL(), Referrer());
[email protected]27678b2a2012-02-04 22:09:141893 return;
[email protected]c7dd2f62011-07-18 15:57:591894 }
1895
1896 Stop();
1897
1898 // Create the save package and possibly prompt the user for the name to save
1899 // the page as. The user prompt is an asynchronous operation that runs on
1900 // another thread.
1901 save_package_ = new SavePackage(this);
1902 save_package_->GetSaveInfo();
1903}
1904
1905// Used in automated testing to bypass prompting the user for file names.
1906// Instead, the names and paths are hard coded rather than running them through
1907// file name sanitation and extension / mime checking.
[email protected]2dec8ec2013-02-07 19:20:341908bool WebContentsImpl::SavePage(const base::FilePath& main_file,
1909 const base::FilePath& dir_path,
[email protected]8ff00d72012-10-23 19:12:211910 SavePageType save_type) {
[email protected]c7dd2f62011-07-18 15:57:591911 // Stop the page from navigating.
1912 Stop();
1913
1914 save_package_ = new SavePackage(this, save_type, main_file, dir_path);
[email protected]8ff00d72012-10-23 19:12:211915 return save_package_->Init(SavePackageDownloadCreatedCallback());
[email protected]c7dd2f62011-07-18 15:57:591916}
1917
[email protected]3c71576ce2013-07-23 02:00:011918void WebContentsImpl::SaveFrame(const GURL& url,
1919 const Referrer& referrer) {
1920 if (!GetURL().is_valid())
1921 return;
1922 bool is_main_frame = (url == GetURL());
1923
1924 DownloadManager* dlm =
1925 BrowserContext::GetDownloadManager(GetBrowserContext());
1926 if (!dlm)
1927 return;
1928 int64 post_id = -1;
1929 if (is_main_frame) {
1930 const NavigationEntry* entry = controller_.GetActiveEntry();
1931 if (entry)
1932 post_id = entry->GetPostID();
1933 }
1934 scoped_ptr<DownloadUrlParameters> params(
1935 DownloadUrlParameters::FromWebContents(this, url));
1936 params->set_referrer(referrer);
1937 params->set_post_id(post_id);
1938 params->set_prefer_cache(true);
1939 if (post_id >= 0)
1940 params->set_method("POST");
1941 params->set_prompt(true);
1942 dlm->DownloadUrl(params.Pass());
1943}
1944
[email protected]b172aee2012-04-10 17:05:261945void WebContentsImpl::GenerateMHTML(
[email protected]2dec8ec2013-02-07 19:20:341946 const base::FilePath& file,
[email protected]18516cf92013-08-28 18:19:481947 const base::Callback<void(int64)>& callback) {
1948 MHTMLGenerationManager::GetInstance()->SaveMHTML(this, file, callback);
[email protected]aa4f3972012-03-01 18:12:121949}
1950
[email protected]b172aee2012-04-10 17:05:261951bool WebContentsImpl::IsActiveEntry(int32 page_id) {
[email protected]10f417c52011-12-28 21:04:231952 NavigationEntryImpl* active_entry =
1953 NavigationEntryImpl::FromNavigationEntry(controller_.GetActiveEntry());
[email protected]420ae012009-04-24 05:16:321954 return (active_entry != NULL &&
1955 active_entry->site_instance() == GetSiteInstance() &&
[email protected]36fc0392011-12-25 03:59:511956 active_entry->GetPageID() == page_id);
[email protected]420ae012009-04-24 05:16:321957}
1958
[email protected]b172aee2012-04-10 17:05:261959const std::string& WebContentsImpl::GetContentsMimeType() const {
[email protected]0bfbf882011-12-22 18:19:271960 return contents_mime_type_;
1961}
1962
[email protected]b172aee2012-04-10 17:05:261963bool WebContentsImpl::WillNotifyDisconnection() const {
[email protected]0bfbf882011-12-22 18:19:271964 return notify_disconnection_;
1965}
1966
[email protected]b172aee2012-04-10 17:05:261967void WebContentsImpl::SetOverrideEncoding(const std::string& encoding) {
[email protected]be1f56ab2011-12-22 06:55:311968 SetEncoding(encoding);
[email protected]6b618e62012-08-16 12:59:181969 Send(new ViewMsg_SetPageEncoding(GetRoutingID(), encoding));
[email protected]8cb5d5b2010-02-09 11:36:161970}
1971
[email protected]b172aee2012-04-10 17:05:261972void WebContentsImpl::ResetOverrideEncoding() {
[email protected]be1f56ab2011-12-22 06:55:311973 encoding_.clear();
[email protected]6b618e62012-08-16 12:59:181974 Send(new ViewMsg_ResetPageEncodingToDefault(GetRoutingID()));
[email protected]8cb5d5b2010-02-09 11:36:161975}
1976
[email protected]8ff00d72012-10-23 19:12:211977RendererPreferences* WebContentsImpl::GetMutableRendererPrefs() {
[email protected]0bfbf882011-12-22 18:19:271978 return &renderer_preferences_;
1979}
1980
[email protected]e35ccd52012-05-23 16:22:471981void WebContentsImpl::Close() {
1982 Close(GetRenderViewHost());
1983}
1984
[email protected]cf200a562013-05-03 16:24:291985void WebContentsImpl::DragSourceEndedAt(int client_x, int client_y,
1986 int screen_x, int screen_y, WebKit::WebDragOperation operation) {
1987 if (browser_plugin_embedder_.get())
1988 browser_plugin_embedder_->DragSourceEndedAt(client_x, client_y,
1989 screen_x, screen_y, operation);
1990 if (GetRenderViewHost())
1991 GetRenderViewHostImpl()->DragSourceEndedAt(client_x, client_y,
1992 screen_x, screen_y, operation);
1993}
1994
1995void WebContentsImpl::DragSourceMovedTo(int client_x, int client_y,
1996 int screen_x, int screen_y) {
1997 if (browser_plugin_embedder_.get())
1998 browser_plugin_embedder_->DragSourceMovedTo(client_x, client_y,
1999 screen_x, screen_y);
2000 if (GetRenderViewHost())
2001 GetRenderViewHostImpl()->DragSourceMovedTo(client_x, client_y,
2002 screen_x, screen_y);
2003}
2004
[email protected]b172aee2012-04-10 17:05:262005void WebContentsImpl::SystemDragEnded() {
[email protected]151a63d2011-12-20 22:32:522006 if (GetRenderViewHost())
[email protected]9f76c1e2012-03-05 15:15:582007 GetRenderViewHostImpl()->DragSourceSystemDragEnded();
[email protected]6934a702011-12-20 00:04:512008 if (delegate_)
2009 delegate_->DragEnded();
[email protected]cf200a562013-05-03 16:24:292010 if (browser_plugin_embedder_.get())
2011 browser_plugin_embedder_->SystemDragEnded();
[email protected]7813bd72011-02-05 02:19:342012}
2013
[email protected]e35ccd52012-05-23 16:22:472014void WebContentsImpl::UserGestureDone() {
2015 OnUserGesture();
2016}
2017
[email protected]b172aee2012-04-10 17:05:262018void WebContentsImpl::SetClosedByUserGesture(bool value) {
[email protected]0bfbf882011-12-22 18:19:272019 closed_by_user_gesture_ = value;
2020}
2021
[email protected]b172aee2012-04-10 17:05:262022bool WebContentsImpl::GetClosedByUserGesture() const {
[email protected]0bfbf882011-12-22 18:19:272023 return closed_by_user_gesture_;
2024}
2025
[email protected]b172aee2012-04-10 17:05:262026double WebContentsImpl::GetZoomLevel() const {
[email protected]5c9250872012-01-30 17:24:052027 HostZoomMapImpl* zoom_map = static_cast<HostZoomMapImpl*>(
[email protected]5fe3713a2012-02-22 08:31:562028 HostZoomMap::GetForBrowserContext(GetBrowserContext()));
[email protected]b75b8292010-10-01 07:28:252029 if (!zoom_map)
[email protected]d0b8d092010-10-25 04:05:172030 return 0;
[email protected]b75b8292010-10-01 07:28:252031
2032 double zoom_level;
2033 if (temporary_zoom_settings_) {
2034 zoom_level = zoom_map->GetTemporaryZoomLevel(
[email protected]9f76c1e2012-03-05 15:15:582035 GetRenderProcessHost()->GetID(), GetRenderViewHost()->GetRoutingID());
[email protected]b75b8292010-10-01 07:28:252036 } else {
[email protected]2ae88d12011-10-14 09:11:192037 GURL url;
[email protected]10f417c52011-12-28 21:04:232038 NavigationEntry* active_entry = GetController().GetActiveEntry();
[email protected]2ae88d12011-10-14 09:11:192039 // Since zoom map is updated using rewritten URL, use rewritten URL
2040 // to get the zoom level.
[email protected]36fc0392011-12-25 03:59:512041 url = active_entry ? active_entry->GetURL() : GURL::EmptyGURL();
[email protected]367c5c1d2013-03-11 18:59:022042 zoom_level = zoom_map->GetZoomLevelForHostAndScheme(url.scheme(),
2043 net::GetHostOrSpecFromURL(url));
[email protected]b75b8292010-10-01 07:28:252044 }
[email protected]d0b8d092010-10-25 04:05:172045 return zoom_level;
2046}
[email protected]b75b8292010-10-01 07:28:252047
[email protected]b172aee2012-04-10 17:05:262048int WebContentsImpl::GetZoomPercent(bool* enable_increment,
[email protected]9a8408902012-09-26 16:17:592049 bool* enable_decrement) const {
[email protected]d0b8d092010-10-25 04:05:172050 *enable_decrement = *enable_increment = false;
[email protected]0f083402011-11-22 02:59:012051 // Calculate the zoom percent from the factor. Round up to the nearest whole
2052 // number.
[email protected]b75b8292010-10-01 07:28:252053 int percent = static_cast<int>(
[email protected]7940b8e2013-07-25 23:08:492054 ZoomLevelToZoomFactor(GetZoomLevel()) * 100 + 0.5);
[email protected]b75b8292010-10-01 07:28:252055 *enable_decrement = percent > minimum_zoom_percent_;
2056 *enable_increment = percent < maximum_zoom_percent_;
2057 return percent;
2058}
2059
[email protected]b172aee2012-04-10 17:05:262060void WebContentsImpl::ViewSource() {
[email protected]1788e772010-12-15 16:40:502061 if (!delegate_)
2062 return;
2063
[email protected]10f417c52011-12-28 21:04:232064 NavigationEntry* active_entry = GetController().GetActiveEntry();
[email protected]1788e772010-12-15 16:40:502065 if (!active_entry)
2066 return;
2067
[email protected]36fc0392011-12-25 03:59:512068 delegate_->ViewSourceForTab(this, active_entry->GetURL());
[email protected]77d8d622010-12-15 10:30:122069}
2070
[email protected]b172aee2012-04-10 17:05:262071void WebContentsImpl::ViewFrameSource(const GURL& url,
[email protected]691aa2f2013-05-28 22:52:042072 const PageState& page_state) {
[email protected]932b7a12011-03-09 12:50:272073 if (!delegate_)
2074 return;
2075
[email protected]691aa2f2013-05-28 22:52:042076 delegate_->ViewSourceForFrame(this, url, page_state);
[email protected]932b7a12011-03-09 12:50:272077}
2078
[email protected]b172aee2012-04-10 17:05:262079int WebContentsImpl::GetMinimumZoomPercent() const {
[email protected]0bfbf882011-12-22 18:19:272080 return minimum_zoom_percent_;
2081}
2082
[email protected]b172aee2012-04-10 17:05:262083int WebContentsImpl::GetMaximumZoomPercent() const {
[email protected]0bfbf882011-12-22 18:19:272084 return maximum_zoom_percent_;
2085}
2086
[email protected]b172aee2012-04-10 17:05:262087gfx::Size WebContentsImpl::GetPreferredSize() const {
[email protected]bcd2815602012-01-14 18:17:232088 return preferred_size_;
2089}
2090
[email protected]b172aee2012-04-10 17:05:262091bool WebContentsImpl::GotResponseToLockMouseRequest(bool allowed) {
[email protected]0bfbf882011-12-22 18:19:272092 return GetRenderViewHost() ?
[email protected]9f76c1e2012-03-05 15:15:582093 GetRenderViewHostImpl()->GotResponseToLockMouseRequest(allowed) : false;
[email protected]0bfbf882011-12-22 18:19:272094}
2095
[email protected]b172aee2012-04-10 17:05:262096bool WebContentsImpl::HasOpener() const {
[email protected]14392a52012-05-02 20:28:442097 return opener_ != NULL;
[email protected]a0358d72012-03-09 14:06:502098}
2099
[email protected]cb805452013-05-22 15:16:212100void WebContentsImpl::DidChooseColorInColorChooser(SkColor color) {
[email protected]6b618e62012-08-16 12:59:182101 Send(new ViewMsg_DidChooseColorResponse(
[email protected]cb805452013-05-22 15:16:212102 GetRoutingID(), color_chooser_identifier_, color));
[email protected]da8543762012-03-20 08:52:202103}
2104
[email protected]cb805452013-05-22 15:16:212105void WebContentsImpl::DidEndColorChooser() {
2106 Send(new ViewMsg_DidEndColorChooser(GetRoutingID(),
2107 color_chooser_identifier_));
2108 color_chooser_.reset();
2109 color_chooser_identifier_ = 0;
[email protected]da8543762012-03-20 08:52:202110}
2111
[email protected]41225fe2013-03-29 05:32:022112int WebContentsImpl::DownloadImage(const GURL& url,
2113 bool is_favicon,
[email protected]836db302013-06-20 03:34:362114 uint32_t preferred_image_size,
2115 uint32_t max_image_size,
[email protected]41225fe2013-03-29 05:32:022116 const ImageDownloadCallback& callback) {
[email protected]795c28972012-12-06 06:13:392117 RenderViewHost* host = GetRenderViewHost();
[email protected]836db302013-06-20 03:34:362118 int id = StartDownload(
2119 host, url, is_favicon, preferred_image_size, max_image_size);
[email protected]41225fe2013-03-29 05:32:022120 image_download_map_[id] = callback;
[email protected]795c28972012-12-06 06:13:392121 return id;
2122}
2123
[email protected]b172aee2012-04-10 17:05:262124bool WebContentsImpl::FocusLocationBarByDefault() {
[email protected]10f417c52011-12-28 21:04:232125 NavigationEntry* entry = controller_.GetActiveEntry();
[email protected]081dc522013-05-15 04:59:202126 if (entry && entry->GetURL() == GURL(kAboutBlankURL))
[email protected]0c9406632013-02-08 01:13:332127 return true;
2128 return delegate_ && delegate_->ShouldFocusLocationBarByDefault(this);
[email protected]0bfbf882011-12-22 18:19:272129}
2130
[email protected]b172aee2012-04-10 17:05:262131void WebContentsImpl::SetFocusToLocationBar(bool select_all) {
[email protected]0bfbf882011-12-22 18:19:272132 if (delegate_)
2133 delegate_->SetFocusToLocationBar(select_all);
[email protected]c40d6232011-03-25 00:16:212134}
2135
[email protected]54047eb52012-05-08 21:45:572136void WebContentsImpl::DidStartProvisionalLoadForFrame(
[email protected]8ff00d72012-10-23 19:12:212137 RenderViewHost* render_view_host,
[email protected]54047eb52012-05-08 21:45:572138 int64 frame_id,
[email protected]d37c33e2012-10-12 13:35:132139 int64 parent_frame_id,
[email protected]54047eb52012-05-08 21:45:572140 bool is_main_frame,
[email protected]54047eb52012-05-08 21:45:572141 const GURL& url) {
[email protected]8ff00d72012-10-23 19:12:212142 bool is_error_page = (url.spec() == kUnreachableWebDataURL);
[email protected]081dc522013-05-15 04:59:202143 bool is_iframe_srcdoc = (url.spec() == kAboutSrcDocURL);
[email protected]724159a2010-12-30 01:11:182144 GURL validated_url(url);
[email protected]8ff00d72012-10-23 19:12:212145 RenderProcessHost* render_process_host =
[email protected]54047eb52012-05-08 21:45:572146 render_view_host->GetProcess();
[email protected]413fcd02012-10-30 00:20:082147 RenderViewHost::FilterURL(render_process_host, false, &validated_url);
[email protected]724159a2010-12-30 01:11:182148
[email protected]442385d2013-08-09 02:38:412149 if (is_main_frame) {
[email protected]d974a0a2013-01-10 01:43:572150 DidChangeLoadProgress(0);
2151
[email protected]442385d2013-08-09 02:38:412152 // If there is no browser-initiated pending entry for this navigation and it
2153 // is not for the error URL, create a pending entry using the current
2154 // SiteInstance, and ensure the address bar updates accordingly. We don't
2155 // know the referrer or extra headers at this point, but the referrer will
2156 // be set properly upon commit.
2157 NavigationEntry* pending_entry = controller_.GetPendingEntry();
2158 bool has_browser_initiated_pending_entry = pending_entry &&
2159 !NavigationEntryImpl::FromNavigationEntry(pending_entry)->
2160 is_renderer_initiated();
2161 if (!has_browser_initiated_pending_entry && !is_error_page) {
2162 NavigationEntryImpl* entry = NavigationEntryImpl::FromNavigationEntry(
2163 controller_.CreateNavigationEntry(validated_url,
2164 content::Referrer(),
2165 content::PAGE_TRANSITION_LINK,
2166 true /* is_renderer_initiated */,
2167 std::string(),
2168 GetBrowserContext()));
2169 entry->set_site_instance(
2170 static_cast<SiteInstanceImpl*>(GetSiteInstance()));
2171 controller_.SetPendingEntry(entry);
2172 NotifyNavigationStateChanged(content::INVALIDATE_TYPE_URL);
2173 }
[email protected]59167c22013-06-03 18:07:322174 }
2175
[email protected]0d60f0192011-04-14 12:40:102176 // Notify observers about the start of the provisional load.
[email protected]d8c660432011-12-22 20:51:252177 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]d37c33e2012-10-12 13:35:132178 DidStartProvisionalLoadForFrame(frame_id, parent_frame_id,
2179 is_main_frame, validated_url, is_error_page,
[email protected]ead9009e2013-01-07 22:06:322180 is_iframe_srcdoc, render_view_host));
[email protected]400992b2012-06-14 00:03:542181
2182 if (is_main_frame) {
2183 // Notify observers about the provisional change in the main frame URL.
2184 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2185 ProvisionalChangeToMainFrameUrl(validated_url,
[email protected]400992b2012-06-14 00:03:542186 render_view_host));
2187 }
2188}
2189
2190void WebContentsImpl::DidRedirectProvisionalLoad(
[email protected]8ff00d72012-10-23 19:12:212191 RenderViewHost* render_view_host,
[email protected]400992b2012-06-14 00:03:542192 int32 page_id,
[email protected]400992b2012-06-14 00:03:542193 const GURL& source_url,
2194 const GURL& target_url) {
2195 // TODO(creis): Remove this method and have the pre-rendering code listen to
[email protected]b0f724c2013-09-05 04:21:132196 // WebContentsObserver::DidGetRedirectForResourceRequest instead.
2197 // See http://crbug.com/78512.
[email protected]400992b2012-06-14 00:03:542198 GURL validated_source_url(source_url);
2199 GURL validated_target_url(target_url);
[email protected]8ff00d72012-10-23 19:12:212200 RenderProcessHost* render_process_host =
[email protected]400992b2012-06-14 00:03:542201 render_view_host->GetProcess();
[email protected]413fcd02012-10-30 00:20:082202 RenderViewHost::FilterURL(render_process_host, false, &validated_source_url);
2203 RenderViewHost::FilterURL(render_process_host, false, &validated_target_url);
[email protected]400992b2012-06-14 00:03:542204 NavigationEntry* entry;
2205 if (page_id == -1) {
2206 entry = controller_.GetPendingEntry();
2207 } else {
2208 entry = controller_.GetEntryWithPageID(render_view_host->GetSiteInstance(),
2209 page_id);
2210 }
2211 if (!entry || entry->GetURL() != validated_source_url)
2212 return;
2213
2214 // Notify observers about the provisional change in the main frame URL.
2215 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2216 ProvisionalChangeToMainFrameUrl(validated_target_url,
[email protected]400992b2012-06-14 00:03:542217 render_view_host));
[email protected]724159a2010-12-30 01:11:182218}
2219
[email protected]54047eb52012-05-08 21:45:572220void WebContentsImpl::DidFailProvisionalLoadWithError(
[email protected]8ff00d72012-10-23 19:12:212221 RenderViewHost* render_view_host,
[email protected]d7b175e2011-10-11 15:31:582222 const ViewHostMsg_DidFailProvisionalLoadWithError_Params& params) {
2223 VLOG(1) << "Failed Provisional Load: " << params.url.possibly_invalid_spec()
2224 << ", error_code: " << params.error_code
2225 << ", error_description: " << params.error_description
2226 << ", is_main_frame: " << params.is_main_frame
2227 << ", showing_repost_interstitial: " <<
2228 params.showing_repost_interstitial
2229 << ", frame_id: " << params.frame_id;
2230 GURL validated_url(params.url);
[email protected]8ff00d72012-10-23 19:12:212231 RenderProcessHost* render_process_host =
[email protected]54047eb52012-05-08 21:45:572232 render_view_host->GetProcess();
[email protected]413fcd02012-10-30 00:20:082233 RenderViewHost::FilterURL(render_process_host, false, &validated_url);
[email protected]724159a2010-12-30 01:11:182234
[email protected]d7b175e2011-10-11 15:31:582235 if (net::ERR_ABORTED == params.error_code) {
[email protected]724159a2010-12-30 01:11:182236 // EVIL HACK ALERT! Ignore failed loads when we're showing interstitials.
2237 // This means that the interstitial won't be torn down properly, which is
2238 // bad. But if we have an interstitial, go back to another tab type, and
2239 // then load the same interstitial again, we could end up getting the first
2240 // interstitial's "failed" message (as a result of the cancel) when we're on
2241 // the second one.
2242 //
2243 // We can't tell this apart, so we think we're tearing down the current page
2244 // which will cause a crash later one. There is also some code in
2245 // RenderViewHostManager::RendererAbortedProvisionalLoad that is commented
2246 // out because of this problem.
2247 //
2248 // http://code.google.com/p/chromium/issues/detail?id=2855
2249 // Because this will not tear down the interstitial properly, if "back" is
2250 // back to another tab type, the interstitial will still be somewhat alive
2251 // in the previous tab type. If you navigate somewhere that activates the
2252 // tab with the interstitial again, you'll see a flash before the new load
2253 // commits of the interstitial page.
[email protected]0bfbf882011-12-22 18:19:272254 if (ShowingInterstitialPage()) {
[email protected]724159a2010-12-30 01:11:182255 LOG(WARNING) << "Discarding message during interstitial.";
2256 return;
2257 }
2258
[email protected]a16690732012-07-13 19:22:172259 // Do not clear the pending entry if one exists, so that the user's typed
2260 // URL is not lost when a navigation fails or is aborted. We'll allow
2261 // the view to clear the pending entry and typed URL if the user requests.
[email protected]724159a2010-12-30 01:11:182262
[email protected]54047eb52012-05-08 21:45:572263 render_manager_.RendererAbortedProvisionalLoad(render_view_host);
[email protected]724159a2010-12-30 01:11:182264 }
2265
[email protected]d8c660432011-12-22 20:51:252266 FOR_EACH_OBSERVER(WebContentsObserver,
[email protected]d7b175e2011-10-11 15:31:582267 observers_,
2268 DidFailProvisionalLoad(params.frame_id,
2269 params.is_main_frame,
2270 validated_url,
2271 params.error_code,
[email protected]ef16c3e2012-05-16 22:13:462272 params.error_description,
2273 render_view_host));
[email protected]724159a2010-12-30 01:11:182274}
2275
[email protected]b172aee2012-04-10 17:05:262276void WebContentsImpl::OnDidLoadResourceFromMemoryCache(
[email protected]724159a2010-12-30 01:11:182277 const GURL& url,
[email protected]70435962011-08-02 20:13:282278 const std::string& security_info,
2279 const std::string& http_method,
[email protected]6d6cfb3a2012-05-23 22:53:182280 const std::string& mime_type,
[email protected]70435962011-08-02 20:13:282281 ResourceType::Type resource_type) {
[email protected]28620862011-03-22 23:07:192282 base::StatsCounter cache("WebKit.CacheHit");
[email protected]724159a2010-12-30 01:11:182283 cache.Increment();
2284
2285 // Send out a notification that we loaded a resource from our memory cache.
[email protected]70d66502011-09-23 00:55:082286 int cert_id = 0;
2287 net::CertStatus cert_status = 0;
2288 int security_bits = -1;
2289 int connection_status = 0;
[email protected]8ff00d72012-10-23 19:12:212290 DeserializeSecurityInfo(security_info, &cert_id, &cert_status,
2291 &security_bits, &connection_status);
2292 LoadFromMemoryCacheDetails details(
[email protected]a02cf4c2012-06-20 01:02:002293 url, GetRenderProcessHost()->GetID(), cert_id, cert_status, http_method,
2294 mime_type, resource_type);
[email protected]724159a2010-12-30 01:11:182295
[email protected]b0f724c2013-09-05 04:21:132296 controller_.ssl_manager()->DidLoadFromMemoryCache(details);
2297
2298 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2299 DidLoadResourceFromMemoryCache(details));
2300
2301 // TODO(avi): Remove. http://crbug.com/170921
[email protected]8ff00d72012-10-23 19:12:212302 NotificationService::current()->Notify(
2303 NOTIFICATION_LOAD_FROM_MEMORY_CACHE,
2304 Source<NavigationController>(&controller_),
2305 Details<LoadFromMemoryCacheDetails>(&details));
[email protected]8bfc8272013-09-09 20:10:532306
2307 if (url.is_valid() && url.SchemeIsHTTPOrHTTPS()) {
2308 scoped_refptr<net::URLRequestContextGetter> request_context(
2309 resource_type == ResourceType::MEDIA ?
2310 GetBrowserContext()->GetMediaRequestContextForRenderProcess(
2311 GetRenderProcessHost()->GetID()) :
2312 GetBrowserContext()->GetRequestContextForRenderProcess(
2313 GetRenderProcessHost()->GetID()));
2314 BrowserThread::PostTask(
2315 BrowserThread::IO,
2316 FROM_HERE,
2317 base::Bind(&NotifyCacheOnIO, request_context, url, http_method));
2318 }
[email protected]724159a2010-12-30 01:11:182319}
2320
[email protected]b172aee2012-04-10 17:05:262321void WebContentsImpl::OnDidDisplayInsecureContent() {
[email protected]8ff00d72012-10-23 19:12:212322 RecordAction(UserMetricsAction("SSL.DisplayedInsecureContent"));
[email protected]724159a2010-12-30 01:11:182323 displayed_insecure_content_ = true;
[email protected]e67ebf32013-02-13 11:07:192324 SSLManager::NotifySSLInternalStateChanged(
2325 GetController().GetBrowserContext());
[email protected]724159a2010-12-30 01:11:182326}
2327
[email protected]b172aee2012-04-10 17:05:262328void WebContentsImpl::OnDidRunInsecureContent(
[email protected]92771112011-01-20 00:13:022329 const std::string& security_origin, const GURL& target_url) {
[email protected]9941cf52011-02-08 16:17:232330 LOG(INFO) << security_origin << " ran insecure content from "
2331 << target_url.possibly_invalid_spec();
[email protected]8ff00d72012-10-23 19:12:212332 RecordAction(UserMetricsAction("SSL.RanInsecureContent"));
[email protected]82114f52012-03-20 22:53:412333 if (EndsWith(security_origin, kDotGoogleDotCom, false))
[email protected]8ff00d72012-10-23 19:12:212334 RecordAction(UserMetricsAction("SSL.RanInsecureContentGoogle"));
[email protected]330614de2012-02-13 17:07:182335 controller_.ssl_manager()->DidRunInsecureContent(security_origin);
[email protected]f2b58c4d2011-06-01 23:29:412336 displayed_insecure_content_ = true;
[email protected]e67ebf32013-02-13 11:07:192337 SSLManager::NotifySSLInternalStateChanged(
2338 GetController().GetBrowserContext());
[email protected]724159a2010-12-30 01:11:182339}
2340
[email protected]b172aee2012-04-10 17:05:262341void WebContentsImpl::OnDocumentLoadedInFrame(int64 frame_id) {
[email protected]d8c660432011-12-22 20:51:252342 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]7bb761892012-07-20 09:32:472343 DocumentLoadedInFrame(frame_id, message_source_));
[email protected]724159a2010-12-30 01:11:182344}
2345
[email protected]b172aee2012-04-10 17:05:262346void WebContentsImpl::OnDidFinishLoad(
[email protected]1a55c5be2011-11-29 11:36:312347 int64 frame_id,
[email protected]b502ed462013-01-08 08:20:062348 const GURL& url,
[email protected]1a55c5be2011-11-29 11:36:312349 bool is_main_frame) {
[email protected]b502ed462013-01-08 08:20:062350 GURL validated_url(url);
2351 RenderProcessHost* render_process_host = message_source_->GetProcess();
2352 RenderViewHost::FilterURL(render_process_host, false, &validated_url);
[email protected]d8c660432011-12-22 20:51:252353 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]7bb761892012-07-20 09:32:472354 DidFinishLoad(frame_id, validated_url, is_main_frame,
2355 message_source_));
[email protected]1a55c5be2011-11-29 11:36:312356}
2357
[email protected]b172aee2012-04-10 17:05:262358void WebContentsImpl::OnDidFailLoadWithError(
2359 int64 frame_id,
[email protected]b502ed462013-01-08 08:20:062360 const GURL& url,
[email protected]b172aee2012-04-10 17:05:262361 bool is_main_frame,
2362 int error_code,
2363 const string16& error_description) {
[email protected]b502ed462013-01-08 08:20:062364 GURL validated_url(url);
2365 RenderProcessHost* render_process_host = message_source_->GetProcess();
2366 RenderViewHost::FilterURL(render_process_host, false, &validated_url);
[email protected]d8c660432011-12-22 20:51:252367 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]1a55c5be2011-11-29 11:36:312368 DidFailLoad(frame_id, validated_url, is_main_frame,
[email protected]7bb761892012-07-20 09:32:472369 error_code, error_description,
2370 message_source_));
[email protected]724159a2010-12-30 01:11:182371}
2372
[email protected]b172aee2012-04-10 17:05:262373void WebContentsImpl::OnGoToEntryAtOffset(int offset) {
[email protected]216813952011-05-19 22:21:262374 if (!delegate_ || delegate_->OnGoToEntryOffset(offset)) {
[email protected]10f417c52011-12-28 21:04:232375 NavigationEntryImpl* entry = NavigationEntryImpl::FromNavigationEntry(
[email protected]022af742011-12-28 18:37:252376 controller_.GetEntryAtOffset(offset));
[email protected]216813952011-05-19 22:21:262377 if (!entry)
2378 return;
2379 // Note that we don't call NavigationController::GotToOffset() as we don't
2380 // want to create a pending navigation entry (it might end up lingering
2381 // http://crbug.com/51680).
[email protected]022af742011-12-28 18:37:252382 entry->SetTransitionType(
[email protected]8ff00d72012-10-23 19:12:212383 PageTransitionFromInt(
[email protected]36fc0392011-12-25 03:59:512384 entry->GetTransitionType() |
[email protected]8ff00d72012-10-23 19:12:212385 PAGE_TRANSITION_FORWARD_BACK));
[email protected]d202a7c2012-01-04 07:53:472386 NavigateToEntry(*entry, NavigationControllerImpl::NO_RELOAD);
[email protected]a13cc362011-07-28 21:29:572387
2388 // If the entry is being restored and doesn't have a SiteInstance yet, fill
2389 // it in now that we know. This allows us to find the entry when it commits.
2390 if (!entry->site_instance() &&
[email protected]10f417c52011-12-28 21:04:232391 entry->restore_type() != NavigationEntryImpl::RESTORE_NONE) {
[email protected]b6583592012-01-25 19:52:332392 entry->set_site_instance(
2393 static_cast<SiteInstanceImpl*>(GetPendingSiteInstance()));
[email protected]a13cc362011-07-28 21:29:572394 }
[email protected]216813952011-05-19 22:21:262395 }
2396}
2397
[email protected]b172aee2012-04-10 17:05:262398void WebContentsImpl::OnUpdateZoomLimits(int minimum_percent,
2399 int maximum_percent,
2400 bool remember) {
[email protected]216813952011-05-19 22:21:262401 minimum_zoom_percent_ = minimum_percent;
2402 maximum_zoom_percent_ = maximum_percent;
2403 temporary_zoom_settings_ = !remember;
2404}
2405
[email protected]b172aee2012-04-10 17:05:262406void WebContentsImpl::OnEnumerateDirectory(int request_id,
[email protected]2dec8ec2013-02-07 19:20:342407 const base::FilePath& path) {
[email protected]e5f2de02012-07-20 22:15:432408 if (!delegate_)
2409 return;
2410
[email protected]b9535422012-02-09 01:47:592411 ChildProcessSecurityPolicyImpl* policy =
2412 ChildProcessSecurityPolicyImpl::GetInstance();
2413 if (policy->CanReadDirectory(GetRenderProcessHost()->GetID(), path))
2414 delegate_->EnumerateDirectory(this, request_id, path);
[email protected]3a29a6e2011-08-24 18:26:212415}
2416
[email protected]b172aee2012-04-10 17:05:262417void WebContentsImpl::OnJSOutOfMemory() {
[email protected]e5f2de02012-07-20 22:15:432418 if (delegate_)
2419 delegate_->JSOutOfMemory(this);
[email protected]7d189022011-08-25 22:54:202420}
2421
[email protected]b172aee2012-04-10 17:05:262422void WebContentsImpl::OnRegisterProtocolHandler(const std::string& protocol,
2423 const GURL& url,
[email protected]3a3b75a2012-06-01 08:38:362424 const string16& title,
2425 bool user_gesture) {
[email protected]e5f2de02012-07-20 22:15:432426 if (!delegate_)
2427 return;
2428
[email protected]b9535422012-02-09 01:47:592429 ChildProcessSecurityPolicyImpl* policy =
2430 ChildProcessSecurityPolicyImpl::GetInstance();
[email protected]8f810632013-06-06 22:33:322431 if (policy->IsPseudoScheme(protocol))
[email protected]b9535422012-02-09 01:47:592432 return;
[email protected]8f810632013-06-06 22:33:322433
[email protected]3a3b75a2012-06-01 08:38:362434 delegate_->RegisterProtocolHandler(this, protocol, url, title, user_gesture);
[email protected]7d189022011-08-25 22:54:202435}
2436
[email protected]b172aee2012-04-10 17:05:262437void WebContentsImpl::OnFindReply(int request_id,
2438 int number_of_matches,
2439 const gfx::Rect& selection_rect,
2440 int active_match_ordinal,
2441 bool final_update) {
[email protected]e5f2de02012-07-20 22:15:432442 if (delegate_) {
2443 delegate_->FindReply(this, request_id, number_of_matches, selection_rect,
2444 active_match_ordinal, final_update);
2445 }
[email protected]b888919c2011-09-02 00:32:162446}
2447
[email protected]9b003482013-05-21 14:00:172448void WebContentsImpl::OnDidProgrammaticallyScroll(
2449 const gfx::Vector2d& scroll_point) {
2450 if (delegate_)
2451 delegate_->DidProgrammaticallyScroll(this, scroll_point);
2452}
2453
[email protected]59363fc92012-09-05 03:46:312454#if defined(OS_ANDROID)
2455void WebContentsImpl::OnFindMatchRectsReply(
2456 int version,
2457 const std::vector<gfx::RectF>& rects,
2458 const gfx::RectF& active_rect) {
2459 if (delegate_)
2460 delegate_->FindMatchRectsReply(this, version, rects, active_rect);
2461}
[email protected]583418cc2013-01-17 14:01:102462
[email protected]1ff427972013-02-07 21:14:072463void WebContentsImpl::OnOpenDateTimeDialog(
2464 const ViewHostMsg_DateTimeDialogValue_Params& value) {
[email protected]ee59cbec2013-08-16 14:59:092465 date_time_chooser_->ShowDialog(ContentViewCore::FromWebContents(this),
2466 GetRenderViewHost(),
2467 value.dialog_type,
2468 value.year,
2469 value.month,
2470 value.day,
2471 value.hour,
2472 value.minute,
2473 value.second,
2474 value.milli,
2475 value.week,
2476 value.minimum,
2477 value.maximum,
2478 value.step);
[email protected]583418cc2013-01-17 14:01:102479}
2480
[email protected]59363fc92012-09-05 03:46:312481#endif
2482
[email protected]2dec8ec2013-02-07 19:20:342483void WebContentsImpl::OnCrashedPlugin(const base::FilePath& plugin_path,
[email protected]cf4d6e742013-01-10 14:06:422484 base::ProcessId plugin_pid) {
[email protected]3fc07c52012-04-20 00:27:442485 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]cf4d6e742013-01-10 14:06:422486 PluginCrashed(plugin_path, plugin_pid));
[email protected]d952a052011-09-06 18:42:452487}
2488
[email protected]b172aee2012-04-10 17:05:262489void WebContentsImpl::OnAppCacheAccessed(const GURL& manifest_url,
2490 bool blocked_by_policy) {
[email protected]7fc4bbb2011-09-08 21:23:102491 // Notify observers about navigation.
[email protected]d8c660432011-12-22 20:51:252492 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]7fc4bbb2011-09-08 21:23:102493 AppCacheAccessed(manifest_url, blocked_by_policy));
2494}
2495
[email protected]b172aee2012-04-10 17:05:262496void WebContentsImpl::OnOpenColorChooser(int color_chooser_id,
[email protected]55578b0a2012-04-18 14:31:322497 SkColor color) {
[email protected]cb805452013-05-22 15:16:212498 ColorChooser* new_color_chooser = delegate_->OpenColorChooser(this, color);
2499 if (color_chooser_ == new_color_chooser)
2500 return;
2501 color_chooser_.reset(new_color_chooser);
2502 color_chooser_identifier_ = color_chooser_id;
[email protected]da8543762012-03-20 08:52:202503}
2504
[email protected]b172aee2012-04-10 17:05:262505void WebContentsImpl::OnEndColorChooser(int color_chooser_id) {
[email protected]da8543762012-03-20 08:52:202506 if (color_chooser_ &&
[email protected]cb805452013-05-22 15:16:212507 color_chooser_id == color_chooser_identifier_)
[email protected]da8543762012-03-20 08:52:202508 color_chooser_->End();
2509}
2510
[email protected]b172aee2012-04-10 17:05:262511void WebContentsImpl::OnSetSelectedColorInColorChooser(int color_chooser_id,
[email protected]55578b0a2012-04-18 14:31:322512 SkColor color) {
[email protected]da8543762012-03-20 08:52:202513 if (color_chooser_ &&
[email protected]cb805452013-05-22 15:16:212514 color_chooser_id == color_chooser_identifier_)
[email protected]da8543762012-03-20 08:52:202515 color_chooser_->SetSelectedColor(color);
2516}
2517
[email protected]9f2a9d72012-04-16 16:02:222518void WebContentsImpl::OnPepperPluginHung(int plugin_child_id,
[email protected]2dec8ec2013-02-07 19:20:342519 const base::FilePath& path,
[email protected]9f2a9d72012-04-16 16:02:222520 bool is_hung) {
[email protected]f5eabc372012-10-12 00:33:552521 UMA_HISTOGRAM_COUNTS("Pepper.PluginHung", 1);
2522
[email protected]3fc07c52012-04-20 00:27:442523 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2524 PluginHungStatusChanged(plugin_child_id, path, is_hung));
[email protected]8be45842012-04-13 19:49:292525}
2526
[email protected]d0759f492012-04-19 22:50:502527// This exists for render views that don't have a WebUI, but do have WebUI
2528// bindings enabled.
2529void WebContentsImpl::OnWebUISend(const GURL& source_url,
2530 const std::string& name,
2531 const base::ListValue& args) {
2532 if (delegate_)
2533 delegate_->WebUISend(this, source_url, name, args);
2534}
2535
[email protected]d8415ad92012-08-23 14:40:502536void WebContentsImpl::OnRequestPpapiBrokerPermission(
[email protected]ea0309c2013-08-06 19:35:442537 int routing_id,
[email protected]d8415ad92012-08-23 14:40:502538 const GURL& url,
[email protected]2dec8ec2013-02-07 19:20:342539 const base::FilePath& plugin_path) {
[email protected]8c8fc292012-11-23 18:57:162540 if (!delegate_) {
[email protected]ea0309c2013-08-06 19:35:442541 OnPpapiBrokerPermissionResult(routing_id, false);
[email protected]8c8fc292012-11-23 18:57:162542 return;
[email protected]d8415ad92012-08-23 14:40:502543 }
2544
[email protected]8c8fc292012-11-23 18:57:162545 if (!delegate_->RequestPpapiBrokerPermission(
2546 this, url, plugin_path,
2547 base::Bind(&WebContentsImpl::OnPpapiBrokerPermissionResult,
[email protected]ea0309c2013-08-06 19:35:442548 base::Unretained(this), routing_id))) {
[email protected]8c8fc292012-11-23 18:57:162549 NOTIMPLEMENTED();
[email protected]ea0309c2013-08-06 19:35:442550 OnPpapiBrokerPermissionResult(routing_id, false);
[email protected]8c8fc292012-11-23 18:57:162551 }
[email protected]d8415ad92012-08-23 14:40:502552}
2553
[email protected]ea0309c2013-08-06 19:35:442554void WebContentsImpl::OnPpapiBrokerPermissionResult(int routing_id,
[email protected]d8415ad92012-08-23 14:40:502555 bool result) {
[email protected]ea0309c2013-08-06 19:35:442556 Send(new ViewMsg_PpapiBrokerPermissionResult(routing_id, result));
[email protected]d8415ad92012-08-23 14:40:502557}
2558
[email protected]c4538072013-03-18 02:17:552559void WebContentsImpl::OnBrowserPluginMessage(const IPC::Message& message) {
[email protected]19be7a62012-10-01 23:03:372560 // This creates a BrowserPluginEmbedder, which handles all the BrowserPlugin
[email protected]b479912c2013-01-23 00:07:082561 // specific messages for this WebContents. This means that any message from
[email protected]c4538072013-03-18 02:17:552562 // a BrowserPlugin prior to this will be ignored.
[email protected]7a846df2012-09-20 19:17:392563 // For more info, see comment above classes BrowserPluginEmbedder and
2564 // BrowserPluginGuest.
2565 CHECK(!browser_plugin_embedder_.get());
[email protected]8eb04562013-03-06 03:41:142566 browser_plugin_embedder_.reset(BrowserPluginEmbedder::Create(this));
[email protected]b479912c2013-01-23 00:07:082567 browser_plugin_embedder_->OnMessageReceived(message);
[email protected]19be7a62012-10-01 23:03:372568}
2569
[email protected]41225fe2013-03-29 05:32:022570void WebContentsImpl::OnDidDownloadImage(
[email protected]795c28972012-12-06 06:13:392571 int id,
[email protected]749fadd2013-05-15 08:37:482572 int http_status_code,
[email protected]795c28972012-12-06 06:13:392573 const GURL& image_url,
[email protected]795c28972012-12-06 06:13:392574 int requested_size,
2575 const std::vector<SkBitmap>& bitmaps) {
[email protected]41225fe2013-03-29 05:32:022576 ImageDownloadMap::iterator iter = image_download_map_.find(id);
2577 if (iter == image_download_map_.end()) {
[email protected]795c28972012-12-06 06:13:392578 // Currently WebContents notifies us of ANY downloads so that it is
2579 // possible to get here.
2580 return;
2581 }
2582 if (!iter->second.is_null()) {
[email protected]749fadd2013-05-15 08:37:482583 iter->second.Run(id, http_status_code, image_url, requested_size, bitmaps);
[email protected]795c28972012-12-06 06:13:392584 }
[email protected]41225fe2013-03-29 05:32:022585 image_download_map_.erase(id);
[email protected]795c28972012-12-06 06:13:392586}
2587
2588void WebContentsImpl::OnUpdateFaviconURL(
2589 int32 page_id,
2590 const std::vector<FaviconURL>& candidates) {
2591 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2592 DidUpdateFaviconURL(page_id, candidates));
2593}
2594
[email protected]50904452013-05-09 02:05:122595FrameTreeNode* WebContentsImpl::FindFrameTreeNodeByID(int64 frame_id) {
[email protected]eb89e512013-06-05 00:16:012596 // TODO(nasko): Remove this check once we move to creating the root node
2597 // through RenderFrameHost creation.
2598 if (!frame_tree_root_.get())
2599 return NULL;
2600
[email protected]50904452013-05-09 02:05:122601 FrameTreeNode* node = NULL;
2602 std::queue<FrameTreeNode*> queue;
2603 queue.push(frame_tree_root_.get());
2604
2605 while (!queue.empty()) {
2606 node = queue.front();
2607 queue.pop();
2608 if (node->frame_id() == frame_id)
2609 return node;
2610
2611 for (size_t i = 0; i < node->child_count(); ++i)
2612 queue.push(node->child_at(i));
2613 }
2614
2615 return NULL;
2616}
2617
2618void WebContentsImpl::OnFrameAttached(
2619 int64 parent_frame_id,
2620 int64 frame_id,
2621 const std::string& frame_name) {
2622 FrameTreeNode* parent = FindFrameTreeNodeByID(parent_frame_id);
2623 if (!parent)
2624 return;
2625
2626 FrameTreeNode* node = new FrameTreeNode(frame_id, frame_name);
2627 parent->AddChild(node);
2628}
2629
2630void WebContentsImpl::OnFrameDetached(int64 parent_frame_id, int64 frame_id) {
[email protected]8607c832013-01-18 14:11:572631 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2632 FrameDetached(message_source_, frame_id));
[email protected]50904452013-05-09 02:05:122633
2634 FrameTreeNode* parent = FindFrameTreeNodeByID(parent_frame_id);
2635 if (!parent)
2636 return;
2637
2638 parent->RemoveChild(frame_id);
[email protected]8607c832013-01-18 14:11:572639}
2640
[email protected]d9030b82013-07-19 08:26:062641void WebContentsImpl::OnMediaNotification(int64 player_cookie,
2642 bool has_video,
2643 bool has_audio,
2644 bool is_playing) {
2645 // Chrome OS does its own detection of audio and video.
2646#if !defined(OS_CHROMEOS)
2647 if (is_playing) {
2648 scoped_ptr<PowerSaveBlocker> blocker;
2649 if (has_video) {
2650 blocker = PowerSaveBlocker::Create(
2651 PowerSaveBlocker::kPowerSaveBlockPreventDisplaySleep,
2652 "Playing video");
2653#if defined(OS_ANDROID)
2654 static_cast<PowerSaveBlockerImpl*>(blocker.get())->
[email protected]26f4aa4b2013-08-10 13:48:382655 InitDisplaySleepBlocker(GetView()->GetNativeView());
[email protected]d9030b82013-07-19 08:26:062656#endif
2657 } else if (has_audio) {
2658 blocker = PowerSaveBlocker::Create(
2659 PowerSaveBlocker::kPowerSaveBlockPreventAppSuspension,
2660 "Playing audio");
2661 }
2662
2663 if (blocker)
2664 power_save_blockers_[message_source_][player_cookie] = blocker.release();
2665 } else {
2666 delete power_save_blockers_[message_source_][player_cookie];
2667 power_save_blockers_[message_source_].erase(player_cookie);
2668 }
2669#endif // !defined(OS_CHROMEOS)
2670}
2671
2672
[email protected]e67ebf32013-02-13 11:07:192673void WebContentsImpl::DidChangeVisibleSSLState() {
2674 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2675 DidChangeVisibleSSLState());
2676}
2677
[email protected]17e286e2013-03-01 23:29:392678void WebContentsImpl::NotifyBeforeFormRepostWarningShow() {
2679 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2680 BeforeFormRepostWarningShow());
2681}
2682
[email protected]96d185d2009-04-24 03:28:542683// Notifies the RenderWidgetHost instance about the fact that the page is
2684// loading, or done loading and calls the base implementation.
[email protected]b172aee2012-04-10 17:05:262685void WebContentsImpl::SetIsLoading(bool is_loading,
2686 LoadNotificationDetails* details) {
[email protected]96d185d2009-04-24 03:28:542687 if (is_loading == is_loading_)
2688 return;
2689
2690 if (!is_loading) {
[email protected]9c235f042011-08-10 22:28:212691 load_state_ = net::LoadStateWithParam(net::LOAD_STATE_IDLE, string16());
[email protected]96d185d2009-04-24 03:28:542692 load_state_host_.clear();
[email protected]094e5b22009-09-25 04:23:562693 upload_size_ = 0;
2694 upload_position_ = 0;
[email protected]96d185d2009-04-24 03:28:542695 }
2696
2697 render_manager_.SetIsLoading(is_loading);
2698
2699 is_loading_ = is_loading;
2700 waiting_for_response_ = is_loading;
2701
[email protected]6ebdc9b2010-09-27 16:55:572702 if (delegate_)
2703 delegate_->LoadingStateChanged(this);
[email protected]8ff00d72012-10-23 19:12:212704 NotifyNavigationStateChanged(INVALIDATE_TYPE_LOAD);
[email protected]96d185d2009-04-24 03:28:542705
[email protected]fae7b5682013-03-15 11:49:432706 if (is_loading)
2707 TRACE_EVENT_ASYNC_BEGIN0("browser", "WebContentsImpl Loading", this);
2708 else
2709 TRACE_EVENT_ASYNC_END0("browser", "WebContentsImpl Loading", this);
[email protected]8ff00d72012-10-23 19:12:212710 int type = is_loading ? NOTIFICATION_LOAD_START : NOTIFICATION_LOAD_STOP;
2711 NotificationDetails det = NotificationService::NoDetails();
[email protected]96d185d2009-04-24 03:28:542712 if (details)
[email protected]8ff00d72012-10-23 19:12:212713 det = Details<LoadNotificationDetails>(details);
2714 NotificationService::current()->Notify(
2715 type, Source<NavigationController>(&controller_), det);
[email protected]96d185d2009-04-24 03:28:542716}
2717
[email protected]b172aee2012-04-10 17:05:262718void WebContentsImpl::DidNavigateMainFramePostCommit(
[email protected]8ff00d72012-10-23 19:12:212719 const LoadCommittedDetails& details,
[email protected]420ae012009-04-24 05:16:322720 const ViewHostMsg_FrameNavigate_Params& params) {
[email protected]4e697b042011-07-08 06:44:562721 if (details.is_navigation_to_different_page()) {
[email protected]420ae012009-04-24 05:16:322722 // Clear the status bubble. This is a workaround for a bug where WebKit
2723 // doesn't let us know that the cursor left an element during a
2724 // transition (this is also why the mouse cursor remains as a hand after
2725 // clicking on a link); see bugs 1184641 and 980803. We don't want to
2726 // clear the bubble when a user navigates to a named anchor in the same
2727 // page.
[email protected]36fc0392011-12-25 03:59:512728 UpdateTargetURL(details.entry->GetPageID(), GURL());
[email protected]420ae012009-04-24 05:16:322729 }
2730
[email protected]a6e82fc2010-02-24 22:28:142731 if (!details.is_in_page) {
[email protected]f17a0ee2010-05-17 17:38:472732 // Once the main frame is navigated, we're no longer considered to have
2733 // displayed insecure content.
2734 displayed_insecure_content_ = false;
[email protected]63e38082013-07-31 09:30:352735 SSLManager::NotifySSLInternalStateChanged(
2736 GetController().GetBrowserContext());
[email protected]aece2c7f2009-08-27 20:43:172737 }
[email protected]ce5c4502009-05-06 16:46:112738
[email protected]3c9e1872010-11-18 16:17:492739 // Notify observers about navigation.
[email protected]d8c660432011-12-22 20:51:252740 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]a6e16aec2011-11-11 18:53:042741 DidNavigateMainFrame(details, params));
[email protected]420ae012009-04-24 05:16:322742}
2743
[email protected]b172aee2012-04-10 17:05:262744void WebContentsImpl::DidNavigateAnyFramePostCommit(
[email protected]420ae012009-04-24 05:16:322745 RenderViewHost* render_view_host,
[email protected]8ff00d72012-10-23 19:12:212746 const LoadCommittedDetails& details,
[email protected]420ae012009-04-24 05:16:322747 const ViewHostMsg_FrameNavigate_Params& params) {
[email protected]4567f152013-07-31 13:20:112748 // If we navigate off the page, close all JavaScript dialogs.
2749 if (dialog_manager_ && !details.is_in_page)
2750 dialog_manager_->CancelActiveAndPendingDialogs(this);
[email protected]420ae012009-04-24 05:16:322751
[email protected]3c9e1872010-11-18 16:17:492752 // Notify observers about navigation.
[email protected]d8c660432011-12-22 20:51:252753 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]a6e16aec2011-11-11 18:53:042754 DidNavigateAnyFrame(details, params));
[email protected]420ae012009-04-24 05:16:322755}
2756
[email protected]2f7b3c5a2013-06-21 04:59:252757bool WebContentsImpl::ShouldAssignSiteForURL(const GURL& url) {
[email protected]3d831992013-07-04 01:13:292758 // about:blank should not "use up" a new SiteInstance. The SiteInstance can
2759 // still be used for a normal web site.
2760 if (url == GURL(kAboutBlankURL))
2761 return false;
2762
2763 // The embedder will then have the opportunity to determine if the URL
2764 // should "use up" the SiteInstance.
2765 return GetContentClient()->browser()->ShouldAssignSiteForURL(url);
[email protected]2f7b3c5a2013-06-21 04:59:252766}
2767
[email protected]b172aee2012-04-10 17:05:262768void WebContentsImpl::UpdateMaxPageIDIfNecessary(RenderViewHost* rvh) {
[email protected]74ce1ad2011-12-16 21:51:462769 // If we are creating a RVH for a restored controller, then we need to make
2770 // sure the RenderView starts with a next_page_id_ larger than the number
2771 // of restored entries. This must be called before the RenderView starts
2772 // navigating (to avoid a race between the browser updating max_page_id and
2773 // the renderer updating next_page_id_). Because of this, we only call this
2774 // from CreateRenderView and allow that to notify the RenderView for us.
[email protected]71fde352011-12-29 03:29:562775 int max_restored_page_id = controller_.GetMaxRestoredPageID();
[email protected]9f76c1e2012-03-05 15:15:582776 if (max_restored_page_id >
2777 GetMaxPageIDForSiteInstance(rvh->GetSiteInstance()))
2778 UpdateMaxPageIDForSiteInstance(rvh->GetSiteInstance(),
2779 max_restored_page_id);
[email protected]420ae012009-04-24 05:16:322780}
2781
[email protected]b172aee2012-04-10 17:05:262782bool WebContentsImpl::UpdateTitleForEntry(NavigationEntryImpl* entry,
2783 const string16& title) {
[email protected]420ae012009-04-24 05:16:322784 // For file URLs without a title, use the pathname instead. In the case of a
2785 // synthesized title, we don't want the update to count toward the "one set
2786 // per page of the title to history."
[email protected]6b2f7a82011-04-25 19:30:512787 string16 final_title;
[email protected]420ae012009-04-24 05:16:322788 bool explicit_set;
[email protected]36fc0392011-12-25 03:59:512789 if (entry && entry->GetURL().SchemeIsFile() && title.empty()) {
2790 final_title = UTF8ToUTF16(entry->GetURL().ExtractFileName());
[email protected]420ae012009-04-24 05:16:322791 explicit_set = false; // Don't count synthetic titles toward the set limit.
2792 } else {
[email protected]acafd272011-07-26 17:35:572793 TrimWhitespace(title, TRIM_ALL, &final_title);
[email protected]420ae012009-04-24 05:16:322794 explicit_set = true;
2795 }
2796
[email protected]987fc3a2011-05-26 14:18:092797 // If a page is created via window.open and never navigated,
2798 // there will be no navigation entry. In this situation,
[email protected]73eb2602012-02-09 19:50:552799 // |page_title_when_no_navigation_entry_| will be used for page title.
[email protected]987fc3a2011-05-26 14:18:092800 if (entry) {
[email protected]36fc0392011-12-25 03:59:512801 if (final_title == entry->GetTitle())
[email protected]987fc3a2011-05-26 14:18:092802 return false; // Nothing changed, don't bother.
[email protected]420ae012009-04-24 05:16:322803
[email protected]36fc0392011-12-25 03:59:512804 entry->SetTitle(final_title);
[email protected]987fc3a2011-05-26 14:18:092805 } else {
2806 if (page_title_when_no_navigation_entry_ == final_title)
2807 return false; // Nothing changed, don't bother.
2808
2809 page_title_when_no_navigation_entry_ = final_title;
2810 }
[email protected]420ae012009-04-24 05:16:322811
[email protected]420ae012009-04-24 05:16:322812 // Lastly, set the title for the view.
[email protected]790e2fd2011-09-21 20:28:232813 view_->SetPageTitle(final_title);
[email protected]420ae012009-04-24 05:16:322814
[email protected]8ff00d72012-10-23 19:12:212815 std::pair<NavigationEntry*, bool> details =
[email protected]2bb171882012-03-07 02:09:462816 std::make_pair(entry, explicit_set);
[email protected]105bb0f2011-05-24 17:12:142817
[email protected]8ff00d72012-10-23 19:12:212818 NotificationService::current()->Notify(
2819 NOTIFICATION_WEB_CONTENTS_TITLE_UPDATED,
2820 Source<WebContents>(this),
2821 Details<std::pair<NavigationEntry*, bool> >(&details));
[email protected]cbc0e1b2010-04-12 18:33:042822
[email protected]420ae012009-04-24 05:16:322823 return true;
2824}
2825
[email protected]35e0e0792012-11-30 02:35:482826void WebContentsImpl::NotifySwapped(RenderViewHost* old_render_view_host) {
[email protected]420ae012009-04-24 05:16:322827 // After sending out a swap notification, we need to send a disconnect
2828 // notification so that clients that pick up a pointer to |this| can NULL the
2829 // pointer. See Bug 1230284.
2830 notify_disconnection_ = true;
[email protected]da7a7182013-09-06 08:11:112831 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2832 RenderViewHostSwapped(old_render_view_host));
2833
2834 // TODO(avi): Remove. http://crbug.com/170921
[email protected]8ff00d72012-10-23 19:12:212835 NotificationService::current()->Notify(
2836 NOTIFICATION_WEB_CONTENTS_SWAPPED,
2837 Source<WebContents>(this),
[email protected]35e0e0792012-11-30 02:35:482838 Details<RenderViewHost>(old_render_view_host));
[email protected]7a846df2012-09-20 19:17:392839
2840 // Ensure that the associated embedder gets cleared after a RenderViewHost
2841 // gets swapped, so we don't reuse the same embedder next time a
2842 // RenderViewHost is attached to this WebContents.
2843 RemoveBrowserPluginEmbedder();
[email protected]420ae012009-04-24 05:16:322844}
2845
[email protected]da7a7182013-09-06 08:11:112846// TODO(avi): Remove this entire function because this notification is already
2847// covered by two observer functions. http://crbug.com/170921
[email protected]b172aee2012-04-10 17:05:262848void WebContentsImpl::NotifyDisconnected() {
[email protected]420ae012009-04-24 05:16:322849 if (!notify_disconnection_)
2850 return;
2851
2852 notify_disconnection_ = false;
[email protected]8ff00d72012-10-23 19:12:212853 NotificationService::current()->Notify(
2854 NOTIFICATION_WEB_CONTENTS_DISCONNECTED,
2855 Source<WebContents>(this),
2856 NotificationService::NoDetails());
[email protected]420ae012009-04-24 05:16:322857}
2858
[email protected]cbb1ef592013-06-05 19:49:462859void WebContentsImpl::NotifyNavigationEntryCommitted(
2860 const LoadCommittedDetails& load_details) {
2861 FOR_EACH_OBSERVER(
2862 WebContentsObserver, observers_, NavigationEntryCommitted(load_details));
2863}
2864
[email protected]5a3bdf52012-05-24 15:12:572865RenderViewHostDelegateView* WebContentsImpl::GetDelegateView() {
2866 return render_view_host_delegate_view_;
[email protected]420ae012009-04-24 05:16:322867}
2868
[email protected]8d3347f2009-07-09 22:00:212869RenderViewHostDelegate::RendererManagement*
[email protected]b172aee2012-04-10 17:05:262870WebContentsImpl::GetRendererManagementDelegate() {
[email protected]8d3347f2009-07-09 22:00:212871 return &render_manager_;
2872}
2873
[email protected]8ff00d72012-10-23 19:12:212874RendererPreferences WebContentsImpl::GetRendererPrefs(
2875 BrowserContext* browser_context) const {
[email protected]840b1512009-07-21 16:53:462876 return renderer_preferences_;
[email protected]80d96fa2009-06-10 22:34:512877}
2878
[email protected]b172aee2012-04-10 17:05:262879WebContents* WebContentsImpl::GetAsWebContents() {
[email protected]768c5472011-12-26 19:06:172880 return this;
2881}
2882
[email protected]b172aee2012-04-10 17:05:262883gfx::Rect WebContentsImpl::GetRootWindowResizerRect() const {
[email protected]b7a756d42012-01-23 18:08:172884 if (delegate_)
2885 return delegate_->GetRootWindowResizerRect();
2886 return gfx::Rect();
2887}
2888
[email protected]7a846df2012-09-20 19:17:392889void WebContentsImpl::RemoveBrowserPluginEmbedder() {
[email protected]59383c782013-04-17 16:43:272890 if (browser_plugin_embedder_)
[email protected]7a846df2012-09-20 19:17:392891 browser_plugin_embedder_.reset();
2892}
2893
[email protected]b172aee2012-04-10 17:05:262894void WebContentsImpl::RenderViewCreated(RenderViewHost* render_view_host) {
[email protected]14392a52012-05-02 20:28:442895 // Don't send notifications if we are just creating a swapped-out RVH for
2896 // the opener chain. These won't be used for view-source or WebUI, so it's
2897 // ok to return early.
2898 if (static_cast<RenderViewHostImpl*>(render_view_host)->is_swapped_out())
2899 return;
2900
[email protected]86f98a22013-03-20 14:35:002901 if (delegate_)
2902 view_->SetOverscrollControllerEnabled(delegate_->CanOverscrollContent());
[email protected]a6b73c62013-02-11 23:05:082903
[email protected]8ff00d72012-10-23 19:12:212904 NotificationService::current()->Notify(
2905 NOTIFICATION_WEB_CONTENTS_RENDER_VIEW_HOST_CREATED,
2906 Source<WebContents>(this),
2907 Details<RenderViewHost>(render_view_host));
[email protected]420ae012009-04-24 05:16:322908
2909 // When we're creating views, we're still doing initial setup, so we always
[email protected]e0112912011-02-02 22:54:352910 // use the pending Web UI rather than any possibly existing committed one.
[email protected]1fd1a502011-03-30 16:55:562911 if (render_manager_.pending_web_ui())
[email protected]7ade2732011-02-10 00:13:582912 render_manager_.pending_web_ui()->RenderViewCreated(render_view_host);
[email protected]420ae012009-04-24 05:16:322913
[email protected]e770b1e92013-08-29 14:26:332914 NavigationEntry* entry = controller_.GetActiveEntry();
2915 if (entry && entry->IsViewSourceMode()) {
[email protected]420ae012009-04-24 05:16:322916 // Put the renderer in view source mode.
[email protected]6b618e62012-08-16 12:59:182917 render_view_host->Send(
[email protected]9f76c1e2012-03-05 15:15:582918 new ViewMsg_EnableViewSourceMode(render_view_host->GetRoutingID()));
[email protected]420ae012009-04-24 05:16:322919 }
[email protected]0666aef2009-05-13 19:48:082920
[email protected]60780f412013-02-25 16:34:102921 view_->RenderViewCreated(render_view_host);
[email protected]11f764bb2011-05-25 19:45:262922
2923 FOR_EACH_OBSERVER(
[email protected]d8c660432011-12-22 20:51:252924 WebContentsObserver, observers_, RenderViewCreated(render_view_host));
[email protected]420ae012009-04-24 05:16:322925}
2926
[email protected]b172aee2012-04-10 17:05:262927void WebContentsImpl::RenderViewReady(RenderViewHost* rvh) {
[email protected]151a63d2011-12-20 22:32:522928 if (rvh != GetRenderViewHost()) {
[email protected]420ae012009-04-24 05:16:322929 // Don't notify the world, since this came from a renderer in the
2930 // background.
2931 return;
2932 }
2933
[email protected]da7a7182013-09-06 08:11:112934 notify_disconnection_ = true;
2935 // TODO(avi): Remove. http://crbug.com/170921
2936 NotificationService::current()->Notify(
2937 NOTIFICATION_WEB_CONTENTS_CONNECTED,
2938 Source<WebContents>(this),
2939 NotificationService::NoDetails());
2940
[email protected]be1f56ab2011-12-22 06:55:312941 bool was_crashed = IsCrashed();
[email protected]443b80e2010-12-14 00:42:232942 SetIsCrashed(base::TERMINATION_STATUS_STILL_RUNNING, 0);
[email protected]9d8a4642009-07-29 17:25:302943
2944 // Restore the focus to the tab (otherwise the focus will be on the top
2945 // window).
[email protected]484ae5912010-09-29 19:16:142946 if (was_crashed && !FocusLocationBarByDefault() &&
2947 (!delegate_ || delegate_->ShouldFocusPageAfterCrash())) {
[email protected]f3615f02013-02-26 06:09:062948 view_->Focus();
[email protected]484ae5912010-09-29 19:16:142949 }
[email protected]32ded2212011-11-10 18:51:432950
[email protected]d8c660432011-12-22 20:51:252951 FOR_EACH_OBSERVER(WebContentsObserver, observers_, RenderViewReady());
[email protected]420ae012009-04-24 05:16:322952}
2953
[email protected]ec6a7eb2013-04-22 17:34:222954void WebContentsImpl::RenderViewTerminated(RenderViewHost* rvh,
2955 base::TerminationStatus status,
2956 int error_code) {
[email protected]151a63d2011-12-20 22:32:522957 if (rvh != GetRenderViewHost()) {
[email protected]420ae012009-04-24 05:16:322958 // The pending page's RenderViewHost is gone.
2959 return;
2960 }
2961
[email protected]d9030b82013-07-19 08:26:062962 ClearPowerSaveBlockers(rvh);
[email protected]420ae012009-04-24 05:16:322963 SetIsLoading(false, NULL);
2964 NotifyDisconnected();
[email protected]443b80e2010-12-14 00:42:232965 SetIsCrashed(status, error_code);
[email protected]be1f56ab2011-12-22 06:55:312966 GetView()->OnTabCrashed(GetCrashedStatus(), crashed_error_code_);
[email protected]420ae012009-04-24 05:16:322967
[email protected]d8c660432011-12-22 20:51:252968 FOR_EACH_OBSERVER(WebContentsObserver,
[email protected]9cddb1a22011-11-15 15:04:272969 observers_,
[email protected]58d5cfe2013-07-10 02:40:522970 RenderProcessGone(GetCrashedStatus()));
[email protected]420ae012009-04-24 05:16:322971}
2972
[email protected]b172aee2012-04-10 17:05:262973void WebContentsImpl::RenderViewDeleted(RenderViewHost* rvh) {
[email protected]d9030b82013-07-19 08:26:062974 ClearPowerSaveBlockers(rvh);
[email protected]fb7b79f72009-11-06 18:00:482975 render_manager_.RenderViewDeleted(rvh);
[email protected]d8c660432011-12-22 20:51:252976 FOR_EACH_OBSERVER(WebContentsObserver, observers_, RenderViewDeleted(rvh));
[email protected]2e4633c2009-07-09 16:58:062977}
2978
[email protected]b0f724c2013-09-05 04:21:132979void WebContentsImpl::DidGetResourceResponseStart(
2980 const ResourceRequestDetails& details) {
2981 controller_.ssl_manager()->DidStartResourceResponse(details);
2982
2983 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2984 DidGetResourceResponseStart(details));
2985
2986 // TODO(avi): Remove. http://crbug.com/170921
2987 NotificationService::current()->Notify(
2988 NOTIFICATION_RESOURCE_RESPONSE_STARTED,
2989 Source<WebContents>(this),
2990 Details<const ResourceRequestDetails>(&details));
2991}
2992
2993void WebContentsImpl::DidGetRedirectForResourceRequest(
2994 const ResourceRedirectDetails& details) {
2995 controller_.ssl_manager()->DidReceiveResourceRedirect(details);
2996
2997 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
2998 DidGetRedirectForResourceRequest(details));
2999
3000 // TODO(avi): Remove. http://crbug.com/170921
3001 NotificationService::current()->Notify(
3002 NOTIFICATION_RESOURCE_RECEIVED_REDIRECT,
3003 Source<WebContents>(this),
3004 Details<const ResourceRedirectDetails>(&details));
3005}
3006
[email protected]b172aee2012-04-10 17:05:263007void WebContentsImpl::DidNavigate(
3008 RenderViewHost* rvh,
3009 const ViewHostMsg_FrameNavigate_Params& params) {
[email protected]50904452013-05-09 02:05:123010 // If we don't have a frame tree root yet, this is the first navigation in
3011 // using the current RenderViewHost, so we need to create it with the proper
3012 // frame id.
3013 if (!frame_tree_root_.get()) {
3014 DCHECK(PageTransitionIsMainFrame(params.transition));
3015 frame_tree_root_.reset(new FrameTreeNode(params.frame_id, std::string()));
3016 }
3017
[email protected]e3d92a7f2013-01-10 02:35:053018 if (PageTransitionIsMainFrame(params.transition)) {
3019 // When overscroll navigation gesture is enabled, a screenshot of the page
3020 // in its current state is taken so that it can be used during the
3021 // nav-gesture. It is necessary to take the screenshot here, before calling
3022 // RenderViewHostManager::DidNavigateMainFrame, because that can change
3023 // WebContents::GetRenderViewHost to return the new host, instead of the one
3024 // that may have just been swapped out.
[email protected]06325e12013-01-31 04:34:483025 if (delegate_ && delegate_->CanOverscrollContent())
3026 controller_.TakeScreenshot();
[email protected]e3d92a7f2013-01-10 02:35:053027
[email protected]420ae012009-04-24 05:16:323028 render_manager_.DidNavigateMainFrame(rvh);
[email protected]e3d92a7f2013-01-10 02:35:053029 }
[email protected]8030f012009-09-25 18:09:373030
[email protected]50904452013-05-09 02:05:123031 // We expect to have a valid frame tree root node at all times when
3032 // navigating.
3033 DCHECK(frame_tree_root_.get());
3034
[email protected]434f69f2012-02-06 21:56:523035 // Update the site of the SiteInstance if it doesn't have one yet, unless
[email protected]2f7b3c5a2013-06-21 04:59:253036 // assigning a site is not necessary for this URL. In that case, the
3037 // SiteInstance can still be considered unused until a navigation to a real
3038 // page.
[email protected]434f69f2012-02-06 21:56:523039 if (!static_cast<SiteInstanceImpl*>(GetSiteInstance())->HasSite() &&
[email protected]2f7b3c5a2013-06-21 04:59:253040 ShouldAssignSiteForURL(params.url)) {
[email protected]b6583592012-01-25 19:52:333041 static_cast<SiteInstanceImpl*>(GetSiteInstance())->SetSite(params.url);
[email protected]434f69f2012-02-06 21:56:523042 }
[email protected]420ae012009-04-24 05:16:323043
3044 // Need to update MIME type here because it's referred to in
3045 // UpdateNavigationCommands() called by RendererDidNavigate() to
3046 // determine whether or not to enable the encoding menu.
3047 // It's updated only for the main frame. For a subframe,
3048 // RenderView::UpdateURL does not set params.contents_mime_type.
3049 // (see http://code.google.com/p/chromium/issues/detail?id=2929 )
3050 // TODO(jungshik): Add a test for the encoding menu to avoid
3051 // regressing it again.
[email protected]8ff00d72012-10-23 19:12:213052 if (PageTransitionIsMainFrame(params.transition))
[email protected]420ae012009-04-24 05:16:323053 contents_mime_type_ = params.contents_mime_type;
3054
[email protected]8ff00d72012-10-23 19:12:213055 LoadCommittedDetails details;
[email protected]93f230e02011-06-01 14:40:003056 bool did_navigate = controller_.RendererDidNavigate(params, &details);
[email protected]3e90d4a2009-07-03 17:38:393057
[email protected]1ae93fb2013-06-14 03:38:563058 // For now, keep track of each frame's URL in its FrameTreeNode. This lets
3059 // us estimate our process count for implementing OOP iframes.
3060 // TODO(creis): Remove this when we track which pages commit in each frame.
3061 FrameTreeNode* node = FindFrameTreeNodeByID(params.frame_id);
3062 if (node)
3063 node->set_current_url(params.url);
3064
[email protected]a9c0bfe2010-09-17 08:35:223065 // Send notification about committed provisional loads. This notification is
3066 // different from the NAV_ENTRY_COMMITTED notification which doesn't include
3067 // the actual URL navigated to and isn't sent for AUTO_SUBFRAME navigations.
[email protected]8ff00d72012-10-23 19:12:213068 if (details.type != NAVIGATION_TYPE_NAV_IGNORE) {
[email protected]dabb0d12010-10-05 12:50:073069 // For AUTO_SUBFRAME navigations, an event for the main frame is generated
3070 // that is not recorded in the navigation history. For the purpose of
3071 // tracking navigation events, we treat this event as a sub frame navigation
3072 // event.
3073 bool is_main_frame = did_navigate ? details.is_main_frame : false;
[email protected]8ff00d72012-10-23 19:12:213074 PageTransition transition_type = params.transition;
[email protected]a9c0bfe2010-09-17 08:35:223075 // Whether or not a page transition was triggered by going backward or
3076 // forward in the history is only stored in the navigation controller's
3077 // entry list.
3078 if (did_navigate &&
[email protected]36fc0392011-12-25 03:59:513079 (controller_.GetActiveEntry()->GetTransitionType() &
[email protected]8ff00d72012-10-23 19:12:213080 PAGE_TRANSITION_FORWARD_BACK)) {
3081 transition_type = PageTransitionFromInt(
3082 params.transition | PAGE_TRANSITION_FORWARD_BACK);
[email protected]a9c0bfe2010-09-17 08:35:223083 }
[email protected]0d60f0192011-04-14 12:40:103084 // Notify observers about the commit of the provisional load.
[email protected]d8c660432011-12-22 20:51:253085 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]0d60f0192011-04-14 12:40:103086 DidCommitProvisionalLoadForFrame(params.frame_id,
[email protected]ef16c3e2012-05-16 22:13:463087 is_main_frame, params.url, transition_type, rvh));
[email protected]a9c0bfe2010-09-17 08:35:223088 }
3089
[email protected]76543b92009-08-31 17:27:453090 if (!did_navigate)
3091 return; // No navigation happened.
[email protected]420ae012009-04-24 05:16:323092
3093 // DO NOT ADD MORE STUFF TO THIS FUNCTION! Your component should either listen
3094 // for the appropriate notification (best) or you can add it to
3095 // DidNavigateMainFramePostCommit / DidNavigateAnyFramePostCommit (only if
3096 // necessary, please).
3097
3098 // Run post-commit tasks.
[email protected]93f230e02011-06-01 14:40:003099 if (details.is_main_frame) {
[email protected]420ae012009-04-24 05:16:323100 DidNavigateMainFramePostCommit(details, params);
[email protected]86f98a22013-03-20 14:35:003101 if (delegate_) {
[email protected]6934a702011-12-20 00:04:513102 delegate_->DidNavigateMainFramePostCommit(this);
[email protected]86f98a22013-03-20 14:35:003103 view_->SetOverscrollControllerEnabled(delegate_->CanOverscrollContent());
3104 }
[email protected]93f230e02011-06-01 14:40:003105 }
[email protected]420ae012009-04-24 05:16:323106 DidNavigateAnyFramePostCommit(rvh, details, params);
3107}
3108
[email protected]b172aee2012-04-10 17:05:263109void WebContentsImpl::UpdateState(RenderViewHost* rvh,
3110 int32 page_id,
[email protected]691aa2f2013-05-28 22:52:043111 const PageState& page_state) {
[email protected]992db4c2011-05-12 15:37:153112 // Ensure that this state update comes from either the active RVH or one of
3113 // the swapped out RVHs. We don't expect to hear from any other RVHs.
[email protected]7a49f7e2013-04-19 15:07:223114 DCHECK(rvh == GetRenderViewHost() || render_manager_.IsOnSwappedOutList(rvh));
[email protected]420ae012009-04-24 05:16:323115
3116 // We must be prepared to handle state updates for any page, these occur
3117 // when the user is scrolling and entering form data, as well as when we're
3118 // leaving a page, in which case our state may have already been moved to
3119 // the next page. The navigation controller will look up the appropriate
3120 // NavigationEntry and update it when it is notified via the delegate.
3121
3122 int entry_index = controller_.GetEntryIndexWithPageID(
[email protected]9f76c1e2012-03-05 15:15:583123 rvh->GetSiteInstance(), page_id);
[email protected]420ae012009-04-24 05:16:323124 if (entry_index < 0)
3125 return;
[email protected]10f417c52011-12-28 21:04:233126 NavigationEntry* entry = controller_.GetEntryAtIndex(entry_index);
[email protected]420ae012009-04-24 05:16:323127
[email protected]691aa2f2013-05-28 22:52:043128 if (page_state == entry->GetPageState())
[email protected]420ae012009-04-24 05:16:323129 return; // Nothing to update.
[email protected]691aa2f2013-05-28 22:52:043130 entry->SetPageState(page_state);
[email protected]420ae012009-04-24 05:16:323131 controller_.NotifyEntryChanged(entry, entry_index);
3132}
3133
[email protected]b172aee2012-04-10 17:05:263134void WebContentsImpl::UpdateTitle(RenderViewHost* rvh,
3135 int32 page_id,
3136 const string16& title,
3137 base::i18n::TextDirection title_direction) {
[email protected]420ae012009-04-24 05:16:323138 // If we have a title, that's a pretty good indication that we've started
3139 // getting useful data.
3140 SetNotWaitingForResponse();
3141
[email protected]73eb2602012-02-09 19:50:553142 // Try to find the navigation entry, which might not be the current one.
3143 // For example, it might be from a pending RVH for the pending entry.
[email protected]10f417c52011-12-28 21:04:233144 NavigationEntryImpl* entry = controller_.GetEntryWithPageID(
[email protected]9f76c1e2012-03-05 15:15:583145 rvh->GetSiteInstance(), page_id);
[email protected]987fc3a2011-05-26 14:18:093146
[email protected]73eb2602012-02-09 19:50:553147 // We can handle title updates when we don't have an entry in
3148 // UpdateTitleForEntry, but only if the update is from the current RVH.
3149 if (!entry && rvh != GetRenderViewHost())
3150 return;
3151
[email protected]a49e10b2011-08-01 23:57:463152 // TODO(evan): make use of title_direction.
3153 // http://code.google.com/p/chromium/issues/detail?id=27094
[email protected]987fc3a2011-05-26 14:18:093154 if (!UpdateTitleForEntry(entry, title))
[email protected]420ae012009-04-24 05:16:323155 return;
3156
3157 // Broadcast notifications when the UI should be updated.
3158 if (entry == controller_.GetEntryAtOffset(0))
[email protected]8ff00d72012-10-23 19:12:213159 NotifyNavigationStateChanged(INVALIDATE_TYPE_TITLE);
[email protected]420ae012009-04-24 05:16:323160}
3161
[email protected]b172aee2012-04-10 17:05:263162void WebContentsImpl::UpdateEncoding(RenderViewHost* render_view_host,
3163 const std::string& encoding) {
[email protected]be1f56ab2011-12-22 06:55:313164 SetEncoding(encoding);
[email protected]420ae012009-04-24 05:16:323165}
3166
[email protected]b172aee2012-04-10 17:05:263167void WebContentsImpl::UpdateTargetURL(int32 page_id, const GURL& url) {
[email protected]6934a702011-12-20 00:04:513168 if (delegate_)
3169 delegate_->UpdateTargetURL(this, page_id, url);
[email protected]420ae012009-04-24 05:16:323170}
3171
[email protected]b172aee2012-04-10 17:05:263172void WebContentsImpl::Close(RenderViewHost* rvh) {
[email protected]60780f412013-02-25 16:34:103173#if defined(OS_MACOSX)
[email protected]07707302009-11-06 00:50:293174 // The UI may be in an event-tracking loop, such as between the
3175 // mouse-down and mouse-up in text selection or a button click.
3176 // Defer the close until after tracking is complete, so that we
3177 // don't free objects out from under the UI.
[email protected]07707302009-11-06 00:50:293178 // TODO(shess): This could get more fine-grained. For instance,
3179 // closing a tab in another window while selecting text in the
3180 // current window's Omnibox should be just fine.
[email protected]60780f412013-02-25 16:34:103181 if (view_->IsEventTracking()) {
3182 view_->CloseTabAfterEventTracking();
[email protected]07707302009-11-06 00:50:293183 return;
3184 }
[email protected]60780f412013-02-25 16:34:103185#endif
[email protected]07707302009-11-06 00:50:293186
[email protected]420ae012009-04-24 05:16:323187 // Ignore this if it comes from a RenderViewHost that we aren't showing.
[email protected]151a63d2011-12-20 22:32:523188 if (delegate_ && rvh == GetRenderViewHost())
[email protected]6934a702011-12-20 00:04:513189 delegate_->CloseContents(this);
[email protected]420ae012009-04-24 05:16:323190}
3191
[email protected]b172aee2012-04-10 17:05:263192void WebContentsImpl::SwappedOut(RenderViewHost* rvh) {
[email protected]151a63d2011-12-20 22:32:523193 if (delegate_ && rvh == GetRenderViewHost())
[email protected]6934a702011-12-20 00:04:513194 delegate_->SwappedOut(this);
[email protected]e1986832013-06-14 07:27:283195
3196 // Allow the navigation to proceed.
3197 render_manager_.SwappedOut(rvh);
[email protected]cd9ed79d2011-11-15 19:22:573198}
3199
[email protected]b172aee2012-04-10 17:05:263200void WebContentsImpl::RequestMove(const gfx::Rect& new_bounds) {
[email protected]6934a702011-12-20 00:04:513201 if (delegate_ && delegate_->IsPopupOrPanel(this))
3202 delegate_->MoveContents(this, new_bounds);
[email protected]420ae012009-04-24 05:16:323203}
3204
[email protected]8ff00d72012-10-23 19:12:213205void WebContentsImpl::DidStartLoading(RenderViewHost* render_view_host) {
[email protected]420ae012009-04-24 05:16:323206 SetIsLoading(true, NULL);
[email protected]3c9e1872010-11-18 16:17:493207
[email protected]3c9e1872010-11-18 16:17:493208 // Notify observers about navigation.
[email protected]89793072012-07-23 22:25:293209 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
3210 DidStartLoading(render_view_host));
[email protected]420ae012009-04-24 05:16:323211}
3212
[email protected]8ff00d72012-10-23 19:12:213213void WebContentsImpl::DidStopLoading(RenderViewHost* render_view_host) {
[email protected]420ae012009-04-24 05:16:323214 scoped_ptr<LoadNotificationDetails> details;
3215
[email protected]9595fd82013-04-19 21:28:493216 // Use the last committed entry rather than the active one, in case a
3217 // pending entry has been created.
3218 NavigationEntry* entry = controller_.GetLastCommittedEntry();
3219
[email protected]420ae012009-04-24 05:16:323220 // An entry may not exist for a stop when loading an initial blank page or
3221 // if an iframe injected by script into a blank page finishes loading.
3222 if (entry) {
[email protected]420ae012009-04-24 05:16:323223 base::TimeDelta elapsed = base::TimeTicks::Now() - current_load_start_;
3224
3225 details.reset(new LoadNotificationDetails(
[email protected]36fc0392011-12-25 03:59:513226 entry->GetVirtualURL(),
3227 entry->GetTransitionType(),
[email protected]420ae012009-04-24 05:16:323228 elapsed,
3229 &controller_,
3230 controller_.GetCurrentEntryIndex()));
3231 }
3232
[email protected]420ae012009-04-24 05:16:323233 SetIsLoading(false, details.get());
[email protected]3c9e1872010-11-18 16:17:493234
3235 // Notify observers about navigation.
[email protected]89793072012-07-23 22:25:293236 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
3237 DidStopLoading(render_view_host));
[email protected]420ae012009-04-24 05:16:323238}
3239
[email protected]b172aee2012-04-10 17:05:263240void WebContentsImpl::DidCancelLoading() {
[email protected]c95fa8b2011-04-28 20:26:163241 controller_.DiscardNonCommittedEntries();
3242
3243 // Update the URL display.
[email protected]8ff00d72012-10-23 19:12:213244 NotifyNavigationStateChanged(INVALIDATE_TYPE_URL);
[email protected]c95fa8b2011-04-28 20:26:163245}
3246
[email protected]b172aee2012-04-10 17:05:263247void WebContentsImpl::DidChangeLoadProgress(double progress) {
[email protected]6934a702011-12-20 00:04:513248 if (delegate_)
[email protected]b3996ba2012-08-08 00:39:133249 delegate_->LoadProgressChanged(this, progress);
[email protected]1a3c3cb2010-12-16 21:03:403250}
3251
[email protected]7cc78902012-12-06 02:32:263252void WebContentsImpl::DidDisownOpener(RenderViewHost* rvh) {
[email protected]f54d94a2013-04-11 22:44:393253 if (opener_) {
3254 // Clear our opener so that future cross-process navigations don't have an
3255 // opener assigned.
[email protected]7fff43e2013-05-21 20:21:103256 RemoveDestructionObserver(opener_);
[email protected]f54d94a2013-04-11 22:44:393257 opener_ = NULL;
3258 }
[email protected]7cc78902012-12-06 02:32:263259
3260 // Notify all swapped out RenderViewHosts for this tab. This is important
3261 // in case we go back to them, or if another window in those processes tries
3262 // to access window.opener.
3263 render_manager_.DidDisownOpener(rvh);
3264}
3265
[email protected]59167c22013-06-03 18:07:323266void WebContentsImpl::DidAccessInitialDocument() {
3267 // Update the URL display.
3268 NotifyNavigationStateChanged(content::INVALIDATE_TYPE_URL);
3269}
3270
[email protected]87717d0e2012-04-26 02:58:433271void WebContentsImpl::DocumentAvailableInMainFrame(
3272 RenderViewHost* render_view_host) {
3273 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
3274 DocumentAvailableInMainFrame());
[email protected]952a68e2011-11-17 00:36:103275}
3276
[email protected]b172aee2012-04-10 17:05:263277void WebContentsImpl::DocumentOnLoadCompletedInMainFrame(
[email protected]25497492010-09-11 15:15:083278 RenderViewHost* render_view_host,
3279 int32 page_id) {
[email protected]8ff00d72012-10-23 19:12:213280 NotificationService::current()->Notify(
3281 NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
3282 Source<WebContents>(this),
3283 Details<int>(&page_id));
[email protected]25497492010-09-11 15:15:083284}
3285
[email protected]196159d2012-05-04 17:26:543286void WebContentsImpl::RequestOpenURL(RenderViewHost* rvh,
3287 const GURL& url,
[email protected]8ff00d72012-10-23 19:12:213288 const Referrer& referrer,
[email protected]b172aee2012-04-10 17:05:263289 WindowOpenDisposition disposition,
[email protected]e2caa032012-11-15 23:29:183290 int64 source_frame_id,
[email protected]866fa2cc2013-07-22 22:19:523291 bool should_replace_current_entry,
[email protected]e7f2e7c2013-07-15 09:41:303292 bool user_gesture) {
[email protected]196159d2012-05-04 17:26:543293 // If this came from a swapped out RenderViewHost, we only allow the request
3294 // if we are still in the same BrowsingInstance.
3295 if (static_cast<RenderViewHostImpl*>(rvh)->is_swapped_out() &&
3296 !rvh->GetSiteInstance()->IsRelatedSiteInstance(GetSiteInstance())) {
3297 return;
3298 }
3299
[email protected]4ad5d77d2011-12-03 02:00:483300 // Delegate to RequestTransferURL because this is just the generic
3301 // case where |old_request_id| is empty.
[email protected]bce1f1c2011-12-05 15:11:583302 RequestTransferURL(url, referrer, disposition, source_frame_id,
[email protected]866fa2cc2013-07-22 22:19:523303 GlobalRequestID(),
3304 should_replace_current_entry, user_gesture);
[email protected]4ad5d77d2011-12-03 02:00:483305}
3306
[email protected]b172aee2012-04-10 17:05:263307void WebContentsImpl::RequestTransferURL(
3308 const GURL& url,
[email protected]8ff00d72012-10-23 19:12:213309 const Referrer& referrer,
[email protected]b172aee2012-04-10 17:05:263310 WindowOpenDisposition disposition,
3311 int64 source_frame_id,
[email protected]e2caa032012-11-15 23:29:183312 const GlobalRequestID& old_request_id,
[email protected]866fa2cc2013-07-22 22:19:523313 bool should_replace_current_entry,
[email protected]e7f2e7c2013-07-15 09:41:303314 bool user_gesture) {
[email protected]e5d549d2011-12-28 01:29:203315 WebContents* new_contents = NULL;
[email protected]8ff00d72012-10-23 19:12:213316 PageTransition transition_type = PAGE_TRANSITION_LINK;
[email protected]7ade2732011-02-10 00:13:583317 if (render_manager_.web_ui()) {
[email protected]e0112912011-02-02 22:54:353318 // When we're a Web UI, it will provide a page transition type for us (this
[email protected]420ae012009-04-24 05:16:323319 // is so the new tab page can specify AUTO_BOOKMARK for automatically
3320 // generated suggestions).
3321 //
[email protected]e0112912011-02-02 22:54:353322 // Note also that we hide the referrer for Web UI pages. We don't really
[email protected]60e448982009-05-06 04:21:163323 // want web sites to see a referrer of "chrome://blah" (and some
3324 // chrome: URLs might have search terms or other stuff we don't want to
[email protected]420ae012009-04-24 05:16:323325 // send to the site), so we send no referrer.
[email protected]8ff00d72012-10-23 19:12:213326 OpenURLParams params(url, Referrer(), source_frame_id, disposition,
[email protected]c63cedf22012-01-17 18:42:223327 render_manager_.web_ui()->GetLinkTransitionType(),
[email protected]4ad5d77d2011-12-03 02:00:483328 false /* is_renderer_initiated */);
3329 params.transferred_global_request_id = old_request_id;
3330 new_contents = OpenURL(params);
[email protected]c63cedf22012-01-17 18:42:223331 transition_type = render_manager_.web_ui()->GetLinkTransitionType();
[email protected]420ae012009-04-24 05:16:323332 } else {
[email protected]6bf6a6b52012-02-03 15:41:433333 OpenURLParams params(url, referrer, source_frame_id, disposition,
[email protected]8ff00d72012-10-23 19:12:213334 PAGE_TRANSITION_LINK, true /* is_renderer_initiated */);
[email protected]4ad5d77d2011-12-03 02:00:483335 params.transferred_global_request_id = old_request_id;
[email protected]866fa2cc2013-07-22 22:19:523336 params.should_replace_current_entry = should_replace_current_entry;
[email protected]e7f2e7c2013-07-15 09:41:303337 params.user_gesture = user_gesture;
[email protected]4ad5d77d2011-12-03 02:00:483338 new_contents = OpenURL(params);
[email protected]ae5184d62011-10-06 19:25:583339 }
3340 if (new_contents) {
3341 // Notify observers.
[email protected]d8c660432011-12-22 20:51:253342 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
[email protected]ae5184d62011-10-06 19:25:583343 DidOpenRequestedURL(new_contents,
3344 url,
3345 referrer,
3346 disposition,
3347 transition_type,
3348 source_frame_id));
[email protected]420ae012009-04-24 05:16:323349 }
3350}
3351
[email protected]e1c3a552012-05-04 20:51:323352void WebContentsImpl::RouteCloseEvent(RenderViewHost* rvh) {
3353 // Tell the active RenderViewHost to run unload handlers and close, as long
3354 // as the request came from a RenderViewHost in the same BrowsingInstance.
3355 // In most cases, we receive this from a swapped out RenderViewHost.
3356 // It is possible to receive it from one that has just been swapped in,
3357 // in which case we might as well deliver the message anyway.
3358 if (rvh->GetSiteInstance()->IsRelatedSiteInstance(GetSiteInstance()))
3359 GetRenderViewHost()->ClosePage();
3360}
3361
[email protected]f546640b2012-05-15 00:03:493362void WebContentsImpl::RouteMessageEvent(
3363 RenderViewHost* rvh,
3364 const ViewMsg_PostMessage_Params& params) {
3365 // Only deliver the message to the active RenderViewHost if the request
[email protected]0eba810b2012-10-18 03:19:363366 // came from a RenderViewHost in the same BrowsingInstance or if this
3367 // WebContents is dedicated to a browser plugin guest.
3368 // Note: This check means that an embedder could theoretically receive a
3369 // postMessage from anyone (not just its own guests). However, this is
3370 // probably not a risk for apps since other pages won't have references
3371 // to App windows.
3372 if (!rvh->GetSiteInstance()->IsRelatedSiteInstance(GetSiteInstance()) &&
3373 !GetBrowserPluginGuest() && !GetBrowserPluginEmbedder())
[email protected]f546640b2012-05-15 00:03:493374 return;
3375
3376 ViewMsg_PostMessage_Params new_params(params);
3377
3378 // If there is a source_routing_id, translate it to the routing ID for
3379 // the equivalent swapped out RVH in the target process. If we need
3380 // to create a swapped out RVH for the source tab, we create its opener
3381 // chain as well, since those will also be accessible to the target page.
3382 if (new_params.source_routing_id != MSG_ROUTING_NONE) {
3383 // Try to look up the WebContents for the source page.
3384 WebContentsImpl* source_contents = NULL;
3385 RenderViewHostImpl* source_rvh = RenderViewHostImpl::FromID(
3386 rvh->GetProcess()->GetID(), params.source_routing_id);
3387 if (source_rvh) {
3388 source_contents = static_cast<WebContentsImpl*>(
3389 source_rvh->GetDelegate()->GetAsWebContents());
3390 }
3391
3392 if (source_contents) {
[email protected]0eba810b2012-10-18 03:19:363393 if (GetBrowserPluginGuest()) {
3394 // We create a swapped out RenderView for the embedder in the guest's
3395 // render process but we intentionally do not expose the embedder's
3396 // opener chain to it.
3397 new_params.source_routing_id =
3398 source_contents->CreateSwappedOutRenderView(GetSiteInstance());
3399 } else {
3400 new_params.source_routing_id =
3401 source_contents->CreateOpenerRenderViews(GetSiteInstance());
3402 }
[email protected]f546640b2012-05-15 00:03:493403 } else {
3404 // We couldn't find it, so don't pass a source frame.
3405 new_params.source_routing_id = MSG_ROUTING_NONE;
3406 }
3407 }
3408
3409 // In most cases, we receive this from a swapped out RenderViewHost.
3410 // It is possible to receive it from one that has just been swapped in,
3411 // in which case we might as well deliver the message anyway.
[email protected]6b618e62012-08-16 12:59:183412 Send(new ViewMsg_PostMessageEvent(GetRoutingID(), new_params));
[email protected]f546640b2012-05-15 00:03:493413}
3414
[email protected]b172aee2012-04-10 17:05:263415void WebContentsImpl::RunJavaScriptMessage(
[email protected]fedec012012-01-28 03:09:343416 RenderViewHost* rvh,
[email protected]4f5ce842011-05-27 19:34:413417 const string16& message,
3418 const string16& default_prompt,
[email protected]420ae012009-04-24 05:16:323419 const GURL& frame_url,
[email protected]8ff00d72012-10-23 19:12:213420 JavaScriptMessageType javascript_message_type,
[email protected]cfe43b22013-08-29 11:19:473421 bool user_gesture,
[email protected]420ae012009-04-24 05:16:323422 IPC::Message* reply_msg,
3423 bool* did_suppress_message) {
[email protected]3ab9cb82011-06-03 18:02:073424 // Suppress JavaScript dialogs when requested. Also suppress messages when
3425 // showing an interstitial as it's shown over the previous page and we don't
3426 // want the hidden page's dialogs to interfere with the interstitial.
[email protected]8f55e802010-12-06 18:11:503427 bool suppress_this_message =
[email protected]9f76c1e2012-03-05 15:15:583428 static_cast<RenderViewHostImpl*>(rvh)->is_swapped_out() ||
[email protected]0bfbf882011-12-22 18:19:273429 ShowingInterstitialPage() ||
[email protected]3ab9cb82011-06-03 18:02:073430 !delegate_ ||
[email protected]51da7e32012-01-30 19:24:523431 delegate_->ShouldSuppressDialogs() ||
[email protected]71a88bb2013-02-01 22:05:153432 !delegate_->GetJavaScriptDialogManager();
[email protected]420ae012009-04-24 05:16:323433
3434 if (!suppress_this_message) {
[email protected]8ff00d72012-10-23 19:12:213435 std::string accept_lang = GetContentClient()->browser()->
[email protected]55df9092012-02-29 22:56:433436 GetAcceptLangs(GetBrowserContext());
[email protected]71a88bb2013-02-01 22:05:153437 dialog_manager_ = delegate_->GetJavaScriptDialogManager();
3438 dialog_manager_->RunJavaScriptDialog(
[email protected]55df9092012-02-29 22:56:433439 this,
3440 frame_url.GetOrigin(),
3441 accept_lang,
3442 javascript_message_type,
3443 message,
[email protected]51da7e32012-01-30 19:24:523444 default_prompt,
[email protected]cfe43b22013-08-29 11:19:473445 user_gesture,
[email protected]b172aee2012-04-10 17:05:263446 base::Bind(&WebContentsImpl::OnDialogClosed,
3447 base::Unretained(this),
3448 rvh,
3449 reply_msg),
[email protected]51da7e32012-01-30 19:24:523450 &suppress_this_message);
[email protected]420ae012009-04-24 05:16:323451 }
[email protected]3ab9cb82011-06-03 18:02:073452
3453 if (suppress_this_message) {
3454 // If we are suppressing messages, just reply as if the user immediately
3455 // pressed "Cancel".
[email protected]fedec012012-01-28 03:09:343456 OnDialogClosed(rvh, reply_msg, false, string16());
[email protected]3ab9cb82011-06-03 18:02:073457 }
3458
3459 *did_suppress_message = suppress_this_message;
[email protected]420ae012009-04-24 05:16:323460}
3461
[email protected]b172aee2012-04-10 17:05:263462void WebContentsImpl::RunBeforeUnloadConfirm(RenderViewHost* rvh,
3463 const string16& message,
3464 bool is_reload,
3465 IPC::Message* reply_msg) {
[email protected]9f76c1e2012-03-05 15:15:583466 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>(rvh);
[email protected]6934a702011-12-20 00:04:513467 if (delegate_)
3468 delegate_->WillRunBeforeUnloadConfirm();
[email protected]3ab9cb82011-06-03 18:02:073469
3470 bool suppress_this_message =
[email protected]9f76c1e2012-03-05 15:15:583471 rvhi->is_swapped_out() ||
[email protected]3ab9cb82011-06-03 18:02:073472 !delegate_ ||
[email protected]51da7e32012-01-30 19:24:523473 delegate_->ShouldSuppressDialogs() ||
[email protected]71a88bb2013-02-01 22:05:153474 !delegate_->GetJavaScriptDialogManager();
[email protected]992db4c2011-05-12 15:37:153475 if (suppress_this_message) {
[email protected]fedec012012-01-28 03:09:343476 // The reply must be sent to the RVH that sent the request.
[email protected]9f76c1e2012-03-05 15:15:583477 rvhi->JavaScriptDialogClosed(reply_msg, true, string16());
[email protected]8f55e802010-12-06 18:11:503478 return;
3479 }
[email protected]3ab9cb82011-06-03 18:02:073480
[email protected]7ab1e7d62009-10-14 23:32:013481 is_showing_before_unload_dialog_ = true;
[email protected]71a88bb2013-02-01 22:05:153482 dialog_manager_ = delegate_->GetJavaScriptDialogManager();
3483 dialog_manager_->RunBeforeUnloadDialog(
[email protected]3b3301f62012-02-29 04:32:323484 this, message, is_reload,
[email protected]b172aee2012-04-10 17:05:263485 base::Bind(&WebContentsImpl::OnDialogClosed, base::Unretained(this), rvh,
[email protected]51da7e32012-01-30 19:24:523486 reply_msg));
[email protected]420ae012009-04-24 05:16:323487}
3488
[email protected]a796f202012-05-30 14:14:253489bool WebContentsImpl::AddMessageToConsole(int32 level,
3490 const string16& message,
3491 int32 line_no,
[email protected]88b50b62013-09-01 23:05:063492 const string16& source_id) {
[email protected]a796f202012-05-30 14:14:253493 if (!delegate_)
3494 return false;
3495 return delegate_->AddMessageToConsole(this, level, message, line_no,
3496 source_id);
3497}
3498
[email protected]b172aee2012-04-10 17:05:263499WebPreferences WebContentsImpl::GetWebkitPrefs() {
[email protected]f9133932012-03-16 16:37:333500 // We want to base the page config off of the real URL, rather than the
3501 // display URL.
3502 GURL url = controller_.GetActiveEntry()
3503 ? controller_.GetActiveEntry()->GetURL() : GURL::EmptyGURL();
3504 return GetWebkitPrefs(GetRenderViewHost(), url);
[email protected]420ae012009-04-24 05:16:323505}
3506
[email protected]0eba810b2012-10-18 03:19:363507int WebContentsImpl::CreateSwappedOutRenderView(
[email protected]8ff00d72012-10-23 19:12:213508 SiteInstance* instance) {
[email protected]1ac10dca2013-08-20 20:47:043509 return render_manager_.CreateRenderView(instance, MSG_ROUTING_NONE,
3510 true, true);
[email protected]0eba810b2012-10-18 03:19:363511}
3512
[email protected]b172aee2012-04-10 17:05:263513void WebContentsImpl::OnUserGesture() {
[email protected]ddb85052011-05-18 14:40:273514 // Notify observers.
[email protected]d8c660432011-12-22 20:51:253515 FOR_EACH_OBSERVER(WebContentsObserver, observers_, DidGetUserGesture());
[email protected]686493142011-07-15 21:47:223516
[email protected]ea114722012-03-12 01:11:253517 ResourceDispatcherHostImpl* rdh = ResourceDispatcherHostImpl::Get();
[email protected]b39e7a88b2012-01-10 21:43:173518 if (rdh) // NULL in unittests.
3519 rdh->OnUserGesture(this);
[email protected]7d472472011-01-22 01:30:253520}
3521
[email protected]b172aee2012-04-10 17:05:263522void WebContentsImpl::OnIgnoredUIEvent() {
[email protected]31145092011-09-30 01:49:443523 // Notify observers.
[email protected]d8c660432011-12-22 20:51:253524 FOR_EACH_OBSERVER(WebContentsObserver, observers_, DidGetIgnoredUIEvent());
[email protected]fa1cf0b82010-01-15 21:49:443525}
3526
[email protected]b172aee2012-04-10 17:05:263527void WebContentsImpl::RendererUnresponsive(RenderViewHost* rvh,
[email protected]2e9d79f2013-08-16 05:45:563528 bool is_during_beforeunload,
[email protected]b172aee2012-04-10 17:05:263529 bool is_during_unload) {
[email protected]992db4c2011-05-12 15:37:153530 // Don't show hung renderer dialog for a swapped out RVH.
[email protected]151a63d2011-12-20 22:32:523531 if (rvh != GetRenderViewHost())
[email protected]992db4c2011-05-12 15:37:153532 return;
3533
[email protected]9f76c1e2012-03-05 15:15:583534 RenderViewHostImpl* rvhi = static_cast<RenderViewHostImpl*>(rvh);
3535
[email protected]e5fc1632011-08-08 07:51:533536 // Ignore renderer unresponsive event if debugger is attached to the tab
3537 // since the event may be a result of the renderer sitting on a breakpoint.
3538 // See http://crbug.com/65458
[email protected]98f66112012-12-25 12:59:363539 if (DevToolsAgentHost::IsDebuggerAttached(this))
[email protected]e5fc1632011-08-08 07:51:533540 return;
3541
[email protected]2e9d79f2013-08-16 05:45:563542 if (is_during_beforeunload || is_during_unload) {
[email protected]420ae012009-04-24 05:16:323543 // Hang occurred while firing the beforeunload/unload handler.
3544 // Pretend the handler fired so tab closing continues as if it had.
[email protected]9f76c1e2012-03-05 15:15:583545 rvhi->set_sudden_termination_allowed(true);
[email protected]420ae012009-04-24 05:16:323546
3547 if (!render_manager_.ShouldCloseTabOnUnresponsiveRenderer())
3548 return;
3549
3550 // If the tab hangs in the beforeunload/unload handler there's really
[email protected]2e9d79f2013-08-16 05:45:563551 // nothing we can do to recover. If the hang is in the beforeunload handler,
3552 // pretend the beforeunload listeners have all fired and allow the delegate
3553 // to continue closing; the user will not have the option of cancelling the
3554 // close. Otherwise, pretend the unload listeners have all fired and close
3555 // the tab.
3556 bool close = true;
3557 if (is_during_beforeunload) {
3558 delegate_->BeforeUnloadFired(this, true, &close);
3559 }
3560 if (close)
3561 Close(rvh);
[email protected]420ae012009-04-24 05:16:323562 return;
3563 }
3564
[email protected]9f76c1e2012-03-05 15:15:583565 if (!GetRenderViewHostImpl() || !GetRenderViewHostImpl()->IsRenderViewLive())
[email protected]55452902011-06-01 21:57:473566 return;
3567
[email protected]6934a702011-12-20 00:04:513568 if (delegate_)
3569 delegate_->RendererUnresponsive(this);
[email protected]420ae012009-04-24 05:16:323570}
3571
[email protected]b172aee2012-04-10 17:05:263572void WebContentsImpl::RendererResponsive(RenderViewHost* render_view_host) {
[email protected]6934a702011-12-20 00:04:513573 if (delegate_)
3574 delegate_->RendererResponsive(this);
[email protected]420ae012009-04-24 05:16:323575}
3576
[email protected]b172aee2012-04-10 17:05:263577void WebContentsImpl::LoadStateChanged(
3578 const GURL& url,
3579 const net::LoadStateWithParam& load_state,
3580 uint64 upload_position,
3581 uint64 upload_size) {
[email protected]420ae012009-04-24 05:16:323582 load_state_ = load_state;
[email protected]094e5b22009-09-25 04:23:563583 upload_position_ = upload_position;
3584 upload_size_ = upload_size;
[email protected]04866c42011-05-03 20:03:503585 load_state_host_ = net::IDNToUnicode(url.host(),
[email protected]8ff00d72012-10-23 19:12:213586 GetContentClient()->browser()->GetAcceptLangs(
[email protected]627e0512011-12-21 22:55:303587 GetBrowserContext()));
[email protected]9c235f042011-08-10 22:28:213588 if (load_state_.state == net::LOAD_STATE_READING_RESPONSE)
[email protected]420ae012009-04-24 05:16:323589 SetNotWaitingForResponse();
[email protected]d9083482012-01-06 00:38:463590 if (IsLoading()) {
[email protected]8ff00d72012-10-23 19:12:213591 NotifyNavigationStateChanged(INVALIDATE_TYPE_LOAD | INVALIDATE_TYPE_TAB);
[email protected]d9083482012-01-06 00:38:463592 }
[email protected]420ae012009-04-24 05:16:323593}
3594
[email protected]b172aee2012-04-10 17:05:263595void WebContentsImpl::WorkerCrashed() {
[email protected]6934a702011-12-20 00:04:513596 if (delegate_)
3597 delegate_->WorkerCrashed(this);
[email protected]7d472472011-01-22 01:30:253598}
3599
[email protected]b172aee2012-04-10 17:05:263600void WebContentsImpl::BeforeUnloadFiredFromRenderManager(
[email protected]feaded02012-09-25 19:12:553601 bool proceed, const base::TimeTicks& proceed_time,
[email protected]420ae012009-04-24 05:16:323602 bool* proceed_to_fire_unload) {
[email protected]6d65a462013-06-21 21:29:123603 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
3604 BeforeUnloadFired(proceed_time));
[email protected]6934a702011-12-20 00:04:513605 if (delegate_)
3606 delegate_->BeforeUnloadFired(this, proceed, proceed_to_fire_unload);
[email protected]e80af492013-06-24 21:52:093607 // Note: |this| might be deleted at this point.
[email protected]420ae012009-04-24 05:16:323608}
3609
[email protected]58d5cfe2013-07-10 02:40:523610void WebContentsImpl::RenderProcessGoneFromRenderManager(
[email protected]3a3d47472010-07-15 21:03:543611 RenderViewHost* render_view_host) {
[email protected]443b80e2010-12-14 00:42:233612 DCHECK(crashed_status_ != base::TERMINATION_STATUS_STILL_RUNNING);
[email protected]ec6a7eb2013-04-22 17:34:223613 RenderViewTerminated(render_view_host, crashed_status_, crashed_error_code_);
[email protected]3a3d47472010-07-15 21:03:543614}
3615
[email protected]b172aee2012-04-10 17:05:263616void WebContentsImpl::UpdateRenderViewSizeForRenderManager() {
[email protected]8643e6d2012-01-18 20:26:103617 // TODO(brettw) this is a hack. See WebContentsView::SizeContents.
[email protected]dc0fd432013-08-27 15:29:213618 gfx::Size size = GetSizeForNewRenderView();
[email protected]0323ee42010-02-17 22:03:263619 // 0x0 isn't a valid window size (minimal window size is 1x1) but it may be
3620 // here during container initialization and normal window size will be set
3621 // later. In case of tab duplication this resizing to 0x0 prevents setting
3622 // normal size later so just ignore it.
3623 if (!size.IsEmpty())
3624 view_->SizeContents(size);
[email protected]420ae012009-04-24 05:16:323625}
3626
[email protected]35e0e0792012-11-30 02:35:483627void WebContentsImpl::NotifySwappedFromRenderManager(RenderViewHost* rvh) {
3628 NotifySwapped(rvh);
[email protected]a6b73c62013-02-11 23:05:083629
3630 // Make sure the visible RVH reflects the new delegate's preferences.
[email protected]86f98a22013-03-20 14:35:003631 if (delegate_)
3632 view_->SetOverscrollControllerEnabled(delegate_->CanOverscrollContent());
[email protected]d56a49e2013-02-23 00:47:393633
[email protected]60780f412013-02-25 16:34:103634 view_->RenderViewSwappedIn(render_manager_.current_host());
[email protected]50904452013-05-09 02:05:123635
3636 FrameTreeNode* root = NULL;
3637 RenderViewHostImpl* new_rvh = static_cast<RenderViewHostImpl*>(
3638 render_manager_.current_host());
3639
3640 // We are doing a cross-site navigation and swapping processes. Since frame
3641 // ids are unique to a process, we need to recreate the frame tree with the
3642 // proper main frame id.
3643 // Note that it is possible for this method to be called before the new RVH
3644 // has committed a navigation (if RenderViewHostManager short-circuits the
3645 // CommitPending call because the current RVH is dead). In that case, we
3646 // haven't heard a valid frame id to use to initialize the root node, so clear
3647 // out the root node and the first subsequent navigation message will set it
3648 // correctly.
3649 if (new_rvh->main_frame_id() != -1)
3650 root = new FrameTreeNode(new_rvh->main_frame_id(), std::string());
3651
3652 frame_tree_root_.reset(root);
[email protected]3a3d47472010-07-15 21:03:543653}
3654
[email protected]14392a52012-05-02 20:28:443655int WebContentsImpl::CreateOpenerRenderViewsForRenderManager(
3656 SiteInstance* instance) {
3657 if (!opener_)
3658 return MSG_ROUTING_NONE;
3659
3660 // Recursively create RenderViews for anything else in the opener chain.
3661 return opener_->CreateOpenerRenderViews(instance);
3662}
3663
3664int WebContentsImpl::CreateOpenerRenderViews(SiteInstance* instance) {
3665 int opener_route_id = MSG_ROUTING_NONE;
3666
3667 // If this tab has an opener, ensure it has a RenderView in the given
3668 // SiteInstance as well.
3669 if (opener_)
3670 opener_route_id = opener_->CreateOpenerRenderViews(instance);
3671
[email protected]45a22ad2013-02-21 03:25:003672 // If any of the renderers (current, pending, or swapped out) for this
3673 // WebContents has the same SiteInstance, use it.
[email protected]0720b532012-08-28 19:23:373674 if (render_manager_.current_host()->GetSiteInstance() == instance)
3675 return render_manager_.current_host()->GetRoutingID();
3676
[email protected]45a22ad2013-02-21 03:25:003677 if (render_manager_.pending_render_view_host() &&
3678 render_manager_.pending_render_view_host()->GetSiteInstance() == instance)
3679 return render_manager_.pending_render_view_host()->GetRoutingID();
3680
[email protected]0720b532012-08-28 19:23:373681 RenderViewHostImpl* rvh = render_manager_.GetSwappedOutRenderViewHost(
3682 instance);
3683 if (rvh)
3684 return rvh->GetRoutingID();
3685
[email protected]14392a52012-05-02 20:28:443686 // Create a swapped out RenderView in the given SiteInstance if none exists,
3687 // setting its opener to the given route_id. Return the new view's route_id.
[email protected]1ac10dca2013-08-20 20:47:043688 return render_manager_.CreateRenderView(instance, opener_route_id,
3689 true, true);
[email protected]14392a52012-05-02 20:28:443690}
3691
[email protected]b172aee2012-04-10 17:05:263692NavigationControllerImpl& WebContentsImpl::GetControllerForRenderManager() {
[email protected]d1198fd2012-08-13 22:50:193693 return GetController();
[email protected]3a3d47472010-07-15 21:03:543694}
3695
[email protected]b172aee2012-04-10 17:05:263696WebUIImpl* WebContentsImpl::CreateWebUIForRenderManager(const GURL& url) {
[email protected]d2353452012-01-19 19:53:563697 return static_cast<WebUIImpl*>(CreateWebUI(url));
[email protected]420ae012009-04-24 05:16:323698}
3699
[email protected]10f417c52011-12-28 21:04:233700NavigationEntry*
[email protected]b172aee2012-04-10 17:05:263701 WebContentsImpl::GetLastCommittedNavigationEntryForRenderManager() {
[email protected]420ae012009-04-24 05:16:323702 return controller_.GetLastCommittedEntry();
3703}
3704
[email protected]b172aee2012-04-10 17:05:263705bool WebContentsImpl::CreateRenderViewForRenderManager(
[email protected]14392a52012-05-02 20:28:443706 RenderViewHost* render_view_host, int opener_route_id) {
[email protected]e11f0e92013-06-12 15:12:033707 TRACE_EVENT0("browser", "WebContentsImpl::CreateRenderViewForRenderManager");
[email protected]245f7d52011-11-28 15:36:443708 // Can be NULL during tests.
[email protected]420ae012009-04-24 05:16:323709 RenderWidgetHostView* rwh_view = view_->CreateViewForWidget(render_view_host);
[email protected]1a98a932009-11-17 00:12:523710
[email protected]420ae012009-04-24 05:16:323711 // Now that the RenderView has been created, we need to tell it its size.
[email protected]245f7d52011-11-28 15:36:443712 if (rwh_view)
[email protected]dc0fd432013-08-27 15:29:213713 rwh_view->SetSize(GetSizeForNewRenderView());
[email protected]420ae012009-04-24 05:16:323714
[email protected]74ce1ad2011-12-16 21:51:463715 // Make sure we use the correct starting page_id in the new RenderView.
3716 UpdateMaxPageIDIfNecessary(render_view_host);
3717 int32 max_page_id =
[email protected]9f76c1e2012-03-05 15:15:583718 GetMaxPageIDForSiteInstance(render_view_host->GetSiteInstance());
[email protected]74ce1ad2011-12-16 21:51:463719
[email protected]9f76c1e2012-03-05 15:15:583720 if (!static_cast<RenderViewHostImpl*>(
[email protected]51dbd1c2012-05-16 00:36:493721 render_view_host)->CreateRenderView(string16(),
3722 opener_route_id,
[email protected]500ca7f12012-10-25 00:13:133723 max_page_id)) {
[email protected]a4127722011-04-27 23:13:523724 return false;
[email protected]14392a52012-05-02 20:28:443725 }
[email protected]a4127722011-04-27 23:13:523726
[email protected]e60c0232011-11-11 19:56:353727#if defined(OS_LINUX) || defined(OS_OPENBSD)
[email protected]f8233cc2011-05-31 20:24:503728 // Force a ViewMsg_Resize to be sent, needed to make plugins show up on
3729 // linux. See crbug.com/83941.
[email protected]245f7d52011-11-28 15:36:443730 if (rwh_view) {
3731 if (RenderWidgetHost* render_widget_host = rwh_view->GetRenderWidgetHost())
3732 render_widget_host->WasResized();
3733 }
[email protected]f8233cc2011-05-31 20:24:503734#endif
3735
[email protected]420ae012009-04-24 05:16:323736 return true;
3737}
3738
[email protected]7d244f12013-08-22 21:41:513739#if defined(OS_ANDROID)
3740bool WebContentsImpl::CreateRenderViewForInitialEmptyDocument() {
3741 return CreateRenderViewForRenderManager(GetRenderViewHost(),
3742 MSG_ROUTING_NONE);
3743}
3744#endif
3745
[email protected]b172aee2012-04-10 17:05:263746void WebContentsImpl::OnDialogClosed(RenderViewHost* rvh,
3747 IPC::Message* reply_msg,
3748 bool success,
3749 const string16& user_input) {
[email protected]beb440c2009-11-06 04:08:543750 if (is_showing_before_unload_dialog_ && !success) {
3751 // If a beforeunload dialog is canceled, we need to stop the throbber from
3752 // spinning, since we forced it to start spinning in Navigate.
[email protected]89793072012-07-23 22:25:293753 DidStopLoading(rvh);
[email protected]15d160c02012-07-04 10:52:353754 controller_.DiscardNonCommittedEntries();
[email protected]ec8e8b02013-06-19 04:57:103755
[email protected]6d65a462013-06-21 21:29:123756 FOR_EACH_OBSERVER(WebContentsObserver, observers_,
3757 BeforeUnloadDialogCancelled());
[email protected]beb440c2009-11-06 04:08:543758 }
3759 is_showing_before_unload_dialog_ = false;
[email protected]9f76c1e2012-03-05 15:15:583760 static_cast<RenderViewHostImpl*>(
3761 rvh)->JavaScriptDialogClosed(reply_msg, success, user_input);
[email protected]beb440c2009-11-06 04:08:543762}
3763
[email protected]b172aee2012-04-10 17:05:263764void WebContentsImpl::SetEncoding(const std::string& encoding) {
[email protected]8ff00d72012-10-23 19:12:213765 encoding_ = GetContentClient()->browser()->
[email protected]763ec4ca2011-04-29 15:48:123766 GetCanonicalEncodingNameByAliasName(encoding);
[email protected]aacd7cc2009-09-02 14:51:103767}
[email protected]f45d2a72010-03-08 23:28:353768
[email protected]b172aee2012-04-10 17:05:263769void WebContentsImpl::CreateViewAndSetSizeForRVH(RenderViewHost* rvh) {
[email protected]60780f412013-02-25 16:34:103770 RenderWidgetHostView* rwh_view = view_->CreateViewForWidget(rvh);
[email protected]245f7d52011-11-28 15:36:443771 // Can be NULL during tests.
3772 if (rwh_view)
[email protected]d487beefe2011-12-21 05:41:213773 rwh_view->SetSize(GetView()->GetContainerSize());
[email protected]33f74972010-12-08 16:40:363774}
[email protected]9f76c1e2012-03-05 15:15:583775
[email protected]1ac10dca2013-08-20 20:47:043776bool WebContentsImpl::IsHidden() {
3777 return capturer_count_ == 0 && !should_normally_be_visible_;
3778}
3779
[email protected]b172aee2012-04-10 17:05:263780RenderViewHostImpl* WebContentsImpl::GetRenderViewHostImpl() {
[email protected]9f76c1e2012-03-05 15:15:583781 return static_cast<RenderViewHostImpl*>(GetRenderViewHost());
3782}
[email protected]7900bfdb2012-05-24 19:31:243783
[email protected]f8497342013-02-05 22:15:023784BrowserPluginGuest* WebContentsImpl::GetBrowserPluginGuest() const {
[email protected]7a846df2012-09-20 19:17:393785 return browser_plugin_guest_.get();
3786}
3787
[email protected]738f57a2013-06-29 21:06:543788void WebContentsImpl::SetBrowserPluginGuest(BrowserPluginGuest* guest) {
3789 CHECK(!browser_plugin_guest_);
3790 browser_plugin_guest_.reset(guest);
3791}
3792
[email protected]f8497342013-02-05 22:15:023793BrowserPluginEmbedder* WebContentsImpl::GetBrowserPluginEmbedder() const {
[email protected]7a846df2012-09-20 19:17:393794 return browser_plugin_embedder_.get();
3795}
[email protected]8ff00d72012-10-23 19:12:213796
[email protected]8eb04562013-03-06 03:41:143797BrowserPluginGuestManager*
3798 WebContentsImpl::GetBrowserPluginGuestManager() const {
3799 return static_cast<BrowserPluginGuestManager*>(
3800 GetBrowserContext()->GetUserData(
3801 browser_plugin::kBrowserPluginGuestManagerKeyName));
3802}
3803
[email protected]d9030b82013-07-19 08:26:063804void WebContentsImpl::ClearPowerSaveBlockers(
3805 RenderViewHost* render_view_host) {
3806 STLDeleteValues(&power_save_blockers_[render_view_host]);
3807 power_save_blockers_.erase(render_view_host);
3808}
3809
3810void WebContentsImpl::ClearAllPowerSaveBlockers() {
3811 for (PowerSaveBlockerMap::iterator i(power_save_blockers_.begin());
3812 i != power_save_blockers_.end(); ++i)
3813 STLDeleteValues(&power_save_blockers_[i->first]);
3814 power_save_blockers_.clear();
3815}
3816
[email protected]dc0fd432013-08-27 15:29:213817gfx::Size WebContentsImpl::GetSizeForNewRenderView() const {
3818 gfx::Size size;
3819 if (delegate_)
3820 size = delegate_->GetSizeForNewRenderView(this);
3821 if (size.IsEmpty())
3822 size = view_->GetContainerSize();
3823 return size;
3824}
3825
[email protected]8ff00d72012-10-23 19:12:213826} // namespace content