blob: 2d62549edf1d55841463b038b8f281f76e6eab82 [file] [log] [blame]
[email protected]ce5c4502009-05-06 16:46:111// Copyright (c) 2009 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]f3ec7742009-01-15 00:59:165#include "chrome/browser/tab_contents/tab_contents.h"
initial.commit09911bf2008-07-26 23:55:296
[email protected]beb440c2009-11-06 04:08:547#include "app/gfx/text_elider.h"
[email protected]a92b8642009-05-05 23:38:568#include "app/l10n_util.h"
[email protected]9929da92009-05-05 02:05:119#include "app/resource_bundle.h"
[email protected]420ae012009-04-24 05:16:3210#include "base/file_version_info.h"
11#include "base/process_util.h"
[email protected]96d185d2009-04-24 03:28:5412#include "base/string16.h"
[email protected]996fd702009-09-04 19:12:3713#include "base/string_util.h"
[email protected]96d185d2009-04-24 03:28:5414#include "base/time.h"
[email protected]21674df2009-10-28 19:51:2115#include "chrome/browser/autofill/autofill_manager.h"
[email protected]66ba4932009-06-04 19:22:1316#include "chrome/browser/blocked_popup_container.h"
[email protected]420ae012009-04-24 05:16:3217#include "chrome/browser/bookmarks/bookmark_model.h"
[email protected]96d185d2009-04-24 03:28:5418#include "chrome/browser/browser_process.h"
initial.commit09911bf2008-07-26 23:55:2919#include "chrome/browser/cert_store.h"
[email protected]aacd7cc2009-09-02 14:51:1020#include "chrome/browser/character_encoding.h"
[email protected]96d185d2009-04-24 03:28:5421#include "chrome/browser/debugger/devtools_manager.h"
[email protected]420ae012009-04-24 05:16:3222#include "chrome/browser/dom_operation_notification_details.h"
[email protected]96d185d2009-04-24 03:28:5423#include "chrome/browser/dom_ui/dom_ui.h"
24#include "chrome/browser/dom_ui/dom_ui_factory.h"
[email protected]bcef0dc02009-02-28 00:35:0225#include "chrome/browser/download/download_item_model.h"
[email protected]420ae012009-04-24 05:16:3226#include "chrome/browser/download/download_manager.h"
27#include "chrome/browser/download/download_request_manager.h"
[email protected]e7eaedde2009-09-25 20:09:4928#include "chrome/browser/external_protocol_handler.h"
[email protected]92c6f9b92009-10-24 04:35:0829#include "chrome/browser/extensions/extensions_service.h"
[email protected]0189bc722009-08-28 21:56:4830#include "chrome/browser/favicon_service.h"
[email protected]19289d02009-10-21 21:47:0031#include "chrome/browser/form_field_history_manager.h"
[email protected]420ae012009-04-24 05:16:3232#include "chrome/browser/google_util.h"
[email protected]8897c382009-05-06 17:53:2633#include "chrome/browser/hung_renderer_dialog.h"
[email protected]420ae012009-04-24 05:16:3234#include "chrome/browser/jsmessage_box_handler.h"
35#include "chrome/browser/load_from_memory_cache_details.h"
36#include "chrome/browser/load_notification_details.h"
[email protected]84abba62009-10-07 17:01:4437#include "chrome/browser/metrics/metric_event_duration_details.h"
[email protected]ea0e80892009-08-22 00:36:0538#include "chrome/browser/modal_html_dialog_delegate.h"
[email protected]c8865482009-07-23 20:40:1039#include "chrome/browser/omnibox_search_hint.h"
[email protected]fdd61c62009-04-22 19:22:5740#include "chrome/browser/password_manager/password_manager.h"
41#include "chrome/browser/plugin_installer.h"
[email protected]ce560f82009-06-03 09:39:4442#include "chrome/browser/profile.h"
[email protected]1db6ff152009-10-12 15:32:0743#include "chrome/browser/renderer_host/render_process_host.h"
[email protected]96d185d2009-04-24 03:28:5444#include "chrome/browser/renderer_host/render_widget_host_view.h"
[email protected]fd694982009-07-03 17:32:3745#include "chrome/browser/renderer_host/resource_request_details.h"
[email protected]1db6ff152009-10-12 15:32:0746#include "chrome/browser/renderer_host/site_instance.h"
[email protected]96d185d2009-04-24 03:28:5447#include "chrome/browser/renderer_host/web_cache_manager.h"
[email protected]93623c5d2009-12-10 21:40:3248#include "chrome/browser/renderer_preferences_util.h"
[email protected]bd1ad682009-05-15 22:19:1749#include "chrome/browser/tab_contents/infobar_delegate.h"
[email protected]7e383692009-06-12 19:14:5450#include "chrome/browser/tab_contents/interstitial_page.h"
[email protected]f3ec7742009-01-15 00:59:1651#include "chrome/browser/tab_contents/navigation_entry.h"
[email protected]de34a962009-06-26 23:22:4352#include "chrome/browser/tab_contents/provisional_load_details.h"
[email protected]f3ec7742009-01-15 00:59:1653#include "chrome/browser/tab_contents/tab_contents_delegate.h"
[email protected]fdd61c62009-04-22 19:22:5754#include "chrome/browser/tab_contents/tab_contents_view.h"
[email protected]58dca552009-06-17 00:35:0255#include "chrome/browser/tab_contents/thumbnail_generator.h"
[email protected]449478302009-06-09 20:04:2856#include "chrome/browser/thumbnail_store.h"
[email protected]420ae012009-04-24 05:16:3257#include "chrome/browser/search_engines/template_url_fetcher.h"
58#include "chrome/browser/search_engines/template_url_model.h"
[email protected]35f7d212009-04-29 21:19:2759#include "chrome/common/chrome_switches.h"
[email protected]5d246db22009-10-27 06:17:5760#include "chrome/common/extensions/extension_action.h"
[email protected]bfd04a62009-02-01 18:16:5661#include "chrome/common/notification_service.h"
[email protected]89d6e6e2009-12-03 23:06:5162#include "chrome/common/platform_util.h"
initial.commit09911bf2008-07-26 23:55:2963#include "chrome/common/pref_names.h"
[email protected]1eb89e82008-08-15 12:27:0364#include "chrome/common/pref_service.h"
[email protected]420ae012009-04-24 05:16:3265#include "chrome/common/render_messages.h"
[email protected]1ee614862009-07-06 20:29:1866#include "chrome/common/renderer_preferences.h"
[email protected]96d185d2009-04-24 03:28:5467#include "chrome/common/url_constants.h"
[email protected]8897c382009-05-06 17:53:2668#include "grit/generated_resources.h"
[email protected]420ae012009-04-24 05:16:3269#include "grit/locale_settings.h"
70#include "net/base/mime_util.h"
71#include "net/base/net_errors.h"
[email protected]d686e812009-06-03 19:10:2972#include "net/base/net_util.h"
[email protected]420ae012009-04-24 05:16:3273#include "net/base/registry_controlled_domain.h"
[email protected]1ee614862009-07-06 20:29:1874#include "webkit/glue/password_form.h"
75#include "webkit/glue/webpreferences.h"
[email protected]3e45ba92009-02-20 21:09:0076
[email protected]304f8792009-08-19 21:28:0977#if defined(OS_CHROMEOS)
78// For GdkScreen
79#include <gdk/gdk.h>
[email protected]0ba5c5e2009-08-20 16:47:1380#endif // defined(OS_CHROMEOS)
81
[email protected]420ae012009-04-24 05:16:3282// Cross-Site Navigations
83//
84// If a TabContents is told to navigate to a different web site (as determined
85// by SiteInstance), it will replace its current RenderViewHost with a new
86// RenderViewHost dedicated to the new SiteInstance. This works as follows:
87//
88// - Navigate determines whether the destination is cross-site, and if so,
89// it creates a pending_render_view_host_ and moves into the PENDING
90// RendererState.
91// - The pending RVH is "suspended," so that no navigation messages are sent to
92// its renderer until the onbeforeunload JavaScript handler has a chance to
93// run in the current RVH.
94// - The pending RVH tells CrossSiteRequestManager (a thread-safe singleton)
95// that it has a pending cross-site request. ResourceDispatcherHost will
96// check for this when the response arrives.
97// - The current RVH runs its onbeforeunload handler. If it returns false, we
98// cancel all the pending logic and go back to NORMAL. Otherwise we allow
99// the pending RVH to send the navigation request to its renderer.
100// - ResourceDispatcherHost receives a ResourceRequest on the IO thread. It
101// checks CrossSiteRequestManager to see that the RVH responsible has a
102// pending cross-site request, and then installs a CrossSiteEventHandler.
103// - When RDH receives a response, the BufferedEventHandler determines whether
104// it is a download. If so, it sends a message to the new renderer causing
105// it to cancel the request, and the download proceeds in the download
106// thread. For now, we stay in a PENDING state (with a pending RVH) until
[email protected]57c6a652009-05-04 07:58:34107// the next DidNavigate event for this TabContents. This isn't ideal, but it
[email protected]420ae012009-04-24 05:16:32108// doesn't affect any functionality.
109// - After RDH receives a response and determines that it is safe and not a
110// download, it pauses the response to first run the old page's onunload
111// handler. It does this by asynchronously calling the OnCrossSiteResponse
[email protected]57c6a652009-05-04 07:58:34112// method of TabContents on the UI thread, which sends a ClosePage message
[email protected]420ae012009-04-24 05:16:32113// to the current RVH.
114// - Once the onunload handler is finished, a ClosePage_ACK message is sent to
115// the ResourceDispatcherHost, who unpauses the response. Data is then sent
116// to the pending RVH.
117// - The pending renderer sends a FrameNavigate message that invokes the
118// DidNavigate method. This replaces the current RVH with the
119// pending RVH and goes back to the NORMAL RendererState.
120
121namespace {
122
123// Amount of time we wait between when a key event is received and the renderer
124// is queried for its state and pushed to the NavigationEntry.
125const int kQueryStateDelay = 5000;
126
127const int kSyncWaitDelay = 40;
128
[email protected]304f8792009-08-19 21:28:09129#if defined(OS_CHROMEOS)
130// If a popup window is bigger than this fraction of the screen on chrome os,
131// turn it into a tab
132const float kMaxWidthFactor = 0.5;
133const float kMaxHeightFactor = 0.6;
134#endif
135
[email protected]420ae012009-04-24 05:16:32136// If another javascript message box is displayed within
137// kJavascriptMessageExpectedDelay of a previous javascript message box being
138// dismissed, display an option to suppress future message boxes from this
139// contents.
140const int kJavascriptMessageExpectedDelay = 1000;
141
[email protected]420ae012009-04-24 05:16:32142// The list of prefs we want to observe.
143const wchar_t* kPrefsToObserve[] = {
144 prefs::kAlternateErrorPagesEnabled,
145 prefs::kWebKitJavaEnabled,
146 prefs::kWebKitJavascriptEnabled,
147 prefs::kWebKitLoadsImagesAutomatically,
148 prefs::kWebKitPluginsEnabled,
149 prefs::kWebKitUsesUniversalDetector,
150 prefs::kWebKitSerifFontFamily,
151 prefs::kWebKitSansSerifFontFamily,
152 prefs::kWebKitFixedFontFamily,
153 prefs::kWebKitDefaultFontSize,
154 prefs::kWebKitDefaultFixedFontSize,
155 prefs::kDefaultCharset
156 // kWebKitStandardFontIsSerif needs to be added
157 // if we let users pick which font to use, serif or sans-serif when
158 // no font is specified or a CSS generic family (serif or sans-serif)
159 // is not specified.
160};
161
162const int kPrefsToObserveLength = arraysize(kPrefsToObserve);
163
[email protected]420ae012009-04-24 05:16:32164// Returns true if the entry's transition type is FORM_SUBMIT.
165bool IsFormSubmit(const NavigationEntry* entry) {
166 return (PageTransition::StripQualifier(entry->transition_type()) ==
167 PageTransition::FORM_SUBMIT);
168}
169
170#if defined(OS_WIN)
171
172BOOL CALLBACK InvalidateWindow(HWND hwnd, LPARAM lparam) {
173 // Note: erase is required to properly paint some widgets borders. This can
174 // be seen with textfields.
175 InvalidateRect(hwnd, NULL, TRUE);
176 return TRUE;
177}
178#endif
179
[email protected]5e369672009-11-03 23:48:30180ViewMsg_Navigate_Params::NavigationType GetNavigationType(
181 Profile* profile, const NavigationEntry& entry, bool reload) {
182 if (reload)
183 return ViewMsg_Navigate_Params::RELOAD;
184
185 if (entry.restore_type() == NavigationEntry::RESTORE_LAST_SESSION &&
186 profile->DidLastSessionExitCleanly())
187 return ViewMsg_Navigate_Params::RESTORE;
188
189 return ViewMsg_Navigate_Params::NORMAL;
190}
191
192void MakeNavigateParams(Profile* profile, const NavigationEntry& entry,
193 bool reload, ViewMsg_Navigate_Params* params) {
[email protected]056de2d2009-06-26 16:41:34194 params->page_id = entry.page_id();
195 params->url = entry.url();
196 params->referrer = entry.referrer();
197 params->transition = entry.transition_type();
198 params->state = entry.content_state();
[email protected]5e369672009-11-03 23:48:30199 params->navigation_type = GetNavigationType(profile, entry, reload);
[email protected]056de2d2009-06-26 16:41:34200 params->request_time = base::Time::Now();
201}
202
[email protected]420ae012009-04-24 05:16:32203} // namespace
204
205// -----------------------------------------------------------------------------
206
[email protected]fdd61c62009-04-22 19:22:57207// static
208int TabContents::find_request_id_counter_ = -1;
209
[email protected]420ae012009-04-24 05:16:32210
[email protected]420ae012009-04-24 05:16:32211TabContents::TabContents(Profile* profile,
212 SiteInstance* site_instance,
213 int routing_id,
[email protected]34ac70502009-09-25 17:07:23214 const TabContents* base_tab_contents)
[email protected]b680ad22009-04-15 23:19:42215 : delegate_(NULL),
[email protected]66ba4932009-06-04 19:22:13216 ALLOW_THIS_IN_INITIALIZER_LIST(controller_(this, profile)),
217 ALLOW_THIS_IN_INITIALIZER_LIST(view_(
[email protected]d82ed61e2009-06-16 02:46:22218 TabContentsView::Create(this))),
219 ALLOW_THIS_IN_INITIALIZER_LIST(render_manager_(this, this)),
[email protected]fdd61c62009-04-22 19:22:57220 property_bag_(),
221 registrar_(),
[email protected]d82ed61e2009-06-16 02:46:22222 ALLOW_THIS_IN_INITIALIZER_LIST(printing_(*this)),
[email protected]fdd61c62009-04-22 19:22:57223 save_package_(),
224 cancelable_consumer_(),
[email protected]19289d02009-10-21 21:47:00225 form_field_history_manager_(),
[email protected]21674df2009-10-28 19:51:21226 autofill_manager_(),
[email protected]fdd61c62009-04-22 19:22:57227 password_manager_(),
228 plugin_installer_(),
[email protected]d82ed61e2009-06-16 02:46:22229 ALLOW_THIS_IN_INITIALIZER_LIST(fav_icon_helper_(this)),
[email protected]fdd61c62009-04-22 19:22:57230 select_file_dialog_(),
[email protected]d5f942ba2008-09-26 19:30:34231 is_loading_(false),
initial.commit09911bf2008-07-26 23:55:29232 is_crashed_(false),
[email protected]d5f942ba2008-09-26 19:30:34233 waiting_for_response_(false),
[email protected]d5f942ba2008-09-26 19:30:34234 max_page_id_(-1),
[email protected]fdd61c62009-04-22 19:22:57235 current_load_start_(),
236 load_state_(net::LOAD_STATE_IDLE),
237 load_state_host_(),
[email protected]094e5b22009-09-25 04:23:56238 upload_size_(0),
239 upload_position_(0),
[email protected]fdd61c62009-04-22 19:22:57240 received_page_title_(false),
241 is_starred_(false),
242 contents_mime_type_(),
243 encoding_(),
[email protected]332af7732009-03-11 13:21:35244 blocked_popups_(NULL),
[email protected]fdd61c62009-04-22 19:22:57245 infobar_delegates_(),
[email protected]fdd61c62009-04-22 19:22:57246 find_ui_active_(false),
247 find_op_aborted_(false),
248 current_find_request_id_(find_request_id_counter_++),
[email protected]e491f1c2009-05-22 20:28:12249 last_search_case_sensitive_(false),
250 last_search_prepopulate_text_(NULL),
251 last_search_result_(),
[email protected]fdd61c62009-04-22 19:22:57252 capturing_contents_(false),
253 is_being_destroyed_(false),
254 notify_disconnection_(false),
255 history_requests_(),
256#if defined(OS_WIN)
257 message_box_active_(CreateEvent(NULL, TRUE, FALSE, NULL)),
258#endif
259 last_javascript_message_dismissal_(),
[email protected]c2e74fe82009-09-03 17:57:44260 suppress_javascript_messages_(false),
[email protected]7ab1e7d62009-10-14 23:32:01261 is_showing_before_unload_dialog_(false),
[email protected]93623c5d2009-12-10 21:40:32262 renderer_preferences_(
263 renderer_preferences_util::GetInitedRendererPreferences(profile)),
[email protected]c2e74fe82009-09-03 17:57:44264 opener_dom_ui_type_(DOMUIFactory::kNoDOMUI) {
[email protected]16779842009-07-08 23:45:29265#if defined(OS_CHROMEOS)
[email protected]58dca552009-06-17 00:35:02266 // Make sure the thumbnailer is started before starting the render manager.
267 // The thumbnailer will want to listen for RVH creations, one of which will
268 // happen in RVHManager::Init.
269 ThumbnailGenerator* generator = g_browser_process->GetThumbnailGenerator();
270 if (generator)
271 generator->StartThumbnailing();
272#endif
273
[email protected]12636df2009-09-28 22:32:21274 render_manager_.Init(profile, site_instance, routing_id);
[email protected]420ae012009-04-24 05:16:32275
[email protected]34ac70502009-09-25 17:07:23276 // We have the initial size of the view be based on the size of the passed in
277 // tab contents (normally a tab from the same window).
278 view_->CreateView(base_tab_contents ?
279 base_tab_contents->view()->GetContainerSize() : gfx::Size());
[email protected]420ae012009-04-24 05:16:32280
281 // Register for notifications about all interested prefs change.
282 PrefService* prefs = profile->GetPrefs();
283 if (prefs) {
284 for (int i = 0; i < kPrefsToObserveLength; ++i)
285 prefs->AddPrefObserver(kPrefsToObserve[i], this);
286 }
287
288 // Register for notifications about URL starredness changing on any profile.
289 registrar_.Add(this, NotificationType::URLS_STARRED,
290 NotificationService::AllSources());
291 registrar_.Add(this, NotificationType::BOOKMARK_MODEL_LOADED,
292 NotificationService::AllSources());
293 registrar_.Add(this, NotificationType::RENDER_WIDGET_HOST_DESTROYED,
294 NotificationService::AllSources());
[email protected]d3ba77272009-09-03 00:06:09295#if defined(OS_LINUX)
296 registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
297 NotificationService::AllSources());
298#endif
[email protected]420ae012009-04-24 05:16:32299
300 // Keep a global copy of the previous search string (if any).
301 static string16 global_last_search = string16();
[email protected]e491f1c2009-05-22 20:28:12302 last_search_prepopulate_text_ = &global_last_search;
[email protected]840b1512009-07-21 16:53:46303
[email protected]c8865482009-07-23 20:40:10304 // Set-up the showing of the omnibox search infobar if applicable.
305 if (OmniboxSearchHint::IsEnabled(profile))
306 omnibox_search_hint_.reset(new OmniboxSearchHint(this));
[email protected]332af7732009-03-11 13:21:35307}
initial.commit09911bf2008-07-26 23:55:29308
309TabContents::~TabContents() {
[email protected]420ae012009-04-24 05:16:32310 is_being_destroyed_ = true;
311
[email protected]bfe4c1582009-10-02 18:11:09312 // We don't want any notifications while we're running our destructor.
[email protected]420ae012009-04-24 05:16:32313 registrar_.RemoveAll();
314
315 // Unregister the notifications of all observed prefs change.
316 PrefService* prefs = profile()->GetPrefs();
317 if (prefs) {
318 for (int i = 0; i < kPrefsToObserveLength; ++i)
319 prefs->RemovePrefObserver(kPrefsToObserve[i], this);
320 }
321
[email protected]420ae012009-04-24 05:16:32322 NotifyDisconnected();
[email protected]e7b8d832009-11-20 22:41:00323 hung_renderer_dialog::HideForTabContents(this);
[email protected]420ae012009-04-24 05:16:32324
[email protected]420ae012009-04-24 05:16:32325 // First cleanly close all child windows.
326 // TODO(mpcomplete): handle case if MaybeCloseChildWindows() already asked
327 // some of these to close. CloseWindows is async, so it might get called
328 // twice before it runs.
329 int size = static_cast<int>(child_windows_.size());
330 for (int i = size - 1; i >= 0; --i) {
331 ConstrainedWindow* window = child_windows_[i];
332 if (window)
333 window->CloseConstrainedWindow();
334 }
335
[email protected]66ba4932009-06-04 19:22:13336 if (blocked_popups_)
337 blocked_popups_->Destroy();
338
[email protected]420ae012009-04-24 05:16:32339 // Notify any observer that have a reference on this tab contents.
340 NotificationService::current()->Notify(
341 NotificationType::TAB_CONTENTS_DESTROYED,
342 Source<TabContents>(this),
343 NotificationService::NoDetails());
344
[email protected]1e5e74f2009-05-27 20:55:12345 // Notify any lasting InfobarDelegates that have not yet been removed that
346 // whatever infobar they were handling in this TabContents has closed,
347 // because the TabContents is going away entirely.
348 // This must happen after the TAB_CONTENTS_DESTROYED notification as the
349 // notification may trigger infobars calls that access their delegate. (and
350 // some implementations of InfoBarDelegate do delete themselves on
351 // InfoBarClosed()).
352 for (int i = 0; i < infobar_delegate_count(); ++i) {
353 InfoBarDelegate* delegate = GetInfoBarDelegateAt(i);
354 delegate->InfoBarClosed();
355 }
356 infobar_delegates_.clear();
357
[email protected]420ae012009-04-24 05:16:32358 // TODO(brettw) this should be moved to the view.
359#if defined(OS_WIN)
360 // If we still have a window handle, destroy it. GetNativeView can return
361 // NULL if this contents was part of a window that closed.
362 if (GetNativeView())
363 ::DestroyWindow(GetNativeView());
364#endif
[email protected]7ab1e7d62009-10-14 23:32:01365
366 // OnCloseStarted isn't called in unit tests.
367 if (!tab_close_start_time_.is_null()) {
368 UMA_HISTOGRAM_TIMES("Tab.Close",
369 base::TimeTicks::Now() - tab_close_start_time_);
370 }
initial.commit09911bf2008-07-26 23:55:29371}
372
[email protected]d5f942ba2008-09-26 19:30:34373// static
374void TabContents::RegisterUserPrefs(PrefService* prefs) {
[email protected]420ae012009-04-24 05:16:32375 prefs->RegisterBooleanPref(prefs::kAlternateErrorPagesEnabled, true);
376
377 WebPreferences pref_defaults;
378 prefs->RegisterBooleanPref(prefs::kWebKitJavascriptEnabled,
379 pref_defaults.javascript_enabled);
380 prefs->RegisterBooleanPref(prefs::kWebKitWebSecurityEnabled,
381 pref_defaults.web_security_enabled);
382 prefs->RegisterBooleanPref(
383 prefs::kWebKitJavascriptCanOpenWindowsAutomatically, true);
384 prefs->RegisterBooleanPref(prefs::kWebKitLoadsImagesAutomatically,
385 pref_defaults.loads_images_automatically);
386 prefs->RegisterBooleanPref(prefs::kWebKitPluginsEnabled,
387 pref_defaults.plugins_enabled);
388 prefs->RegisterBooleanPref(prefs::kWebKitDomPasteEnabled,
389 pref_defaults.dom_paste_enabled);
390 prefs->RegisterBooleanPref(prefs::kWebKitShrinksStandaloneImagesToFit,
391 pref_defaults.shrinks_standalone_images_to_fit);
[email protected]0df30122009-06-03 12:13:08392 prefs->RegisterStringPref(prefs::kWebKitInspectorSettings,
[email protected]8922e1f2009-10-03 05:01:26393 UTF8ToWide(pref_defaults.inspector_settings));
[email protected]420ae012009-04-24 05:16:32394 prefs->RegisterBooleanPref(prefs::kWebKitTextAreasAreResizable,
395 pref_defaults.text_areas_are_resizable);
396 prefs->RegisterBooleanPref(prefs::kWebKitJavaEnabled,
397 pref_defaults.java_enabled);
398
399 prefs->RegisterLocalizedStringPref(prefs::kAcceptLanguages,
400 IDS_ACCEPT_LANGUAGES);
401 prefs->RegisterLocalizedStringPref(prefs::kDefaultCharset,
402 IDS_DEFAULT_ENCODING);
403 prefs->RegisterLocalizedBooleanPref(prefs::kWebKitStandardFontIsSerif,
404 IDS_STANDARD_FONT_IS_SERIF);
405 prefs->RegisterLocalizedStringPref(prefs::kWebKitFixedFontFamily,
406 IDS_FIXED_FONT_FAMILY);
407 prefs->RegisterLocalizedStringPref(prefs::kWebKitSerifFontFamily,
408 IDS_SERIF_FONT_FAMILY);
409 prefs->RegisterLocalizedStringPref(prefs::kWebKitSansSerifFontFamily,
410 IDS_SANS_SERIF_FONT_FAMILY);
411 prefs->RegisterLocalizedStringPref(prefs::kWebKitCursiveFontFamily,
412 IDS_CURSIVE_FONT_FAMILY);
413 prefs->RegisterLocalizedStringPref(prefs::kWebKitFantasyFontFamily,
414 IDS_FANTASY_FONT_FAMILY);
415 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitDefaultFontSize,
416 IDS_DEFAULT_FONT_SIZE);
417 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitDefaultFixedFontSize,
418 IDS_DEFAULT_FIXED_FONT_SIZE);
419 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitMinimumFontSize,
420 IDS_MINIMUM_FONT_SIZE);
421 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitMinimumLogicalFontSize,
422 IDS_MINIMUM_LOGICAL_FONT_SIZE);
423 prefs->RegisterLocalizedBooleanPref(prefs::kWebKitUsesUniversalDetector,
424 IDS_USES_UNIVERSAL_DETECTOR);
425 prefs->RegisterLocalizedStringPref(prefs::kStaticEncodings,
426 IDS_STATIC_ENCODING_LIST);
initial.commit09911bf2008-07-26 23:55:29427}
428
[email protected]13367f72009-07-08 16:39:02429// Returns true if contains content rendered by an extension.
430bool TabContents::HostsExtension() const {
431 return GetURL().SchemeIs(chrome::kExtensionScheme);
[email protected]d5f942ba2008-09-26 19:30:34432}
433
[email protected]6e95706d2009-04-23 22:55:01434PasswordManager* TabContents::GetPasswordManager() {
435 if (password_manager_.get() == NULL)
436 password_manager_.reset(new PasswordManager(this));
437 return password_manager_.get();
438}
439
440PluginInstaller* TabContents::GetPluginInstaller() {
441 if (plugin_installer_.get() == NULL)
442 plugin_installer_.reset(new PluginInstaller(this));
443 return plugin_installer_.get();
444}
445
[email protected]d5f942ba2008-09-26 19:30:34446const GURL& TabContents::GetURL() const {
447 // We may not have a navigation entry yet
[email protected]ce3fa3c2009-04-20 19:55:57448 NavigationEntry* entry = controller_.GetActiveEntry();
[email protected]ebe89e062009-08-13 23:16:54449 return entry ? entry->virtual_url() : GURL::EmptyGURL();
[email protected]d5f942ba2008-09-26 19:30:34450}
451
[email protected]96d185d2009-04-24 03:28:54452const string16& TabContents::GetTitle() const {
[email protected]4c6092c5b2009-06-06 00:23:55453 // Transient entries take precedence. They are used for interstitial pages
454 // that are shown on top of existing pages.
455 NavigationEntry* entry = controller_.GetTransientEntry();
456 if (entry)
457 return entry->GetTitleForDisplay(&controller_);
458
[email protected]96d185d2009-04-24 03:28:54459 DOMUI* our_dom_ui = render_manager_.pending_dom_ui() ?
460 render_manager_.pending_dom_ui() : render_manager_.dom_ui();
461 if (our_dom_ui) {
462 // Don't override the title in view source mode.
[email protected]4c6092c5b2009-06-06 00:23:55463 entry = controller_.GetActiveEntry();
[email protected]96d185d2009-04-24 03:28:54464 if (!(entry && entry->IsViewSourceMode())) {
465 // Give the DOM UI the chance to override our title.
466 const string16& title = our_dom_ui->overridden_title();
467 if (!title.empty())
468 return title;
469 }
470 }
471
472 // We use the title for the last committed entry rather than a pending
473 // navigation entry. For example, when the user types in a URL, we want to
474 // keep the old page's title until the new load has committed and we get a new
475 // title.
[email protected]96d185d2009-04-24 03:28:54476 entry = controller_.GetLastCommittedEntry();
477 if (entry)
478 return entry->GetTitleForDisplay(&controller_);
[email protected]96d185d2009-04-24 03:28:54479 return EmptyString16();
480}
481
[email protected]d5f942ba2008-09-26 19:30:34482int32 TabContents::GetMaxPageID() {
483 if (GetSiteInstance())
484 return GetSiteInstance()->max_page_id();
485 else
486 return max_page_id_;
487}
488
489void TabContents::UpdateMaxPageID(int32 page_id) {
490 // Ensure both the SiteInstance and RenderProcessHost update their max page
[email protected]57c6a652009-05-04 07:58:34491 // IDs in sync. Only TabContents will also have site instances, except during
[email protected]d5f942ba2008-09-26 19:30:34492 // testing.
493 if (GetSiteInstance())
494 GetSiteInstance()->UpdateMaxPageID(page_id);
[email protected]57c6a652009-05-04 07:58:34495 process()->UpdateMaxPageID(page_id);
[email protected]d5f942ba2008-09-26 19:30:34496}
497
[email protected]96d185d2009-04-24 03:28:54498SiteInstance* TabContents::GetSiteInstance() const {
499 return render_manager_.current_host()->site_instance();
500}
501
[email protected]d5f942ba2008-09-26 19:30:34502const std::wstring TabContents::GetDefaultTitle() const {
503 return l10n_util::GetString(IDS_DEFAULT_TAB_TITLE);
504}
505
[email protected]96d185d2009-04-24 03:28:54506bool TabContents::ShouldDisplayURL() {
[email protected]8ab24cc2009-11-13 20:56:15507 // Don't hide the url in view source mode and with interstitials.
[email protected]96d185d2009-04-24 03:28:54508 NavigationEntry* entry = controller_.GetActiveEntry();
[email protected]8ab24cc2009-11-13 20:56:15509 if (entry && (entry->IsViewSourceMode() ||
510 entry->page_type() == NavigationEntry::INTERSTITIAL_PAGE)) {
[email protected]96d185d2009-04-24 03:28:54511 return true;
[email protected]8ab24cc2009-11-13 20:56:15512 }
[email protected]83e3895b2009-06-11 00:07:16513
[email protected]96d185d2009-04-24 03:28:54514 DOMUI* dom_ui = GetDOMUIForCurrentState();
515 if (dom_ui)
516 return !dom_ui->should_hide_url();
517 return true;
518}
519
[email protected]d5f942ba2008-09-26 19:30:34520SkBitmap TabContents::GetFavIcon() const {
521 // Like GetTitle(), we also want to use the favicon for the last committed
522 // entry rather than a pending navigation entry.
[email protected]ce3fa3c2009-04-20 19:55:57523 NavigationEntry* entry = controller_.GetTransientEntry();
[email protected]cbab76d2008-10-13 22:42:47524 if (entry)
525 return entry->favicon().bitmap();
526
[email protected]ce3fa3c2009-04-20 19:55:57527 entry = controller_.GetLastCommittedEntry();
[email protected]d5f942ba2008-09-26 19:30:34528 if (entry)
529 return entry->favicon().bitmap();
[email protected]d5f942ba2008-09-26 19:30:34530 return SkBitmap();
531}
532
[email protected]0b303cc2009-09-28 22:35:15533bool TabContents::FavIconIsValid() const {
534 NavigationEntry* entry = controller_.GetTransientEntry();
535 if (entry)
536 return entry->favicon().is_valid();
537
538 entry = controller_.GetLastCommittedEntry();
539 if (entry)
540 return entry->favicon().is_valid();
541
542 return false;
543}
544
[email protected]96d185d2009-04-24 03:28:54545bool TabContents::ShouldDisplayFavIcon() {
546 // Always display a throbber during pending loads.
547 if (controller_.GetLastCommittedEntry() && controller_.pending_entry())
548 return true;
549
550 DOMUI* dom_ui = GetDOMUIForCurrentState();
551 if (dom_ui)
552 return !dom_ui->hide_favicon();
553 return true;
554}
555
[email protected]96d185d2009-04-24 03:28:54556std::wstring TabContents::GetStatusText() const {
557 if (!is_loading() || load_state_ == net::LOAD_STATE_IDLE)
558 return std::wstring();
559
560 switch (load_state_) {
561 case net::LOAD_STATE_WAITING_FOR_CACHE:
562 return l10n_util::GetString(IDS_LOAD_STATE_WAITING_FOR_CACHE);
563 case net::LOAD_STATE_RESOLVING_PROXY_FOR_URL:
564 return l10n_util::GetString(IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL);
565 case net::LOAD_STATE_RESOLVING_HOST:
566 return l10n_util::GetString(IDS_LOAD_STATE_RESOLVING_HOST);
567 case net::LOAD_STATE_CONNECTING:
568 return l10n_util::GetString(IDS_LOAD_STATE_CONNECTING);
569 case net::LOAD_STATE_SENDING_REQUEST:
[email protected]094e5b22009-09-25 04:23:56570 if (upload_size_)
571 return l10n_util::GetStringF(
572 IDS_LOAD_STATE_SENDING_REQUEST_WITH_PROGRESS,
573 static_cast<int>((100 * upload_position_) / upload_size_));
574 else
575 return l10n_util::GetString(IDS_LOAD_STATE_SENDING_REQUEST);
[email protected]96d185d2009-04-24 03:28:54576 case net::LOAD_STATE_WAITING_FOR_RESPONSE:
577 return l10n_util::GetStringF(IDS_LOAD_STATE_WAITING_FOR_RESPONSE,
578 load_state_host_);
579 // Ignore net::LOAD_STATE_READING_RESPONSE and net::LOAD_STATE_IDLE
580 case net::LOAD_STATE_IDLE:
581 case net::LOAD_STATE_READING_RESPONSE:
582 break;
583 }
584
585 return std::wstring();
586}
587
[email protected]d5f942ba2008-09-26 19:30:34588void TabContents::SetIsCrashed(bool state) {
589 if (state == is_crashed_)
590 return;
591
592 is_crashed_ = state;
[email protected]c9cd2222009-05-06 05:16:50593 NotifyNavigationStateChanged(INVALIDATE_TAB);
[email protected]d5f942ba2008-09-26 19:30:34594}
595
[email protected]744ef172009-10-16 21:53:46596void TabContents::PageActionStateChanged() {
597 NotifyNavigationStateChanged(TabContents::INVALIDATE_PAGE_ACTIONS);
[email protected]d7eaf572009-07-01 21:57:00598}
[email protected]ce5c4502009-05-06 16:46:11599
[email protected]d5f942ba2008-09-26 19:30:34600void TabContents::NotifyNavigationStateChanged(unsigned changed_flags) {
601 if (delegate_)
602 delegate_->NavigationStateChanged(this, changed_flags);
603}
604
[email protected]96d185d2009-04-24 03:28:54605void TabContents::DidBecomeSelected() {
606 controller_.SetActive(true);
[email protected]789e9152009-08-04 21:59:43607 if (render_widget_host_view()) {
[email protected]96d185d2009-04-24 03:28:54608 render_widget_host_view()->DidBecomeSelected();
[email protected]789e9152009-08-04 21:59:43609#if defined(OS_MACOSX)
610 render_widget_host_view()->SetActive(true);
611#endif
612 }
[email protected]96d185d2009-04-24 03:28:54613
[email protected]76543b92009-08-31 17:27:45614 WebCacheManager::GetInstance()->ObserveActivity(process()->id());
[email protected]96d185d2009-04-24 03:28:54615}
616
617void TabContents::WasHidden() {
618 if (!capturing_contents()) {
619 // |render_view_host()| can be NULL if the user middle clicks a link to open
620 // a tab in then background, then closes the tab before selecting it. This
621 // is because closing the tab calls TabContents::Destroy(), which removes
622 // the |render_view_host()|; then when we actually destroy the window,
623 // OnWindowPosChanged() notices and calls HideContents() (which calls us).
624 if (render_widget_host_view())
625 render_widget_host_view()->WasHidden();
[email protected]96d185d2009-04-24 03:28:54626 }
627
628 NotificationService::current()->Notify(
629 NotificationType::TAB_CONTENTS_HIDDEN,
630 Source<TabContents>(this),
631 NotificationService::NoDetails());
632}
633
[email protected]d5f942ba2008-09-26 19:30:34634void TabContents::Activate() {
635 if (delegate_)
636 delegate_->ActivateContents(this);
637}
638
[email protected]96d185d2009-04-24 03:28:54639void TabContents::ShowContents() {
640 if (render_widget_host_view())
641 render_widget_host_view()->DidBecomeSelected();
[email protected]96d185d2009-04-24 03:28:54642}
643
644void TabContents::HideContents() {
645 // TODO(pkasting): http://b/1239839 Right now we purposefully don't call
646 // our superclass HideContents(), because some callers want to be very picky
647 // about the order in which these get called. In addition to making the code
648 // here practically impossible to understand, this also means we end up
649 // calling TabContents::WasHidden() twice if callers call both versions of
[email protected]57c6a652009-05-04 07:58:34650 // HideContents() on a TabContents.
[email protected]96d185d2009-04-24 03:28:54651 WasHidden();
652}
653
[email protected]c0588052008-10-27 23:01:50654void TabContents::OpenURL(const GURL& url, const GURL& referrer,
[email protected]d5f942ba2008-09-26 19:30:34655 WindowOpenDisposition disposition,
656 PageTransition::Type transition) {
657 if (delegate_)
[email protected]c0588052008-10-27 23:01:50658 delegate_->OpenURLFromTab(this, url, referrer, disposition, transition);
[email protected]d5f942ba2008-09-26 19:30:34659}
660
661bool TabContents::NavigateToPendingEntry(bool reload) {
[email protected]96d185d2009-04-24 03:28:54662 const NavigationEntry& entry = *controller_.pending_entry();
663
664 RenderViewHost* dest_render_view_host = render_manager_.Navigate(entry);
665 if (!dest_render_view_host)
666 return false; // Unable to create the desired render view host.
667
668 // Tell DevTools agent that it is attached prior to the navigation.
[email protected]d9f9b792009-06-24 13:17:12669 DevToolsManager* devtools_manager = DevToolsManager::GetInstance();
[email protected]7e8e6b62009-05-08 11:28:32670 if (devtools_manager) { // NULL in unit tests.
[email protected]684b4ba22009-05-07 06:27:41671 devtools_manager->OnNavigatingToPendingEntry(
672 render_view_host(),
673 dest_render_view_host,
674 controller_.pending_entry()->url());
[email protected]7e8e6b62009-05-08 11:28:32675 }
[email protected]96d185d2009-04-24 03:28:54676
677 // Used for page load time metrics.
678 current_load_start_ = base::TimeTicks::Now();
679
680 // Navigate in the desired RenderViewHost.
[email protected]056de2d2009-06-26 16:41:34681 ViewMsg_Navigate_Params navigate_params;
[email protected]5e369672009-11-03 23:48:30682 MakeNavigateParams(profile(), entry, reload, &navigate_params);
[email protected]056de2d2009-06-26 16:41:34683 dest_render_view_host->Navigate(navigate_params);
[email protected]96d185d2009-04-24 03:28:54684
685 if (entry.page_id() == -1) {
686 // HACK!! This code suppresses javascript: URLs from being added to
687 // session history, which is what we want to do for javascript: URLs that
688 // do not generate content. What we really need is a message from the
689 // renderer telling us that a new page was not created. The same message
690 // could be used for mailto: URLs and the like.
691 if (entry.url().SchemeIs(chrome::kJavaScriptScheme))
692 return false;
693 }
694
695 // Clear any provisional password saves - this stops password infobars
696 // showing up on pages the user navigates to while the right page is
697 // loading.
698 GetPasswordManager()->ClearProvisionalSave();
699
700 if (reload && !profile()->IsOffTheRecord()) {
[email protected]0189bc722009-08-28 21:56:48701 FaviconService* favicon_service =
702 profile()->GetFaviconService(Profile::IMPLICIT_ACCESS);
703 if (favicon_service)
704 favicon_service->SetFaviconOutOfDateForPage(entry.url());
[email protected]96d185d2009-04-24 03:28:54705 }
706
[email protected]d5f942ba2008-09-26 19:30:34707 return true;
708}
709
[email protected]96d185d2009-04-24 03:28:54710void TabContents::Stop() {
711 render_manager_.Stop();
712 printing_.Stop();
713}
714
715void TabContents::Cut() {
716 render_view_host()->Cut();
717}
718
719void TabContents::Copy() {
720 render_view_host()->Copy();
721}
722
[email protected]c0cc3092009-09-12 08:27:27723#if defined(OS_MACOSX)
[email protected]a954bf72009-09-12 07:30:35724void TabContents::CopyToFindPboard() {
725 render_view_host()->CopyToFindPboard();
726}
[email protected]c0cc3092009-09-12 08:27:27727#endif
[email protected]a954bf72009-09-12 07:30:35728
[email protected]96d185d2009-04-24 03:28:54729void TabContents::Paste() {
730 render_view_host()->Paste();
731}
732
[email protected]7e786822009-11-07 00:00:27733#if defined(OS_MACOSX)
734void TabContents::PasteAndMatchStyle() {
735 render_view_host()->ForwardEditCommand("PasteAndMatchStyle", "");
736}
737#endif
738
[email protected]96d185d2009-04-24 03:28:54739void TabContents::DisassociateFromPopupCount() {
740 render_view_host()->DisassociateFromPopupCount();
741}
742
743TabContents* TabContents::Clone() {
744 // We create a new SiteInstance so that the new tab won't share processes
745 // with the old one. This can be changed in the future if we need it to share
746 // processes for some reason.
[email protected]420ae012009-04-24 05:16:32747 TabContents* tc = new TabContents(profile(),
[email protected]96d185d2009-04-24 03:28:54748 SiteInstance::CreateSiteInstance(profile()),
[email protected]12636df2009-09-28 22:32:21749 MSG_ROUTING_NONE, this);
[email protected]96d185d2009-04-24 03:28:54750 tc->controller().CopyStateFrom(controller_);
751 return tc;
752}
753
[email protected]4d677202009-07-19 07:37:12754void TabContents::ShowPageInfo(const GURL& url,
755 const NavigationEntry::SSLStatus& ssl,
756 bool show_history) {
757 if (!delegate_)
758 return;
759
[email protected]bb678332009-07-21 00:15:50760 delegate_->ShowPageInfo(profile(), url, ssl, show_history);
[email protected]4d677202009-07-19 07:37:12761}
762
initial.commit09911bf2008-07-26 23:55:29763ConstrainedWindow* TabContents::CreateConstrainedDialog(
[email protected]e8382172009-06-19 22:16:28764 ConstrainedWindowDelegate* delegate) {
initial.commit09911bf2008-07-26 23:55:29765 ConstrainedWindow* window =
[email protected]e8382172009-06-19 22:16:28766 ConstrainedWindow::CreateConstrainedDialog(this, delegate);
initial.commit09911bf2008-07-26 23:55:29767 child_windows_.push_back(window);
768 return window;
769}
770
771void TabContents::AddNewContents(TabContents* new_contents,
772 WindowOpenDisposition disposition,
773 const gfx::Rect& initial_pos,
[email protected]c88a70fe2009-05-05 20:00:22774 bool user_gesture,
775 const GURL& creator_url) {
initial.commit09911bf2008-07-26 23:55:29776 if (!delegate_)
777 return;
778
[email protected]35f7d212009-04-29 21:19:27779 if ((disposition == NEW_POPUP) && !user_gesture &&
780 !CommandLine::ForCurrentProcess()->HasSwitch(
781 switches::kDisablePopupBlocking)) {
[email protected]2c4410d2009-05-06 23:46:22782 // Unrequested popups from normal pages are constrained unless they're in
[email protected]b6c874582009-05-08 19:38:31783 // the whitelist. The popup owner will handle checking this.
784 delegate_->GetConstrainingContents(this)->AddPopup(new_contents,
785 initial_pos,
786 creator_url.is_valid() ? creator_url.host() : std::string());
787 } else {
[email protected]304f8792009-08-19 21:28:09788#if defined(OS_CHROMEOS)
789 if (disposition == NEW_POPUP) {
790 // If the popup is bigger than a given factor of the screen, then
791 // turn it into a foreground tab (on chrome os only)
792 GdkScreen* screen = gdk_screen_get_default();
793 int max_width = gdk_screen_get_width(screen) * kMaxWidthFactor;
794 int max_height = gdk_screen_get_height(screen) * kMaxHeightFactor;
795 if (initial_pos.width() > max_width ||
796 initial_pos.height() > max_height) {
797 disposition = NEW_FOREGROUND_TAB;
798 }
799 }
800#endif
801
[email protected]0aa55312008-10-17 21:53:08802 new_contents->DisassociateFromPopupCount();
initial.commit09911bf2008-07-26 23:55:29803 delegate_->AddNewContents(this, new_contents, disposition, initial_pos,
804 user_gesture);
[email protected]7f37dd92009-09-15 16:35:49805 NotificationService::current()->Notify(
806 NotificationType::TAB_ADDED,
807 Source<TabContentsDelegate>(delegate_),
808 Details<TabContents>(this));
initial.commit09911bf2008-07-26 23:55:29809 }
[email protected]b6c874582009-05-08 19:38:31810 PopupNotificationVisibilityChanged(ShowingBlockedPopupNotification());
initial.commit09911bf2008-07-26 23:55:29811}
812
initial.commit09911bf2008-07-26 23:55:29813void TabContents::CloseAllSuppressedPopups() {
[email protected]d6598c052008-11-05 19:03:25814 if (blocked_popups_)
[email protected]2c4410d2009-05-06 23:46:22815 blocked_popups_->CloseAll();
initial.commit09911bf2008-07-26 23:55:29816}
817
[email protected]912256b32009-09-18 09:47:35818void TabContents::ExecuteCode(int request_id, const std::string& extension_id,
[email protected]20ad2692009-11-20 18:27:20819 bool is_js_code, const std::string& code_string,
820 bool all_frames) {
[email protected]912256b32009-09-18 09:47:35821 render_view_host()->Send(
822 new ViewMsg_ExecuteCode(render_view_host()->routing_id(), request_id,
[email protected]20ad2692009-11-20 18:27:20823 extension_id, is_js_code, code_string,
824 all_frames));
[email protected]912256b32009-09-18 09:47:35825}
826
[email protected]96d185d2009-04-24 03:28:54827void TabContents::PopupNotificationVisibilityChanged(bool visible) {
828 render_view_host()->PopupNotificationVisibilityChanged(visible);
829}
830
[email protected]5c9e97a2009-09-09 23:48:30831gfx::NativeView TabContents::GetContentNativeView() const {
[email protected]96d185d2009-04-24 03:28:54832 return view_->GetContentNativeView();
833}
834
835gfx::NativeView TabContents::GetNativeView() const {
836 return view_->GetNativeView();
837}
838
839void TabContents::GetContainerBounds(gfx::Rect *out) const {
840 view_->GetContainerBounds(out);
841}
842
843void TabContents::Focus() {
844 view_->Focus();
845}
846
[email protected]90daadb42009-06-08 21:27:28847void TabContents::FocusThroughTabTraversal(bool reverse) {
[email protected]7e383692009-06-12 19:14:54848 if (showing_interstitial_page()) {
849 render_manager_.interstitial_page()->FocusThroughTabTraversal(reverse);
850 return;
851 }
[email protected]96d185d2009-04-24 03:28:54852 render_view_host()->SetInitialFocus(reverse);
853}
854
855bool TabContents::FocusLocationBarByDefault() {
856 DOMUI* dom_ui = GetDOMUIForCurrentState();
857 if (dom_ui)
858 return dom_ui->focus_location_bar_by_default();
[email protected]3e3f0eb2009-06-22 18:33:43859 NavigationEntry* entry = controller_.GetActiveEntry();
[email protected]e0d481582009-09-15 21:06:25860 if (entry && entry->url() == GURL(chrome::kAboutBlankURL))
[email protected]3e3f0eb2009-06-22 18:33:43861 return true;
[email protected]96d185d2009-04-24 03:28:54862 return false;
863}
864
[email protected]616ed5a2008-11-21 22:27:24865void TabContents::AddInfoBar(InfoBarDelegate* delegate) {
866 // Look through the existing InfoBarDelegates we have for a match. If we've
867 // already got one that matches, then we don't add the new one.
[email protected]f86a07022008-11-25 01:06:05868 for (int i = 0; i < infobar_delegate_count(); ++i) {
[email protected]616ed5a2008-11-21 22:27:24869 if (GetInfoBarDelegateAt(i)->EqualsDelegate(delegate))
870 return;
871 }
872
873 infobar_delegates_.push_back(delegate);
[email protected]bfd04a62009-02-01 18:16:56874 NotificationService::current()->Notify(
875 NotificationType::TAB_CONTENTS_INFOBAR_ADDED,
876 Source<TabContents>(this),
877 Details<InfoBarDelegate>(delegate));
[email protected]616ed5a2008-11-21 22:27:24878
879 // Add ourselves as an observer for navigations the first time a delegate is
880 // added. We use this notification to expire InfoBars that need to expire on
881 // page transitions.
882 if (infobar_delegates_.size() == 1) {
[email protected]bfd04a62009-02-01 18:16:56883 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
[email protected]ce3fa3c2009-04-20 19:55:57884 Source<NavigationController>(&controller_));
[email protected]616ed5a2008-11-21 22:27:24885 }
886}
887
888void TabContents::RemoveInfoBar(InfoBarDelegate* delegate) {
889 std::vector<InfoBarDelegate*>::iterator it =
890 find(infobar_delegates_.begin(), infobar_delegates_.end(), delegate);
891 if (it != infobar_delegates_.end()) {
892 InfoBarDelegate* delegate = *it;
[email protected]bfd04a62009-02-01 18:16:56893 NotificationService::current()->Notify(
894 NotificationType::TAB_CONTENTS_INFOBAR_REMOVED,
895 Source<TabContents>(this),
896 Details<InfoBarDelegate>(delegate));
[email protected]f86a07022008-11-25 01:06:05897 infobar_delegates_.erase(it);
[email protected]616ed5a2008-11-21 22:27:24898
[email protected]6a02963e2009-01-06 16:58:03899 // Remove ourselves as an observer if we are tracking no more InfoBars.
900 if (infobar_delegates_.empty()) {
[email protected]bfd04a62009-02-01 18:16:56901 registrar_.Remove(this, NotificationType::NAV_ENTRY_COMMITTED,
[email protected]ce3fa3c2009-04-20 19:55:57902 Source<NavigationController>(&controller_));
[email protected]6a02963e2009-01-06 16:58:03903 }
[email protected]616ed5a2008-11-21 22:27:24904 }
905}
[email protected]3edd9522009-03-04 22:19:41906
[email protected]f81821c2009-08-07 01:29:47907void TabContents::ReplaceInfoBar(InfoBarDelegate* old_delegate,
908 InfoBarDelegate* new_delegate) {
909 std::vector<InfoBarDelegate*>::iterator it =
910 find(infobar_delegates_.begin(), infobar_delegates_.end(), old_delegate);
911 DCHECK(it != infobar_delegates_.end());
912
913 // Notify the container about the change of plans.
914 scoped_ptr<std::pair<InfoBarDelegate*, InfoBarDelegate*> > details(
915 new std::pair<InfoBarDelegate*, InfoBarDelegate*>(
916 old_delegate, new_delegate));
917 NotificationService::current()->Notify(
918 NotificationType::TAB_CONTENTS_INFOBAR_REPLACED,
919 Source<TabContents>(this),
920 Details<std::pair<InfoBarDelegate*, InfoBarDelegate*> >(details.get()));
921
922 // Remove the old one.
923 infobar_delegates_.erase(it);
924
925 // Add the new one.
926 infobar_delegates_.push_back(new_delegate);
927}
928
[email protected]20ede072009-10-06 00:28:35929bool TabContents::ShouldShowBookmarkBar() {
[email protected]aa9196f2009-10-22 16:20:27930 if (showing_interstitial_page())
931 return false;
932
[email protected]96d185d2009-04-24 03:28:54933 // See GetDOMUIForCurrentState() comment for more info. This case is very
934 // similar, but for non-first loads, we want to use the committed entry. This
935 // is so the bookmarks bar disappears at the same time the page does.
936 if (controller_.GetLastCommittedEntry()) {
937 // Not the first load, always use the committed DOM UI.
938 if (render_manager_.dom_ui())
939 return render_manager_.dom_ui()->force_bookmark_bar_visible();
940 return false; // Default.
941 }
942
943 // When it's the first load, we know either the pending one or the committed
944 // one will have the DOM UI in it (see GetDOMUIForCurrentState), and only one
945 // of them will be valid, so we can just check both.
946 if (render_manager_.pending_dom_ui())
947 return render_manager_.pending_dom_ui()->force_bookmark_bar_visible();
948 if (render_manager_.dom_ui())
949 return render_manager_.dom_ui()->force_bookmark_bar_visible();
950 return false; // Default.
951}
952
[email protected]d8f16ae2009-08-30 03:47:26953bool TabContents::IsExtensionShelfAlwaysVisible() {
954 // See GetDOMUIForCurrentState() comment for more info. This case is very
955 // similar, but for non-first loads, we want to use the committed entry. This
956 // is so the bookmarks bar disappears at the same time the page does.
957 if (controller_.GetLastCommittedEntry()) {
958 // Not the first load, always use the committed DOM UI.
959 if (render_manager_.dom_ui())
960 return render_manager_.dom_ui()->force_extension_shelf_visible();
961 return false; // Default.
962 }
963
964 // When it's the first load, we know either the pending one or the committed
965 // one will have the DOM UI in it (see GetDOMUIForCurrentState), and only one
966 // of them will be valid, so we can just check both.
967 if (render_manager_.pending_dom_ui())
968 return render_manager_.pending_dom_ui()->force_extension_shelf_visible();
969 if (render_manager_.dom_ui())
970 return render_manager_.dom_ui()->force_extension_shelf_visible();
971 return false; // Default.
972}
973
[email protected]3edd9522009-03-04 22:19:41974void TabContents::ToolbarSizeChanged(bool is_animating) {
975 TabContentsDelegate* d = delegate();
976 if (d)
977 d->ToolbarSizeChanged(this, is_animating);
978}
[email protected]616ed5a2008-11-21 22:27:24979
[email protected]fc6fb7fb2009-11-07 02:35:04980bool TabContents::CanDownload(int request_id) {
981 TabContentsDelegate* d = delegate();
982 if (d)
983 return d->CanDownload(request_id);
984 return true;
985}
986
[email protected]d5f942ba2008-09-26 19:30:34987void TabContents::OnStartDownload(DownloadItem* download) {
988 DCHECK(download);
[email protected]d5f942ba2008-09-26 19:30:34989
990 // Download in a constrained popup is shown in the tab that opened it.
[email protected]b6c874582009-05-08 19:38:31991 TabContents* tab_contents = delegate()->GetConstrainingContents(this);
[email protected]d5f942ba2008-09-26 19:30:34992
[email protected]59560e0b2009-06-04 03:30:22993 if (tab_contents && tab_contents->delegate())
994 tab_contents->delegate()->OnStartDownload(download);
[email protected]3edd9522009-03-04 22:19:41995}
[email protected]3edd9522009-03-04 22:19:41996
[email protected]d5f942ba2008-09-26 19:30:34997void TabContents::WillClose(ConstrainedWindow* window) {
998 ConstrainedWindowList::iterator it =
999 find(child_windows_.begin(), child_windows_.end(), window);
1000 if (it != child_windows_.end())
1001 child_windows_.erase(it);
[email protected]66ba4932009-06-04 19:22:131002}
[email protected]d5f942ba2008-09-26 19:30:341003
[email protected]66ba4932009-06-04 19:22:131004void TabContents::WillCloseBlockedPopupContainer(
1005 BlockedPopupContainer* container) {
1006 DCHECK(blocked_popups_ == container);
1007 blocked_popups_ = NULL;
[email protected]d5f942ba2008-09-26 19:30:341008}
1009
[email protected]d5f942ba2008-09-26 19:30:341010void TabContents::DidMoveOrResize(ConstrainedWindow* window) {
[email protected]332af7732009-03-11 13:21:351011#if defined(OS_WIN)
[email protected]92edc472009-02-10 20:32:061012 UpdateWindow(GetNativeView());
[email protected]332af7732009-03-11 13:21:351013#endif
[email protected]d5f942ba2008-09-26 19:30:341014}
1015
[email protected]c1dc9f132009-11-20 23:13:211016void TabContents::StartFinding(string16 search_string,
[email protected]e491f1c2009-05-22 20:28:121017 bool forward_direction,
1018 bool case_sensitive) {
[email protected]c1dc9f132009-11-20 23:13:211019 // If search_string is empty, it means FindNext was pressed with a keyboard
[email protected]6e95706d2009-04-23 22:55:011020 // shortcut so unless we have something to search for we return early.
[email protected]c1dc9f132009-11-20 23:13:211021 if (search_string.empty() && find_text_.empty()) {
[email protected]87fae512009-12-11 02:20:211022 // Try the last thing we searched for on this tab, then the last thing
1023 // searched for on any tab.
1024 if (!previous_find_text_.empty())
1025 search_string = previous_find_text_;
1026 else if (!last_search_prepopulate_text_->empty())
1027 search_string = *last_search_prepopulate_text_;
1028 else
[email protected]e491f1c2009-05-22 20:28:121029 return;
[email protected]e491f1c2009-05-22 20:28:121030 }
[email protected]6e95706d2009-04-23 22:55:011031
[email protected]101c90e2009-10-26 21:14:441032 // Keep track of the previous search.
1033 previous_find_text_ = find_text_;
1034
[email protected]6e95706d2009-04-23 22:55:011035 // This is a FindNext operation if we are searching for the same text again,
1036 // or if the passed in search text is empty (FindNext keyboard shortcut). The
1037 // exception to this is if the Find was aborted (then we don't want FindNext
1038 // because the highlighting has been cleared and we need it to reappear). We
1039 // therefore treat FindNext after an aborted Find operation as a full fledged
1040 // Find.
[email protected]c1dc9f132009-11-20 23:13:211041 bool find_next = (find_text_ == search_string || search_string.empty()) &&
[email protected]e491f1c2009-05-22 20:28:121042 (last_search_case_sensitive_ == case_sensitive) &&
[email protected]6e95706d2009-04-23 22:55:011043 !find_op_aborted_;
1044 if (!find_next)
1045 current_find_request_id_ = find_request_id_counter_++;
1046
[email protected]c1dc9f132009-11-20 23:13:211047 if (!search_string.empty())
1048 find_text_ = search_string;
[email protected]e491f1c2009-05-22 20:28:121049 last_search_case_sensitive_ = case_sensitive;
[email protected]6e95706d2009-04-23 22:55:011050
1051 find_op_aborted_ = false;
1052
1053 // Keep track of what the last search was across the tabs.
[email protected]c1dc9f132009-11-20 23:13:211054 *last_search_prepopulate_text_ = find_text_;
[email protected]6e95706d2009-04-23 22:55:011055 render_view_host()->StartFinding(current_find_request_id_,
1056 find_text_,
1057 forward_direction,
[email protected]e491f1c2009-05-22 20:28:121058 case_sensitive,
[email protected]6e95706d2009-04-23 22:55:011059 find_next);
1060}
1061
1062void TabContents::StopFinding(bool clear_selection) {
[email protected]2d2dffc2009-06-09 21:41:001063 // When |clear_selection| is true, it means the find string has been cleared
1064 // by the user, but the UI has not been dismissed.
1065 if (!clear_selection)
1066 find_ui_active_ = false;
[email protected]87fae512009-12-11 02:20:211067 previous_find_text_ = find_text_;
[email protected]101c90e2009-10-26 21:14:441068 find_text_.clear();
[email protected]6e95706d2009-04-23 22:55:011069 find_op_aborted_ = true;
[email protected]e491f1c2009-05-22 20:28:121070 last_search_result_ = FindNotificationDetails();
[email protected]6e95706d2009-04-23 22:55:011071 render_view_host()->StopFinding(clear_selection);
1072}
1073
[email protected]5c4266922009-07-10 16:41:271074void TabContents::GetPageLanguage() {
1075 render_view_host()->GetPageLanguage();
1076}
1077
[email protected]420ae012009-04-24 05:16:321078void TabContents::OnSavePage() {
1079 // If we can not save the page, try to download it.
1080 if (!SavePackage::IsSavableContents(contents_mime_type())) {
1081 DownloadManager* dlm = profile()->GetDownloadManager();
1082 const GURL& current_page_url = GetURL();
1083 if (dlm && current_page_url.is_valid())
[email protected]d82ed61e2009-06-16 02:46:221084 dlm->DownloadUrl(current_page_url, GURL(), "", this);
[email protected]420ae012009-04-24 05:16:321085 return;
1086 }
1087
1088 Stop();
1089
1090 // Create the save package and possibly prompt the user for the name to save
1091 // the page as. The user prompt is an asynchronous operation that runs on
1092 // another thread.
[email protected]d82ed61e2009-06-16 02:46:221093 save_package_ = new SavePackage(this);
[email protected]420ae012009-04-24 05:16:321094 save_package_->GetSaveInfo();
1095}
1096
1097// Used in automated testing to bypass prompting the user for file names.
1098// Instead, the names and paths are hard coded rather than running them through
1099// file name sanitation and extension / mime checking.
[email protected]828cabe2009-09-26 22:47:111100bool TabContents::SavePage(const FilePath& main_file, const FilePath& dir_path,
[email protected]420ae012009-04-24 05:16:321101 SavePackage::SavePackageType save_type) {
1102 // Stop the page from navigating.
1103 Stop();
1104
[email protected]828cabe2009-09-26 22:47:111105 save_package_ = new SavePackage(this, save_type, main_file, dir_path);
[email protected]cdf6cc82009-08-04 21:48:591106 return save_package_->Init();
[email protected]420ae012009-04-24 05:16:321107}
1108
[email protected]89d6e6e2009-12-03 23:06:511109void TabContents::EmailPageLocation() {
1110 std::string title = EscapeQueryParamValue(UTF16ToUTF8(GetTitle()), false);
1111 std::string page_url = EscapeQueryParamValue(GetURL().spec(), false);
1112 std::string mailto = std::string("mailto:?subject=Fwd:%20") +
1113 title + "&body=%0A%0A" + page_url;
1114 platform_util::OpenExternal(GURL(mailto));
1115}
1116
[email protected]420ae012009-04-24 05:16:321117void TabContents::PrintPreview() {
1118 // We don't show the print preview yet, only the print dialog.
1119 PrintNow();
1120}
1121
1122bool TabContents::PrintNow() {
1123 // We can't print interstitial page for now.
1124 if (showing_interstitial_page())
1125 return false;
1126
1127 return render_view_host()->PrintPages();
1128}
1129
[email protected]82270452009-06-19 15:58:011130void TabContents::PrintingDone(int document_cookie, bool success) {
1131 render_view_host()->PrintingDone(document_cookie, success);
1132}
1133
[email protected]420ae012009-04-24 05:16:321134bool TabContents::IsActiveEntry(int32 page_id) {
1135 NavigationEntry* active_entry = controller_.GetActiveEntry();
1136 return (active_entry != NULL &&
1137 active_entry->site_instance() == GetSiteInstance() &&
1138 active_entry->page_id() == page_id);
1139}
1140
[email protected]3f8eb7f2009-10-02 23:58:051141void TabContents::LogNewTabTime(const std::string& event_name) {
1142 // Not all new tab pages get timed. In those cases, we don't have a
1143 // new_tab_start_time_.
1144 if (new_tab_start_time_.is_null())
1145 return;
1146
1147 base::TimeDelta duration = base::TimeTicks::Now() - new_tab_start_time_;
[email protected]84abba62009-10-07 17:01:441148 MetricEventDurationDetails details(event_name,
1149 static_cast<int>(duration.InMilliseconds()));
1150
[email protected]7ab1e7d62009-10-14 23:32:011151 if (event_name == "Tab.NewTabScriptStart") {
1152 UMA_HISTOGRAM_TIMES("Tab.NewTabScriptStart", duration);
1153 } else if (event_name == "Tab.NewTabDOMContentLoaded") {
1154 UMA_HISTOGRAM_TIMES("Tab.NewTabDOMContentLoaded", duration);
1155 } else if (event_name == "Tab.NewTabOnload") {
1156 UMA_HISTOGRAM_TIMES("Tab.NewTabOnload", duration);
[email protected]3f8eb7f2009-10-02 23:58:051157 // The new tab page has finished loading; reset it.
1158 new_tab_start_time_ = base::TimeTicks();
[email protected]84abba62009-10-07 17:01:441159 } else {
1160 NOTREACHED();
[email protected]3f8eb7f2009-10-02 23:58:051161 }
[email protected]84abba62009-10-07 17:01:441162 NotificationService::current()->Notify(
1163 NotificationType::METRIC_EVENT_DURATION,
1164 Source<TabContents>(this),
1165 Details<MetricEventDurationDetails>(&details));
[email protected]3f8eb7f2009-10-02 23:58:051166}
1167
[email protected]7ab1e7d62009-10-14 23:32:011168void TabContents::OnCloseStarted() {
1169 if (tab_close_start_time_.is_null())
1170 tab_close_start_time_ = base::TimeTicks::Now();
1171}
1172
[email protected]96d185d2009-04-24 03:28:541173// Notifies the RenderWidgetHost instance about the fact that the page is
1174// loading, or done loading and calls the base implementation.
1175void TabContents::SetIsLoading(bool is_loading,
1176 LoadNotificationDetails* details) {
1177 if (is_loading == is_loading_)
1178 return;
1179
1180 if (!is_loading) {
1181 load_state_ = net::LOAD_STATE_IDLE;
1182 load_state_host_.clear();
[email protected]094e5b22009-09-25 04:23:561183 upload_size_ = 0;
1184 upload_position_ = 0;
[email protected]96d185d2009-04-24 03:28:541185 }
1186
1187 render_manager_.SetIsLoading(is_loading);
1188
1189 is_loading_ = is_loading;
1190 waiting_for_response_ = is_loading;
1191
1192 if (delegate_)
1193 delegate_->LoadingStateChanged(this);
[email protected]329581b2009-04-28 06:52:351194 NotifyNavigationStateChanged(INVALIDATE_LOAD);
[email protected]96d185d2009-04-24 03:28:541195
1196 NotificationType type = is_loading ? NotificationType::LOAD_START :
1197 NotificationType::LOAD_STOP;
[email protected]ce5c4502009-05-06 16:46:111198 NotificationDetails det = NotificationService::NoDetails();
[email protected]96d185d2009-04-24 03:28:541199 if (details)
1200 det = Details<LoadNotificationDetails>(details);
1201 NotificationService::current()->Notify(type,
1202 Source<NavigationController>(&controller_),
1203 det);
1204}
1205
[email protected]2c4410d2009-05-06 23:46:221206void TabContents::CreateBlockedPopupContainerIfNecessary() {
1207 if (blocked_popups_)
1208 return;
1209
[email protected]4d4c0b92009-06-08 23:13:011210 blocked_popups_ = BlockedPopupContainer::Create(this, profile());
[email protected]2c4410d2009-05-06 23:46:221211}
1212
[email protected]b6c874582009-05-08 19:38:311213void TabContents::AddPopup(TabContents* new_contents,
1214 const gfx::Rect& initial_pos,
1215 const std::string& host) {
[email protected]2c4410d2009-05-06 23:46:221216 CreateBlockedPopupContainerIfNecessary();
1217 blocked_popups_->AddTabContents(new_contents, initial_pos, host);
[email protected]2c4410d2009-05-06 23:46:221218}
1219
[email protected]e69bce3dd2009-04-20 22:05:121220// TODO(brettw) This should be on the TabContentsView.
[email protected]66ba4932009-06-04 19:22:131221void TabContents::RepositionSupressedPopupsToFit() {
[email protected]d6598c052008-11-05 19:03:251222 if (blocked_popups_)
[email protected]4d4c0b92009-06-08 23:13:011223 blocked_popups_->RepositionBlockedPopupContainer();
[email protected]d5f942ba2008-09-26 19:30:341224}
1225
[email protected]b9681312008-11-07 00:08:261226bool TabContents::ShowingBlockedPopupNotification() const {
1227 return blocked_popups_ != NULL &&
[email protected]2c4410d2009-05-06 23:46:221228 blocked_popups_->GetBlockedPopupCount() != 0;
[email protected]b9681312008-11-07 00:08:261229}
[email protected]616ed5a2008-11-21 22:27:241230
1231namespace {
1232bool TransitionIsReload(PageTransition::Type transition) {
1233 return PageTransition::StripQualifier(transition) == PageTransition::RELOAD;
1234}
1235}
1236
1237void TabContents::ExpireInfoBars(
1238 const NavigationController::LoadCommittedDetails& details) {
1239 // Only hide InfoBars when the user has done something that makes the main
1240 // frame load. We don't want various automatic or subframe navigations making
1241 // it disappear.
1242 if (!details.is_user_initiated_main_frame_load())
1243 return;
1244
[email protected]f86a07022008-11-25 01:06:051245 for (int i = infobar_delegate_count() - 1; i >= 0; --i) {
[email protected]616ed5a2008-11-21 22:27:241246 InfoBarDelegate* delegate = GetInfoBarDelegateAt(i);
[email protected]f86a07022008-11-25 01:06:051247 if (delegate->ShouldExpire(details))
[email protected]616ed5a2008-11-21 22:27:241248 RemoveInfoBar(delegate);
[email protected]616ed5a2008-11-21 22:27:241249 }
1250}
[email protected]fdd61c62009-04-22 19:22:571251
[email protected]96d185d2009-04-24 03:28:541252DOMUI* TabContents::GetDOMUIForCurrentState() {
1253 // When there is a pending navigation entry, we want to use the pending DOMUI
1254 // that goes along with it to control the basic flags. For example, we want to
1255 // show the pending URL in the URL bar, so we want the display_url flag to
1256 // be from the pending entry.
1257 //
1258 // The confusion comes because there are multiple possibilities for the
1259 // initial load in a tab as a side effect of the way the RenderViewHostManager
1260 // works.
1261 //
1262 // - For the very first tab the load looks "normal". The new tab DOM UI is
1263 // the pending one, and we want it to apply here.
1264 //
1265 // - For subsequent new tabs, they'll get a new SiteInstance which will then
1266 // get switched to the one previously associated with the new tab pages.
1267 // This switching will cause the manager to commit the RVH/DOMUI. So we'll
1268 // have a committed DOM UI in this case.
1269 //
1270 // This condition handles all of these cases:
1271 //
1272 // - First load in first tab: no committed nav entry + pending nav entry +
1273 // pending dom ui:
1274 // -> Use pending DOM UI if any.
1275 //
1276 // - First load in second tab: no committed nav entry + pending nav entry +
1277 // no pending DOM UI:
1278 // -> Use the committed DOM UI if any.
1279 //
1280 // - Second navigation in any tab: committed nav entry + pending nav entry:
1281 // -> Use pending DOM UI if any.
1282 //
1283 // - Normal state with no load: committed nav entry + no pending nav entry:
1284 // -> Use committed DOM UI.
1285 if (controller_.pending_entry() &&
1286 (controller_.GetLastCommittedEntry() ||
1287 render_manager_.pending_dom_ui()))
1288 return render_manager_.pending_dom_ui();
1289 return render_manager_.dom_ui();
1290}
[email protected]420ae012009-04-24 05:16:321291
1292void TabContents::DidNavigateMainFramePostCommit(
1293 const NavigationController::LoadCommittedDetails& details,
1294 const ViewHostMsg_FrameNavigate_Params& params) {
[email protected]c2e74fe82009-09-03 17:57:441295 if (opener_dom_ui_type_ != DOMUIFactory::kNoDOMUI) {
1296 // If this is a window.open navigation, use the same DOMUI as the renderer
1297 // that opened the window, as long as both renderers have the same
1298 // privileges.
1299 if (opener_dom_ui_type_ == DOMUIFactory::GetDOMUIType(GetURL())) {
1300 DOMUI* dom_ui = DOMUIFactory::CreateDOMUIForURL(this, GetURL());
1301 // dom_ui might be NULL if the URL refers to a non-existent extension.
1302 if (dom_ui) {
1303 render_manager_.SetDOMUIPostCommit(dom_ui);
1304 dom_ui->RenderViewCreated(render_view_host());
1305 }
1306 }
1307 opener_dom_ui_type_ = DOMUIFactory::kNoDOMUI;
1308 }
1309
[email protected]420ae012009-04-24 05:16:321310 if (details.is_user_initiated_main_frame_load()) {
1311 // Clear the status bubble. This is a workaround for a bug where WebKit
1312 // doesn't let us know that the cursor left an element during a
1313 // transition (this is also why the mouse cursor remains as a hand after
1314 // clicking on a link); see bugs 1184641 and 980803. We don't want to
1315 // clear the bubble when a user navigates to a named anchor in the same
1316 // page.
1317 UpdateTargetURL(details.entry->page_id(), GURL());
1318
1319 // UpdateHelpersForDidNavigate will handle the case where the password_form
1320 // origin is valid.
1321 // TODO(brettw) bug 1343111: Password manager stuff in here needs to be
1322 // cleaned up and covered by tests.
1323 if (!params.password_form.origin.is_valid())
1324 GetPasswordManager()->DidNavigate();
1325 }
1326
1327 // The keyword generator uses the navigation entries, so must be called after
1328 // the commit.
1329 GenerateKeywordIfNecessary(params);
1330
1331 // Allow the new page to set the title again.
1332 received_page_title_ = false;
1333
1334 // Get the favicon, either from history or request it from the net.
1335 fav_icon_helper_.FetchFavIcon(details.entry->url());
1336
[email protected]56ce6e52009-10-27 00:10:521337 // Clear all page and browser action state for this tab, unless this is an
1338 // in-page navigation.
[email protected]92c6f9b92009-10-24 04:35:081339 url_canon::Replacements<char> replacements;
1340 replacements.ClearRef();
1341 if (params.url.ReplaceComponents(replacements) !=
1342 params.referrer.ReplaceComponents(replacements)) {
[email protected]92c6f9b92009-10-24 04:35:081343 ExtensionsService* service = profile()->GetExtensionsService();
1344 if (service) {
1345 for (size_t i = 0; i < service->extensions()->size(); ++i) {
[email protected]5d246db22009-10-27 06:17:571346 ExtensionAction* browser_action =
[email protected]92c6f9b92009-10-24 04:35:081347 service->extensions()->at(i)->browser_action();
[email protected]56ce6e52009-10-27 00:10:521348 if (browser_action) {
1349 browser_action->ClearAllValuesForTab(controller().session_id().id());
1350 NotificationService::current()->Notify(
1351 NotificationType::EXTENSION_BROWSER_ACTION_UPDATED,
[email protected]5d246db22009-10-27 06:17:571352 Source<ExtensionAction>(browser_action),
[email protected]56ce6e52009-10-27 00:10:521353 NotificationService::NoDetails());
1354 }
[email protected]92c6f9b92009-10-24 04:35:081355
[email protected]5d246db22009-10-27 06:17:571356 ExtensionAction* page_action =
[email protected]56ce6e52009-10-27 00:10:521357 service->extensions()->at(i)->page_action();
1358 if (page_action) {
1359 page_action->ClearAllValuesForTab(controller().session_id().id());
1360 PageActionStateChanged();
1361 }
[email protected]92c6f9b92009-10-24 04:35:081362 }
[email protected]aece2c7f2009-08-27 20:43:171363 }
1364 }
[email protected]ce5c4502009-05-06 16:46:111365
[email protected]420ae012009-04-24 05:16:321366 // Close constrained popups if necessary.
1367 MaybeCloseChildWindows(details.previous_url, details.entry->url());
1368
1369 // Update the starred state.
1370 UpdateStarredStateForCurrentURL();
1371}
1372
1373void TabContents::DidNavigateAnyFramePostCommit(
1374 RenderViewHost* render_view_host,
1375 const NavigationController::LoadCommittedDetails& details,
1376 const ViewHostMsg_FrameNavigate_Params& params) {
1377 // If we navigate, start showing messages again. This does nothing to prevent
1378 // a malicious script from spamming messages, since the script could just
1379 // reload the page to stop blocking.
1380 suppress_javascript_messages_ = false;
1381
[email protected]420ae012009-04-24 05:16:321382 // Notify the password manager of the navigation or form submit.
1383 // TODO(brettw) bug 1343111: Password manager stuff in here needs to be
1384 // cleaned up and covered by tests.
1385 if (params.password_form.origin.is_valid())
1386 GetPasswordManager()->ProvisionallySavePassword(params.password_form);
1387}
1388
1389void TabContents::MaybeCloseChildWindows(const GURL& previous_url,
1390 const GURL& current_url) {
1391 if (net::RegistryControlledDomainService::SameDomainOrHost(
1392 previous_url, current_url))
1393 return;
1394
1395 // Clear out any child windows since we are leaving this page entirely.
1396 // We use indices instead of iterators in case CloseWindow does something
1397 // that may invalidate an iterator.
1398 int size = static_cast<int>(child_windows_.size());
1399 for (int i = size - 1; i >= 0; --i) {
1400 ConstrainedWindow* window = child_windows_[i];
1401 if (window)
1402 window->CloseConstrainedWindow();
1403 }
[email protected]e29300cd2009-07-23 21:14:591404
1405 // Close the popup container.
1406 if (blocked_popups_) {
1407 blocked_popups_->Destroy();
1408 blocked_popups_ = NULL;
1409 }
[email protected]420ae012009-04-24 05:16:321410}
1411
1412void TabContents::UpdateStarredStateForCurrentURL() {
1413 BookmarkModel* model = profile()->GetBookmarkModel();
1414 const bool old_state = is_starred_;
1415 is_starred_ = (model && model->IsBookmarked(GetURL()));
1416
1417 if (is_starred_ != old_state && delegate())
1418 delegate()->URLStarredChanged(this, is_starred_);
1419}
1420
1421void TabContents::UpdateAlternateErrorPageURL() {
1422 GURL url = GetAlternateErrorPageURL();
1423 render_view_host()->SetAlternateErrorPageURL(url);
1424}
1425
1426void TabContents::UpdateWebPreferences() {
1427 render_view_host()->UpdateWebPreferences(GetWebkitPrefs());
1428}
1429
1430void TabContents::UpdateMaxPageIDIfNecessary(SiteInstance* site_instance,
1431 RenderViewHost* rvh) {
1432 // If we are creating a RVH for a restored controller, then we might
1433 // have more page IDs than the SiteInstance's current max page ID. We must
1434 // make sure that the max page ID is larger than any restored page ID.
1435 // Note that it is ok for conflicting page IDs to exist in another tab
1436 // (i.e., NavigationController), but if any page ID is larger than the max,
1437 // the back/forward list will get confused.
1438 int max_restored_page_id = controller_.max_restored_page_id();
1439 if (max_restored_page_id > 0) {
1440 int curr_max_page_id = site_instance->max_page_id();
1441 if (max_restored_page_id > curr_max_page_id) {
1442 // Need to update the site instance immediately.
1443 site_instance->UpdateMaxPageID(max_restored_page_id);
1444
1445 // Also tell the renderer to update its internal representation. We
1446 // need to reserve enough IDs to make all restored page IDs less than
1447 // the max.
1448 if (curr_max_page_id < 0)
1449 curr_max_page_id = 0;
1450 rvh->ReservePageIDRange(max_restored_page_id - curr_max_page_id);
1451 }
1452 }
1453}
1454
1455void TabContents::UpdateHistoryForNavigation(
[email protected]ebe89e062009-08-13 23:16:541456 const GURL& virtual_url,
[email protected]befd8d822009-07-01 04:51:471457 const NavigationController::LoadCommittedDetails& details,
[email protected]420ae012009-04-24 05:16:321458 const ViewHostMsg_FrameNavigate_Params& params) {
1459 if (profile()->IsOffTheRecord())
1460 return;
1461
1462 // Add to history service.
1463 HistoryService* hs = profile()->GetHistoryService(Profile::IMPLICIT_ACCESS);
1464 if (hs) {
1465 if (PageTransition::IsMainFrame(params.transition) &&
[email protected]ebe89e062009-08-13 23:16:541466 virtual_url != params.url) {
1467 // Hack on the "virtual" URL so that it will appear in history. For some
[email protected]420ae012009-04-24 05:16:321468 // types of URLs, we will display a magic URL that is different from where
1469 // the page is actually navigated. We want the user to see in history
[email protected]ebe89e062009-08-13 23:16:541470 // what they saw in the URL bar, so we add the virtual URL as a redirect.
1471 // This only applies to the main frame, as the virtual URL doesn't apply
[email protected]420ae012009-04-24 05:16:321472 // to sub-frames.
1473 std::vector<GURL> redirects = params.redirects;
1474 if (!redirects.empty())
[email protected]ebe89e062009-08-13 23:16:541475 redirects.back() = virtual_url;
1476 hs->AddPage(virtual_url, this, params.page_id, params.referrer,
[email protected]befd8d822009-07-01 04:51:471477 params.transition, redirects, details.did_replace_entry);
[email protected]420ae012009-04-24 05:16:321478 } else {
1479 hs->AddPage(params.url, this, params.page_id, params.referrer,
[email protected]befd8d822009-07-01 04:51:471480 params.transition, params.redirects,
1481 details.did_replace_entry);
[email protected]420ae012009-04-24 05:16:321482 }
1483 }
1484}
1485
1486bool TabContents::UpdateTitleForEntry(NavigationEntry* entry,
1487 const std::wstring& title) {
1488 // For file URLs without a title, use the pathname instead. In the case of a
1489 // synthesized title, we don't want the update to count toward the "one set
1490 // per page of the title to history."
1491 std::wstring final_title;
1492 bool explicit_set;
1493 if (entry->url().SchemeIsFile() && title.empty()) {
1494 final_title = UTF8ToWide(entry->url().ExtractFileName());
1495 explicit_set = false; // Don't count synthetic titles toward the set limit.
1496 } else {
1497 TrimWhitespace(title, TRIM_ALL, &final_title);
1498 explicit_set = true;
1499 }
1500
1501 if (final_title == UTF16ToWideHack(entry->title()))
1502 return false; // Nothing changed, don't bother.
1503
1504 entry->set_title(WideToUTF16Hack(final_title));
1505
1506 // Update the history system for this page.
1507 if (!profile()->IsOffTheRecord() && !received_page_title_) {
1508 HistoryService* hs =
1509 profile()->GetHistoryService(Profile::IMPLICIT_ACCESS);
1510 if (hs)
[email protected]ebe89e062009-08-13 23:16:541511 hs->SetPageTitle(entry->virtual_url(), final_title);
[email protected]420ae012009-04-24 05:16:321512
1513 // Don't allow the title to be saved again for explicitly set ones.
1514 received_page_title_ = explicit_set;
1515 }
1516
1517 // Lastly, set the title for the view.
1518 view_->SetPageTitle(final_title);
1519
1520 return true;
1521}
1522
1523void TabContents::NotifySwapped() {
1524 // After sending out a swap notification, we need to send a disconnect
1525 // notification so that clients that pick up a pointer to |this| can NULL the
1526 // pointer. See Bug 1230284.
1527 notify_disconnection_ = true;
1528 NotificationService::current()->Notify(
[email protected]57c6a652009-05-04 07:58:341529 NotificationType::TAB_CONTENTS_SWAPPED,
[email protected]d82ed61e2009-06-16 02:46:221530 Source<TabContents>(this),
[email protected]420ae012009-04-24 05:16:321531 NotificationService::NoDetails());
1532}
1533
1534void TabContents::NotifyConnected() {
1535 notify_disconnection_ = true;
1536 NotificationService::current()->Notify(
[email protected]57c6a652009-05-04 07:58:341537 NotificationType::TAB_CONTENTS_CONNECTED,
[email protected]d82ed61e2009-06-16 02:46:221538 Source<TabContents>(this),
[email protected]420ae012009-04-24 05:16:321539 NotificationService::NoDetails());
1540}
1541
1542void TabContents::NotifyDisconnected() {
1543 if (!notify_disconnection_)
1544 return;
1545
1546 notify_disconnection_ = false;
1547 NotificationService::current()->Notify(
[email protected]57c6a652009-05-04 07:58:341548 NotificationType::TAB_CONTENTS_DISCONNECTED,
[email protected]d82ed61e2009-06-16 02:46:221549 Source<TabContents>(this),
[email protected]420ae012009-04-24 05:16:321550 NotificationService::NoDetails());
1551}
1552
1553void TabContents::GenerateKeywordIfNecessary(
1554 const ViewHostMsg_FrameNavigate_Params& params) {
1555 if (!params.searchable_form_url.is_valid())
1556 return;
1557
1558 if (profile()->IsOffTheRecord())
1559 return;
1560
1561 int last_index = controller_.last_committed_entry_index();
1562 // When there was no previous page, the last index will be 0. This is
1563 // normally due to a form submit that opened in a new tab.
1564 // TODO(brettw) bug 916126: we should support keywords when form submits
1565 // happen in new tabs.
1566 if (last_index <= 0)
1567 return;
1568 const NavigationEntry* previous_entry =
1569 controller_.GetEntryAtIndex(last_index - 1);
1570 if (IsFormSubmit(previous_entry)) {
1571 // Only generate a keyword if the previous page wasn't itself a form
1572 // submit.
1573 return;
1574 }
1575
1576 GURL keyword_url = previous_entry->user_typed_url().is_valid() ?
1577 previous_entry->user_typed_url() : previous_entry->url();
1578 std::wstring keyword =
1579 TemplateURLModel::GenerateKeyword(keyword_url, true); // autodetected
1580 if (keyword.empty())
1581 return;
1582
1583 TemplateURLModel* url_model = profile()->GetTemplateURLModel();
1584 if (!url_model)
1585 return;
1586
1587 if (!url_model->loaded()) {
1588 url_model->Load();
1589 return;
1590 }
1591
1592 const TemplateURL* current_url;
1593 std::wstring url = UTF8ToWide(params.searchable_form_url.spec());
1594 if (!url_model->CanReplaceKeyword(keyword, url, &current_url))
1595 return;
1596
1597 if (current_url) {
1598 if (current_url->originating_url().is_valid()) {
1599 // The existing keyword was generated from an OpenSearch description
1600 // document, don't regenerate.
1601 return;
1602 }
1603 url_model->Remove(current_url);
1604 }
1605 TemplateURL* new_url = new TemplateURL();
1606 new_url->set_keyword(keyword);
1607 new_url->set_short_name(keyword);
1608 new_url->SetURL(url, 0, 0);
1609 new_url->add_input_encoding(params.searchable_form_encoding);
1610 DCHECK(controller_.GetLastCommittedEntry());
1611 const GURL& favicon_url =
1612 controller_.GetLastCommittedEntry()->favicon().url();
1613 if (favicon_url.is_valid()) {
1614 new_url->SetFavIconURL(favicon_url);
1615 } else {
1616 // The favicon url isn't valid. This means there really isn't a favicon,
1617 // or the favicon url wasn't obtained before the load started. This assumes
1618 // the later.
1619 // TODO(sky): Need a way to set the favicon that doesn't involve generating
1620 // its url.
1621 new_url->SetFavIconURL(TemplateURL::GenerateFaviconURL(params.referrer));
1622 }
1623 new_url->set_safe_for_autoreplace(true);
1624 url_model->Add(new_url);
1625}
1626
[email protected]bf5c2ff392009-07-08 16:24:331627void TabContents::OnUserGesture() {
1628 // See comment in RenderViewHostDelegate::OnUserGesture as to why we do this.
1629 DownloadRequestManager* drm = g_browser_process->download_request_manager();
1630 if (drm)
1631 drm->OnUserGesture(this);
[email protected]e7eaedde2009-09-25 20:09:491632 ExternalProtocolHandler::OnUserGesture();
[email protected]bf5c2ff392009-07-08 16:24:331633 controller_.OnUserGesture();
1634}
1635
1636void TabContents::OnFindReply(int request_id,
1637 int number_of_matches,
1638 const gfx::Rect& selection_rect,
1639 int active_match_ordinal,
1640 bool final_update) {
[email protected]3ce7ced2009-07-24 18:52:421641 // Ignore responses for requests that have been aborted.
1642 if (find_op_aborted_)
1643 return;
1644
[email protected]bf5c2ff392009-07-08 16:24:331645 // Ignore responses for requests other than the one we have most recently
1646 // issued. That way we won't act on stale results when the user has
1647 // already typed in another query.
1648 if (request_id != current_find_request_id_)
1649 return;
1650
1651 if (number_of_matches == -1)
1652 number_of_matches = last_search_result_.number_of_matches();
1653 if (active_match_ordinal == -1)
1654 active_match_ordinal = last_search_result_.active_match_ordinal();
1655
1656 gfx::Rect selection = selection_rect;
1657 if (selection.IsEmpty())
1658 selection = last_search_result_.selection_rect();
1659
1660 // Notify the UI, automation and any other observers that a find result was
1661 // found.
1662 last_search_result_ = FindNotificationDetails(request_id, number_of_matches,
1663 selection, active_match_ordinal,
1664 final_update);
1665 NotificationService::current()->Notify(
1666 NotificationType::FIND_RESULT_AVAILABLE,
1667 Source<TabContents>(this),
1668 Details<FindNotificationDetails>(&last_search_result_));
1669}
1670
1671void TabContents::GoToEntryAtOffset(int offset) {
[email protected]f9cc4c452009-10-13 14:56:381672 if (!delegate_ || delegate_->OnGoToEntryOffset(offset))
1673 controller_.GoToOffset(offset);
[email protected]bf5c2ff392009-07-08 16:24:331674}
1675
1676void TabContents::GetHistoryListCount(int* back_list_count,
1677 int* forward_list_count) {
1678 int current_index = controller_.last_committed_entry_index();
1679 *back_list_count = current_index;
1680 *forward_list_count = controller_.entry_count() - current_index - 1;
1681}
1682
1683void TabContents::OnMissingPluginStatus(int status) {
1684#if defined(OS_WIN)
1685// TODO(PORT): pull in when plug-ins work
1686 GetPluginInstaller()->OnMissingPluginStatus(status);
1687#endif
1688}
1689
1690void TabContents::OnCrashedPlugin(const FilePath& plugin_path) {
[email protected]bf5c2ff392009-07-08 16:24:331691 DCHECK(!plugin_path.value().empty());
1692
1693 std::wstring plugin_name = plugin_path.ToWStringHack();
[email protected]d32d46182009-07-23 00:09:351694#if defined(OS_WIN) || defined(OS_MACOSX)
[email protected]bf5c2ff392009-07-08 16:24:331695 scoped_ptr<FileVersionInfo> version_info(
1696 FileVersionInfo::CreateFileVersionInfo(plugin_path));
1697 if (version_info.get()) {
1698 const std::wstring& product_name = version_info->product_name();
[email protected]996fd702009-09-04 19:12:371699 if (!product_name.empty()) {
[email protected]bf5c2ff392009-07-08 16:24:331700 plugin_name = product_name;
[email protected]996fd702009-09-04 19:12:371701#if defined(OS_MACOSX)
1702 // Many plugins on the Mac have .plugin in the actual name, which looks
1703 // terrible, so look for that and strip it off if present.
1704 const std::wstring plugin_extension(L".plugin");
1705 if (EndsWith(plugin_name, plugin_extension, true))
1706 plugin_name.erase(plugin_name.length() - plugin_extension.length());
1707#endif // OS_MACOSX
1708 }
[email protected]bf5c2ff392009-07-08 16:24:331709 }
[email protected]4a560ed2009-07-13 23:35:261710#else
1711 NOTIMPLEMENTED() << " convert plugin path to plugin name";
1712#endif
[email protected]bf5c2ff392009-07-08 16:24:331713 AddInfoBar(new SimpleAlertInfoBarDelegate(
1714 this, l10n_util::GetStringF(IDS_PLUGIN_CRASHED_PROMPT, plugin_name),
1715 NULL));
[email protected]bf5c2ff392009-07-08 16:24:331716}
1717
1718void TabContents::OnCrashedWorker() {
1719 AddInfoBar(new SimpleAlertInfoBarDelegate(
1720 this, l10n_util::GetString(IDS_WEBWORKER_CRASHED_PROMPT),
1721 NULL));
1722}
1723
1724void TabContents::OnDidGetApplicationInfo(
1725 int32 page_id,
1726 const webkit_glue::WebApplicationInfo& info) {
[email protected]ed5431872009-11-17 08:39:511727 web_app_info_ = info;
[email protected]bf5c2ff392009-07-08 16:24:331728
[email protected]ed5431872009-11-17 08:39:511729 if (delegate())
1730 delegate()->OnDidGetApplicationInfo(this, page_id);
[email protected]bf5c2ff392009-07-08 16:24:331731}
1732
1733void TabContents::DidStartProvisionalLoadForFrame(
1734 RenderViewHost* render_view_host,
1735 bool is_main_frame,
1736 const GURL& url) {
1737 ProvisionalLoadDetails details(is_main_frame,
1738 controller_.IsURLInPageNavigation(url),
1739 url, std::string(), false);
1740 NotificationService::current()->Notify(
1741 NotificationType::FRAME_PROVISIONAL_LOAD_START,
1742 Source<NavigationController>(&controller_),
1743 Details<ProvisionalLoadDetails>(&details));
1744}
1745
1746void TabContents::DidStartReceivingResourceResponse(
1747 ResourceRequestDetails* details) {
1748 NotificationService::current()->Notify(
1749 NotificationType::RESOURCE_RESPONSE_STARTED,
1750 Source<NavigationController>(&controller()),
1751 Details<ResourceRequestDetails>(details));
1752}
1753
1754void TabContents::DidRedirectResource(ResourceRequestDetails* details) {
1755 NotificationService::current()->Notify(
1756 NotificationType::RESOURCE_RECEIVED_REDIRECT,
1757 Source<NavigationController>(&controller()),
1758 Details<ResourceRequestDetails>(details));
1759}
1760
1761void TabContents::DidLoadResourceFromMemoryCache(
1762 const GURL& url,
1763 const std::string& frame_origin,
1764 const std::string& main_frame_origin,
1765 const std::string& security_info) {
1766 // Send out a notification that we loaded a resource from our memory cache.
1767 int cert_id = 0, cert_status = 0, security_bits = 0;
1768 SSLManager::DeserializeSecurityInfo(security_info,
1769 &cert_id, &cert_status,
1770 &security_bits);
1771 LoadFromMemoryCacheDetails details(url, frame_origin, main_frame_origin,
[email protected]76543b92009-08-31 17:27:451772 process()->id(), cert_id, cert_status);
[email protected]bf5c2ff392009-07-08 16:24:331773
1774 NotificationService::current()->Notify(
1775 NotificationType::LOAD_FROM_MEMORY_CACHE,
1776 Source<NavigationController>(&controller_),
1777 Details<LoadFromMemoryCacheDetails>(&details));
1778}
1779
[email protected]e3d60e5d2009-09-25 21:08:291780void TabContents::DidDisplayInsecureContent() {
[email protected]09843b5f2009-09-26 08:30:591781 controller_.ssl_manager()->DidDisplayInsecureContent();
[email protected]e3d60e5d2009-09-25 21:08:291782}
1783
1784void TabContents::DidRunInsecureContent(const std::string& security_origin) {
[email protected]09843b5f2009-09-26 08:30:591785 controller_.ssl_manager()->DidRunInsecureContent(security_origin);
[email protected]e3d60e5d2009-09-25 21:08:291786}
1787
[email protected]bf5c2ff392009-07-08 16:24:331788void TabContents::DidFailProvisionalLoadWithError(
1789 RenderViewHost* render_view_host,
1790 bool is_main_frame,
1791 int error_code,
1792 const GURL& url,
1793 bool showing_repost_interstitial) {
1794 if (net::ERR_ABORTED == error_code) {
1795 // EVIL HACK ALERT! Ignore failed loads when we're showing interstitials.
1796 // This means that the interstitial won't be torn down properly, which is
1797 // bad. But if we have an interstitial, go back to another tab type, and
1798 // then load the same interstitial again, we could end up getting the first
1799 // interstitial's "failed" message (as a result of the cancel) when we're on
1800 // the second one.
1801 //
1802 // We can't tell this apart, so we think we're tearing down the current page
1803 // which will cause a crash later one. There is also some code in
1804 // RenderViewHostManager::RendererAbortedProvisionalLoad that is commented
1805 // out because of this problem.
1806 //
1807 // http://code.google.com/p/chromium/issues/detail?id=2855
1808 // Because this will not tear down the interstitial properly, if "back" is
1809 // back to another tab type, the interstitial will still be somewhat alive
1810 // in the previous tab type. If you navigate somewhere that activates the
1811 // tab with the interstitial again, you'll see a flash before the new load
1812 // commits of the interstitial page.
1813 if (showing_interstitial_page()) {
1814 LOG(WARNING) << "Discarding message during interstitial.";
1815 return;
1816 }
1817
1818 // This will discard our pending entry if we cancelled the load (e.g., if we
1819 // decided to download the file instead of load it). Only discard the
1820 // pending entry if the URLs match, otherwise the user initiated a navigate
1821 // before the page loaded so that the discard would discard the wrong entry.
1822 NavigationEntry* pending_entry = controller_.pending_entry();
1823 if (pending_entry && pending_entry->url() == url) {
1824 controller_.DiscardNonCommittedEntries();
1825 // Update the URL display.
1826 NotifyNavigationStateChanged(TabContents::INVALIDATE_URL);
1827 }
1828
1829 render_manager_.RendererAbortedProvisionalLoad(render_view_host);
1830 }
1831
1832 // Send out a notification that we failed a provisional load with an error.
1833 ProvisionalLoadDetails details(is_main_frame,
1834 controller_.IsURLInPageNavigation(url),
1835 url, std::string(), false);
1836 details.set_error_code(error_code);
1837
1838 NotificationService::current()->Notify(
1839 NotificationType::FAIL_PROVISIONAL_LOAD_WITH_ERROR,
1840 Source<NavigationController>(&controller_),
1841 Details<ProvisionalLoadDetails>(&details));
1842}
1843
1844void TabContents::DocumentLoadedInFrame() {
1845 controller_.DocumentLoadedInFrame();
1846}
1847
[email protected]8d3347f2009-07-09 22:00:211848RenderViewHostDelegate::View* TabContents::GetViewDelegate() {
[email protected]420ae012009-04-24 05:16:321849 return view_.get();
1850}
1851
[email protected]8d3347f2009-07-09 22:00:211852RenderViewHostDelegate::RendererManagement*
1853TabContents::GetRendererManagementDelegate() {
1854 return &render_manager_;
1855}
1856
[email protected]bf5c2ff392009-07-08 16:24:331857RenderViewHostDelegate::BrowserIntegration*
[email protected]8d3347f2009-07-09 22:00:211858 TabContents::GetBrowserIntegrationDelegate() {
1859 return this;
[email protected]bf5c2ff392009-07-08 16:24:331860}
1861
[email protected]8d3347f2009-07-09 22:00:211862RenderViewHostDelegate::Resource* TabContents::GetResourceDelegate() {
1863 return this;
[email protected]bf5c2ff392009-07-08 16:24:331864}
1865
[email protected]8d3347f2009-07-09 22:00:211866RenderViewHostDelegate::Save* TabContents::GetSaveDelegate() {
[email protected]420ae012009-04-24 05:16:321867 return save_package_.get(); // May be NULL, but we can return NULL.
1868}
1869
[email protected]8d3347f2009-07-09 22:00:211870RenderViewHostDelegate::Printing* TabContents::GetPrintingDelegate() {
1871 return &printing_;
1872}
1873
1874RenderViewHostDelegate::FavIcon* TabContents::GetFavIconDelegate() {
1875 return &fav_icon_helper_;
1876}
1877
[email protected]c54d269e2009-10-21 18:07:381878RenderViewHostDelegate::FormFieldHistory*
1879TabContents::GetFormFieldHistoryDelegate() {
[email protected]19289d02009-10-21 21:47:001880 if (form_field_history_manager_.get() == NULL)
1881 form_field_history_manager_.reset(new FormFieldHistoryManager(this));
1882 return form_field_history_manager_.get();
[email protected]bf5c2ff392009-07-08 16:24:331883}
1884
[email protected]21674df2009-10-28 19:51:211885RenderViewHostDelegate::AutoFill* TabContents::GetAutoFillDelegate() {
1886 if (autofill_manager_.get() == NULL)
1887 autofill_manager_.reset(new AutoFillManager(this));
1888 return autofill_manager_.get();
1889}
1890
[email protected]93623c5d2009-12-10 21:40:321891RendererPreferences TabContents::GetRendererPrefs(Profile* profile) const {
[email protected]840b1512009-07-21 16:53:461892 return renderer_preferences_;
[email protected]80d96fa2009-06-10 22:34:511893}
1894
[email protected]57c6a652009-05-04 07:58:341895TabContents* TabContents::GetAsTabContents() {
1896 return this;
1897}
1898
[email protected]3e7cf1362009-08-21 17:47:081899void TabContents::AddBlockedNotice(const GURL& url, const string16& reason) {
1900 CreateBlockedPopupContainerIfNecessary();
1901 blocked_popups_->AddBlockedNotice(url, reason);
1902}
1903
[email protected]7b291f92009-08-14 05:43:531904ViewType::Type TabContents::GetRenderViewType() const {
1905 return ViewType::TAB_CONTENTS;
1906}
1907
1908int TabContents::GetBrowserWindowID() const {
1909 return controller().window_id().id();
1910}
1911
[email protected]420ae012009-04-24 05:16:321912void TabContents::RenderViewCreated(RenderViewHost* render_view_host) {
[email protected]2e4633c2009-07-09 16:58:061913 NotificationService::current()->Notify(
1914 NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB,
1915 Source<TabContents>(this),
1916 Details<RenderViewHost>(render_view_host));
[email protected]420ae012009-04-24 05:16:321917 NavigationEntry* entry = controller_.GetActiveEntry();
1918 if (!entry)
1919 return;
1920
1921 // When we're creating views, we're still doing initial setup, so we always
1922 // use the pending DOM UI rather than any possibly existing committed one.
1923 if (render_manager_.pending_dom_ui()) {
1924 render_manager_.pending_dom_ui()->RenderViewCreated(render_view_host);
1925 }
1926
1927 if (entry->IsViewSourceMode()) {
1928 // Put the renderer in view source mode.
1929 render_view_host->Send(
1930 new ViewMsg_EnableViewSourceMode(render_view_host->routing_id()));
1931 }
[email protected]0666aef2009-05-13 19:48:081932
1933 view()->RenderViewCreated(render_view_host);
[email protected]420ae012009-04-24 05:16:321934}
1935
1936void TabContents::RenderViewReady(RenderViewHost* rvh) {
1937 if (rvh != render_view_host()) {
1938 // Don't notify the world, since this came from a renderer in the
1939 // background.
1940 return;
1941 }
1942
1943 NotifyConnected();
[email protected]9d8a4642009-07-29 17:25:301944 bool was_crashed = is_crashed();
[email protected]420ae012009-04-24 05:16:321945 SetIsCrashed(false);
[email protected]9d8a4642009-07-29 17:25:301946
1947 // Restore the focus to the tab (otherwise the focus will be on the top
1948 // window).
1949 if (was_crashed && !FocusLocationBarByDefault())
1950 Focus();
[email protected]420ae012009-04-24 05:16:321951}
1952
1953void TabContents::RenderViewGone(RenderViewHost* rvh) {
1954 // Ask the print preview if this renderer was valuable.
1955 if (!printing_.OnRenderViewGone(rvh))
1956 return;
1957 if (rvh != render_view_host()) {
1958 // The pending page's RenderViewHost is gone.
1959 return;
1960 }
1961
1962 SetIsLoading(false, NULL);
1963 NotifyDisconnected();
1964 SetIsCrashed(true);
1965
[email protected]8e537302009-06-10 21:19:581966 // Tell the view that we've crashed so it can prepare the sad tab page.
1967 view_->OnTabCrashed();
[email protected]420ae012009-04-24 05:16:321968
1969 // Hide any visible hung renderer warning for this web contents' process.
[email protected]e7b8d832009-11-20 22:41:001970 hung_renderer_dialog::HideForTabContents(this);
[email protected]420ae012009-04-24 05:16:321971}
1972
[email protected]2e4633c2009-07-09 16:58:061973void TabContents::RenderViewDeleted(RenderViewHost* rvh) {
1974 NotificationService::current()->Notify(
1975 NotificationType::RENDER_VIEW_HOST_DELETED,
1976 Source<TabContents>(this),
1977 Details<RenderViewHost>(rvh));
[email protected]fb7b79f72009-11-06 18:00:481978 render_manager_.RenderViewDeleted(rvh);
[email protected]2e4633c2009-07-09 16:58:061979}
1980
[email protected]420ae012009-04-24 05:16:321981void TabContents::DidNavigate(RenderViewHost* rvh,
1982 const ViewHostMsg_FrameNavigate_Params& params) {
[email protected]8030f012009-09-25 18:09:371983 int extra_invalidate_flags = 0;
1984
1985 if (PageTransition::IsMainFrame(params.transition)) {
[email protected]20ede072009-10-06 00:28:351986 bool was_bookmark_bar_visible = ShouldShowBookmarkBar();
[email protected]8030f012009-09-25 18:09:371987 bool was_extension_shelf_visible = IsExtensionShelfAlwaysVisible();
1988
[email protected]420ae012009-04-24 05:16:321989 render_manager_.DidNavigateMainFrame(rvh);
1990
[email protected]20ede072009-10-06 00:28:351991 if (was_bookmark_bar_visible != ShouldShowBookmarkBar())
[email protected]8030f012009-09-25 18:09:371992 extra_invalidate_flags |= INVALIDATE_BOOKMARK_BAR;
1993 if (was_extension_shelf_visible != IsExtensionShelfAlwaysVisible())
1994 extra_invalidate_flags |= INVALIDATE_EXTENSION_SHELF;
1995 }
1996
[email protected]420ae012009-04-24 05:16:321997 // Update the site of the SiteInstance if it doesn't have one yet.
1998 if (!GetSiteInstance()->has_site())
1999 GetSiteInstance()->SetSite(params.url);
2000
2001 // Need to update MIME type here because it's referred to in
2002 // UpdateNavigationCommands() called by RendererDidNavigate() to
2003 // determine whether or not to enable the encoding menu.
2004 // It's updated only for the main frame. For a subframe,
2005 // RenderView::UpdateURL does not set params.contents_mime_type.
2006 // (see http://code.google.com/p/chromium/issues/detail?id=2929 )
2007 // TODO(jungshik): Add a test for the encoding menu to avoid
2008 // regressing it again.
2009 if (PageTransition::IsMainFrame(params.transition))
2010 contents_mime_type_ = params.contents_mime_type;
2011
2012 NavigationController::LoadCommittedDetails details;
[email protected]8030f012009-09-25 18:09:372013 bool did_navigate = controller_.RendererDidNavigate(
2014 params, extra_invalidate_flags, &details);
[email protected]3e90d4a2009-07-03 17:38:392015
2016 // Update history. Note that this needs to happen after the entry is complete,
2017 // which WillNavigate[Main,Sub]Frame will do before this function is called.
[email protected]2e29d922009-10-22 22:13:352018 if (params.should_update_history &&
2019 (!delegate() || delegate()->ShouldAddNavigationsToHistory())) {
[email protected]3e90d4a2009-07-03 17:38:392020 // Most of the time, the displayURL matches the loaded URL, but for about:
2021 // URLs, we use a data: URL as the real value. We actually want to save
2022 // the about: URL to the history db and keep the data: URL hidden. This is
2023 // what the TabContents' URL getter does.
2024 UpdateHistoryForNavigation(GetURL(), details, params);
2025 }
2026
[email protected]76543b92009-08-31 17:27:452027 if (!did_navigate)
2028 return; // No navigation happened.
[email protected]420ae012009-04-24 05:16:322029
2030 // DO NOT ADD MORE STUFF TO THIS FUNCTION! Your component should either listen
2031 // for the appropriate notification (best) or you can add it to
2032 // DidNavigateMainFramePostCommit / DidNavigateAnyFramePostCommit (only if
2033 // necessary, please).
2034
2035 // Run post-commit tasks.
2036 if (details.is_main_frame)
2037 DidNavigateMainFramePostCommit(details, params);
2038 DidNavigateAnyFramePostCommit(rvh, details, params);
2039}
2040
2041void TabContents::UpdateState(RenderViewHost* rvh,
2042 int32 page_id,
2043 const std::string& state) {
2044 DCHECK(rvh == render_view_host());
2045
2046 // We must be prepared to handle state updates for any page, these occur
2047 // when the user is scrolling and entering form data, as well as when we're
2048 // leaving a page, in which case our state may have already been moved to
2049 // the next page. The navigation controller will look up the appropriate
2050 // NavigationEntry and update it when it is notified via the delegate.
2051
2052 int entry_index = controller_.GetEntryIndexWithPageID(
2053 GetSiteInstance(), page_id);
2054 if (entry_index < 0)
2055 return;
2056 NavigationEntry* entry = controller_.GetEntryAtIndex(entry_index);
2057
2058 if (state == entry->content_state())
2059 return; // Nothing to update.
2060 entry->set_content_state(state);
2061 controller_.NotifyEntryChanged(entry, entry_index);
2062}
2063
2064void TabContents::UpdateTitle(RenderViewHost* rvh,
2065 int32 page_id, const std::wstring& title) {
2066 // If we have a title, that's a pretty good indication that we've started
2067 // getting useful data.
2068 SetNotWaitingForResponse();
2069
2070 DCHECK(rvh == render_view_host());
2071 NavigationEntry* entry = controller_.GetEntryWithPageID(GetSiteInstance(),
2072 page_id);
2073 if (!entry || !UpdateTitleForEntry(entry, title))
2074 return;
2075
2076 // Broadcast notifications when the UI should be updated.
2077 if (entry == controller_.GetEntryAtOffset(0))
[email protected]f1cd5e82009-10-23 17:19:032078 NotifyNavigationStateChanged(INVALIDATE_TITLE);
[email protected]420ae012009-04-24 05:16:322079}
2080
[email protected]420ae012009-04-24 05:16:322081void TabContents::UpdateEncoding(RenderViewHost* render_view_host,
[email protected]41fc0322009-09-04 22:23:402082 const std::string& encoding) {
[email protected]420ae012009-04-24 05:16:322083 set_encoding(encoding);
2084}
2085
2086void TabContents::UpdateTargetURL(int32 page_id, const GURL& url) {
2087 if (delegate())
2088 delegate()->UpdateTargetURL(this, url);
2089}
2090
2091void TabContents::UpdateThumbnail(const GURL& url,
2092 const SkBitmap& bitmap,
2093 const ThumbnailScore& score) {
2094 // Tell History about this thumbnail
[email protected]449478302009-06-09 20:04:282095 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kThumbnailStore)) {
[email protected]72d0fc72009-07-09 17:30:492096 if (!profile()->IsOffTheRecord())
[email protected]42339402009-07-17 17:27:192097 profile()->GetThumbnailStore()->SetPageThumbnail(url, bitmap,
2098 score, true);
[email protected]449478302009-06-09 20:04:282099 } else {
2100 HistoryService* hs;
2101 if (!profile()->IsOffTheRecord() &&
2102 (hs = profile()->GetHistoryService(Profile::IMPLICIT_ACCESS))) {
2103 hs->SetPageThumbnail(url, bitmap, score);
2104 }
[email protected]420ae012009-04-24 05:16:322105 }
2106}
2107
[email protected]8922e1f2009-10-03 05:01:262108void TabContents::UpdateInspectorSettings(const std::string& raw_settings) {
[email protected]0df30122009-06-03 12:13:082109 profile()->GetPrefs()->SetString(prefs::kWebKitInspectorSettings,
[email protected]8922e1f2009-10-03 05:01:262110 UTF8ToWide(raw_settings));
[email protected]0df30122009-06-03 12:13:082111}
2112
[email protected]420ae012009-04-24 05:16:322113void TabContents::Close(RenderViewHost* rvh) {
[email protected]07707302009-11-06 00:50:292114 // The UI may be in an event-tracking loop, such as between the
2115 // mouse-down and mouse-up in text selection or a button click.
2116 // Defer the close until after tracking is complete, so that we
2117 // don't free objects out from under the UI.
2118 // TODO(shess): This could probably be integrated with the
2119 // IsDoingDrag() test below. Punting for now because I need more
2120 // research to understand how this impacts platforms other than Mac.
2121 // TODO(shess): This could get more fine-grained. For instance,
2122 // closing a tab in another window while selecting text in the
2123 // current window's Omnibox should be just fine.
2124 if (view()->IsEventTracking()) {
2125 view()->CloseTabAfterEventTracking();
2126 return;
2127 }
2128
[email protected]24a4d1062009-07-10 23:10:422129 // If we close the tab while we're in the middle of a drag, we'll crash.
2130 // Instead, cancel the drag and close it as soon as the drag ends.
2131 if (view()->IsDoingDrag()) {
2132 view()->CancelDragAndCloseTab();
2133 return;
2134 }
2135
[email protected]420ae012009-04-24 05:16:322136 // Ignore this if it comes from a RenderViewHost that we aren't showing.
2137 if (delegate() && rvh == render_view_host())
2138 delegate()->CloseContents(this);
2139}
2140
2141void TabContents::RequestMove(const gfx::Rect& new_bounds) {
2142 if (delegate() && delegate()->IsPopup(this))
2143 delegate()->MoveContents(this, new_bounds);
2144}
2145
[email protected]7ab1e7d62009-10-14 23:32:012146void TabContents::DidStartLoading() {
[email protected]420ae012009-04-24 05:16:322147 SetIsLoading(true, NULL);
2148}
2149
[email protected]7ab1e7d62009-10-14 23:32:012150void TabContents::DidStopLoading() {
[email protected]420ae012009-04-24 05:16:322151 scoped_ptr<LoadNotificationDetails> details;
2152
2153 NavigationEntry* entry = controller_.GetActiveEntry();
2154 // An entry may not exist for a stop when loading an initial blank page or
2155 // if an iframe injected by script into a blank page finishes loading.
2156 if (entry) {
[email protected]420ae012009-04-24 05:16:322157 base::TimeDelta elapsed = base::TimeTicks::Now() - current_load_start_;
2158
2159 details.reset(new LoadNotificationDetails(
[email protected]ebe89e062009-08-13 23:16:542160 entry->virtual_url(),
[email protected]420ae012009-04-24 05:16:322161 entry->transition_type(),
2162 elapsed,
2163 &controller_,
2164 controller_.GetCurrentEntryIndex()));
2165 }
2166
2167 // Tell PasswordManager we've finished a page load, which serves as a
2168 // green light to save pending passwords and reset itself.
2169 GetPasswordManager()->DidStopLoading();
2170
2171 SetIsLoading(false, details.get());
2172}
2173
[email protected]420ae012009-04-24 05:16:322174void TabContents::DidRedirectProvisionalLoad(int32 page_id,
2175 const GURL& source_url,
2176 const GURL& target_url) {
2177 NavigationEntry* entry;
2178 if (page_id == -1)
2179 entry = controller_.pending_entry();
2180 else
2181 entry = controller_.GetEntryWithPageID(GetSiteInstance(), page_id);
2182 if (!entry || entry->url() != source_url)
2183 return;
2184 entry->set_url(target_url);
2185}
2186
[email protected]420ae012009-04-24 05:16:322187void TabContents::RequestOpenURL(const GURL& url, const GURL& referrer,
2188 WindowOpenDisposition disposition) {
2189 if (render_manager_.dom_ui()) {
2190 // When we're a DOM UI, it will provide a page transition type for us (this
2191 // is so the new tab page can specify AUTO_BOOKMARK for automatically
2192 // generated suggestions).
2193 //
2194 // Note also that we hide the referrer for DOM UI pages. We don't really
[email protected]60e448982009-05-06 04:21:162195 // want web sites to see a referrer of "chrome://blah" (and some
2196 // chrome: URLs might have search terms or other stuff we don't want to
[email protected]420ae012009-04-24 05:16:322197 // send to the site), so we send no referrer.
2198 OpenURL(url, GURL(), disposition,
2199 render_manager_.dom_ui()->link_transition_type());
2200 } else {
2201 OpenURL(url, referrer, disposition, PageTransition::LINK);
2202 }
2203}
2204
[email protected]1ee614862009-07-06 20:29:182205void TabContents::DomOperationResponse(const std::string& json_string,
2206 int automation_id) {
2207}
2208
[email protected]420ae012009-04-24 05:16:322209void TabContents::ProcessDOMUIMessage(const std::string& message,
[email protected]e4dad9fb2009-10-06 18:15:582210 const Value* content,
[email protected]811bfe32009-07-01 08:46:252211 int request_id,
2212 bool has_callback) {
[email protected]420ae012009-04-24 05:16:322213 if (!render_manager_.dom_ui()) {
[email protected]c2e74fe82009-09-03 17:57:442214 // This can happen if someone uses window.open() to open an extension URL
2215 // from a non-extension context.
2216 render_view_host()->BlockExtensionRequest(request_id);
[email protected]420ae012009-04-24 05:16:322217 return;
2218 }
[email protected]811bfe32009-07-01 08:46:252219 render_manager_.dom_ui()->ProcessDOMUIMessage(message, content, request_id,
2220 has_callback);
[email protected]420ae012009-04-24 05:16:322221}
2222
2223void TabContents::ProcessExternalHostMessage(const std::string& message,
2224 const std::string& origin,
2225 const std::string& target) {
2226 if (delegate())
2227 delegate()->ForwardMessageToExternalHost(message, origin, target);
2228}
2229
[email protected]420ae012009-04-24 05:16:322230void TabContents::RunFileChooser(bool multiple_files,
2231 const string16& title,
2232 const FilePath& default_file) {
2233 if (!select_file_dialog_.get())
2234 select_file_dialog_ = SelectFileDialog::Create(this);
2235 SelectFileDialog::Type dialog_type =
2236 multiple_files ? SelectFileDialog::SELECT_OPEN_MULTI_FILE :
2237 SelectFileDialog::SELECT_OPEN_FILE;
2238 select_file_dialog_->SelectFile(dialog_type, title, default_file,
2239 NULL, 0, FILE_PATH_LITERAL(""),
2240 view_->GetTopLevelNativeWindow(), NULL);
2241}
2242
2243void TabContents::RunJavaScriptMessage(
2244 const std::wstring& message,
2245 const std::wstring& default_prompt,
2246 const GURL& frame_url,
2247 const int flags,
2248 IPC::Message* reply_msg,
2249 bool* did_suppress_message) {
2250 // Suppress javascript messages when requested and when inside a constrained
2251 // popup window (because that activates them and breaks them out of the
2252 // constrained window jail).
[email protected]91ed49a2009-07-07 21:29:552253 // Also suppress messages when showing an interstitial. The interstitial is
2254 // shown over the previous page, we don't want the hidden page dialogs to
2255 // interfere with the interstitial.
2256 bool suppress_this_message = suppress_javascript_messages_ ||
2257 showing_interstitial_page();
[email protected]420ae012009-04-24 05:16:322258 if (delegate())
2259 suppress_this_message |=
[email protected]b6c874582009-05-08 19:38:312260 (delegate()->GetConstrainingContents(this) != this);
[email protected]420ae012009-04-24 05:16:322261
2262 *did_suppress_message = suppress_this_message;
2263
2264 if (!suppress_this_message) {
2265 base::TimeDelta time_since_last_message(
2266 base::TimeTicks::Now() - last_javascript_message_dismissal_);
2267 bool show_suppress_checkbox = false;
2268 // Show a checkbox offering to suppress further messages if this message is
2269 // being displayed within kJavascriptMessageExpectedDelay of the last one.
2270 if (time_since_last_message <
2271 base::TimeDelta::FromMilliseconds(kJavascriptMessageExpectedDelay))
2272 show_suppress_checkbox = true;
2273
[email protected]d82ed61e2009-06-16 02:46:222274 RunJavascriptMessageBox(this, frame_url, flags, message, default_prompt,
[email protected]420ae012009-04-24 05:16:322275 show_suppress_checkbox, reply_msg);
2276 } else {
2277 // If we are suppressing messages, just reply as is if the user immediately
2278 // pressed "Cancel".
[email protected]beb440c2009-11-06 04:08:542279 OnMessageBoxClosed(reply_msg, false, std::wstring());
[email protected]420ae012009-04-24 05:16:322280 }
2281}
2282
2283void TabContents::RunBeforeUnloadConfirm(const std::wstring& message,
2284 IPC::Message* reply_msg) {
[email protected]7ab1e7d62009-10-14 23:32:012285 is_showing_before_unload_dialog_ = true;
[email protected]d82ed61e2009-06-16 02:46:222286 RunBeforeUnloadDialog(this, message, reply_msg);
[email protected]420ae012009-04-24 05:16:322287}
2288
2289void TabContents::ShowModalHTMLDialog(const GURL& url, int width, int height,
2290 const std::string& json_arguments,
2291 IPC::Message* reply_msg) {
2292 if (delegate()) {
2293 HtmlDialogUIDelegate* dialog_delegate =
2294 new ModalHtmlDialogDelegate(url, width, height, json_arguments,
[email protected]d82ed61e2009-06-16 02:46:222295 reply_msg, this);
[email protected]420ae012009-04-24 05:16:322296 delegate()->ShowHtmlDialog(dialog_delegate, NULL);
2297 }
2298}
2299
2300void TabContents::PasswordFormsSeen(
[email protected]ed3fb032009-06-16 19:50:562301 const std::vector<webkit_glue::PasswordForm>& forms) {
[email protected]420ae012009-04-24 05:16:322302 GetPasswordManager()->PasswordFormsSeen(forms);
2303}
2304
[email protected]420ae012009-04-24 05:16:322305// Checks to see if we should generate a keyword based on the OSDD, and if
2306// necessary uses TemplateURLFetcher to download the OSDD and create a keyword.
2307void TabContents::PageHasOSDD(RenderViewHost* render_view_host,
2308 int32 page_id, const GURL& url,
2309 bool autodetected) {
2310 // Make sure page_id is the current page, and the TemplateURLModel is loaded.
2311 DCHECK(url.is_valid());
2312 if (!IsActiveEntry(page_id))
2313 return;
2314 TemplateURLModel* url_model = profile()->GetTemplateURLModel();
2315 if (!url_model)
2316 return;
2317 if (!url_model->loaded()) {
2318 url_model->Load();
2319 return;
2320 }
2321 if (!profile()->GetTemplateURLFetcher())
2322 return;
2323
2324 if (profile()->IsOffTheRecord())
2325 return;
2326
2327 const NavigationEntry* entry = controller_.GetLastCommittedEntry();
2328 DCHECK(entry);
2329
2330 const NavigationEntry* base_entry = entry;
2331 if (IsFormSubmit(base_entry)) {
2332 // If the current page is a form submit, find the last page that was not
2333 // a form submit and use its url to generate the keyword from.
2334 int index = controller_.last_committed_entry_index() - 1;
2335 while (index >= 0 && IsFormSubmit(controller_.GetEntryAtIndex(index)))
2336 index--;
2337 if (index >= 0)
2338 base_entry = controller_.GetEntryAtIndex(index);
2339 else
2340 base_entry = NULL;
2341 }
2342
2343 // We want to use the user typed URL if available since that represents what
2344 // the user typed to get here, and fall back on the regular URL if not.
2345 if (!base_entry)
2346 return;
2347 GURL keyword_url = base_entry->user_typed_url().is_valid() ?
2348 base_entry->user_typed_url() : base_entry->url();
2349 if (!keyword_url.is_valid())
2350 return;
2351 std::wstring keyword = TemplateURLModel::GenerateKeyword(keyword_url,
2352 autodetected);
2353 if (keyword.empty())
2354 return;
2355 const TemplateURL* template_url =
2356 url_model->GetTemplateURLForKeyword(keyword);
2357 if (template_url && (!template_url->safe_for_autoreplace() ||
2358 template_url->originating_url() == url)) {
2359 // Either there is a user created TemplateURL for this keyword, or the
2360 // keyword has the same OSDD url and we've parsed it.
2361 return;
2362 }
2363
2364 // Download the OpenSearch description document. If this is successful a
2365 // new keyword will be created when done.
[email protected]420ae012009-04-24 05:16:322366 profile()->GetTemplateURLFetcher()->ScheduleDownload(
2367 keyword,
2368 url,
2369 base_entry->favicon().url(),
[email protected]d0cc9fb52009-06-23 02:26:162370 this,
[email protected]420ae012009-04-24 05:16:322371 autodetected);
2372}
2373
[email protected]420ae012009-04-24 05:16:322374GURL TabContents::GetAlternateErrorPageURL() const {
2375 GURL url;
2376 // Disable alternate error pages when in OffTheRecord/Incognito mode.
2377 if (profile()->IsOffTheRecord())
2378 return url;
2379
2380 PrefService* prefs = profile()->GetPrefs();
2381 DCHECK(prefs);
2382 if (prefs->GetBoolean(prefs::kAlternateErrorPagesEnabled)) {
[email protected]a33457b82009-09-21 23:07:152383 url = google_util::AppendGoogleLocaleParam(
2384 GURL(google_util::kLinkDoctorBaseURL));
[email protected]420ae012009-04-24 05:16:322385 url = google_util::AppendGoogleTLDParam(url);
2386 }
2387 return url;
2388}
2389
2390WebPreferences TabContents::GetWebkitPrefs() {
2391 PrefService* prefs = render_view_host()->process()->profile()->GetPrefs();
[email protected]7ccddb8c2009-08-04 17:36:552392 bool is_dom_ui = false;
2393 return RenderViewHostDelegateHelper::GetWebkitPrefs(prefs, is_dom_ui);
[email protected]420ae012009-04-24 05:16:322394}
2395
[email protected]420ae012009-04-24 05:16:322396void TabContents::OnJSOutOfMemory() {
2397 AddInfoBar(new SimpleAlertInfoBarDelegate(
2398 this, l10n_util::GetString(IDS_JS_OUT_OF_MEMORY_PROMPT), NULL));
2399}
2400
[email protected]420ae012009-04-24 05:16:322401void TabContents::OnCrossSiteResponse(int new_render_process_host_id,
2402 int new_request_id) {
[email protected]57c6a652009-05-04 07:58:342403 // Allows the TabContents to react when a cross-site response is ready to be
[email protected]420ae012009-04-24 05:16:322404 // delivered to a pending RenderViewHost. We must first run the onunload
2405 // handler of the old RenderViewHost before we can allow it to proceed.
2406 render_manager_.OnCrossSiteResponse(new_render_process_host_id,
2407 new_request_id);
2408}
2409
2410bool TabContents::CanBlur() const {
2411 return delegate() ? delegate()->CanBlur() : true;
2412}
2413
2414gfx::Rect TabContents::GetRootWindowResizerRect() const {
2415 if (delegate())
2416 return delegate()->GetRootWindowResizerRect();
2417 return gfx::Rect();
2418}
2419
2420void TabContents::RendererUnresponsive(RenderViewHost* rvh,
2421 bool is_during_unload) {
2422 if (is_during_unload) {
2423 // Hang occurred while firing the beforeunload/unload handler.
2424 // Pretend the handler fired so tab closing continues as if it had.
[email protected]829e7612009-04-25 01:15:112425 rvh->set_sudden_termination_allowed(true);
[email protected]420ae012009-04-24 05:16:322426
2427 if (!render_manager_.ShouldCloseTabOnUnresponsiveRenderer())
2428 return;
2429
2430 // If the tab hangs in the beforeunload/unload handler there's really
2431 // nothing we can do to recover. Pretend the unload listeners have
2432 // all fired and close the tab. If the hang is in the beforeunload handler
2433 // then the user will not have the option of cancelling the close.
2434 Close(rvh);
2435 return;
2436 }
2437
2438 if (render_view_host() && render_view_host()->IsRenderViewLive())
[email protected]e7b8d832009-11-20 22:41:002439 hung_renderer_dialog::ShowForTabContents(this);
[email protected]420ae012009-04-24 05:16:322440}
2441
2442void TabContents::RendererResponsive(RenderViewHost* render_view_host) {
[email protected]e7b8d832009-11-20 22:41:002443 hung_renderer_dialog::HideForTabContents(this);
[email protected]420ae012009-04-24 05:16:322444}
2445
2446void TabContents::LoadStateChanged(const GURL& url,
[email protected]094e5b22009-09-25 04:23:562447 net::LoadState load_state,
2448 uint64 upload_position,
2449 uint64 upload_size) {
[email protected]420ae012009-04-24 05:16:322450 load_state_ = load_state;
[email protected]094e5b22009-09-25 04:23:562451 upload_position_ = upload_position;
2452 upload_size_ = upload_size;
[email protected]d686e812009-06-03 19:10:292453 std::wstring languages =
2454 profile()->GetPrefs()->GetString(prefs::kAcceptLanguages);
[email protected]d686e812009-06-03 19:10:292455 std::string host = url.host();
[email protected]ce85f602009-11-07 01:34:532456 load_state_host_ =
2457 net::IDNToUnicode(host.c_str(), host.size(), languages, NULL);
[email protected]420ae012009-04-24 05:16:322458 if (load_state_ == net::LOAD_STATE_READING_RESPONSE)
2459 SetNotWaitingForResponse();
2460 if (is_loading())
[email protected]c9cd2222009-05-06 05:16:502461 NotifyNavigationStateChanged(INVALIDATE_LOAD | INVALIDATE_TAB);
[email protected]420ae012009-04-24 05:16:322462}
2463
[email protected]1ee614862009-07-06 20:29:182464bool TabContents::IsExternalTabContainer() const {
2465 if (!delegate())
2466 return false;
2467
2468 return delegate()->IsExternalTabContainer();
2469}
2470
[email protected]1ee614862009-07-06 20:29:182471void TabContents::DidInsertCSS() {
2472 // This RVHDelegate function is used for extensions and not us.
[email protected]420ae012009-04-24 05:16:322473}
2474
[email protected]130efb02009-09-18 18:54:352475void TabContents::FocusedNodeChanged() {
2476 NotificationService::current()->Notify(
2477 NotificationType::FOCUS_CHANGED_IN_PAGE,
2478 Source<RenderViewHost>(render_view_host()),
2479 NotificationService::NoDetails());
2480}
2481
[email protected]420ae012009-04-24 05:16:322482void TabContents::FileSelected(const FilePath& path,
2483 int index, void* params) {
2484 render_view_host()->FileSelected(path);
2485}
2486
2487void TabContents::MultiFilesSelected(const std::vector<FilePath>& files,
2488 void* params) {
2489 render_view_host()->MultiFilesSelected(files);
2490}
2491
2492void TabContents::FileSelectionCanceled(void* params) {
2493 // If the user cancels choosing a file to upload we pass back an
2494 // empty vector.
2495 render_view_host()->MultiFilesSelected(std::vector<FilePath>());
2496}
2497
2498void TabContents::BeforeUnloadFiredFromRenderManager(
2499 bool proceed,
2500 bool* proceed_to_fire_unload) {
2501 if (delegate())
2502 delegate()->BeforeUnloadFired(this, proceed, proceed_to_fire_unload);
2503}
2504
2505void TabContents::UpdateRenderViewSizeForRenderManager() {
2506 // TODO(brettw) this is a hack. See TabContentsView::SizeContents.
2507 view_->SizeContents(view_->GetContainerSize());
2508}
2509
2510DOMUI* TabContents::CreateDOMUIForRenderManager(const GURL& url) {
[email protected]d82ed61e2009-06-16 02:46:222511 return DOMUIFactory::CreateDOMUIForURL(this, url);
[email protected]420ae012009-04-24 05:16:322512}
2513
2514NavigationEntry*
2515TabContents::GetLastCommittedNavigationEntryForRenderManager() {
2516 return controller_.GetLastCommittedEntry();
2517}
2518
2519bool TabContents::CreateRenderViewForRenderManager(
2520 RenderViewHost* render_view_host) {
[email protected]811bfe32009-07-01 08:46:252521 // If the pending navigation is to a DOMUI, tell the RenderView about any
2522 // bindings it will need enabled.
[email protected]420ae012009-04-24 05:16:322523 if (render_manager_.pending_dom_ui())
[email protected]811bfe32009-07-01 08:46:252524 render_view_host->AllowBindings(
2525 render_manager_.pending_dom_ui()->bindings());
[email protected]1adff062009-06-02 18:39:552526
[email protected]420ae012009-04-24 05:16:322527 RenderWidgetHostView* rwh_view = view_->CreateViewForWidget(render_view_host);
[email protected]1a98a932009-11-17 00:12:522528
2529 scoped_refptr<URLRequestContextGetter> request_context = request_context_;
2530 if (!request_context.get())
2531 request_context = profile()->GetRequestContext();
2532
2533 if (!render_view_host->CreateRenderView(request_context))
[email protected]420ae012009-04-24 05:16:322534 return false;
2535
2536 // Now that the RenderView has been created, we need to tell it its size.
2537 rwh_view->SetSize(view_->GetContainerSize());
2538
2539 UpdateMaxPageIDIfNecessary(render_view_host->site_instance(),
2540 render_view_host);
2541 return true;
2542}
2543
2544void TabContents::Observe(NotificationType type,
2545 const NotificationSource& source,
2546 const NotificationDetails& details) {
2547 switch (type.value) {
2548 case NotificationType::BOOKMARK_MODEL_LOADED:
2549 // BookmarkModel finished loading, fall through to update starred state.
2550 case NotificationType::URLS_STARRED: {
2551 // Somewhere, a URL has been starred.
2552 // Ignore notifications for profiles other than our current one.
2553 Profile* source_profile = Source<Profile>(source).ptr();
2554 if (!source_profile || !source_profile->IsSameProfile(profile()))
2555 return;
2556
2557 UpdateStarredStateForCurrentURL();
2558 break;
2559 }
2560 case NotificationType::PREF_CHANGED: {
2561 std::wstring* pref_name_in = Details<std::wstring>(details).ptr();
2562 DCHECK(Source<PrefService>(source).ptr() == profile()->GetPrefs());
2563 if (*pref_name_in == prefs::kAlternateErrorPagesEnabled) {
2564 UpdateAlternateErrorPageURL();
2565 } else if (*pref_name_in == prefs::kDefaultCharset ||
2566 StartsWithASCII(WideToUTF8(*pref_name_in), "webkit.webprefs.", true)
2567 ) {
2568 UpdateWebPreferences();
2569 } else {
2570 NOTREACHED() << "unexpected pref change notification" << *pref_name_in;
2571 }
2572 break;
2573 }
2574 case NotificationType::RENDER_WIDGET_HOST_DESTROYED:
2575 view_->RenderWidgetHostDestroyed(Source<RenderWidgetHost>(source).ptr());
2576 break;
2577
2578 case NotificationType::NAV_ENTRY_COMMITTED: {
2579 DCHECK(&controller_ == Source<NavigationController>(source).ptr());
2580
2581 NavigationController::LoadCommittedDetails& committed_details =
2582 *(Details<NavigationController::LoadCommittedDetails>(details).ptr());
2583 ExpireInfoBars(committed_details);
2584 break;
2585 }
2586
[email protected]d3ba77272009-09-03 00:06:092587#if defined(OS_LINUX)
2588 case NotificationType::BROWSER_THEME_CHANGED: {
2589 render_view_host()->SyncRendererPrefs();
2590 break;
2591 }
2592#endif
2593
[email protected]420ae012009-04-24 05:16:322594 default:
2595 NOTREACHED();
2596 }
2597}
[email protected]aacd7cc2009-09-02 14:51:102598
[email protected]beb440c2009-11-06 04:08:542599std::wstring TabContents::GetMessageBoxTitle(const GURL& frame_url,
2600 bool is_alert) {
2601 if (!frame_url.has_host())
2602 return l10n_util::GetString(
2603 is_alert ? IDS_JAVASCRIPT_ALERT_DEFAULT_TITLE
2604 : IDS_JAVASCRIPT_MESSAGEBOX_DEFAULT_TITLE);
2605
2606 // We really only want the scheme, hostname, and port.
2607 GURL::Replacements replacements;
2608 replacements.ClearUsername();
2609 replacements.ClearPassword();
2610 replacements.ClearPath();
2611 replacements.ClearQuery();
2612 replacements.ClearRef();
2613 GURL clean_url = frame_url.ReplaceComponents(replacements);
2614
2615 // TODO(brettw) it should be easier than this to do the correct language
2616 // handling without getting the accept language from the profile.
2617 std::wstring base_address = gfx::ElideUrl(clean_url, gfx::Font(), 0,
2618 profile()->GetPrefs()->GetString(prefs::kAcceptLanguages));
2619 // Force URL to have LTR directionality.
2620 if (l10n_util::GetTextDirection() == l10n_util::RIGHT_TO_LEFT)
2621 l10n_util::WrapStringWithLTRFormatting(&base_address);
2622
2623 return l10n_util::GetStringF(
2624 is_alert ? IDS_JAVASCRIPT_ALERT_TITLE : IDS_JAVASCRIPT_MESSAGEBOX_TITLE,
2625 base_address);
2626}
2627
2628gfx::NativeWindow TabContents::GetMessageBoxRootWindow() {
2629 return view_->GetTopLevelNativeWindow();
2630}
2631
2632void TabContents::OnMessageBoxClosed(IPC::Message* reply_msg,
2633 bool success,
2634 const std::wstring& prompt) {
2635 last_javascript_message_dismissal_ = base::TimeTicks::Now();
2636 if (is_showing_before_unload_dialog_ && !success) {
2637 // If a beforeunload dialog is canceled, we need to stop the throbber from
2638 // spinning, since we forced it to start spinning in Navigate.
2639 DidStopLoading();
2640
2641 tab_close_start_time_ = base::TimeTicks();
2642 }
2643 is_showing_before_unload_dialog_ = false;
2644 render_view_host()->JavaScriptMessageBoxClosed(reply_msg, success, prompt);
2645}
2646
2647void TabContents::SetSuppressMessageBoxes(bool suppress_message_boxes) {
2648 set_suppress_javascript_messages(suppress_message_boxes);
2649}
2650
[email protected]41fc0322009-09-04 22:23:402651void TabContents::set_encoding(const std::string& encoding) {
[email protected]aacd7cc2009-09-02 14:51:102652 encoding_ = CharacterEncoding::GetCanonicalEncodingNameByAliasName(encoding);
2653}