blob: 06801fd468f6f5ec6b0294a8128270af5d04027c [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_(),
[email protected]19289d02009-10-21 21:47:00224 form_field_history_manager_(),
[email protected]21674df2009-10-28 19:51:21225 autofill_manager_(),
[email protected]fdd61c62009-04-22 19:22:57226 password_manager_(),
227 plugin_installer_(),
[email protected]d82ed61e2009-06-16 02:46:22228 ALLOW_THIS_IN_INITIALIZER_LIST(fav_icon_helper_(this)),
[email protected]fdd61c62009-04-22 19:22:57229 select_file_dialog_(),
[email protected]d5f942ba2008-09-26 19:30:34230 is_loading_(false),
initial.commit09911bf2008-07-26 23:55:29231 is_crashed_(false),
[email protected]d5f942ba2008-09-26 19:30:34232 waiting_for_response_(false),
[email protected]d5f942ba2008-09-26 19:30:34233 max_page_id_(-1),
[email protected]fdd61c62009-04-22 19:22:57234 current_load_start_(),
235 load_state_(net::LOAD_STATE_IDLE),
236 load_state_host_(),
[email protected]094e5b22009-09-25 04:23:56237 upload_size_(0),
238 upload_position_(0),
[email protected]fdd61c62009-04-22 19:22:57239 received_page_title_(false),
240 is_starred_(false),
241 contents_mime_type_(),
242 encoding_(),
[email protected]332af7732009-03-11 13:21:35243 blocked_popups_(NULL),
[email protected]fdd61c62009-04-22 19:22:57244 infobar_delegates_(),
[email protected]fdd61c62009-04-22 19:22:57245 find_ui_active_(false),
246 find_op_aborted_(false),
247 current_find_request_id_(find_request_id_counter_++),
[email protected]e491f1c2009-05-22 20:28:12248 last_search_case_sensitive_(false),
249 last_search_prepopulate_text_(NULL),
250 last_search_result_(),
[email protected]fdd61c62009-04-22 19:22:57251 capturing_contents_(false),
252 is_being_destroyed_(false),
253 notify_disconnection_(false),
254 history_requests_(),
255#if defined(OS_WIN)
256 message_box_active_(CreateEvent(NULL, TRUE, FALSE, NULL)),
257#endif
258 last_javascript_message_dismissal_(),
[email protected]c2e74fe82009-09-03 17:57:44259 suppress_javascript_messages_(false),
[email protected]7ab1e7d62009-10-14 23:32:01260 is_showing_before_unload_dialog_(false),
[email protected]93623c5d2009-12-10 21:40:32261 renderer_preferences_(
262 renderer_preferences_util::GetInitedRendererPreferences(profile)),
[email protected]c2e74fe82009-09-03 17:57:44263 opener_dom_ui_type_(DOMUIFactory::kNoDOMUI) {
[email protected]16779842009-07-08 23:45:29264#if defined(OS_CHROMEOS)
[email protected]58dca552009-06-17 00:35:02265 // Make sure the thumbnailer is started before starting the render manager.
266 // The thumbnailer will want to listen for RVH creations, one of which will
267 // happen in RVHManager::Init.
268 ThumbnailGenerator* generator = g_browser_process->GetThumbnailGenerator();
269 if (generator)
270 generator->StartThumbnailing();
271#endif
272
[email protected]12636df2009-09-28 22:32:21273 render_manager_.Init(profile, site_instance, routing_id);
[email protected]420ae012009-04-24 05:16:32274
[email protected]34ac70502009-09-25 17:07:23275 // We have the initial size of the view be based on the size of the passed in
276 // tab contents (normally a tab from the same window).
277 view_->CreateView(base_tab_contents ?
278 base_tab_contents->view()->GetContainerSize() : gfx::Size());
[email protected]420ae012009-04-24 05:16:32279
280 // Register for notifications about all interested prefs change.
281 PrefService* prefs = profile->GetPrefs();
282 if (prefs) {
283 for (int i = 0; i < kPrefsToObserveLength; ++i)
284 prefs->AddPrefObserver(kPrefsToObserve[i], this);
285 }
286
287 // Register for notifications about URL starredness changing on any profile.
288 registrar_.Add(this, NotificationType::URLS_STARRED,
289 NotificationService::AllSources());
290 registrar_.Add(this, NotificationType::BOOKMARK_MODEL_LOADED,
291 NotificationService::AllSources());
292 registrar_.Add(this, NotificationType::RENDER_WIDGET_HOST_DESTROYED,
293 NotificationService::AllSources());
[email protected]d3ba77272009-09-03 00:06:09294#if defined(OS_LINUX)
295 registrar_.Add(this, NotificationType::BROWSER_THEME_CHANGED,
296 NotificationService::AllSources());
297#endif
[email protected]420ae012009-04-24 05:16:32298
299 // Keep a global copy of the previous search string (if any).
300 static string16 global_last_search = string16();
[email protected]e491f1c2009-05-22 20:28:12301 last_search_prepopulate_text_ = &global_last_search;
[email protected]840b1512009-07-21 16:53:46302
[email protected]c8865482009-07-23 20:40:10303 // Set-up the showing of the omnibox search infobar if applicable.
304 if (OmniboxSearchHint::IsEnabled(profile))
305 omnibox_search_hint_.reset(new OmniboxSearchHint(this));
[email protected]332af7732009-03-11 13:21:35306}
initial.commit09911bf2008-07-26 23:55:29307
308TabContents::~TabContents() {
[email protected]420ae012009-04-24 05:16:32309 is_being_destroyed_ = true;
310
[email protected]bfe4c1582009-10-02 18:11:09311 // We don't want any notifications while we're running our destructor.
[email protected]420ae012009-04-24 05:16:32312 registrar_.RemoveAll();
313
314 // Unregister the notifications of all observed prefs change.
315 PrefService* prefs = profile()->GetPrefs();
316 if (prefs) {
317 for (int i = 0; i < kPrefsToObserveLength; ++i)
318 prefs->RemovePrefObserver(kPrefsToObserve[i], this);
319 }
320
[email protected]420ae012009-04-24 05:16:32321 NotifyDisconnected();
[email protected]e7b8d832009-11-20 22:41:00322 hung_renderer_dialog::HideForTabContents(this);
[email protected]420ae012009-04-24 05:16:32323
[email protected]420ae012009-04-24 05:16:32324 // First cleanly close all child windows.
325 // TODO(mpcomplete): handle case if MaybeCloseChildWindows() already asked
326 // some of these to close. CloseWindows is async, so it might get called
327 // twice before it runs.
328 int size = static_cast<int>(child_windows_.size());
329 for (int i = size - 1; i >= 0; --i) {
330 ConstrainedWindow* window = child_windows_[i];
331 if (window)
332 window->CloseConstrainedWindow();
333 }
334
[email protected]66ba4932009-06-04 19:22:13335 if (blocked_popups_)
336 blocked_popups_->Destroy();
337
[email protected]420ae012009-04-24 05:16:32338 // Notify any observer that have a reference on this tab contents.
339 NotificationService::current()->Notify(
340 NotificationType::TAB_CONTENTS_DESTROYED,
341 Source<TabContents>(this),
342 NotificationService::NoDetails());
343
[email protected]1e5e74f2009-05-27 20:55:12344 // Notify any lasting InfobarDelegates that have not yet been removed that
345 // whatever infobar they were handling in this TabContents has closed,
346 // because the TabContents is going away entirely.
347 // This must happen after the TAB_CONTENTS_DESTROYED notification as the
348 // notification may trigger infobars calls that access their delegate. (and
349 // some implementations of InfoBarDelegate do delete themselves on
350 // InfoBarClosed()).
351 for (int i = 0; i < infobar_delegate_count(); ++i) {
352 InfoBarDelegate* delegate = GetInfoBarDelegateAt(i);
353 delegate->InfoBarClosed();
354 }
355 infobar_delegates_.clear();
356
[email protected]420ae012009-04-24 05:16:32357 // TODO(brettw) this should be moved to the view.
358#if defined(OS_WIN)
359 // If we still have a window handle, destroy it. GetNativeView can return
360 // NULL if this contents was part of a window that closed.
361 if (GetNativeView())
362 ::DestroyWindow(GetNativeView());
363#endif
[email protected]7ab1e7d62009-10-14 23:32:01364
365 // OnCloseStarted isn't called in unit tests.
366 if (!tab_close_start_time_.is_null()) {
367 UMA_HISTOGRAM_TIMES("Tab.Close",
368 base::TimeTicks::Now() - tab_close_start_time_);
369 }
initial.commit09911bf2008-07-26 23:55:29370}
371
[email protected]d5f942ba2008-09-26 19:30:34372// static
373void TabContents::RegisterUserPrefs(PrefService* prefs) {
[email protected]420ae012009-04-24 05:16:32374 prefs->RegisterBooleanPref(prefs::kAlternateErrorPagesEnabled, true);
375
376 WebPreferences pref_defaults;
377 prefs->RegisterBooleanPref(prefs::kWebKitJavascriptEnabled,
378 pref_defaults.javascript_enabled);
379 prefs->RegisterBooleanPref(prefs::kWebKitWebSecurityEnabled,
380 pref_defaults.web_security_enabled);
381 prefs->RegisterBooleanPref(
382 prefs::kWebKitJavascriptCanOpenWindowsAutomatically, true);
383 prefs->RegisterBooleanPref(prefs::kWebKitLoadsImagesAutomatically,
384 pref_defaults.loads_images_automatically);
385 prefs->RegisterBooleanPref(prefs::kWebKitPluginsEnabled,
386 pref_defaults.plugins_enabled);
387 prefs->RegisterBooleanPref(prefs::kWebKitDomPasteEnabled,
388 pref_defaults.dom_paste_enabled);
389 prefs->RegisterBooleanPref(prefs::kWebKitShrinksStandaloneImagesToFit,
390 pref_defaults.shrinks_standalone_images_to_fit);
[email protected]0df30122009-06-03 12:13:08391 prefs->RegisterStringPref(prefs::kWebKitInspectorSettings,
[email protected]8922e1f2009-10-03 05:01:26392 UTF8ToWide(pref_defaults.inspector_settings));
[email protected]420ae012009-04-24 05:16:32393 prefs->RegisterBooleanPref(prefs::kWebKitTextAreasAreResizable,
394 pref_defaults.text_areas_are_resizable);
395 prefs->RegisterBooleanPref(prefs::kWebKitJavaEnabled,
396 pref_defaults.java_enabled);
397
398 prefs->RegisterLocalizedStringPref(prefs::kAcceptLanguages,
399 IDS_ACCEPT_LANGUAGES);
400 prefs->RegisterLocalizedStringPref(prefs::kDefaultCharset,
401 IDS_DEFAULT_ENCODING);
402 prefs->RegisterLocalizedBooleanPref(prefs::kWebKitStandardFontIsSerif,
403 IDS_STANDARD_FONT_IS_SERIF);
404 prefs->RegisterLocalizedStringPref(prefs::kWebKitFixedFontFamily,
405 IDS_FIXED_FONT_FAMILY);
406 prefs->RegisterLocalizedStringPref(prefs::kWebKitSerifFontFamily,
407 IDS_SERIF_FONT_FAMILY);
408 prefs->RegisterLocalizedStringPref(prefs::kWebKitSansSerifFontFamily,
409 IDS_SANS_SERIF_FONT_FAMILY);
410 prefs->RegisterLocalizedStringPref(prefs::kWebKitCursiveFontFamily,
411 IDS_CURSIVE_FONT_FAMILY);
412 prefs->RegisterLocalizedStringPref(prefs::kWebKitFantasyFontFamily,
413 IDS_FANTASY_FONT_FAMILY);
414 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitDefaultFontSize,
415 IDS_DEFAULT_FONT_SIZE);
416 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitDefaultFixedFontSize,
417 IDS_DEFAULT_FIXED_FONT_SIZE);
418 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitMinimumFontSize,
419 IDS_MINIMUM_FONT_SIZE);
420 prefs->RegisterLocalizedIntegerPref(prefs::kWebKitMinimumLogicalFontSize,
421 IDS_MINIMUM_LOGICAL_FONT_SIZE);
422 prefs->RegisterLocalizedBooleanPref(prefs::kWebKitUsesUniversalDetector,
423 IDS_USES_UNIVERSAL_DETECTOR);
424 prefs->RegisterLocalizedStringPref(prefs::kStaticEncodings,
425 IDS_STATIC_ENCODING_LIST);
initial.commit09911bf2008-07-26 23:55:29426}
427
[email protected]13367f72009-07-08 16:39:02428// Returns true if contains content rendered by an extension.
429bool TabContents::HostsExtension() const {
430 return GetURL().SchemeIs(chrome::kExtensionScheme);
[email protected]d5f942ba2008-09-26 19:30:34431}
432
[email protected]6e95706d2009-04-23 22:55:01433PasswordManager* TabContents::GetPasswordManager() {
434 if (password_manager_.get() == NULL)
435 password_manager_.reset(new PasswordManager(this));
436 return password_manager_.get();
437}
438
439PluginInstaller* TabContents::GetPluginInstaller() {
440 if (plugin_installer_.get() == NULL)
441 plugin_installer_.reset(new PluginInstaller(this));
442 return plugin_installer_.get();
443}
444
[email protected]d5f942ba2008-09-26 19:30:34445const GURL& TabContents::GetURL() const {
446 // We may not have a navigation entry yet
[email protected]ce3fa3c2009-04-20 19:55:57447 NavigationEntry* entry = controller_.GetActiveEntry();
[email protected]ebe89e062009-08-13 23:16:54448 return entry ? entry->virtual_url() : GURL::EmptyGURL();
[email protected]d5f942ba2008-09-26 19:30:34449}
450
[email protected]96d185d2009-04-24 03:28:54451const string16& TabContents::GetTitle() const {
[email protected]4c6092c5b2009-06-06 00:23:55452 // Transient entries take precedence. They are used for interstitial pages
453 // that are shown on top of existing pages.
454 NavigationEntry* entry = controller_.GetTransientEntry();
455 if (entry)
456 return entry->GetTitleForDisplay(&controller_);
457
[email protected]96d185d2009-04-24 03:28:54458 DOMUI* our_dom_ui = render_manager_.pending_dom_ui() ?
459 render_manager_.pending_dom_ui() : render_manager_.dom_ui();
460 if (our_dom_ui) {
461 // Don't override the title in view source mode.
[email protected]4c6092c5b2009-06-06 00:23:55462 entry = controller_.GetActiveEntry();
[email protected]96d185d2009-04-24 03:28:54463 if (!(entry && entry->IsViewSourceMode())) {
464 // Give the DOM UI the chance to override our title.
465 const string16& title = our_dom_ui->overridden_title();
466 if (!title.empty())
467 return title;
468 }
469 }
470
471 // We use the title for the last committed entry rather than a pending
472 // navigation entry. For example, when the user types in a URL, we want to
473 // keep the old page's title until the new load has committed and we get a new
474 // title.
[email protected]96d185d2009-04-24 03:28:54475 entry = controller_.GetLastCommittedEntry();
476 if (entry)
477 return entry->GetTitleForDisplay(&controller_);
[email protected]96d185d2009-04-24 03:28:54478 return EmptyString16();
479}
480
[email protected]d5f942ba2008-09-26 19:30:34481int32 TabContents::GetMaxPageID() {
482 if (GetSiteInstance())
483 return GetSiteInstance()->max_page_id();
484 else
485 return max_page_id_;
486}
487
488void TabContents::UpdateMaxPageID(int32 page_id) {
489 // Ensure both the SiteInstance and RenderProcessHost update their max page
[email protected]57c6a652009-05-04 07:58:34490 // IDs in sync. Only TabContents will also have site instances, except during
[email protected]d5f942ba2008-09-26 19:30:34491 // testing.
492 if (GetSiteInstance())
493 GetSiteInstance()->UpdateMaxPageID(page_id);
[email protected]57c6a652009-05-04 07:58:34494 process()->UpdateMaxPageID(page_id);
[email protected]d5f942ba2008-09-26 19:30:34495}
496
[email protected]96d185d2009-04-24 03:28:54497SiteInstance* TabContents::GetSiteInstance() const {
498 return render_manager_.current_host()->site_instance();
499}
500
[email protected]d5f942ba2008-09-26 19:30:34501const std::wstring TabContents::GetDefaultTitle() const {
502 return l10n_util::GetString(IDS_DEFAULT_TAB_TITLE);
503}
504
[email protected]96d185d2009-04-24 03:28:54505bool TabContents::ShouldDisplayURL() {
[email protected]8ab24cc2009-11-13 20:56:15506 // Don't hide the url in view source mode and with interstitials.
[email protected]96d185d2009-04-24 03:28:54507 NavigationEntry* entry = controller_.GetActiveEntry();
[email protected]8ab24cc2009-11-13 20:56:15508 if (entry && (entry->IsViewSourceMode() ||
509 entry->page_type() == NavigationEntry::INTERSTITIAL_PAGE)) {
[email protected]96d185d2009-04-24 03:28:54510 return true;
[email protected]8ab24cc2009-11-13 20:56:15511 }
[email protected]83e3895b2009-06-11 00:07:16512
[email protected]96d185d2009-04-24 03:28:54513 DOMUI* dom_ui = GetDOMUIForCurrentState();
514 if (dom_ui)
515 return !dom_ui->should_hide_url();
516 return true;
517}
518
[email protected]d5f942ba2008-09-26 19:30:34519SkBitmap TabContents::GetFavIcon() const {
520 // Like GetTitle(), we also want to use the favicon for the last committed
521 // entry rather than a pending navigation entry.
[email protected]ce3fa3c2009-04-20 19:55:57522 NavigationEntry* entry = controller_.GetTransientEntry();
[email protected]cbab76d2008-10-13 22:42:47523 if (entry)
524 return entry->favicon().bitmap();
525
[email protected]ce3fa3c2009-04-20 19:55:57526 entry = controller_.GetLastCommittedEntry();
[email protected]d5f942ba2008-09-26 19:30:34527 if (entry)
528 return entry->favicon().bitmap();
[email protected]d5f942ba2008-09-26 19:30:34529 return SkBitmap();
530}
531
[email protected]0b303cc2009-09-28 22:35:15532bool TabContents::FavIconIsValid() const {
533 NavigationEntry* entry = controller_.GetTransientEntry();
534 if (entry)
535 return entry->favicon().is_valid();
536
537 entry = controller_.GetLastCommittedEntry();
538 if (entry)
539 return entry->favicon().is_valid();
540
541 return false;
542}
543
[email protected]96d185d2009-04-24 03:28:54544bool TabContents::ShouldDisplayFavIcon() {
545 // Always display a throbber during pending loads.
546 if (controller_.GetLastCommittedEntry() && controller_.pending_entry())
547 return true;
548
549 DOMUI* dom_ui = GetDOMUIForCurrentState();
550 if (dom_ui)
551 return !dom_ui->hide_favicon();
552 return true;
553}
554
[email protected]96d185d2009-04-24 03:28:54555std::wstring TabContents::GetStatusText() const {
556 if (!is_loading() || load_state_ == net::LOAD_STATE_IDLE)
557 return std::wstring();
558
559 switch (load_state_) {
560 case net::LOAD_STATE_WAITING_FOR_CACHE:
561 return l10n_util::GetString(IDS_LOAD_STATE_WAITING_FOR_CACHE);
562 case net::LOAD_STATE_RESOLVING_PROXY_FOR_URL:
563 return l10n_util::GetString(IDS_LOAD_STATE_RESOLVING_PROXY_FOR_URL);
564 case net::LOAD_STATE_RESOLVING_HOST:
565 return l10n_util::GetString(IDS_LOAD_STATE_RESOLVING_HOST);
566 case net::LOAD_STATE_CONNECTING:
567 return l10n_util::GetString(IDS_LOAD_STATE_CONNECTING);
568 case net::LOAD_STATE_SENDING_REQUEST:
[email protected]094e5b22009-09-25 04:23:56569 if (upload_size_)
570 return l10n_util::GetStringF(
571 IDS_LOAD_STATE_SENDING_REQUEST_WITH_PROGRESS,
572 static_cast<int>((100 * upload_position_) / upload_size_));
573 else
574 return l10n_util::GetString(IDS_LOAD_STATE_SENDING_REQUEST);
[email protected]96d185d2009-04-24 03:28:54575 case net::LOAD_STATE_WAITING_FOR_RESPONSE:
576 return l10n_util::GetStringF(IDS_LOAD_STATE_WAITING_FOR_RESPONSE,
577 load_state_host_);
578 // Ignore net::LOAD_STATE_READING_RESPONSE and net::LOAD_STATE_IDLE
579 case net::LOAD_STATE_IDLE:
580 case net::LOAD_STATE_READING_RESPONSE:
581 break;
582 }
583
584 return std::wstring();
585}
586
[email protected]d5f942ba2008-09-26 19:30:34587void TabContents::SetIsCrashed(bool state) {
588 if (state == is_crashed_)
589 return;
590
591 is_crashed_ = state;
[email protected]c9cd2222009-05-06 05:16:50592 NotifyNavigationStateChanged(INVALIDATE_TAB);
[email protected]d5f942ba2008-09-26 19:30:34593}
594
[email protected]744ef172009-10-16 21:53:46595void TabContents::PageActionStateChanged() {
596 NotifyNavigationStateChanged(TabContents::INVALIDATE_PAGE_ACTIONS);
[email protected]d7eaf572009-07-01 21:57:00597}
[email protected]ce5c4502009-05-06 16:46:11598
[email protected]d5f942ba2008-09-26 19:30:34599void TabContents::NotifyNavigationStateChanged(unsigned changed_flags) {
600 if (delegate_)
601 delegate_->NavigationStateChanged(this, changed_flags);
602}
603
[email protected]96d185d2009-04-24 03:28:54604void TabContents::DidBecomeSelected() {
605 controller_.SetActive(true);
[email protected]789e9152009-08-04 21:59:43606 if (render_widget_host_view()) {
[email protected]96d185d2009-04-24 03:28:54607 render_widget_host_view()->DidBecomeSelected();
[email protected]789e9152009-08-04 21:59:43608#if defined(OS_MACOSX)
609 render_widget_host_view()->SetActive(true);
610#endif
611 }
[email protected]96d185d2009-04-24 03:28:54612
[email protected]76543b92009-08-31 17:27:45613 WebCacheManager::GetInstance()->ObserveActivity(process()->id());
[email protected]96d185d2009-04-24 03:28:54614}
615
616void TabContents::WasHidden() {
617 if (!capturing_contents()) {
618 // |render_view_host()| can be NULL if the user middle clicks a link to open
619 // a tab in then background, then closes the tab before selecting it. This
620 // is because closing the tab calls TabContents::Destroy(), which removes
621 // the |render_view_host()|; then when we actually destroy the window,
622 // OnWindowPosChanged() notices and calls HideContents() (which calls us).
623 if (render_widget_host_view())
624 render_widget_host_view()->WasHidden();
[email protected]96d185d2009-04-24 03:28:54625 }
626
627 NotificationService::current()->Notify(
628 NotificationType::TAB_CONTENTS_HIDDEN,
629 Source<TabContents>(this),
630 NotificationService::NoDetails());
631}
632
[email protected]d5f942ba2008-09-26 19:30:34633void TabContents::Activate() {
634 if (delegate_)
635 delegate_->ActivateContents(this);
636}
637
[email protected]96d185d2009-04-24 03:28:54638void TabContents::ShowContents() {
639 if (render_widget_host_view())
640 render_widget_host_view()->DidBecomeSelected();
[email protected]96d185d2009-04-24 03:28:54641}
642
643void TabContents::HideContents() {
644 // TODO(pkasting): http://b/1239839 Right now we purposefully don't call
645 // our superclass HideContents(), because some callers want to be very picky
646 // about the order in which these get called. In addition to making the code
647 // here practically impossible to understand, this also means we end up
648 // calling TabContents::WasHidden() twice if callers call both versions of
[email protected]57c6a652009-05-04 07:58:34649 // HideContents() on a TabContents.
[email protected]96d185d2009-04-24 03:28:54650 WasHidden();
651}
652
[email protected]c0588052008-10-27 23:01:50653void TabContents::OpenURL(const GURL& url, const GURL& referrer,
[email protected]d5f942ba2008-09-26 19:30:34654 WindowOpenDisposition disposition,
655 PageTransition::Type transition) {
656 if (delegate_)
[email protected]c0588052008-10-27 23:01:50657 delegate_->OpenURLFromTab(this, url, referrer, disposition, transition);
[email protected]d5f942ba2008-09-26 19:30:34658}
659
660bool TabContents::NavigateToPendingEntry(bool reload) {
[email protected]96d185d2009-04-24 03:28:54661 const NavigationEntry& entry = *controller_.pending_entry();
662
663 RenderViewHost* dest_render_view_host = render_manager_.Navigate(entry);
664 if (!dest_render_view_host)
665 return false; // Unable to create the desired render view host.
666
667 // Tell DevTools agent that it is attached prior to the navigation.
[email protected]d9f9b792009-06-24 13:17:12668 DevToolsManager* devtools_manager = DevToolsManager::GetInstance();
[email protected]7e8e6b62009-05-08 11:28:32669 if (devtools_manager) { // NULL in unit tests.
[email protected]684b4ba22009-05-07 06:27:41670 devtools_manager->OnNavigatingToPendingEntry(
671 render_view_host(),
672 dest_render_view_host,
673 controller_.pending_entry()->url());
[email protected]7e8e6b62009-05-08 11:28:32674 }
[email protected]96d185d2009-04-24 03:28:54675
676 // Used for page load time metrics.
677 current_load_start_ = base::TimeTicks::Now();
678
679 // Navigate in the desired RenderViewHost.
[email protected]056de2d2009-06-26 16:41:34680 ViewMsg_Navigate_Params navigate_params;
[email protected]5e369672009-11-03 23:48:30681 MakeNavigateParams(profile(), entry, reload, &navigate_params);
[email protected]056de2d2009-06-26 16:41:34682 dest_render_view_host->Navigate(navigate_params);
[email protected]96d185d2009-04-24 03:28:54683
684 if (entry.page_id() == -1) {
685 // HACK!! This code suppresses javascript: URLs from being added to
686 // session history, which is what we want to do for javascript: URLs that
687 // do not generate content. What we really need is a message from the
688 // renderer telling us that a new page was not created. The same message
689 // could be used for mailto: URLs and the like.
690 if (entry.url().SchemeIs(chrome::kJavaScriptScheme))
691 return false;
692 }
693
694 // Clear any provisional password saves - this stops password infobars
695 // showing up on pages the user navigates to while the right page is
696 // loading.
697 GetPasswordManager()->ClearProvisionalSave();
698
699 if (reload && !profile()->IsOffTheRecord()) {
[email protected]0189bc722009-08-28 21:56:48700 FaviconService* favicon_service =
701 profile()->GetFaviconService(Profile::IMPLICIT_ACCESS);
702 if (favicon_service)
703 favicon_service->SetFaviconOutOfDateForPage(entry.url());
[email protected]96d185d2009-04-24 03:28:54704 }
705
[email protected]d5f942ba2008-09-26 19:30:34706 return true;
707}
708
[email protected]96d185d2009-04-24 03:28:54709void TabContents::Stop() {
710 render_manager_.Stop();
711 printing_.Stop();
712}
713
714void TabContents::Cut() {
715 render_view_host()->Cut();
716}
717
718void TabContents::Copy() {
719 render_view_host()->Copy();
720}
721
[email protected]c0cc3092009-09-12 08:27:27722#if defined(OS_MACOSX)
[email protected]a954bf72009-09-12 07:30:35723void TabContents::CopyToFindPboard() {
724 render_view_host()->CopyToFindPboard();
725}
[email protected]c0cc3092009-09-12 08:27:27726#endif
[email protected]a954bf72009-09-12 07:30:35727
[email protected]96d185d2009-04-24 03:28:54728void TabContents::Paste() {
729 render_view_host()->Paste();
730}
731
[email protected]7e786822009-11-07 00:00:27732#if defined(OS_MACOSX)
733void TabContents::PasteAndMatchStyle() {
734 render_view_host()->ForwardEditCommand("PasteAndMatchStyle", "");
735}
736#endif
737
[email protected]96d185d2009-04-24 03:28:54738void TabContents::DisassociateFromPopupCount() {
739 render_view_host()->DisassociateFromPopupCount();
740}
741
742TabContents* TabContents::Clone() {
743 // We create a new SiteInstance so that the new tab won't share processes
744 // with the old one. This can be changed in the future if we need it to share
745 // processes for some reason.
[email protected]420ae012009-04-24 05:16:32746 TabContents* tc = new TabContents(profile(),
[email protected]96d185d2009-04-24 03:28:54747 SiteInstance::CreateSiteInstance(profile()),
[email protected]12636df2009-09-28 22:32:21748 MSG_ROUTING_NONE, this);
[email protected]96d185d2009-04-24 03:28:54749 tc->controller().CopyStateFrom(controller_);
750 return tc;
751}
752
[email protected]4d677202009-07-19 07:37:12753void TabContents::ShowPageInfo(const GURL& url,
754 const NavigationEntry::SSLStatus& ssl,
755 bool show_history) {
756 if (!delegate_)
757 return;
758
[email protected]bb678332009-07-21 00:15:50759 delegate_->ShowPageInfo(profile(), url, ssl, show_history);
[email protected]4d677202009-07-19 07:37:12760}
761
initial.commit09911bf2008-07-26 23:55:29762ConstrainedWindow* TabContents::CreateConstrainedDialog(
[email protected]e8382172009-06-19 22:16:28763 ConstrainedWindowDelegate* delegate) {
initial.commit09911bf2008-07-26 23:55:29764 ConstrainedWindow* window =
[email protected]e8382172009-06-19 22:16:28765 ConstrainedWindow::CreateConstrainedDialog(this, delegate);
initial.commit09911bf2008-07-26 23:55:29766 child_windows_.push_back(window);
767 return window;
768}
769
770void TabContents::AddNewContents(TabContents* new_contents,
771 WindowOpenDisposition disposition,
772 const gfx::Rect& initial_pos,
[email protected]c88a70fe2009-05-05 20:00:22773 bool user_gesture,
774 const GURL& creator_url) {
initial.commit09911bf2008-07-26 23:55:29775 if (!delegate_)
776 return;
777
[email protected]35f7d212009-04-29 21:19:27778 if ((disposition == NEW_POPUP) && !user_gesture &&
779 !CommandLine::ForCurrentProcess()->HasSwitch(
780 switches::kDisablePopupBlocking)) {
[email protected]2c4410d2009-05-06 23:46:22781 // Unrequested popups from normal pages are constrained unless they're in
[email protected]b6c874582009-05-08 19:38:31782 // the whitelist. The popup owner will handle checking this.
783 delegate_->GetConstrainingContents(this)->AddPopup(new_contents,
784 initial_pos,
785 creator_url.is_valid() ? creator_url.host() : std::string());
786 } else {
[email protected]304f8792009-08-19 21:28:09787#if defined(OS_CHROMEOS)
788 if (disposition == NEW_POPUP) {
789 // If the popup is bigger than a given factor of the screen, then
790 // turn it into a foreground tab (on chrome os only)
791 GdkScreen* screen = gdk_screen_get_default();
792 int max_width = gdk_screen_get_width(screen) * kMaxWidthFactor;
793 int max_height = gdk_screen_get_height(screen) * kMaxHeightFactor;
794 if (initial_pos.width() > max_width ||
795 initial_pos.height() > max_height) {
796 disposition = NEW_FOREGROUND_TAB;
797 }
798 }
799#endif
800
[email protected]0aa55312008-10-17 21:53:08801 new_contents->DisassociateFromPopupCount();
initial.commit09911bf2008-07-26 23:55:29802 delegate_->AddNewContents(this, new_contents, disposition, initial_pos,
803 user_gesture);
[email protected]7f37dd92009-09-15 16:35:49804 NotificationService::current()->Notify(
805 NotificationType::TAB_ADDED,
806 Source<TabContentsDelegate>(delegate_),
807 Details<TabContents>(this));
initial.commit09911bf2008-07-26 23:55:29808 }
[email protected]b6c874582009-05-08 19:38:31809 PopupNotificationVisibilityChanged(ShowingBlockedPopupNotification());
initial.commit09911bf2008-07-26 23:55:29810}
811
initial.commit09911bf2008-07-26 23:55:29812void TabContents::CloseAllSuppressedPopups() {
[email protected]d6598c052008-11-05 19:03:25813 if (blocked_popups_)
[email protected]2c4410d2009-05-06 23:46:22814 blocked_popups_->CloseAll();
initial.commit09911bf2008-07-26 23:55:29815}
816
[email protected]912256b32009-09-18 09:47:35817void TabContents::ExecuteCode(int request_id, const std::string& extension_id,
[email protected]20ad2692009-11-20 18:27:20818 bool is_js_code, const std::string& code_string,
819 bool all_frames) {
[email protected]912256b32009-09-18 09:47:35820 render_view_host()->Send(
821 new ViewMsg_ExecuteCode(render_view_host()->routing_id(), request_id,
[email protected]20ad2692009-11-20 18:27:20822 extension_id, is_js_code, code_string,
823 all_frames));
[email protected]912256b32009-09-18 09:47:35824}
825
[email protected]96d185d2009-04-24 03:28:54826void TabContents::PopupNotificationVisibilityChanged(bool visible) {
827 render_view_host()->PopupNotificationVisibilityChanged(visible);
828}
829
[email protected]5c9e97a2009-09-09 23:48:30830gfx::NativeView TabContents::GetContentNativeView() const {
[email protected]96d185d2009-04-24 03:28:54831 return view_->GetContentNativeView();
832}
833
834gfx::NativeView TabContents::GetNativeView() const {
835 return view_->GetNativeView();
836}
837
838void TabContents::GetContainerBounds(gfx::Rect *out) const {
839 view_->GetContainerBounds(out);
840}
841
842void TabContents::Focus() {
843 view_->Focus();
844}
845
[email protected]90daadb42009-06-08 21:27:28846void TabContents::FocusThroughTabTraversal(bool reverse) {
[email protected]7e383692009-06-12 19:14:54847 if (showing_interstitial_page()) {
848 render_manager_.interstitial_page()->FocusThroughTabTraversal(reverse);
849 return;
850 }
[email protected]96d185d2009-04-24 03:28:54851 render_view_host()->SetInitialFocus(reverse);
852}
853
854bool TabContents::FocusLocationBarByDefault() {
855 DOMUI* dom_ui = GetDOMUIForCurrentState();
856 if (dom_ui)
857 return dom_ui->focus_location_bar_by_default();
[email protected]3e3f0eb2009-06-22 18:33:43858 NavigationEntry* entry = controller_.GetActiveEntry();
[email protected]e0d481582009-09-15 21:06:25859 if (entry && entry->url() == GURL(chrome::kAboutBlankURL))
[email protected]3e3f0eb2009-06-22 18:33:43860 return true;
[email protected]96d185d2009-04-24 03:28:54861 return false;
862}
863
[email protected]616ed5a2008-11-21 22:27:24864void TabContents::AddInfoBar(InfoBarDelegate* delegate) {
865 // Look through the existing InfoBarDelegates we have for a match. If we've
866 // already got one that matches, then we don't add the new one.
[email protected]f86a07022008-11-25 01:06:05867 for (int i = 0; i < infobar_delegate_count(); ++i) {
[email protected]6d27a7b2009-12-18 23:25:45868 if (GetInfoBarDelegateAt(i)->EqualsDelegate(delegate)) {
869 // Tell the new infobar to close so that it can clean itself up.
870 delegate->InfoBarClosed();
[email protected]616ed5a2008-11-21 22:27:24871 return;
[email protected]6d27a7b2009-12-18 23:25:45872 }
[email protected]616ed5a2008-11-21 22:27:24873 }
874
875 infobar_delegates_.push_back(delegate);
[email protected]bfd04a62009-02-01 18:16:56876 NotificationService::current()->Notify(
877 NotificationType::TAB_CONTENTS_INFOBAR_ADDED,
878 Source<TabContents>(this),
879 Details<InfoBarDelegate>(delegate));
[email protected]616ed5a2008-11-21 22:27:24880
881 // Add ourselves as an observer for navigations the first time a delegate is
882 // added. We use this notification to expire InfoBars that need to expire on
883 // page transitions.
884 if (infobar_delegates_.size() == 1) {
[email protected]bfd04a62009-02-01 18:16:56885 registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED,
[email protected]ce3fa3c2009-04-20 19:55:57886 Source<NavigationController>(&controller_));
[email protected]616ed5a2008-11-21 22:27:24887 }
888}
889
890void TabContents::RemoveInfoBar(InfoBarDelegate* delegate) {
891 std::vector<InfoBarDelegate*>::iterator it =
892 find(infobar_delegates_.begin(), infobar_delegates_.end(), delegate);
893 if (it != infobar_delegates_.end()) {
894 InfoBarDelegate* delegate = *it;
[email protected]bfd04a62009-02-01 18:16:56895 NotificationService::current()->Notify(
896 NotificationType::TAB_CONTENTS_INFOBAR_REMOVED,
897 Source<TabContents>(this),
898 Details<InfoBarDelegate>(delegate));
[email protected]f86a07022008-11-25 01:06:05899 infobar_delegates_.erase(it);
[email protected]616ed5a2008-11-21 22:27:24900
[email protected]6a02963e2009-01-06 16:58:03901 // Remove ourselves as an observer if we are tracking no more InfoBars.
902 if (infobar_delegates_.empty()) {
[email protected]bfd04a62009-02-01 18:16:56903 registrar_.Remove(this, NotificationType::NAV_ENTRY_COMMITTED,
[email protected]ce3fa3c2009-04-20 19:55:57904 Source<NavigationController>(&controller_));
[email protected]6a02963e2009-01-06 16:58:03905 }
[email protected]616ed5a2008-11-21 22:27:24906 }
907}
[email protected]3edd9522009-03-04 22:19:41908
[email protected]f81821c2009-08-07 01:29:47909void TabContents::ReplaceInfoBar(InfoBarDelegate* old_delegate,
910 InfoBarDelegate* new_delegate) {
911 std::vector<InfoBarDelegate*>::iterator it =
912 find(infobar_delegates_.begin(), infobar_delegates_.end(), old_delegate);
913 DCHECK(it != infobar_delegates_.end());
914
915 // Notify the container about the change of plans.
916 scoped_ptr<std::pair<InfoBarDelegate*, InfoBarDelegate*> > details(
917 new std::pair<InfoBarDelegate*, InfoBarDelegate*>(
918 old_delegate, new_delegate));
919 NotificationService::current()->Notify(
920 NotificationType::TAB_CONTENTS_INFOBAR_REPLACED,
921 Source<TabContents>(this),
922 Details<std::pair<InfoBarDelegate*, InfoBarDelegate*> >(details.get()));
923
924 // Remove the old one.
925 infobar_delegates_.erase(it);
926
927 // Add the new one.
928 infobar_delegates_.push_back(new_delegate);
929}
930
[email protected]20ede072009-10-06 00:28:35931bool TabContents::ShouldShowBookmarkBar() {
[email protected]aa9196f2009-10-22 16:20:27932 if (showing_interstitial_page())
933 return false;
934
[email protected]96d185d2009-04-24 03:28:54935 // See GetDOMUIForCurrentState() comment for more info. This case is very
936 // similar, but for non-first loads, we want to use the committed entry. This
937 // is so the bookmarks bar disappears at the same time the page does.
938 if (controller_.GetLastCommittedEntry()) {
939 // Not the first load, always use the committed DOM UI.
940 if (render_manager_.dom_ui())
941 return render_manager_.dom_ui()->force_bookmark_bar_visible();
942 return false; // Default.
943 }
944
945 // When it's the first load, we know either the pending one or the committed
946 // one will have the DOM UI in it (see GetDOMUIForCurrentState), and only one
947 // of them will be valid, so we can just check both.
948 if (render_manager_.pending_dom_ui())
949 return render_manager_.pending_dom_ui()->force_bookmark_bar_visible();
950 if (render_manager_.dom_ui())
951 return render_manager_.dom_ui()->force_bookmark_bar_visible();
952 return false; // Default.
953}
954
[email protected]d8f16ae2009-08-30 03:47:26955bool TabContents::IsExtensionShelfAlwaysVisible() {
956 // See GetDOMUIForCurrentState() comment for more info. This case is very
957 // similar, but for non-first loads, we want to use the committed entry. This
958 // is so the bookmarks bar disappears at the same time the page does.
959 if (controller_.GetLastCommittedEntry()) {
960 // Not the first load, always use the committed DOM UI.
961 if (render_manager_.dom_ui())
962 return render_manager_.dom_ui()->force_extension_shelf_visible();
963 return false; // Default.
964 }
965
966 // When it's the first load, we know either the pending one or the committed
967 // one will have the DOM UI in it (see GetDOMUIForCurrentState), and only one
968 // of them will be valid, so we can just check both.
969 if (render_manager_.pending_dom_ui())
970 return render_manager_.pending_dom_ui()->force_extension_shelf_visible();
971 if (render_manager_.dom_ui())
972 return render_manager_.dom_ui()->force_extension_shelf_visible();
973 return false; // Default.
974}
975
[email protected]3edd9522009-03-04 22:19:41976void TabContents::ToolbarSizeChanged(bool is_animating) {
977 TabContentsDelegate* d = delegate();
978 if (d)
979 d->ToolbarSizeChanged(this, is_animating);
980}
[email protected]616ed5a2008-11-21 22:27:24981
[email protected]fc6fb7fb2009-11-07 02:35:04982bool TabContents::CanDownload(int request_id) {
983 TabContentsDelegate* d = delegate();
984 if (d)
985 return d->CanDownload(request_id);
986 return true;
987}
988
[email protected]d5f942ba2008-09-26 19:30:34989void TabContents::OnStartDownload(DownloadItem* download) {
990 DCHECK(download);
[email protected]d5f942ba2008-09-26 19:30:34991
992 // Download in a constrained popup is shown in the tab that opened it.
[email protected]b6c874582009-05-08 19:38:31993 TabContents* tab_contents = delegate()->GetConstrainingContents(this);
[email protected]d5f942ba2008-09-26 19:30:34994
[email protected]59560e0b2009-06-04 03:30:22995 if (tab_contents && tab_contents->delegate())
996 tab_contents->delegate()->OnStartDownload(download);
[email protected]3edd9522009-03-04 22:19:41997}
[email protected]3edd9522009-03-04 22:19:41998
[email protected]d5f942ba2008-09-26 19:30:34999void TabContents::WillClose(ConstrainedWindow* window) {
1000 ConstrainedWindowList::iterator it =
1001 find(child_windows_.begin(), child_windows_.end(), window);
1002 if (it != child_windows_.end())
1003 child_windows_.erase(it);
[email protected]66ba4932009-06-04 19:22:131004}
[email protected]d5f942ba2008-09-26 19:30:341005
[email protected]66ba4932009-06-04 19:22:131006void TabContents::WillCloseBlockedPopupContainer(
1007 BlockedPopupContainer* container) {
1008 DCHECK(blocked_popups_ == container);
1009 blocked_popups_ = NULL;
[email protected]d5f942ba2008-09-26 19:30:341010}
1011
[email protected]d5f942ba2008-09-26 19:30:341012void TabContents::DidMoveOrResize(ConstrainedWindow* window) {
[email protected]332af7732009-03-11 13:21:351013#if defined(OS_WIN)
[email protected]92edc472009-02-10 20:32:061014 UpdateWindow(GetNativeView());
[email protected]332af7732009-03-11 13:21:351015#endif
[email protected]d5f942ba2008-09-26 19:30:341016}
1017
[email protected]c1dc9f132009-11-20 23:13:211018void TabContents::StartFinding(string16 search_string,
[email protected]e491f1c2009-05-22 20:28:121019 bool forward_direction,
1020 bool case_sensitive) {
[email protected]c1dc9f132009-11-20 23:13:211021 // If search_string is empty, it means FindNext was pressed with a keyboard
[email protected]6e95706d2009-04-23 22:55:011022 // shortcut so unless we have something to search for we return early.
[email protected]c1dc9f132009-11-20 23:13:211023 if (search_string.empty() && find_text_.empty()) {
[email protected]87fae512009-12-11 02:20:211024 // Try the last thing we searched for on this tab, then the last thing
1025 // searched for on any tab.
1026 if (!previous_find_text_.empty())
1027 search_string = previous_find_text_;
1028 else if (!last_search_prepopulate_text_->empty())
1029 search_string = *last_search_prepopulate_text_;
1030 else
[email protected]e491f1c2009-05-22 20:28:121031 return;
[email protected]e491f1c2009-05-22 20:28:121032 }
[email protected]6e95706d2009-04-23 22:55:011033
[email protected]101c90e2009-10-26 21:14:441034 // Keep track of the previous search.
1035 previous_find_text_ = find_text_;
1036
[email protected]6e95706d2009-04-23 22:55:011037 // This is a FindNext operation if we are searching for the same text again,
1038 // or if the passed in search text is empty (FindNext keyboard shortcut). The
1039 // exception to this is if the Find was aborted (then we don't want FindNext
1040 // because the highlighting has been cleared and we need it to reappear). We
1041 // therefore treat FindNext after an aborted Find operation as a full fledged
1042 // Find.
[email protected]c1dc9f132009-11-20 23:13:211043 bool find_next = (find_text_ == search_string || search_string.empty()) &&
[email protected]e491f1c2009-05-22 20:28:121044 (last_search_case_sensitive_ == case_sensitive) &&
[email protected]6e95706d2009-04-23 22:55:011045 !find_op_aborted_;
1046 if (!find_next)
1047 current_find_request_id_ = find_request_id_counter_++;
1048
[email protected]c1dc9f132009-11-20 23:13:211049 if (!search_string.empty())
1050 find_text_ = search_string;
[email protected]e491f1c2009-05-22 20:28:121051 last_search_case_sensitive_ = case_sensitive;
[email protected]6e95706d2009-04-23 22:55:011052
1053 find_op_aborted_ = false;
1054
1055 // Keep track of what the last search was across the tabs.
[email protected]c1dc9f132009-11-20 23:13:211056 *last_search_prepopulate_text_ = find_text_;
[email protected]6e95706d2009-04-23 22:55:011057 render_view_host()->StartFinding(current_find_request_id_,
1058 find_text_,
1059 forward_direction,
[email protected]e491f1c2009-05-22 20:28:121060 case_sensitive,
[email protected]6e95706d2009-04-23 22:55:011061 find_next);
1062}
1063
1064void TabContents::StopFinding(bool clear_selection) {
[email protected]2d2dffc2009-06-09 21:41:001065 // When |clear_selection| is true, it means the find string has been cleared
1066 // by the user, but the UI has not been dismissed.
1067 if (!clear_selection)
1068 find_ui_active_ = false;
[email protected]87fae512009-12-11 02:20:211069 previous_find_text_ = find_text_;
[email protected]101c90e2009-10-26 21:14:441070 find_text_.clear();
[email protected]6e95706d2009-04-23 22:55:011071 find_op_aborted_ = true;
[email protected]e491f1c2009-05-22 20:28:121072 last_search_result_ = FindNotificationDetails();
[email protected]6e95706d2009-04-23 22:55:011073 render_view_host()->StopFinding(clear_selection);
1074}
1075
[email protected]f3458762009-12-17 20:17:001076void TabContents::GetPageLanguage() {
1077 render_view_host()->GetPageLanguage();
1078}
1079
[email protected]420ae012009-04-24 05:16:321080void TabContents::OnSavePage() {
1081 // If we can not save the page, try to download it.
1082 if (!SavePackage::IsSavableContents(contents_mime_type())) {
1083 DownloadManager* dlm = profile()->GetDownloadManager();
1084 const GURL& current_page_url = GetURL();
1085 if (dlm && current_page_url.is_valid())
[email protected]d82ed61e2009-06-16 02:46:221086 dlm->DownloadUrl(current_page_url, GURL(), "", this);
[email protected]420ae012009-04-24 05:16:321087 return;
1088 }
1089
1090 Stop();
1091
1092 // Create the save package and possibly prompt the user for the name to save
1093 // the page as. The user prompt is an asynchronous operation that runs on
1094 // another thread.
[email protected]d82ed61e2009-06-16 02:46:221095 save_package_ = new SavePackage(this);
[email protected]420ae012009-04-24 05:16:321096 save_package_->GetSaveInfo();
1097}
1098
1099// Used in automated testing to bypass prompting the user for file names.
1100// Instead, the names and paths are hard coded rather than running them through
1101// file name sanitation and extension / mime checking.
[email protected]828cabe2009-09-26 22:47:111102bool TabContents::SavePage(const FilePath& main_file, const FilePath& dir_path,
[email protected]420ae012009-04-24 05:16:321103 SavePackage::SavePackageType save_type) {
1104 // Stop the page from navigating.
1105 Stop();
1106
[email protected]828cabe2009-09-26 22:47:111107 save_package_ = new SavePackage(this, save_type, main_file, dir_path);
[email protected]cdf6cc82009-08-04 21:48:591108 return save_package_->Init();
[email protected]420ae012009-04-24 05:16:321109}
1110
[email protected]89d6e6e2009-12-03 23:06:511111void TabContents::EmailPageLocation() {
1112 std::string title = EscapeQueryParamValue(UTF16ToUTF8(GetTitle()), false);
1113 std::string page_url = EscapeQueryParamValue(GetURL().spec(), false);
1114 std::string mailto = std::string("mailto:?subject=Fwd:%20") +
1115 title + "&body=%0A%0A" + page_url;
1116 platform_util::OpenExternal(GURL(mailto));
1117}
1118
[email protected]420ae012009-04-24 05:16:321119void TabContents::PrintPreview() {
1120 // We don't show the print preview yet, only the print dialog.
1121 PrintNow();
1122}
1123
1124bool TabContents::PrintNow() {
1125 // We can't print interstitial page for now.
1126 if (showing_interstitial_page())
1127 return false;
1128
1129 return render_view_host()->PrintPages();
1130}
1131
[email protected]82270452009-06-19 15:58:011132void TabContents::PrintingDone(int document_cookie, bool success) {
1133 render_view_host()->PrintingDone(document_cookie, success);
1134}
1135
[email protected]420ae012009-04-24 05:16:321136bool TabContents::IsActiveEntry(int32 page_id) {
1137 NavigationEntry* active_entry = controller_.GetActiveEntry();
1138 return (active_entry != NULL &&
1139 active_entry->site_instance() == GetSiteInstance() &&
1140 active_entry->page_id() == page_id);
1141}
1142
[email protected]3f8eb7f2009-10-02 23:58:051143void TabContents::LogNewTabTime(const std::string& event_name) {
1144 // Not all new tab pages get timed. In those cases, we don't have a
1145 // new_tab_start_time_.
1146 if (new_tab_start_time_.is_null())
1147 return;
1148
1149 base::TimeDelta duration = base::TimeTicks::Now() - new_tab_start_time_;
[email protected]84abba62009-10-07 17:01:441150 MetricEventDurationDetails details(event_name,
1151 static_cast<int>(duration.InMilliseconds()));
1152
[email protected]7ab1e7d62009-10-14 23:32:011153 if (event_name == "Tab.NewTabScriptStart") {
1154 UMA_HISTOGRAM_TIMES("Tab.NewTabScriptStart", duration);
1155 } else if (event_name == "Tab.NewTabDOMContentLoaded") {
1156 UMA_HISTOGRAM_TIMES("Tab.NewTabDOMContentLoaded", duration);
1157 } else if (event_name == "Tab.NewTabOnload") {
1158 UMA_HISTOGRAM_TIMES("Tab.NewTabOnload", duration);
[email protected]3f8eb7f2009-10-02 23:58:051159 // The new tab page has finished loading; reset it.
1160 new_tab_start_time_ = base::TimeTicks();
[email protected]84abba62009-10-07 17:01:441161 } else {
1162 NOTREACHED();
[email protected]3f8eb7f2009-10-02 23:58:051163 }
[email protected]84abba62009-10-07 17:01:441164 NotificationService::current()->Notify(
1165 NotificationType::METRIC_EVENT_DURATION,
1166 Source<TabContents>(this),
1167 Details<MetricEventDurationDetails>(&details));
[email protected]3f8eb7f2009-10-02 23:58:051168}
1169
[email protected]7ab1e7d62009-10-14 23:32:011170void TabContents::OnCloseStarted() {
1171 if (tab_close_start_time_.is_null())
1172 tab_close_start_time_ = base::TimeTicks::Now();
1173}
1174
[email protected]96d185d2009-04-24 03:28:541175// Notifies the RenderWidgetHost instance about the fact that the page is
1176// loading, or done loading and calls the base implementation.
1177void TabContents::SetIsLoading(bool is_loading,
1178 LoadNotificationDetails* details) {
1179 if (is_loading == is_loading_)
1180 return;
1181
1182 if (!is_loading) {
1183 load_state_ = net::LOAD_STATE_IDLE;
1184 load_state_host_.clear();
[email protected]094e5b22009-09-25 04:23:561185 upload_size_ = 0;
1186 upload_position_ = 0;
[email protected]96d185d2009-04-24 03:28:541187 }
1188
1189 render_manager_.SetIsLoading(is_loading);
1190
1191 is_loading_ = is_loading;
1192 waiting_for_response_ = is_loading;
1193
1194 if (delegate_)
1195 delegate_->LoadingStateChanged(this);
[email protected]329581b2009-04-28 06:52:351196 NotifyNavigationStateChanged(INVALIDATE_LOAD);
[email protected]96d185d2009-04-24 03:28:541197
1198 NotificationType type = is_loading ? NotificationType::LOAD_START :
1199 NotificationType::LOAD_STOP;
[email protected]ce5c4502009-05-06 16:46:111200 NotificationDetails det = NotificationService::NoDetails();
[email protected]96d185d2009-04-24 03:28:541201 if (details)
1202 det = Details<LoadNotificationDetails>(details);
1203 NotificationService::current()->Notify(type,
1204 Source<NavigationController>(&controller_),
1205 det);
1206}
1207
[email protected]2c4410d2009-05-06 23:46:221208void TabContents::CreateBlockedPopupContainerIfNecessary() {
1209 if (blocked_popups_)
1210 return;
1211
[email protected]4d4c0b92009-06-08 23:13:011212 blocked_popups_ = BlockedPopupContainer::Create(this, profile());
[email protected]2c4410d2009-05-06 23:46:221213}
1214
[email protected]b6c874582009-05-08 19:38:311215void TabContents::AddPopup(TabContents* new_contents,
1216 const gfx::Rect& initial_pos,
1217 const std::string& host) {
[email protected]2c4410d2009-05-06 23:46:221218 CreateBlockedPopupContainerIfNecessary();
1219 blocked_popups_->AddTabContents(new_contents, initial_pos, host);
[email protected]2c4410d2009-05-06 23:46:221220}
1221
[email protected]e69bce3dd2009-04-20 22:05:121222// TODO(brettw) This should be on the TabContentsView.
[email protected]66ba4932009-06-04 19:22:131223void TabContents::RepositionSupressedPopupsToFit() {
[email protected]d6598c052008-11-05 19:03:251224 if (blocked_popups_)
[email protected]4d4c0b92009-06-08 23:13:011225 blocked_popups_->RepositionBlockedPopupContainer();
[email protected]d5f942ba2008-09-26 19:30:341226}
1227
[email protected]b9681312008-11-07 00:08:261228bool TabContents::ShowingBlockedPopupNotification() const {
1229 return blocked_popups_ != NULL &&
[email protected]2c4410d2009-05-06 23:46:221230 blocked_popups_->GetBlockedPopupCount() != 0;
[email protected]b9681312008-11-07 00:08:261231}
[email protected]616ed5a2008-11-21 22:27:241232
1233namespace {
1234bool TransitionIsReload(PageTransition::Type transition) {
1235 return PageTransition::StripQualifier(transition) == PageTransition::RELOAD;
1236}
1237}
1238
1239void TabContents::ExpireInfoBars(
1240 const NavigationController::LoadCommittedDetails& details) {
1241 // Only hide InfoBars when the user has done something that makes the main
1242 // frame load. We don't want various automatic or subframe navigations making
1243 // it disappear.
1244 if (!details.is_user_initiated_main_frame_load())
1245 return;
1246
[email protected]f86a07022008-11-25 01:06:051247 for (int i = infobar_delegate_count() - 1; i >= 0; --i) {
[email protected]616ed5a2008-11-21 22:27:241248 InfoBarDelegate* delegate = GetInfoBarDelegateAt(i);
[email protected]f86a07022008-11-25 01:06:051249 if (delegate->ShouldExpire(details))
[email protected]616ed5a2008-11-21 22:27:241250 RemoveInfoBar(delegate);
[email protected]616ed5a2008-11-21 22:27:241251 }
1252}
[email protected]fdd61c62009-04-22 19:22:571253
[email protected]96d185d2009-04-24 03:28:541254DOMUI* TabContents::GetDOMUIForCurrentState() {
1255 // When there is a pending navigation entry, we want to use the pending DOMUI
1256 // that goes along with it to control the basic flags. For example, we want to
1257 // show the pending URL in the URL bar, so we want the display_url flag to
1258 // be from the pending entry.
1259 //
1260 // The confusion comes because there are multiple possibilities for the
1261 // initial load in a tab as a side effect of the way the RenderViewHostManager
1262 // works.
1263 //
1264 // - For the very first tab the load looks "normal". The new tab DOM UI is
1265 // the pending one, and we want it to apply here.
1266 //
1267 // - For subsequent new tabs, they'll get a new SiteInstance which will then
1268 // get switched to the one previously associated with the new tab pages.
1269 // This switching will cause the manager to commit the RVH/DOMUI. So we'll
1270 // have a committed DOM UI in this case.
1271 //
1272 // This condition handles all of these cases:
1273 //
1274 // - First load in first tab: no committed nav entry + pending nav entry +
1275 // pending dom ui:
1276 // -> Use pending DOM UI if any.
1277 //
1278 // - First load in second tab: no committed nav entry + pending nav entry +
1279 // no pending DOM UI:
1280 // -> Use the committed DOM UI if any.
1281 //
1282 // - Second navigation in any tab: committed nav entry + pending nav entry:
1283 // -> Use pending DOM UI if any.
1284 //
1285 // - Normal state with no load: committed nav entry + no pending nav entry:
1286 // -> Use committed DOM UI.
1287 if (controller_.pending_entry() &&
1288 (controller_.GetLastCommittedEntry() ||
1289 render_manager_.pending_dom_ui()))
1290 return render_manager_.pending_dom_ui();
1291 return render_manager_.dom_ui();
1292}
[email protected]420ae012009-04-24 05:16:321293
1294void TabContents::DidNavigateMainFramePostCommit(
1295 const NavigationController::LoadCommittedDetails& details,
1296 const ViewHostMsg_FrameNavigate_Params& params) {
[email protected]c2e74fe82009-09-03 17:57:441297 if (opener_dom_ui_type_ != DOMUIFactory::kNoDOMUI) {
1298 // If this is a window.open navigation, use the same DOMUI as the renderer
1299 // that opened the window, as long as both renderers have the same
1300 // privileges.
1301 if (opener_dom_ui_type_ == DOMUIFactory::GetDOMUIType(GetURL())) {
1302 DOMUI* dom_ui = DOMUIFactory::CreateDOMUIForURL(this, GetURL());
1303 // dom_ui might be NULL if the URL refers to a non-existent extension.
1304 if (dom_ui) {
1305 render_manager_.SetDOMUIPostCommit(dom_ui);
1306 dom_ui->RenderViewCreated(render_view_host());
1307 }
1308 }
1309 opener_dom_ui_type_ = DOMUIFactory::kNoDOMUI;
1310 }
1311
[email protected]420ae012009-04-24 05:16:321312 if (details.is_user_initiated_main_frame_load()) {
1313 // Clear the status bubble. This is a workaround for a bug where WebKit
1314 // doesn't let us know that the cursor left an element during a
1315 // transition (this is also why the mouse cursor remains as a hand after
1316 // clicking on a link); see bugs 1184641 and 980803. We don't want to
1317 // clear the bubble when a user navigates to a named anchor in the same
1318 // page.
1319 UpdateTargetURL(details.entry->page_id(), GURL());
1320
1321 // UpdateHelpersForDidNavigate will handle the case where the password_form
1322 // origin is valid.
1323 // TODO(brettw) bug 1343111: Password manager stuff in here needs to be
1324 // cleaned up and covered by tests.
1325 if (!params.password_form.origin.is_valid())
1326 GetPasswordManager()->DidNavigate();
1327 }
1328
1329 // The keyword generator uses the navigation entries, so must be called after
1330 // the commit.
1331 GenerateKeywordIfNecessary(params);
1332
1333 // Allow the new page to set the title again.
1334 received_page_title_ = false;
1335
1336 // Get the favicon, either from history or request it from the net.
1337 fav_icon_helper_.FetchFavIcon(details.entry->url());
1338
[email protected]56ce6e52009-10-27 00:10:521339 // Clear all page and browser action state for this tab, unless this is an
1340 // in-page navigation.
[email protected]92c6f9b92009-10-24 04:35:081341 url_canon::Replacements<char> replacements;
1342 replacements.ClearRef();
1343 if (params.url.ReplaceComponents(replacements) !=
1344 params.referrer.ReplaceComponents(replacements)) {
[email protected]92c6f9b92009-10-24 04:35:081345 ExtensionsService* service = profile()->GetExtensionsService();
1346 if (service) {
1347 for (size_t i = 0; i < service->extensions()->size(); ++i) {
[email protected]5d246db22009-10-27 06:17:571348 ExtensionAction* browser_action =
[email protected]92c6f9b92009-10-24 04:35:081349 service->extensions()->at(i)->browser_action();
[email protected]56ce6e52009-10-27 00:10:521350 if (browser_action) {
1351 browser_action->ClearAllValuesForTab(controller().session_id().id());
1352 NotificationService::current()->Notify(
1353 NotificationType::EXTENSION_BROWSER_ACTION_UPDATED,
[email protected]5d246db22009-10-27 06:17:571354 Source<ExtensionAction>(browser_action),
[email protected]56ce6e52009-10-27 00:10:521355 NotificationService::NoDetails());
1356 }
[email protected]92c6f9b92009-10-24 04:35:081357
[email protected]5d246db22009-10-27 06:17:571358 ExtensionAction* page_action =
[email protected]56ce6e52009-10-27 00:10:521359 service->extensions()->at(i)->page_action();
1360 if (page_action) {
1361 page_action->ClearAllValuesForTab(controller().session_id().id());
1362 PageActionStateChanged();
1363 }
[email protected]92c6f9b92009-10-24 04:35:081364 }
[email protected]aece2c7f2009-08-27 20:43:171365 }
1366 }
[email protected]ce5c4502009-05-06 16:46:111367
[email protected]420ae012009-04-24 05:16:321368 // Close constrained popups if necessary.
1369 MaybeCloseChildWindows(details.previous_url, details.entry->url());
1370
1371 // Update the starred state.
1372 UpdateStarredStateForCurrentURL();
1373}
1374
1375void TabContents::DidNavigateAnyFramePostCommit(
1376 RenderViewHost* render_view_host,
1377 const NavigationController::LoadCommittedDetails& details,
1378 const ViewHostMsg_FrameNavigate_Params& params) {
1379 // If we navigate, start showing messages again. This does nothing to prevent
1380 // a malicious script from spamming messages, since the script could just
1381 // reload the page to stop blocking.
1382 suppress_javascript_messages_ = false;
1383
[email protected]420ae012009-04-24 05:16:321384 // Notify the password manager of the navigation or form submit.
1385 // TODO(brettw) bug 1343111: Password manager stuff in here needs to be
1386 // cleaned up and covered by tests.
1387 if (params.password_form.origin.is_valid())
1388 GetPasswordManager()->ProvisionallySavePassword(params.password_form);
1389}
1390
1391void TabContents::MaybeCloseChildWindows(const GURL& previous_url,
1392 const GURL& current_url) {
1393 if (net::RegistryControlledDomainService::SameDomainOrHost(
1394 previous_url, current_url))
1395 return;
1396
1397 // Clear out any child windows since we are leaving this page entirely.
1398 // We use indices instead of iterators in case CloseWindow does something
1399 // that may invalidate an iterator.
1400 int size = static_cast<int>(child_windows_.size());
1401 for (int i = size - 1; i >= 0; --i) {
1402 ConstrainedWindow* window = child_windows_[i];
1403 if (window)
1404 window->CloseConstrainedWindow();
1405 }
[email protected]e29300cd2009-07-23 21:14:591406
1407 // Close the popup container.
1408 if (blocked_popups_) {
1409 blocked_popups_->Destroy();
1410 blocked_popups_ = NULL;
1411 }
[email protected]420ae012009-04-24 05:16:321412}
1413
1414void TabContents::UpdateStarredStateForCurrentURL() {
1415 BookmarkModel* model = profile()->GetBookmarkModel();
1416 const bool old_state = is_starred_;
1417 is_starred_ = (model && model->IsBookmarked(GetURL()));
1418
1419 if (is_starred_ != old_state && delegate())
1420 delegate()->URLStarredChanged(this, is_starred_);
1421}
1422
1423void TabContents::UpdateAlternateErrorPageURL() {
1424 GURL url = GetAlternateErrorPageURL();
1425 render_view_host()->SetAlternateErrorPageURL(url);
1426}
1427
1428void TabContents::UpdateWebPreferences() {
1429 render_view_host()->UpdateWebPreferences(GetWebkitPrefs());
1430}
1431
1432void TabContents::UpdateMaxPageIDIfNecessary(SiteInstance* site_instance,
1433 RenderViewHost* rvh) {
1434 // If we are creating a RVH for a restored controller, then we might
1435 // have more page IDs than the SiteInstance's current max page ID. We must
1436 // make sure that the max page ID is larger than any restored page ID.
1437 // Note that it is ok for conflicting page IDs to exist in another tab
1438 // (i.e., NavigationController), but if any page ID is larger than the max,
1439 // the back/forward list will get confused.
1440 int max_restored_page_id = controller_.max_restored_page_id();
1441 if (max_restored_page_id > 0) {
1442 int curr_max_page_id = site_instance->max_page_id();
1443 if (max_restored_page_id > curr_max_page_id) {
1444 // Need to update the site instance immediately.
1445 site_instance->UpdateMaxPageID(max_restored_page_id);
1446
1447 // Also tell the renderer to update its internal representation. We
1448 // need to reserve enough IDs to make all restored page IDs less than
1449 // the max.
1450 if (curr_max_page_id < 0)
1451 curr_max_page_id = 0;
1452 rvh->ReservePageIDRange(max_restored_page_id - curr_max_page_id);
1453 }
1454 }
1455}
1456
1457void TabContents::UpdateHistoryForNavigation(
[email protected]ebe89e062009-08-13 23:16:541458 const GURL& virtual_url,
[email protected]befd8d822009-07-01 04:51:471459 const NavigationController::LoadCommittedDetails& details,
[email protected]420ae012009-04-24 05:16:321460 const ViewHostMsg_FrameNavigate_Params& params) {
1461 if (profile()->IsOffTheRecord())
1462 return;
1463
1464 // Add to history service.
1465 HistoryService* hs = profile()->GetHistoryService(Profile::IMPLICIT_ACCESS);
1466 if (hs) {
1467 if (PageTransition::IsMainFrame(params.transition) &&
[email protected]ebe89e062009-08-13 23:16:541468 virtual_url != params.url) {
1469 // Hack on the "virtual" URL so that it will appear in history. For some
[email protected]420ae012009-04-24 05:16:321470 // types of URLs, we will display a magic URL that is different from where
1471 // the page is actually navigated. We want the user to see in history
[email protected]ebe89e062009-08-13 23:16:541472 // what they saw in the URL bar, so we add the virtual URL as a redirect.
1473 // This only applies to the main frame, as the virtual URL doesn't apply
[email protected]420ae012009-04-24 05:16:321474 // to sub-frames.
1475 std::vector<GURL> redirects = params.redirects;
1476 if (!redirects.empty())
[email protected]ebe89e062009-08-13 23:16:541477 redirects.back() = virtual_url;
1478 hs->AddPage(virtual_url, this, params.page_id, params.referrer,
[email protected]befd8d822009-07-01 04:51:471479 params.transition, redirects, details.did_replace_entry);
[email protected]420ae012009-04-24 05:16:321480 } else {
1481 hs->AddPage(params.url, this, params.page_id, params.referrer,
[email protected]befd8d822009-07-01 04:51:471482 params.transition, params.redirects,
1483 details.did_replace_entry);
[email protected]420ae012009-04-24 05:16:321484 }
1485 }
1486}
1487
1488bool TabContents::UpdateTitleForEntry(NavigationEntry* entry,
1489 const std::wstring& title) {
1490 // For file URLs without a title, use the pathname instead. In the case of a
1491 // synthesized title, we don't want the update to count toward the "one set
1492 // per page of the title to history."
1493 std::wstring final_title;
1494 bool explicit_set;
1495 if (entry->url().SchemeIsFile() && title.empty()) {
1496 final_title = UTF8ToWide(entry->url().ExtractFileName());
1497 explicit_set = false; // Don't count synthetic titles toward the set limit.
1498 } else {
1499 TrimWhitespace(title, TRIM_ALL, &final_title);
1500 explicit_set = true;
1501 }
1502
1503 if (final_title == UTF16ToWideHack(entry->title()))
1504 return false; // Nothing changed, don't bother.
1505
1506 entry->set_title(WideToUTF16Hack(final_title));
1507
1508 // Update the history system for this page.
1509 if (!profile()->IsOffTheRecord() && !received_page_title_) {
1510 HistoryService* hs =
1511 profile()->GetHistoryService(Profile::IMPLICIT_ACCESS);
1512 if (hs)
[email protected]ebe89e062009-08-13 23:16:541513 hs->SetPageTitle(entry->virtual_url(), final_title);
[email protected]420ae012009-04-24 05:16:321514
1515 // Don't allow the title to be saved again for explicitly set ones.
1516 received_page_title_ = explicit_set;
1517 }
1518
1519 // Lastly, set the title for the view.
1520 view_->SetPageTitle(final_title);
1521
1522 return true;
1523}
1524
1525void TabContents::NotifySwapped() {
1526 // After sending out a swap notification, we need to send a disconnect
1527 // notification so that clients that pick up a pointer to |this| can NULL the
1528 // pointer. See Bug 1230284.
1529 notify_disconnection_ = true;
1530 NotificationService::current()->Notify(
[email protected]57c6a652009-05-04 07:58:341531 NotificationType::TAB_CONTENTS_SWAPPED,
[email protected]d82ed61e2009-06-16 02:46:221532 Source<TabContents>(this),
[email protected]420ae012009-04-24 05:16:321533 NotificationService::NoDetails());
1534}
1535
1536void TabContents::NotifyConnected() {
1537 notify_disconnection_ = true;
1538 NotificationService::current()->Notify(
[email protected]57c6a652009-05-04 07:58:341539 NotificationType::TAB_CONTENTS_CONNECTED,
[email protected]d82ed61e2009-06-16 02:46:221540 Source<TabContents>(this),
[email protected]420ae012009-04-24 05:16:321541 NotificationService::NoDetails());
1542}
1543
1544void TabContents::NotifyDisconnected() {
1545 if (!notify_disconnection_)
1546 return;
1547
1548 notify_disconnection_ = false;
1549 NotificationService::current()->Notify(
[email protected]57c6a652009-05-04 07:58:341550 NotificationType::TAB_CONTENTS_DISCONNECTED,
[email protected]d82ed61e2009-06-16 02:46:221551 Source<TabContents>(this),
[email protected]420ae012009-04-24 05:16:321552 NotificationService::NoDetails());
1553}
1554
1555void TabContents::GenerateKeywordIfNecessary(
1556 const ViewHostMsg_FrameNavigate_Params& params) {
1557 if (!params.searchable_form_url.is_valid())
1558 return;
1559
1560 if (profile()->IsOffTheRecord())
1561 return;
1562
1563 int last_index = controller_.last_committed_entry_index();
1564 // When there was no previous page, the last index will be 0. This is
1565 // normally due to a form submit that opened in a new tab.
1566 // TODO(brettw) bug 916126: we should support keywords when form submits
1567 // happen in new tabs.
1568 if (last_index <= 0)
1569 return;
1570 const NavigationEntry* previous_entry =
1571 controller_.GetEntryAtIndex(last_index - 1);
1572 if (IsFormSubmit(previous_entry)) {
1573 // Only generate a keyword if the previous page wasn't itself a form
1574 // submit.
1575 return;
1576 }
1577
1578 GURL keyword_url = previous_entry->user_typed_url().is_valid() ?
1579 previous_entry->user_typed_url() : previous_entry->url();
1580 std::wstring keyword =
1581 TemplateURLModel::GenerateKeyword(keyword_url, true); // autodetected
1582 if (keyword.empty())
1583 return;
1584
1585 TemplateURLModel* url_model = profile()->GetTemplateURLModel();
1586 if (!url_model)
1587 return;
1588
1589 if (!url_model->loaded()) {
1590 url_model->Load();
1591 return;
1592 }
1593
1594 const TemplateURL* current_url;
1595 std::wstring url = UTF8ToWide(params.searchable_form_url.spec());
1596 if (!url_model->CanReplaceKeyword(keyword, url, &current_url))
1597 return;
1598
1599 if (current_url) {
1600 if (current_url->originating_url().is_valid()) {
1601 // The existing keyword was generated from an OpenSearch description
1602 // document, don't regenerate.
1603 return;
1604 }
1605 url_model->Remove(current_url);
1606 }
1607 TemplateURL* new_url = new TemplateURL();
1608 new_url->set_keyword(keyword);
1609 new_url->set_short_name(keyword);
1610 new_url->SetURL(url, 0, 0);
1611 new_url->add_input_encoding(params.searchable_form_encoding);
1612 DCHECK(controller_.GetLastCommittedEntry());
1613 const GURL& favicon_url =
1614 controller_.GetLastCommittedEntry()->favicon().url();
1615 if (favicon_url.is_valid()) {
1616 new_url->SetFavIconURL(favicon_url);
1617 } else {
1618 // The favicon url isn't valid. This means there really isn't a favicon,
1619 // or the favicon url wasn't obtained before the load started. This assumes
1620 // the later.
1621 // TODO(sky): Need a way to set the favicon that doesn't involve generating
1622 // its url.
1623 new_url->SetFavIconURL(TemplateURL::GenerateFaviconURL(params.referrer));
1624 }
1625 new_url->set_safe_for_autoreplace(true);
1626 url_model->Add(new_url);
1627}
1628
[email protected]bf5c2ff392009-07-08 16:24:331629void TabContents::OnUserGesture() {
1630 // See comment in RenderViewHostDelegate::OnUserGesture as to why we do this.
1631 DownloadRequestManager* drm = g_browser_process->download_request_manager();
1632 if (drm)
1633 drm->OnUserGesture(this);
[email protected]e7eaedde2009-09-25 20:09:491634 ExternalProtocolHandler::OnUserGesture();
[email protected]bf5c2ff392009-07-08 16:24:331635 controller_.OnUserGesture();
1636}
1637
1638void TabContents::OnFindReply(int request_id,
1639 int number_of_matches,
1640 const gfx::Rect& selection_rect,
1641 int active_match_ordinal,
1642 bool final_update) {
[email protected]3ce7ced2009-07-24 18:52:421643 // Ignore responses for requests that have been aborted.
1644 if (find_op_aborted_)
1645 return;
1646
[email protected]bf5c2ff392009-07-08 16:24:331647 // Ignore responses for requests other than the one we have most recently
1648 // issued. That way we won't act on stale results when the user has
1649 // already typed in another query.
1650 if (request_id != current_find_request_id_)
1651 return;
1652
1653 if (number_of_matches == -1)
1654 number_of_matches = last_search_result_.number_of_matches();
1655 if (active_match_ordinal == -1)
1656 active_match_ordinal = last_search_result_.active_match_ordinal();
1657
1658 gfx::Rect selection = selection_rect;
1659 if (selection.IsEmpty())
1660 selection = last_search_result_.selection_rect();
1661
1662 // Notify the UI, automation and any other observers that a find result was
1663 // found.
1664 last_search_result_ = FindNotificationDetails(request_id, number_of_matches,
1665 selection, active_match_ordinal,
1666 final_update);
1667 NotificationService::current()->Notify(
1668 NotificationType::FIND_RESULT_AVAILABLE,
1669 Source<TabContents>(this),
1670 Details<FindNotificationDetails>(&last_search_result_));
1671}
1672
1673void TabContents::GoToEntryAtOffset(int offset) {
[email protected]f9cc4c452009-10-13 14:56:381674 if (!delegate_ || delegate_->OnGoToEntryOffset(offset))
1675 controller_.GoToOffset(offset);
[email protected]bf5c2ff392009-07-08 16:24:331676}
1677
1678void TabContents::GetHistoryListCount(int* back_list_count,
1679 int* forward_list_count) {
1680 int current_index = controller_.last_committed_entry_index();
1681 *back_list_count = current_index;
1682 *forward_list_count = controller_.entry_count() - current_index - 1;
1683}
1684
1685void TabContents::OnMissingPluginStatus(int status) {
1686#if defined(OS_WIN)
1687// TODO(PORT): pull in when plug-ins work
1688 GetPluginInstaller()->OnMissingPluginStatus(status);
1689#endif
1690}
1691
1692void TabContents::OnCrashedPlugin(const FilePath& plugin_path) {
[email protected]bf5c2ff392009-07-08 16:24:331693 DCHECK(!plugin_path.value().empty());
1694
1695 std::wstring plugin_name = plugin_path.ToWStringHack();
[email protected]d32d46182009-07-23 00:09:351696#if defined(OS_WIN) || defined(OS_MACOSX)
[email protected]bf5c2ff392009-07-08 16:24:331697 scoped_ptr<FileVersionInfo> version_info(
1698 FileVersionInfo::CreateFileVersionInfo(plugin_path));
1699 if (version_info.get()) {
1700 const std::wstring& product_name = version_info->product_name();
[email protected]996fd702009-09-04 19:12:371701 if (!product_name.empty()) {
[email protected]bf5c2ff392009-07-08 16:24:331702 plugin_name = product_name;
[email protected]996fd702009-09-04 19:12:371703#if defined(OS_MACOSX)
1704 // Many plugins on the Mac have .plugin in the actual name, which looks
1705 // terrible, so look for that and strip it off if present.
1706 const std::wstring plugin_extension(L".plugin");
1707 if (EndsWith(plugin_name, plugin_extension, true))
1708 plugin_name.erase(plugin_name.length() - plugin_extension.length());
1709#endif // OS_MACOSX
1710 }
[email protected]bf5c2ff392009-07-08 16:24:331711 }
[email protected]4a560ed2009-07-13 23:35:261712#else
1713 NOTIMPLEMENTED() << " convert plugin path to plugin name";
1714#endif
[email protected]bf5c2ff392009-07-08 16:24:331715 AddInfoBar(new SimpleAlertInfoBarDelegate(
1716 this, l10n_util::GetStringF(IDS_PLUGIN_CRASHED_PROMPT, plugin_name),
1717 NULL));
[email protected]bf5c2ff392009-07-08 16:24:331718}
1719
1720void TabContents::OnCrashedWorker() {
1721 AddInfoBar(new SimpleAlertInfoBarDelegate(
1722 this, l10n_util::GetString(IDS_WEBWORKER_CRASHED_PROMPT),
1723 NULL));
1724}
1725
1726void TabContents::OnDidGetApplicationInfo(
1727 int32 page_id,
1728 const webkit_glue::WebApplicationInfo& info) {
[email protected]ed5431872009-11-17 08:39:511729 web_app_info_ = info;
[email protected]bf5c2ff392009-07-08 16:24:331730
[email protected]ed5431872009-11-17 08:39:511731 if (delegate())
1732 delegate()->OnDidGetApplicationInfo(this, page_id);
[email protected]bf5c2ff392009-07-08 16:24:331733}
1734
1735void TabContents::DidStartProvisionalLoadForFrame(
1736 RenderViewHost* render_view_host,
1737 bool is_main_frame,
1738 const GURL& url) {
1739 ProvisionalLoadDetails details(is_main_frame,
1740 controller_.IsURLInPageNavigation(url),
1741 url, std::string(), false);
1742 NotificationService::current()->Notify(
1743 NotificationType::FRAME_PROVISIONAL_LOAD_START,
1744 Source<NavigationController>(&controller_),
1745 Details<ProvisionalLoadDetails>(&details));
1746}
1747
1748void TabContents::DidStartReceivingResourceResponse(
1749 ResourceRequestDetails* details) {
1750 NotificationService::current()->Notify(
1751 NotificationType::RESOURCE_RESPONSE_STARTED,
1752 Source<NavigationController>(&controller()),
1753 Details<ResourceRequestDetails>(details));
1754}
1755
1756void TabContents::DidRedirectResource(ResourceRequestDetails* details) {
1757 NotificationService::current()->Notify(
1758 NotificationType::RESOURCE_RECEIVED_REDIRECT,
1759 Source<NavigationController>(&controller()),
1760 Details<ResourceRequestDetails>(details));
1761}
1762
1763void TabContents::DidLoadResourceFromMemoryCache(
1764 const GURL& url,
1765 const std::string& frame_origin,
1766 const std::string& main_frame_origin,
1767 const std::string& security_info) {
1768 // Send out a notification that we loaded a resource from our memory cache.
1769 int cert_id = 0, cert_status = 0, security_bits = 0;
1770 SSLManager::DeserializeSecurityInfo(security_info,
1771 &cert_id, &cert_status,
1772 &security_bits);
1773 LoadFromMemoryCacheDetails details(url, frame_origin, main_frame_origin,
[email protected]76543b92009-08-31 17:27:451774 process()->id(), cert_id, cert_status);
[email protected]bf5c2ff392009-07-08 16:24:331775
1776 NotificationService::current()->Notify(
1777 NotificationType::LOAD_FROM_MEMORY_CACHE,
1778 Source<NavigationController>(&controller_),
1779 Details<LoadFromMemoryCacheDetails>(&details));
1780}
1781
[email protected]e3d60e5d2009-09-25 21:08:291782void TabContents::DidDisplayInsecureContent() {
[email protected]09843b5f2009-09-26 08:30:591783 controller_.ssl_manager()->DidDisplayInsecureContent();
[email protected]e3d60e5d2009-09-25 21:08:291784}
1785
1786void TabContents::DidRunInsecureContent(const std::string& security_origin) {
[email protected]09843b5f2009-09-26 08:30:591787 controller_.ssl_manager()->DidRunInsecureContent(security_origin);
[email protected]e3d60e5d2009-09-25 21:08:291788}
1789
[email protected]bf5c2ff392009-07-08 16:24:331790void TabContents::DidFailProvisionalLoadWithError(
1791 RenderViewHost* render_view_host,
1792 bool is_main_frame,
1793 int error_code,
1794 const GURL& url,
1795 bool showing_repost_interstitial) {
1796 if (net::ERR_ABORTED == error_code) {
1797 // EVIL HACK ALERT! Ignore failed loads when we're showing interstitials.
1798 // This means that the interstitial won't be torn down properly, which is
1799 // bad. But if we have an interstitial, go back to another tab type, and
1800 // then load the same interstitial again, we could end up getting the first
1801 // interstitial's "failed" message (as a result of the cancel) when we're on
1802 // the second one.
1803 //
1804 // We can't tell this apart, so we think we're tearing down the current page
1805 // which will cause a crash later one. There is also some code in
1806 // RenderViewHostManager::RendererAbortedProvisionalLoad that is commented
1807 // out because of this problem.
1808 //
1809 // http://code.google.com/p/chromium/issues/detail?id=2855
1810 // Because this will not tear down the interstitial properly, if "back" is
1811 // back to another tab type, the interstitial will still be somewhat alive
1812 // in the previous tab type. If you navigate somewhere that activates the
1813 // tab with the interstitial again, you'll see a flash before the new load
1814 // commits of the interstitial page.
1815 if (showing_interstitial_page()) {
1816 LOG(WARNING) << "Discarding message during interstitial.";
1817 return;
1818 }
1819
1820 // This will discard our pending entry if we cancelled the load (e.g., if we
1821 // decided to download the file instead of load it). Only discard the
1822 // pending entry if the URLs match, otherwise the user initiated a navigate
1823 // before the page loaded so that the discard would discard the wrong entry.
1824 NavigationEntry* pending_entry = controller_.pending_entry();
1825 if (pending_entry && pending_entry->url() == url) {
1826 controller_.DiscardNonCommittedEntries();
1827 // Update the URL display.
1828 NotifyNavigationStateChanged(TabContents::INVALIDATE_URL);
1829 }
1830
1831 render_manager_.RendererAbortedProvisionalLoad(render_view_host);
1832 }
1833
1834 // Send out a notification that we failed a provisional load with an error.
1835 ProvisionalLoadDetails details(is_main_frame,
1836 controller_.IsURLInPageNavigation(url),
1837 url, std::string(), false);
1838 details.set_error_code(error_code);
1839
1840 NotificationService::current()->Notify(
1841 NotificationType::FAIL_PROVISIONAL_LOAD_WITH_ERROR,
1842 Source<NavigationController>(&controller_),
1843 Details<ProvisionalLoadDetails>(&details));
1844}
1845
1846void TabContents::DocumentLoadedInFrame() {
1847 controller_.DocumentLoadedInFrame();
1848}
1849
[email protected]8d3347f2009-07-09 22:00:211850RenderViewHostDelegate::View* TabContents::GetViewDelegate() {
[email protected]420ae012009-04-24 05:16:321851 return view_.get();
1852}
1853
[email protected]8d3347f2009-07-09 22:00:211854RenderViewHostDelegate::RendererManagement*
1855TabContents::GetRendererManagementDelegate() {
1856 return &render_manager_;
1857}
1858
[email protected]bf5c2ff392009-07-08 16:24:331859RenderViewHostDelegate::BrowserIntegration*
[email protected]8d3347f2009-07-09 22:00:211860 TabContents::GetBrowserIntegrationDelegate() {
1861 return this;
[email protected]bf5c2ff392009-07-08 16:24:331862}
1863
[email protected]8d3347f2009-07-09 22:00:211864RenderViewHostDelegate::Resource* TabContents::GetResourceDelegate() {
1865 return this;
[email protected]bf5c2ff392009-07-08 16:24:331866}
1867
[email protected]8d3347f2009-07-09 22:00:211868RenderViewHostDelegate::Save* TabContents::GetSaveDelegate() {
[email protected]420ae012009-04-24 05:16:321869 return save_package_.get(); // May be NULL, but we can return NULL.
1870}
1871
[email protected]8d3347f2009-07-09 22:00:211872RenderViewHostDelegate::Printing* TabContents::GetPrintingDelegate() {
1873 return &printing_;
1874}
1875
1876RenderViewHostDelegate::FavIcon* TabContents::GetFavIconDelegate() {
1877 return &fav_icon_helper_;
1878}
1879
[email protected]c54d269e2009-10-21 18:07:381880RenderViewHostDelegate::FormFieldHistory*
1881TabContents::GetFormFieldHistoryDelegate() {
[email protected]19289d02009-10-21 21:47:001882 if (form_field_history_manager_.get() == NULL)
1883 form_field_history_manager_.reset(new FormFieldHistoryManager(this));
1884 return form_field_history_manager_.get();
[email protected]bf5c2ff392009-07-08 16:24:331885}
1886
[email protected]21674df2009-10-28 19:51:211887RenderViewHostDelegate::AutoFill* TabContents::GetAutoFillDelegate() {
1888 if (autofill_manager_.get() == NULL)
1889 autofill_manager_.reset(new AutoFillManager(this));
1890 return autofill_manager_.get();
1891}
1892
[email protected]93623c5d2009-12-10 21:40:321893RendererPreferences TabContents::GetRendererPrefs(Profile* profile) const {
[email protected]840b1512009-07-21 16:53:461894 return renderer_preferences_;
[email protected]80d96fa2009-06-10 22:34:511895}
1896
[email protected]57c6a652009-05-04 07:58:341897TabContents* TabContents::GetAsTabContents() {
1898 return this;
1899}
1900
[email protected]3e7cf1362009-08-21 17:47:081901void TabContents::AddBlockedNotice(const GURL& url, const string16& reason) {
1902 CreateBlockedPopupContainerIfNecessary();
1903 blocked_popups_->AddBlockedNotice(url, reason);
1904}
1905
[email protected]7b291f92009-08-14 05:43:531906ViewType::Type TabContents::GetRenderViewType() const {
1907 return ViewType::TAB_CONTENTS;
1908}
1909
1910int TabContents::GetBrowserWindowID() const {
1911 return controller().window_id().id();
1912}
1913
[email protected]420ae012009-04-24 05:16:321914void TabContents::RenderViewCreated(RenderViewHost* render_view_host) {
[email protected]2e4633c2009-07-09 16:58:061915 NotificationService::current()->Notify(
1916 NotificationType::RENDER_VIEW_HOST_CREATED_FOR_TAB,
1917 Source<TabContents>(this),
1918 Details<RenderViewHost>(render_view_host));
[email protected]420ae012009-04-24 05:16:321919 NavigationEntry* entry = controller_.GetActiveEntry();
1920 if (!entry)
1921 return;
1922
1923 // When we're creating views, we're still doing initial setup, so we always
1924 // use the pending DOM UI rather than any possibly existing committed one.
1925 if (render_manager_.pending_dom_ui()) {
1926 render_manager_.pending_dom_ui()->RenderViewCreated(render_view_host);
1927 }
1928
1929 if (entry->IsViewSourceMode()) {
1930 // Put the renderer in view source mode.
1931 render_view_host->Send(
1932 new ViewMsg_EnableViewSourceMode(render_view_host->routing_id()));
1933 }
[email protected]0666aef2009-05-13 19:48:081934
1935 view()->RenderViewCreated(render_view_host);
[email protected]420ae012009-04-24 05:16:321936}
1937
1938void TabContents::RenderViewReady(RenderViewHost* rvh) {
1939 if (rvh != render_view_host()) {
1940 // Don't notify the world, since this came from a renderer in the
1941 // background.
1942 return;
1943 }
1944
1945 NotifyConnected();
[email protected]9d8a4642009-07-29 17:25:301946 bool was_crashed = is_crashed();
[email protected]420ae012009-04-24 05:16:321947 SetIsCrashed(false);
[email protected]9d8a4642009-07-29 17:25:301948
1949 // Restore the focus to the tab (otherwise the focus will be on the top
1950 // window).
1951 if (was_crashed && !FocusLocationBarByDefault())
1952 Focus();
[email protected]420ae012009-04-24 05:16:321953}
1954
1955void TabContents::RenderViewGone(RenderViewHost* rvh) {
1956 // Ask the print preview if this renderer was valuable.
1957 if (!printing_.OnRenderViewGone(rvh))
1958 return;
1959 if (rvh != render_view_host()) {
1960 // The pending page's RenderViewHost is gone.
1961 return;
1962 }
1963
1964 SetIsLoading(false, NULL);
1965 NotifyDisconnected();
1966 SetIsCrashed(true);
1967
[email protected]8e537302009-06-10 21:19:581968 // Tell the view that we've crashed so it can prepare the sad tab page.
1969 view_->OnTabCrashed();
[email protected]420ae012009-04-24 05:16:321970
1971 // Hide any visible hung renderer warning for this web contents' process.
[email protected]e7b8d832009-11-20 22:41:001972 hung_renderer_dialog::HideForTabContents(this);
[email protected]420ae012009-04-24 05:16:321973}
1974
[email protected]2e4633c2009-07-09 16:58:061975void TabContents::RenderViewDeleted(RenderViewHost* rvh) {
1976 NotificationService::current()->Notify(
1977 NotificationType::RENDER_VIEW_HOST_DELETED,
1978 Source<TabContents>(this),
1979 Details<RenderViewHost>(rvh));
[email protected]fb7b79f72009-11-06 18:00:481980 render_manager_.RenderViewDeleted(rvh);
[email protected]2e4633c2009-07-09 16:58:061981}
1982
[email protected]420ae012009-04-24 05:16:321983void TabContents::DidNavigate(RenderViewHost* rvh,
1984 const ViewHostMsg_FrameNavigate_Params& params) {
[email protected]8030f012009-09-25 18:09:371985 int extra_invalidate_flags = 0;
1986
1987 if (PageTransition::IsMainFrame(params.transition)) {
[email protected]20ede072009-10-06 00:28:351988 bool was_bookmark_bar_visible = ShouldShowBookmarkBar();
[email protected]8030f012009-09-25 18:09:371989 bool was_extension_shelf_visible = IsExtensionShelfAlwaysVisible();
1990
[email protected]420ae012009-04-24 05:16:321991 render_manager_.DidNavigateMainFrame(rvh);
1992
[email protected]20ede072009-10-06 00:28:351993 if (was_bookmark_bar_visible != ShouldShowBookmarkBar())
[email protected]8030f012009-09-25 18:09:371994 extra_invalidate_flags |= INVALIDATE_BOOKMARK_BAR;
1995 if (was_extension_shelf_visible != IsExtensionShelfAlwaysVisible())
1996 extra_invalidate_flags |= INVALIDATE_EXTENSION_SHELF;
1997 }
1998
[email protected]420ae012009-04-24 05:16:321999 // Update the site of the SiteInstance if it doesn't have one yet.
2000 if (!GetSiteInstance()->has_site())
2001 GetSiteInstance()->SetSite(params.url);
2002
2003 // Need to update MIME type here because it's referred to in
2004 // UpdateNavigationCommands() called by RendererDidNavigate() to
2005 // determine whether or not to enable the encoding menu.
2006 // It's updated only for the main frame. For a subframe,
2007 // RenderView::UpdateURL does not set params.contents_mime_type.
2008 // (see http://code.google.com/p/chromium/issues/detail?id=2929 )
2009 // TODO(jungshik): Add a test for the encoding menu to avoid
2010 // regressing it again.
2011 if (PageTransition::IsMainFrame(params.transition))
2012 contents_mime_type_ = params.contents_mime_type;
2013
2014 NavigationController::LoadCommittedDetails details;
[email protected]8030f012009-09-25 18:09:372015 bool did_navigate = controller_.RendererDidNavigate(
2016 params, extra_invalidate_flags, &details);
[email protected]3e90d4a2009-07-03 17:38:392017
2018 // Update history. Note that this needs to happen after the entry is complete,
2019 // which WillNavigate[Main,Sub]Frame will do before this function is called.
[email protected]2e29d922009-10-22 22:13:352020 if (params.should_update_history &&
2021 (!delegate() || delegate()->ShouldAddNavigationsToHistory())) {
[email protected]3e90d4a2009-07-03 17:38:392022 // Most of the time, the displayURL matches the loaded URL, but for about:
2023 // URLs, we use a data: URL as the real value. We actually want to save
2024 // the about: URL to the history db and keep the data: URL hidden. This is
2025 // what the TabContents' URL getter does.
2026 UpdateHistoryForNavigation(GetURL(), details, params);
2027 }
2028
[email protected]76543b92009-08-31 17:27:452029 if (!did_navigate)
2030 return; // No navigation happened.
[email protected]420ae012009-04-24 05:16:322031
2032 // DO NOT ADD MORE STUFF TO THIS FUNCTION! Your component should either listen
2033 // for the appropriate notification (best) or you can add it to
2034 // DidNavigateMainFramePostCommit / DidNavigateAnyFramePostCommit (only if
2035 // necessary, please).
2036
2037 // Run post-commit tasks.
2038 if (details.is_main_frame)
2039 DidNavigateMainFramePostCommit(details, params);
2040 DidNavigateAnyFramePostCommit(rvh, details, params);
2041}
2042
2043void TabContents::UpdateState(RenderViewHost* rvh,
2044 int32 page_id,
2045 const std::string& state) {
2046 DCHECK(rvh == render_view_host());
2047
2048 // We must be prepared to handle state updates for any page, these occur
2049 // when the user is scrolling and entering form data, as well as when we're
2050 // leaving a page, in which case our state may have already been moved to
2051 // the next page. The navigation controller will look up the appropriate
2052 // NavigationEntry and update it when it is notified via the delegate.
2053
2054 int entry_index = controller_.GetEntryIndexWithPageID(
2055 GetSiteInstance(), page_id);
2056 if (entry_index < 0)
2057 return;
2058 NavigationEntry* entry = controller_.GetEntryAtIndex(entry_index);
2059
2060 if (state == entry->content_state())
2061 return; // Nothing to update.
2062 entry->set_content_state(state);
2063 controller_.NotifyEntryChanged(entry, entry_index);
2064}
2065
2066void TabContents::UpdateTitle(RenderViewHost* rvh,
2067 int32 page_id, const std::wstring& title) {
2068 // If we have a title, that's a pretty good indication that we've started
2069 // getting useful data.
2070 SetNotWaitingForResponse();
2071
2072 DCHECK(rvh == render_view_host());
2073 NavigationEntry* entry = controller_.GetEntryWithPageID(GetSiteInstance(),
2074 page_id);
2075 if (!entry || !UpdateTitleForEntry(entry, title))
2076 return;
2077
2078 // Broadcast notifications when the UI should be updated.
2079 if (entry == controller_.GetEntryAtOffset(0))
[email protected]f1cd5e82009-10-23 17:19:032080 NotifyNavigationStateChanged(INVALIDATE_TITLE);
[email protected]420ae012009-04-24 05:16:322081}
2082
[email protected]420ae012009-04-24 05:16:322083void TabContents::UpdateEncoding(RenderViewHost* render_view_host,
[email protected]41fc0322009-09-04 22:23:402084 const std::string& encoding) {
[email protected]420ae012009-04-24 05:16:322085 set_encoding(encoding);
2086}
2087
2088void TabContents::UpdateTargetURL(int32 page_id, const GURL& url) {
2089 if (delegate())
2090 delegate()->UpdateTargetURL(this, url);
2091}
2092
2093void TabContents::UpdateThumbnail(const GURL& url,
2094 const SkBitmap& bitmap,
2095 const ThumbnailScore& score) {
2096 // Tell History about this thumbnail
[email protected]449478302009-06-09 20:04:282097 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kThumbnailStore)) {
[email protected]72d0fc72009-07-09 17:30:492098 if (!profile()->IsOffTheRecord())
[email protected]42339402009-07-17 17:27:192099 profile()->GetThumbnailStore()->SetPageThumbnail(url, bitmap,
2100 score, true);
[email protected]449478302009-06-09 20:04:282101 } else {
2102 HistoryService* hs;
2103 if (!profile()->IsOffTheRecord() &&
2104 (hs = profile()->GetHistoryService(Profile::IMPLICIT_ACCESS))) {
2105 hs->SetPageThumbnail(url, bitmap, score);
2106 }
[email protected]420ae012009-04-24 05:16:322107 }
2108}
2109
[email protected]8922e1f2009-10-03 05:01:262110void TabContents::UpdateInspectorSettings(const std::string& raw_settings) {
[email protected]0df30122009-06-03 12:13:082111 profile()->GetPrefs()->SetString(prefs::kWebKitInspectorSettings,
[email protected]8922e1f2009-10-03 05:01:262112 UTF8ToWide(raw_settings));
[email protected]0df30122009-06-03 12:13:082113}
2114
[email protected]420ae012009-04-24 05:16:322115void TabContents::Close(RenderViewHost* rvh) {
[email protected]07707302009-11-06 00:50:292116 // The UI may be in an event-tracking loop, such as between the
2117 // mouse-down and mouse-up in text selection or a button click.
2118 // Defer the close until after tracking is complete, so that we
2119 // don't free objects out from under the UI.
2120 // TODO(shess): This could probably be integrated with the
2121 // IsDoingDrag() test below. Punting for now because I need more
2122 // research to understand how this impacts platforms other than Mac.
2123 // TODO(shess): This could get more fine-grained. For instance,
2124 // closing a tab in another window while selecting text in the
2125 // current window's Omnibox should be just fine.
2126 if (view()->IsEventTracking()) {
2127 view()->CloseTabAfterEventTracking();
2128 return;
2129 }
2130
[email protected]24a4d1062009-07-10 23:10:422131 // If we close the tab while we're in the middle of a drag, we'll crash.
2132 // Instead, cancel the drag and close it as soon as the drag ends.
2133 if (view()->IsDoingDrag()) {
2134 view()->CancelDragAndCloseTab();
2135 return;
2136 }
2137
[email protected]420ae012009-04-24 05:16:322138 // Ignore this if it comes from a RenderViewHost that we aren't showing.
2139 if (delegate() && rvh == render_view_host())
2140 delegate()->CloseContents(this);
2141}
2142
2143void TabContents::RequestMove(const gfx::Rect& new_bounds) {
2144 if (delegate() && delegate()->IsPopup(this))
2145 delegate()->MoveContents(this, new_bounds);
2146}
2147
[email protected]7ab1e7d62009-10-14 23:32:012148void TabContents::DidStartLoading() {
[email protected]420ae012009-04-24 05:16:322149 SetIsLoading(true, NULL);
2150}
2151
[email protected]7ab1e7d62009-10-14 23:32:012152void TabContents::DidStopLoading() {
[email protected]420ae012009-04-24 05:16:322153 scoped_ptr<LoadNotificationDetails> details;
2154
2155 NavigationEntry* entry = controller_.GetActiveEntry();
2156 // An entry may not exist for a stop when loading an initial blank page or
2157 // if an iframe injected by script into a blank page finishes loading.
2158 if (entry) {
[email protected]420ae012009-04-24 05:16:322159 base::TimeDelta elapsed = base::TimeTicks::Now() - current_load_start_;
2160
2161 details.reset(new LoadNotificationDetails(
[email protected]ebe89e062009-08-13 23:16:542162 entry->virtual_url(),
[email protected]420ae012009-04-24 05:16:322163 entry->transition_type(),
2164 elapsed,
2165 &controller_,
2166 controller_.GetCurrentEntryIndex()));
2167 }
2168
2169 // Tell PasswordManager we've finished a page load, which serves as a
2170 // green light to save pending passwords and reset itself.
2171 GetPasswordManager()->DidStopLoading();
2172
2173 SetIsLoading(false, details.get());
2174}
2175
[email protected]420ae012009-04-24 05:16:322176void TabContents::DidRedirectProvisionalLoad(int32 page_id,
2177 const GURL& source_url,
2178 const GURL& target_url) {
2179 NavigationEntry* entry;
2180 if (page_id == -1)
2181 entry = controller_.pending_entry();
2182 else
2183 entry = controller_.GetEntryWithPageID(GetSiteInstance(), page_id);
2184 if (!entry || entry->url() != source_url)
2185 return;
2186 entry->set_url(target_url);
2187}
2188
[email protected]420ae012009-04-24 05:16:322189void TabContents::RequestOpenURL(const GURL& url, const GURL& referrer,
2190 WindowOpenDisposition disposition) {
2191 if (render_manager_.dom_ui()) {
2192 // When we're a DOM UI, it will provide a page transition type for us (this
2193 // is so the new tab page can specify AUTO_BOOKMARK for automatically
2194 // generated suggestions).
2195 //
2196 // Note also that we hide the referrer for DOM UI pages. We don't really
[email protected]60e448982009-05-06 04:21:162197 // want web sites to see a referrer of "chrome://blah" (and some
2198 // chrome: URLs might have search terms or other stuff we don't want to
[email protected]420ae012009-04-24 05:16:322199 // send to the site), so we send no referrer.
2200 OpenURL(url, GURL(), disposition,
2201 render_manager_.dom_ui()->link_transition_type());
2202 } else {
2203 OpenURL(url, referrer, disposition, PageTransition::LINK);
2204 }
2205}
2206
[email protected]1ee614862009-07-06 20:29:182207void TabContents::DomOperationResponse(const std::string& json_string,
2208 int automation_id) {
2209}
2210
[email protected]420ae012009-04-24 05:16:322211void TabContents::ProcessDOMUIMessage(const std::string& message,
[email protected]e4dad9fb2009-10-06 18:15:582212 const Value* content,
[email protected]811bfe32009-07-01 08:46:252213 int request_id,
2214 bool has_callback) {
[email protected]420ae012009-04-24 05:16:322215 if (!render_manager_.dom_ui()) {
[email protected]c2e74fe82009-09-03 17:57:442216 // This can happen if someone uses window.open() to open an extension URL
2217 // from a non-extension context.
2218 render_view_host()->BlockExtensionRequest(request_id);
[email protected]420ae012009-04-24 05:16:322219 return;
2220 }
[email protected]811bfe32009-07-01 08:46:252221 render_manager_.dom_ui()->ProcessDOMUIMessage(message, content, request_id,
2222 has_callback);
[email protected]420ae012009-04-24 05:16:322223}
2224
2225void TabContents::ProcessExternalHostMessage(const std::string& message,
2226 const std::string& origin,
2227 const std::string& target) {
2228 if (delegate())
2229 delegate()->ForwardMessageToExternalHost(message, origin, target);
2230}
2231
[email protected]420ae012009-04-24 05:16:322232void TabContents::RunFileChooser(bool multiple_files,
2233 const string16& title,
2234 const FilePath& default_file) {
2235 if (!select_file_dialog_.get())
2236 select_file_dialog_ = SelectFileDialog::Create(this);
2237 SelectFileDialog::Type dialog_type =
2238 multiple_files ? SelectFileDialog::SELECT_OPEN_MULTI_FILE :
2239 SelectFileDialog::SELECT_OPEN_FILE;
2240 select_file_dialog_->SelectFile(dialog_type, title, default_file,
2241 NULL, 0, FILE_PATH_LITERAL(""),
2242 view_->GetTopLevelNativeWindow(), NULL);
2243}
2244
2245void TabContents::RunJavaScriptMessage(
2246 const std::wstring& message,
2247 const std::wstring& default_prompt,
2248 const GURL& frame_url,
2249 const int flags,
2250 IPC::Message* reply_msg,
2251 bool* did_suppress_message) {
2252 // Suppress javascript messages when requested and when inside a constrained
2253 // popup window (because that activates them and breaks them out of the
2254 // constrained window jail).
[email protected]91ed49a2009-07-07 21:29:552255 // Also suppress messages when showing an interstitial. The interstitial is
2256 // shown over the previous page, we don't want the hidden page dialogs to
2257 // interfere with the interstitial.
2258 bool suppress_this_message = suppress_javascript_messages_ ||
2259 showing_interstitial_page();
[email protected]420ae012009-04-24 05:16:322260 if (delegate())
2261 suppress_this_message |=
[email protected]b6c874582009-05-08 19:38:312262 (delegate()->GetConstrainingContents(this) != this);
[email protected]420ae012009-04-24 05:16:322263
2264 *did_suppress_message = suppress_this_message;
2265
2266 if (!suppress_this_message) {
2267 base::TimeDelta time_since_last_message(
2268 base::TimeTicks::Now() - last_javascript_message_dismissal_);
2269 bool show_suppress_checkbox = false;
2270 // Show a checkbox offering to suppress further messages if this message is
2271 // being displayed within kJavascriptMessageExpectedDelay of the last one.
2272 if (time_since_last_message <
2273 base::TimeDelta::FromMilliseconds(kJavascriptMessageExpectedDelay))
2274 show_suppress_checkbox = true;
2275
[email protected]d82ed61e2009-06-16 02:46:222276 RunJavascriptMessageBox(this, frame_url, flags, message, default_prompt,
[email protected]420ae012009-04-24 05:16:322277 show_suppress_checkbox, reply_msg);
2278 } else {
2279 // If we are suppressing messages, just reply as is if the user immediately
2280 // pressed "Cancel".
[email protected]beb440c2009-11-06 04:08:542281 OnMessageBoxClosed(reply_msg, false, std::wstring());
[email protected]420ae012009-04-24 05:16:322282 }
2283}
2284
2285void TabContents::RunBeforeUnloadConfirm(const std::wstring& message,
2286 IPC::Message* reply_msg) {
[email protected]7ab1e7d62009-10-14 23:32:012287 is_showing_before_unload_dialog_ = true;
[email protected]d82ed61e2009-06-16 02:46:222288 RunBeforeUnloadDialog(this, message, reply_msg);
[email protected]420ae012009-04-24 05:16:322289}
2290
2291void TabContents::ShowModalHTMLDialog(const GURL& url, int width, int height,
2292 const std::string& json_arguments,
2293 IPC::Message* reply_msg) {
2294 if (delegate()) {
2295 HtmlDialogUIDelegate* dialog_delegate =
2296 new ModalHtmlDialogDelegate(url, width, height, json_arguments,
[email protected]d82ed61e2009-06-16 02:46:222297 reply_msg, this);
[email protected]420ae012009-04-24 05:16:322298 delegate()->ShowHtmlDialog(dialog_delegate, NULL);
2299 }
2300}
2301
2302void TabContents::PasswordFormsSeen(
[email protected]ed3fb032009-06-16 19:50:562303 const std::vector<webkit_glue::PasswordForm>& forms) {
[email protected]420ae012009-04-24 05:16:322304 GetPasswordManager()->PasswordFormsSeen(forms);
2305}
2306
[email protected]420ae012009-04-24 05:16:322307// Checks to see if we should generate a keyword based on the OSDD, and if
2308// necessary uses TemplateURLFetcher to download the OSDD and create a keyword.
2309void TabContents::PageHasOSDD(RenderViewHost* render_view_host,
2310 int32 page_id, const GURL& url,
2311 bool autodetected) {
2312 // Make sure page_id is the current page, and the TemplateURLModel is loaded.
2313 DCHECK(url.is_valid());
2314 if (!IsActiveEntry(page_id))
2315 return;
2316 TemplateURLModel* url_model = profile()->GetTemplateURLModel();
2317 if (!url_model)
2318 return;
2319 if (!url_model->loaded()) {
2320 url_model->Load();
2321 return;
2322 }
2323 if (!profile()->GetTemplateURLFetcher())
2324 return;
2325
2326 if (profile()->IsOffTheRecord())
2327 return;
2328
2329 const NavigationEntry* entry = controller_.GetLastCommittedEntry();
2330 DCHECK(entry);
2331
2332 const NavigationEntry* base_entry = entry;
2333 if (IsFormSubmit(base_entry)) {
2334 // If the current page is a form submit, find the last page that was not
2335 // a form submit and use its url to generate the keyword from.
2336 int index = controller_.last_committed_entry_index() - 1;
2337 while (index >= 0 && IsFormSubmit(controller_.GetEntryAtIndex(index)))
2338 index--;
2339 if (index >= 0)
2340 base_entry = controller_.GetEntryAtIndex(index);
2341 else
2342 base_entry = NULL;
2343 }
2344
2345 // We want to use the user typed URL if available since that represents what
2346 // the user typed to get here, and fall back on the regular URL if not.
2347 if (!base_entry)
2348 return;
2349 GURL keyword_url = base_entry->user_typed_url().is_valid() ?
2350 base_entry->user_typed_url() : base_entry->url();
2351 if (!keyword_url.is_valid())
2352 return;
2353 std::wstring keyword = TemplateURLModel::GenerateKeyword(keyword_url,
2354 autodetected);
2355 if (keyword.empty())
2356 return;
2357 const TemplateURL* template_url =
2358 url_model->GetTemplateURLForKeyword(keyword);
2359 if (template_url && (!template_url->safe_for_autoreplace() ||
2360 template_url->originating_url() == url)) {
2361 // Either there is a user created TemplateURL for this keyword, or the
2362 // keyword has the same OSDD url and we've parsed it.
2363 return;
2364 }
2365
2366 // Download the OpenSearch description document. If this is successful a
2367 // new keyword will be created when done.
[email protected]420ae012009-04-24 05:16:322368 profile()->GetTemplateURLFetcher()->ScheduleDownload(
2369 keyword,
2370 url,
2371 base_entry->favicon().url(),
[email protected]d0cc9fb52009-06-23 02:26:162372 this,
[email protected]420ae012009-04-24 05:16:322373 autodetected);
2374}
2375
[email protected]420ae012009-04-24 05:16:322376GURL TabContents::GetAlternateErrorPageURL() const {
2377 GURL url;
2378 // Disable alternate error pages when in OffTheRecord/Incognito mode.
2379 if (profile()->IsOffTheRecord())
2380 return url;
2381
2382 PrefService* prefs = profile()->GetPrefs();
2383 DCHECK(prefs);
2384 if (prefs->GetBoolean(prefs::kAlternateErrorPagesEnabled)) {
[email protected]a33457b82009-09-21 23:07:152385 url = google_util::AppendGoogleLocaleParam(
2386 GURL(google_util::kLinkDoctorBaseURL));
[email protected]420ae012009-04-24 05:16:322387 url = google_util::AppendGoogleTLDParam(url);
2388 }
2389 return url;
2390}
2391
2392WebPreferences TabContents::GetWebkitPrefs() {
2393 PrefService* prefs = render_view_host()->process()->profile()->GetPrefs();
[email protected]7ccddb8c2009-08-04 17:36:552394 bool is_dom_ui = false;
2395 return RenderViewHostDelegateHelper::GetWebkitPrefs(prefs, is_dom_ui);
[email protected]420ae012009-04-24 05:16:322396}
2397
[email protected]420ae012009-04-24 05:16:322398void TabContents::OnJSOutOfMemory() {
2399 AddInfoBar(new SimpleAlertInfoBarDelegate(
2400 this, l10n_util::GetString(IDS_JS_OUT_OF_MEMORY_PROMPT), NULL));
2401}
2402
[email protected]420ae012009-04-24 05:16:322403void TabContents::OnCrossSiteResponse(int new_render_process_host_id,
2404 int new_request_id) {
[email protected]57c6a652009-05-04 07:58:342405 // Allows the TabContents to react when a cross-site response is ready to be
[email protected]420ae012009-04-24 05:16:322406 // delivered to a pending RenderViewHost. We must first run the onunload
2407 // handler of the old RenderViewHost before we can allow it to proceed.
2408 render_manager_.OnCrossSiteResponse(new_render_process_host_id,
2409 new_request_id);
2410}
2411
2412bool TabContents::CanBlur() const {
2413 return delegate() ? delegate()->CanBlur() : true;
2414}
2415
2416gfx::Rect TabContents::GetRootWindowResizerRect() const {
2417 if (delegate())
2418 return delegate()->GetRootWindowResizerRect();
2419 return gfx::Rect();
2420}
2421
2422void TabContents::RendererUnresponsive(RenderViewHost* rvh,
2423 bool is_during_unload) {
2424 if (is_during_unload) {
2425 // Hang occurred while firing the beforeunload/unload handler.
2426 // Pretend the handler fired so tab closing continues as if it had.
[email protected]829e7612009-04-25 01:15:112427 rvh->set_sudden_termination_allowed(true);
[email protected]420ae012009-04-24 05:16:322428
2429 if (!render_manager_.ShouldCloseTabOnUnresponsiveRenderer())
2430 return;
2431
2432 // If the tab hangs in the beforeunload/unload handler there's really
2433 // nothing we can do to recover. Pretend the unload listeners have
2434 // all fired and close the tab. If the hang is in the beforeunload handler
2435 // then the user will not have the option of cancelling the close.
2436 Close(rvh);
2437 return;
2438 }
2439
2440 if (render_view_host() && render_view_host()->IsRenderViewLive())
[email protected]e7b8d832009-11-20 22:41:002441 hung_renderer_dialog::ShowForTabContents(this);
[email protected]420ae012009-04-24 05:16:322442}
2443
2444void TabContents::RendererResponsive(RenderViewHost* render_view_host) {
[email protected]e7b8d832009-11-20 22:41:002445 hung_renderer_dialog::HideForTabContents(this);
[email protected]420ae012009-04-24 05:16:322446}
2447
2448void TabContents::LoadStateChanged(const GURL& url,
[email protected]094e5b22009-09-25 04:23:562449 net::LoadState load_state,
2450 uint64 upload_position,
2451 uint64 upload_size) {
[email protected]420ae012009-04-24 05:16:322452 load_state_ = load_state;
[email protected]094e5b22009-09-25 04:23:562453 upload_position_ = upload_position;
2454 upload_size_ = upload_size;
[email protected]d686e812009-06-03 19:10:292455 std::wstring languages =
2456 profile()->GetPrefs()->GetString(prefs::kAcceptLanguages);
[email protected]d686e812009-06-03 19:10:292457 std::string host = url.host();
[email protected]ce85f602009-11-07 01:34:532458 load_state_host_ =
2459 net::IDNToUnicode(host.c_str(), host.size(), languages, NULL);
[email protected]420ae012009-04-24 05:16:322460 if (load_state_ == net::LOAD_STATE_READING_RESPONSE)
2461 SetNotWaitingForResponse();
2462 if (is_loading())
[email protected]c9cd2222009-05-06 05:16:502463 NotifyNavigationStateChanged(INVALIDATE_LOAD | INVALIDATE_TAB);
[email protected]420ae012009-04-24 05:16:322464}
2465
[email protected]1ee614862009-07-06 20:29:182466bool TabContents::IsExternalTabContainer() const {
2467 if (!delegate())
2468 return false;
2469
2470 return delegate()->IsExternalTabContainer();
2471}
2472
[email protected]1ee614862009-07-06 20:29:182473void TabContents::DidInsertCSS() {
2474 // This RVHDelegate function is used for extensions and not us.
[email protected]420ae012009-04-24 05:16:322475}
2476
[email protected]130efb02009-09-18 18:54:352477void TabContents::FocusedNodeChanged() {
2478 NotificationService::current()->Notify(
2479 NotificationType::FOCUS_CHANGED_IN_PAGE,
2480 Source<RenderViewHost>(render_view_host()),
2481 NotificationService::NoDetails());
2482}
2483
[email protected]420ae012009-04-24 05:16:322484void TabContents::FileSelected(const FilePath& path,
2485 int index, void* params) {
2486 render_view_host()->FileSelected(path);
2487}
2488
2489void TabContents::MultiFilesSelected(const std::vector<FilePath>& files,
2490 void* params) {
2491 render_view_host()->MultiFilesSelected(files);
2492}
2493
2494void TabContents::FileSelectionCanceled(void* params) {
2495 // If the user cancels choosing a file to upload we pass back an
2496 // empty vector.
2497 render_view_host()->MultiFilesSelected(std::vector<FilePath>());
2498}
2499
2500void TabContents::BeforeUnloadFiredFromRenderManager(
2501 bool proceed,
2502 bool* proceed_to_fire_unload) {
2503 if (delegate())
2504 delegate()->BeforeUnloadFired(this, proceed, proceed_to_fire_unload);
2505}
2506
2507void TabContents::UpdateRenderViewSizeForRenderManager() {
2508 // TODO(brettw) this is a hack. See TabContentsView::SizeContents.
2509 view_->SizeContents(view_->GetContainerSize());
2510}
2511
2512DOMUI* TabContents::CreateDOMUIForRenderManager(const GURL& url) {
[email protected]d82ed61e2009-06-16 02:46:222513 return DOMUIFactory::CreateDOMUIForURL(this, url);
[email protected]420ae012009-04-24 05:16:322514}
2515
2516NavigationEntry*
2517TabContents::GetLastCommittedNavigationEntryForRenderManager() {
2518 return controller_.GetLastCommittedEntry();
2519}
2520
2521bool TabContents::CreateRenderViewForRenderManager(
2522 RenderViewHost* render_view_host) {
[email protected]811bfe32009-07-01 08:46:252523 // If the pending navigation is to a DOMUI, tell the RenderView about any
2524 // bindings it will need enabled.
[email protected]420ae012009-04-24 05:16:322525 if (render_manager_.pending_dom_ui())
[email protected]811bfe32009-07-01 08:46:252526 render_view_host->AllowBindings(
2527 render_manager_.pending_dom_ui()->bindings());
[email protected]1adff062009-06-02 18:39:552528
[email protected]420ae012009-04-24 05:16:322529 RenderWidgetHostView* rwh_view = view_->CreateViewForWidget(render_view_host);
[email protected]1a98a932009-11-17 00:12:522530
2531 scoped_refptr<URLRequestContextGetter> request_context = request_context_;
2532 if (!request_context.get())
2533 request_context = profile()->GetRequestContext();
2534
2535 if (!render_view_host->CreateRenderView(request_context))
[email protected]420ae012009-04-24 05:16:322536 return false;
2537
2538 // Now that the RenderView has been created, we need to tell it its size.
2539 rwh_view->SetSize(view_->GetContainerSize());
2540
2541 UpdateMaxPageIDIfNecessary(render_view_host->site_instance(),
2542 render_view_host);
2543 return true;
2544}
2545
2546void TabContents::Observe(NotificationType type,
2547 const NotificationSource& source,
2548 const NotificationDetails& details) {
2549 switch (type.value) {
2550 case NotificationType::BOOKMARK_MODEL_LOADED:
2551 // BookmarkModel finished loading, fall through to update starred state.
2552 case NotificationType::URLS_STARRED: {
2553 // Somewhere, a URL has been starred.
2554 // Ignore notifications for profiles other than our current one.
2555 Profile* source_profile = Source<Profile>(source).ptr();
2556 if (!source_profile || !source_profile->IsSameProfile(profile()))
2557 return;
2558
2559 UpdateStarredStateForCurrentURL();
2560 break;
2561 }
2562 case NotificationType::PREF_CHANGED: {
2563 std::wstring* pref_name_in = Details<std::wstring>(details).ptr();
2564 DCHECK(Source<PrefService>(source).ptr() == profile()->GetPrefs());
2565 if (*pref_name_in == prefs::kAlternateErrorPagesEnabled) {
2566 UpdateAlternateErrorPageURL();
2567 } else if (*pref_name_in == prefs::kDefaultCharset ||
2568 StartsWithASCII(WideToUTF8(*pref_name_in), "webkit.webprefs.", true)
2569 ) {
2570 UpdateWebPreferences();
2571 } else {
2572 NOTREACHED() << "unexpected pref change notification" << *pref_name_in;
2573 }
2574 break;
2575 }
2576 case NotificationType::RENDER_WIDGET_HOST_DESTROYED:
2577 view_->RenderWidgetHostDestroyed(Source<RenderWidgetHost>(source).ptr());
2578 break;
2579
2580 case NotificationType::NAV_ENTRY_COMMITTED: {
2581 DCHECK(&controller_ == Source<NavigationController>(source).ptr());
2582
2583 NavigationController::LoadCommittedDetails& committed_details =
2584 *(Details<NavigationController::LoadCommittedDetails>(details).ptr());
2585 ExpireInfoBars(committed_details);
2586 break;
2587 }
2588
[email protected]d3ba77272009-09-03 00:06:092589#if defined(OS_LINUX)
2590 case NotificationType::BROWSER_THEME_CHANGED: {
2591 render_view_host()->SyncRendererPrefs();
2592 break;
2593 }
2594#endif
2595
[email protected]420ae012009-04-24 05:16:322596 default:
2597 NOTREACHED();
2598 }
2599}
[email protected]aacd7cc2009-09-02 14:51:102600
[email protected]beb440c2009-11-06 04:08:542601std::wstring TabContents::GetMessageBoxTitle(const GURL& frame_url,
2602 bool is_alert) {
2603 if (!frame_url.has_host())
2604 return l10n_util::GetString(
2605 is_alert ? IDS_JAVASCRIPT_ALERT_DEFAULT_TITLE
2606 : IDS_JAVASCRIPT_MESSAGEBOX_DEFAULT_TITLE);
2607
2608 // We really only want the scheme, hostname, and port.
2609 GURL::Replacements replacements;
2610 replacements.ClearUsername();
2611 replacements.ClearPassword();
2612 replacements.ClearPath();
2613 replacements.ClearQuery();
2614 replacements.ClearRef();
2615 GURL clean_url = frame_url.ReplaceComponents(replacements);
2616
2617 // TODO(brettw) it should be easier than this to do the correct language
2618 // handling without getting the accept language from the profile.
2619 std::wstring base_address = gfx::ElideUrl(clean_url, gfx::Font(), 0,
2620 profile()->GetPrefs()->GetString(prefs::kAcceptLanguages));
2621 // Force URL to have LTR directionality.
2622 if (l10n_util::GetTextDirection() == l10n_util::RIGHT_TO_LEFT)
2623 l10n_util::WrapStringWithLTRFormatting(&base_address);
2624
2625 return l10n_util::GetStringF(
2626 is_alert ? IDS_JAVASCRIPT_ALERT_TITLE : IDS_JAVASCRIPT_MESSAGEBOX_TITLE,
2627 base_address);
2628}
2629
2630gfx::NativeWindow TabContents::GetMessageBoxRootWindow() {
2631 return view_->GetTopLevelNativeWindow();
2632}
2633
2634void TabContents::OnMessageBoxClosed(IPC::Message* reply_msg,
2635 bool success,
2636 const std::wstring& prompt) {
2637 last_javascript_message_dismissal_ = base::TimeTicks::Now();
2638 if (is_showing_before_unload_dialog_ && !success) {
2639 // If a beforeunload dialog is canceled, we need to stop the throbber from
2640 // spinning, since we forced it to start spinning in Navigate.
2641 DidStopLoading();
2642
2643 tab_close_start_time_ = base::TimeTicks();
2644 }
2645 is_showing_before_unload_dialog_ = false;
2646 render_view_host()->JavaScriptMessageBoxClosed(reply_msg, success, prompt);
2647}
2648
2649void TabContents::SetSuppressMessageBoxes(bool suppress_message_boxes) {
2650 set_suppress_javascript_messages(suppress_message_boxes);
2651}
2652
[email protected]41fc0322009-09-04 22:23:402653void TabContents::set_encoding(const std::string& encoding) {
[email protected]aacd7cc2009-09-02 14:51:102654 encoding_ = CharacterEncoding::GetCanonicalEncodingNameByAliasName(encoding);
2655}