blob: 047b21688031134ed9bdc1602e921f7788ce0684 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/password_manager/chrome_password_manager_client.h"
#include <string>
#include <utility>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/command_line.h"
#include "base/memory/ptr_util.h"
#include "base/memory/ref_counted.h"
#include "base/memory/singleton.h"
#include "base/metrics/field_trial.h"
#include "base/no_destructor.h"
#include "build/build_config.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/browsing_data/browsing_data_helper.h"
#include "chrome/browser/favicon/favicon_service_factory.h"
#include "chrome/browser/metrics/chrome_metrics_service_accessor.h"
#include "chrome/browser/password_manager/account_storage/account_password_store_factory.h"
#include "chrome/browser/password_manager/password_store_factory.h"
#include "chrome/browser/password_manager/touch_to_fill_controller.h"
#include "chrome/browser/prerender/prerender_contents.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/safe_browsing/chrome_password_protection_service.h"
#include "chrome/browser/signin/identity_manager_factory.h"
#include "chrome/browser/site_isolation/site_isolation_policy.h"
#include "chrome/browser/sync/profile_sync_service_factory.h"
#include "chrome/browser/translate/chrome_translate_client.h"
#include "chrome/browser/ui/passwords/manage_passwords_view_utils.h"
#include "chrome/browser/ui/passwords/password_generation_popup_controller_impl.h"
#include "chrome/browser/ui/passwords/passwords_client_ui_delegate.h"
#include "chrome/browser/vr/vr_tab_helper.h"
#include "chrome/common/channel_info.h"
#include "chrome/common/url_constants.h"
#include "components/autofill/content/browser/content_autofill_driver.h"
#include "components/autofill/content/browser/content_autofill_driver_factory.h"
#include "components/autofill/core/browser/logging/log_manager.h"
#include "components/autofill/core/browser/logging/log_receiver.h"
#include "components/autofill/core/common/password_form.h"
#include "components/autofill/core/common/password_generation_util.h"
#include "components/password_manager/content/browser/bad_message.h"
#include "components/password_manager/content/browser/content_password_manager_driver.h"
#include "components/password_manager/content/browser/password_manager_log_router_factory.h"
#include "components/password_manager/content/browser/password_requirements_service_factory.h"
#include "components/password_manager/core/browser/browser_save_password_progress_logger.h"
#include "components/password_manager/core/browser/hsts_query.h"
#include "components/password_manager/core/browser/http_auth_manager.h"
#include "components/password_manager/core/browser/http_auth_manager_impl.h"
#include "components/password_manager/core/browser/password_form_manager_for_ui.h"
#include "components/password_manager/core/browser/password_manager_constants.h"
#include "components/password_manager/core/browser/password_manager_metrics_util.h"
#include "components/password_manager/core/browser/password_manager_util.h"
#include "components/password_manager/core/browser/password_requirements_service.h"
#include "components/password_manager/core/browser/store_metrics_reporter.h"
#include "components/password_manager/core/common/credential_manager_types.h"
#include "components/password_manager/core/common/password_manager_features.h"
#include "components/password_manager/core/common/password_manager_pref_names.h"
#include "components/prefs/pref_service.h"
#include "components/safe_browsing/buildflags.h"
#include "components/sessions/content/content_record_password_state.h"
#include "components/signin/public/identity_manager/identity_manager.h"
#include "components/sync/driver/sync_service.h"
#include "components/sync/driver/sync_user_settings.h"
#include "components/translate/core/browser/translate_manager.h"
#include "components/ukm/content/source_url_recorder.h"
#include "components/version_info/version_info.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/child_process_security_policy.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/browser/navigation_handle.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/render_widget_host_view.h"
#include "content/public/browser/ssl_status.h"
#include "content/public/browser/storage_partition.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/content_switches.h"
#include "content/public/common/origin_util.h"
#include "extensions/buildflags/buildflags.h"
#include "google_apis/gaia/gaia_urls.h"
#include "net/base/url_util.h"
#include "net/cert/cert_status_flags.h"
#include "services/metrics/public/cpp/ukm_recorder.h"
#include "third_party/re2/src/re2/re2.h"
#include "url/url_constants.h"
#if BUILDFLAG(FULL_SAFE_BROWSING)
#include "chrome/browser/safe_browsing/advanced_protection_status_manager.h"
#include "chrome/browser/safe_browsing/advanced_protection_status_manager_factory.h"
#include "ui/base/clipboard/clipboard.h"
#include "ui/events/keycodes/keyboard_codes.h"
#include "services/service_manager/public/cpp/connector.h"
#include "third_party/blink/public/mojom/clipboard/clipboard.mojom.h"
#endif
#if defined(OS_ANDROID)
#include "chrome/browser/android/preferences/preferences_launcher.h"
#include "chrome/browser/android/tab_android.h"
#include "chrome/browser/autofill/manual_filling_controller.h"
#include "chrome/browser/infobars/infobar_service.h"
#include "chrome/browser/password_manager/account_chooser_dialog_android.h"
#include "chrome/browser/password_manager/auto_signin_first_run_dialog_android.h"
#include "chrome/browser/password_manager/credential_leak_controller_android.h"
#include "chrome/browser/password_manager/generated_password_saved_infobar_delegate_android.h"
#include "chrome/browser/password_manager/password_accessory_controller.h"
#include "chrome/browser/password_manager/password_accessory_controller_impl.h"
#include "chrome/browser/password_manager/password_generation_controller.h"
#include "chrome/browser/password_manager/save_password_infobar_delegate_android.h"
#include "chrome/browser/password_manager/touch_to_fill_controller.h"
#include "chrome/browser/password_manager/update_password_infobar_delegate_android.h"
#include "chrome/browser/ui/android/passwords/onboarding_dialog_view.h"
#include "chrome/browser/ui/android/snackbars/auto_signin_prompt_controller.h"
#include "components/infobars/core/infobar.h"
#include "components/password_manager/core/browser/credential_cache.h"
#include "ui/base/ui_base_features.h"
#else
#include "chrome/browser/ui/browser_finder.h"
#endif
#if BUILDFLAG(ENABLE_EXTENSIONS)
#include "extensions/common/constants.h"
#endif
using autofill::PasswordForm;
using autofill::mojom::FocusedFieldType;
using password_manager::BadMessageReason;
using password_manager::ContentPasswordManagerDriverFactory;
using password_manager::PasswordManagerClientHelper;
using password_manager::PasswordManagerDriver;
using password_manager::PasswordManagerMetricsRecorder;
using password_manager::metrics_util::PasswordType;
using sessions::SerializedNavigationEntry;
// Shorten the name to spare line breaks. The code provides enough context
// already.
typedef autofill::SavePasswordProgressLogger Logger;
namespace {
const syncer::SyncService* GetSyncService(Profile* profile) {
if (ProfileSyncServiceFactory::HasSyncService(profile))
return ProfileSyncServiceFactory::GetForProfile(profile);
return nullptr;
}
// Adds |observer| to the input observers of |widget_host|.
void AddToWidgetInputEventObservers(
content::RenderWidgetHost* widget_host,
content::RenderWidgetHost::InputEventObserver* observer) {
// Since Widget API doesn't allow to check whether the observer is already
// added, the observer is removed and added again, to ensure that it is added
// only once.
#if defined(OS_ANDROID)
widget_host->RemoveImeTextCommittedEventObserver(observer);
widget_host->AddImeTextCommittedEventObserver(observer);
#endif
widget_host->RemoveInputEventObserver(observer);
widget_host->AddInputEventObserver(observer);
}
#if defined(OS_ANDROID)
void HideSavePasswordInfobar(content::WebContents* web_contents) {
InfoBarService* infobar_service =
InfoBarService::FromWebContents(web_contents);
for (size_t i = 0; i < infobar_service->infobar_count(); ++i) {
infobars::InfoBar* infobar = infobar_service->infobar_at(i);
if (infobar->delegate()->GetIdentifier() ==
SavePasswordInfoBarDelegate::SAVE_PASSWORD_INFOBAR_DELEGATE_MOBILE) {
infobar_service->RemoveInfoBar(infobar);
break;
}
}
}
#endif // defined(OS_ANDROID)
} // namespace
// static
void ChromePasswordManagerClient::CreateForWebContentsWithAutofillClient(
content::WebContents* contents,
autofill::AutofillClient* autofill_client) {
if (FromWebContents(contents))
return;
contents->SetUserData(UserDataKey(),
base::WrapUnique(new ChromePasswordManagerClient(
contents, autofill_client)));
}
ChromePasswordManagerClient::ChromePasswordManagerClient(
content::WebContents* web_contents,
autofill::AutofillClient* autofill_client)
: content::WebContentsObserver(web_contents),
profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())),
password_manager_(this),
password_feature_manager_(
ProfileSyncServiceFactory::GetForProfile(profile_)),
httpauth_manager_(this),
#if defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
password_reuse_detection_manager_(this),
#endif
driver_factory_(nullptr),
content_credential_manager_(this),
password_generation_driver_bindings_(web_contents, this),
observer_(nullptr),
credentials_filter_(this, base::BindRepeating(&GetSyncService, profile_)),
helper_(this) {
ContentPasswordManagerDriverFactory::CreateForWebContents(web_contents, this,
autofill_client);
driver_factory_ =
ContentPasswordManagerDriverFactory::FromWebContents(web_contents);
log_manager_ = autofill::LogManager::Create(
password_manager::PasswordManagerLogRouterFactory::GetForBrowserContext(
profile_),
base::Bind(
&ContentPasswordManagerDriverFactory::RequestSendLoggingAvailability,
base::Unretained(driver_factory_)));
saving_and_filling_passwords_enabled_.Init(
password_manager::prefs::kCredentialsEnableService, GetPrefs());
static base::NoDestructor<password_manager::StoreMetricsReporter> reporter(
this, GetSyncService(profile_), GetIdentityManager(), GetPrefs());
driver_factory_->RequestSendLoggingAvailability();
}
ChromePasswordManagerClient::~ChromePasswordManagerClient() {}
bool ChromePasswordManagerClient::IsPasswordManagementEnabledForCurrentPage(
const GURL& url) const {
bool is_enabled = CanShowBubbleOnURL(url);
// The password manager is disabled while VR (virtual reality) is being used,
// as the use of conventional UI elements might harm the user experience in
// VR.
if (vr::VrTabHelper::IsUiSuppressedInVr(
web_contents(), vr::UiSuppressedElement::kPasswordManager)) {
is_enabled = false;
}
// The password manager is disabled on Google Password Manager page.
if (url.GetOrigin() ==
GURL(password_manager::kPasswordManagerAccountDashboardURL)) {
is_enabled = false;
}
if (log_manager_->IsLoggingActive()) {
password_manager::BrowserSavePasswordProgressLogger logger(
log_manager_.get());
logger.LogURL(Logger::STRING_SECURITY_ORIGIN, url);
logger.LogBoolean(
Logger::STRING_PASSWORD_MANAGEMENT_ENABLED_FOR_CURRENT_PAGE,
is_enabled);
}
return is_enabled;
}
bool ChromePasswordManagerClient::IsSavingAndFillingEnabled(
const GURL& url) const {
if (base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableAutomation)) {
// Disable the password saving UI for automated tests. It obscures the
// page, and there is no API to access (or dismiss) UI bubbles/infobars.
return false;
}
// TODO(melandory): remove saving_and_filling_passwords_enabled_ check from
// here once we decide to switch to new settings behavior for everyone.
return *saving_and_filling_passwords_enabled_ && !IsIncognito() &&
IsFillingEnabled(url);
}
bool ChromePasswordManagerClient::IsFillingEnabled(const GURL& url) const {
const bool ssl_errors = net::IsCertStatusError(GetMainFrameCertStatus());
if (log_manager_->IsLoggingActive()) {
password_manager::BrowserSavePasswordProgressLogger logger(
log_manager_.get());
logger.LogBoolean(Logger::STRING_SSL_ERRORS_PRESENT, ssl_errors);
}
return !ssl_errors && IsPasswordManagementEnabledForCurrentPage(url);
}
bool ChromePasswordManagerClient::IsFillingFallbackEnabled(
const GURL& url) const {
return IsFillingEnabled(url) &&
!Profile::FromBrowserContext(web_contents()->GetBrowserContext())
->IsGuestSession();
}
void ChromePasswordManagerClient::PostHSTSQueryForHost(
const GURL& origin,
password_manager::HSTSCallback callback) const {
password_manager::PostHSTSQueryForHostAndNetworkContext(
origin,
content::BrowserContext::GetDefaultStoragePartition(profile_)
->GetNetworkContext(),
std::move(callback));
}
bool ChromePasswordManagerClient::OnCredentialManagerUsed() {
prerender::PrerenderContents* prerender_contents =
prerender::PrerenderContents::FromWebContents(web_contents());
if (prerender_contents) {
prerender_contents->Destroy(prerender::FINAL_STATUS_CREDENTIAL_MANAGER_API);
return false;
}
return true;
}
bool ChromePasswordManagerClient::PromptUserToSaveOrUpdatePassword(
std::unique_ptr<password_manager::PasswordFormManagerForUI> form_to_save,
bool update_password) {
// The save password infobar and the password bubble prompt in case of
// "webby" URLs and do not prompt in case of "non-webby" URLS (e.g. file://).
if (!CanShowBubbleOnURL(web_contents()->GetLastCommittedURL()))
return false;
#if !defined(OS_ANDROID)
PasswordsClientUIDelegate* manage_passwords_ui_controller =
PasswordsClientUIDelegateFromWebContents(web_contents());
if (update_password) {
manage_passwords_ui_controller->OnUpdatePasswordSubmitted(
std::move(form_to_save));
} else {
manage_passwords_ui_controller->OnPasswordSubmitted(
std::move(form_to_save));
}
#else
if (form_to_save->IsBlacklisted())
return false;
if (update_password) {
UpdatePasswordInfoBarDelegate::Create(web_contents(),
std::move(form_to_save));
} else {
auto saving_flow_recorder(
std::make_unique<password_manager::SavingFlowMetricsRecorder>());
SavePasswordInfoBarDelegate::Create(web_contents(), std::move(form_to_save),
std::move(saving_flow_recorder));
}
#endif // !defined(OS_ANDROID)
return true;
}
bool ChromePasswordManagerClient::ShowOnboarding(
std::unique_ptr<password_manager::PasswordFormManagerForUI> form_to_save) {
// The save password infobar and the password bubble prompt in case of
// "webby" URLs and do not prompt in case of "non-webby" URLS (e.g. file://).
if (!CanShowBubbleOnURL(web_contents()->GetLastCommittedURL()))
return false;
#if defined(OS_ANDROID)
// This class will delete itself after the dialog is dismissed.
(new OnboardingDialogView(this, std::move(form_to_save)))->Show();
return true;
#else
return false;
#endif // defined(OS_ANDROID)
}
void ChromePasswordManagerClient::ShowManualFallbackForSaving(
std::unique_ptr<password_manager::PasswordFormManagerForUI> form_to_save,
bool has_generated_password,
bool is_update) {
if (!CanShowBubbleOnURL(web_contents()->GetLastCommittedURL()))
return;
#if !defined(OS_ANDROID)
PasswordsClientUIDelegate* manage_passwords_ui_controller =
PasswordsClientUIDelegateFromWebContents(web_contents());
// There may be no UI controller for ChromeOS login page
// (see crbug.com/774676).
if (manage_passwords_ui_controller) {
manage_passwords_ui_controller->OnShowManualFallbackForSaving(
std::move(form_to_save), has_generated_password, is_update);
}
#endif // !defined(OS_ANDROID)
}
void ChromePasswordManagerClient::HideManualFallbackForSaving() {
if (!CanShowBubbleOnURL(web_contents()->GetLastCommittedURL()))
return;
#if !defined(OS_ANDROID)
PasswordsClientUIDelegate* manage_passwords_ui_controller =
PasswordsClientUIDelegateFromWebContents(web_contents());
// There may be no UI controller for ChromeOS login page
// (see crbug.com/774676).
if (manage_passwords_ui_controller)
manage_passwords_ui_controller->OnHideManualFallbackForSaving();
#endif // !defined(OS_ANDROID)
}
bool ChromePasswordManagerClient::PromptUserToChooseCredentials(
std::vector<std::unique_ptr<autofill::PasswordForm>> local_forms,
const GURL& origin,
const CredentialsCallback& callback) {
// Set up an intercept callback if the prompt is zero-clickable (e.g. just one
// form provided).
CredentialsCallback intercept =
base::Bind(&PasswordManagerClientHelper::OnCredentialsChosen,
base::Unretained(&helper_), callback, local_forms.size() == 1);
#if defined(OS_ANDROID)
// Deletes itself on the event from Java counterpart, when user interacts with
// dialog.
AccountChooserDialogAndroid* acccount_chooser_dialog =
new AccountChooserDialogAndroid(web_contents(), std::move(local_forms),
origin, intercept);
return acccount_chooser_dialog->ShowDialog();
#else
return PasswordsClientUIDelegateFromWebContents(web_contents())
->OnChooseCredentials(std::move(local_forms), origin, intercept);
#endif
}
void ChromePasswordManagerClient::ShowTouchToFill(
PasswordManagerDriver* driver) {
#if defined(OS_ANDROID)
GetOrCreateTouchToFillController()->Show(
credential_cache_
.GetCredentialStore(
url::Origin::Create(driver->GetLastCommittedURL().GetOrigin()))
.GetCredentials(),
driver->AsWeakPtr());
#endif
}
void ChromePasswordManagerClient::GeneratePassword() {
#if defined(OS_ANDROID)
PasswordGenerationController* generation_controller =
PasswordGenerationController::GetIfExisting(web_contents());
base::WeakPtr<PasswordManagerDriver> driver =
generation_controller->GetActiveFrameDriver();
if (!driver)
return;
password_manager::ContentPasswordManagerDriver* content_driver =
static_cast<password_manager::ContentPasswordManagerDriver*>(
driver.get());
#else
password_manager::ContentPasswordManagerDriver* content_driver =
driver_factory_->GetDriverForFrame(web_contents()->GetFocusedFrame());
#endif
// Using unretained pointer is safe because |this| outlives
// ContentPasswordManagerDriver that holds the connection.
content_driver->GeneratePassword(base::BindOnce(
&ChromePasswordManagerClient::ShowManualPasswordGenerationPopup,
base::Unretained(this), base::AsWeakPtr(content_driver)));
}
void ChromePasswordManagerClient::NotifyUserAutoSignin(
std::vector<std::unique_ptr<autofill::PasswordForm>> local_forms,
const GURL& origin) {
DCHECK(!local_forms.empty());
helper_.NotifyUserAutoSignin();
#if defined(OS_ANDROID)
ShowAutoSigninPrompt(web_contents(), local_forms[0]->username_value);
#else
PasswordsClientUIDelegateFromWebContents(web_contents())
->OnAutoSignin(std::move(local_forms), origin);
#endif
}
void ChromePasswordManagerClient::NotifyUserCouldBeAutoSignedIn(
std::unique_ptr<autofill::PasswordForm> form) {
helper_.NotifyUserCouldBeAutoSignedIn(std::move(form));
}
void ChromePasswordManagerClient::NotifySuccessfulLoginWithExistingPassword(
const autofill::PasswordForm& form) {
helper_.NotifySuccessfulLoginWithExistingPassword(form);
}
void ChromePasswordManagerClient::NotifyStorePasswordCalled() {
helper_.NotifyStorePasswordCalled();
was_store_ever_called_ = true;
}
void ChromePasswordManagerClient::AutomaticPasswordSave(
std::unique_ptr<password_manager::PasswordFormManagerForUI> saved_form) {
#if defined(OS_ANDROID)
GeneratedPasswordSavedInfoBarDelegateAndroid::Create(web_contents());
#else
PasswordsClientUIDelegate* manage_passwords_ui_controller =
PasswordsClientUIDelegateFromWebContents(web_contents());
manage_passwords_ui_controller->OnAutomaticPasswordSave(
std::move(saved_form));
#endif
}
void ChromePasswordManagerClient::PasswordWasAutofilled(
const std::vector<const PasswordForm*>& best_matches,
const GURL& origin,
const std::vector<const PasswordForm*>* federated_matches) {
#if defined(OS_ANDROID)
if (!PasswordAccessoryController::AllowedForWebContents(web_contents())) {
return; // No need to even create the bridge if it's not going to be used.
}
credential_cache_.SaveCredentialsForOrigin(best_matches,
url::Origin::Create(origin));
#else // !defined(OS_ANDROID)
PasswordsClientUIDelegate* manage_passwords_ui_controller =
PasswordsClientUIDelegateFromWebContents(web_contents());
manage_passwords_ui_controller->OnPasswordAutofilled(best_matches, origin,
federated_matches);
#endif
}
void ChromePasswordManagerClient::AutofillHttpAuth(
const PasswordForm& preferred_match,
const password_manager::PasswordFormManagerForUI* form_manager) {
httpauth_manager_.Autofill(preferred_match, form_manager);
DCHECK(!form_manager->GetBestMatches().empty());
PasswordWasAutofilled(form_manager->GetBestMatches(),
form_manager->GetOrigin(), nullptr);
}
void ChromePasswordManagerClient::NotifyUserCredentialsWereLeaked(
password_manager::CredentialLeakType leak_type,
const GURL& origin) {
#if defined(OS_ANDROID)
HideSavePasswordInfobar(web_contents());
(new CredentialLeakControllerAndroid(
leak_type, origin, web_contents()->GetTopLevelNativeWindow()))
->ShowDialog();
#else // !defined(OS_ANDROID)
PasswordsClientUIDelegate* manage_passwords_ui_controller =
PasswordsClientUIDelegateFromWebContents(web_contents());
manage_passwords_ui_controller->OnCredentialLeak(leak_type, origin);
#endif // defined(OS_ANDROID)
}
bool ChromePasswordManagerClient::IsIsolationForPasswordSitesEnabled() const {
// TODO(crbug.com/862989): Move the following function (and the feature) to
// the password component. Then remove IsIsolationForPasswordsSitesEnabled()
// from the PasswordManagerClient interface.
return SiteIsolationPolicy::IsIsolationForPasswordSitesEnabled();
}
#if defined(ON_FOCUS_PING_ENABLED) || \
defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
safe_browsing::PasswordProtectionService*
ChromePasswordManagerClient::GetPasswordProtectionService() const {
return safe_browsing::ChromePasswordProtectionService::
GetPasswordProtectionService(profile_);
}
#endif
#if defined(ON_FOCUS_PING_ENABLED)
void ChromePasswordManagerClient::CheckSafeBrowsingReputation(
const GURL& form_action,
const GURL& frame_url) {
safe_browsing::PasswordProtectionService* pps =
GetPasswordProtectionService();
if (pps) {
pps->MaybeStartPasswordFieldOnFocusRequest(
web_contents(), web_contents()->GetLastCommittedURL(), form_action,
frame_url, pps->GetAccountInfo().hosted_domain);
}
}
#endif // defined(ON_FOCUS_PING_ENABLED)
#if defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
void ChromePasswordManagerClient::CheckProtectedPasswordEntry(
PasswordType password_type,
const std::string& username,
const std::vector<std::string>& matching_domains,
bool password_field_exists) {
safe_browsing::PasswordProtectionService* pps =
GetPasswordProtectionService();
if (!pps)
return;
pps->MaybeStartProtectedPasswordEntryRequest(
web_contents(), web_contents()->GetLastCommittedURL(), username,
password_type, matching_domains, password_field_exists);
}
#endif // defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
#if defined(SYNC_PASSWORD_REUSE_WARNING_ENABLED)
void ChromePasswordManagerClient::LogPasswordReuseDetectedEvent() {
safe_browsing::PasswordProtectionService* pps =
GetPasswordProtectionService();
if (pps) {
pps->MaybeLogPasswordReuseDetectedEvent(web_contents());
}
}
#endif // defined(SYNC_PASSWORD_REUSE_WARNING_ENABLED)
ukm::SourceId ChromePasswordManagerClient::GetUkmSourceId() {
return ukm::GetSourceIdForWebContentsDocument(web_contents());
}
PasswordManagerMetricsRecorder*
ChromePasswordManagerClient::GetMetricsRecorder() {
if (!metrics_recorder_) {
metrics_recorder_.emplace(GetUkmSourceId(), GetMainFrameURL());
}
return base::OptionalOrNullptr(metrics_recorder_);
}
#if defined(OS_ANDROID)
PasswordAccessoryController*
ChromePasswordManagerClient::GetOrCreatePasswordAccessory() {
return PasswordAccessoryController::GetOrCreate(web_contents(),
&credential_cache_);
}
TouchToFillController*
ChromePasswordManagerClient::GetOrCreateTouchToFillController() {
if (!touch_to_fill_controller_) {
touch_to_fill_controller_ = std::make_unique<TouchToFillController>(
web_contents(), GetFaviconService());
}
return touch_to_fill_controller_.get();
}
#endif // defined(OS_ANDROID)
void ChromePasswordManagerClient::DidFinishNavigation(
content::NavigationHandle* navigation_handle) {
if (!navigation_handle->IsInMainFrame() || !navigation_handle->HasCommitted())
return;
if (!navigation_handle->IsSameDocument()) {
// Send any collected metrics by destroying the metrics recorder.
metrics_recorder_.reset();
}
httpauth_manager_.OnDidFinishMainFrameNavigation();
// From this point on, the ContentCredentialManager will service API calls in
// the context of the new WebContents::GetLastCommittedURL, which may very
// well be cross-origin. Disconnect existing client, and drop pending
// requests.
if (!navigation_handle->IsSameDocument())
content_credential_manager_.DisconnectBinding();
#if defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
password_reuse_detection_manager_.DidNavigateMainFrame(GetMainFrameURL());
#endif // defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
AddToWidgetInputEventObservers(
web_contents()->GetRenderViewHost()->GetWidget(), this);
#if defined(OS_ANDROID)
credential_cache_.ClearCredentials();
#endif // defined(OS_ANDROID)
}
void ChromePasswordManagerClient::RenderFrameCreated(
content::RenderFrameHost* render_frame_host) {
// TODO(drubery): We should handle input events on subframes separately, so
// that we can accurately report that the password was reused on a subframe.
// Currently any password reuse for this WebContents will report password
// reuse on the main frame URL.
AddToWidgetInputEventObservers(
render_frame_host->GetView()->GetRenderWidgetHost(), this);
}
#if defined(OS_ANDROID)
void ChromePasswordManagerClient::OnImeTextCommittedEvent(
const base::string16& text_str) {
#if defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
password_reuse_detection_manager_.OnKeyPressed(text_str);
#endif // defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
}
#endif // defined(OS_ANDROID)
void ChromePasswordManagerClient::OnInputEvent(
const blink::WebInputEvent& event) {
#if defined(OS_ANDROID)
#if defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
// On Android, key down events are triggered if a user types in through a
// number bar on Android keyboard. If text is typed in through other parts of
// Android keyboard, ImeTextCommittedEvent is triggered instead.
if (event.GetType() != blink::WebInputEvent::kKeyDown)
return;
const blink::WebKeyboardEvent& key_event =
static_cast<const blink::WebKeyboardEvent&>(event);
password_reuse_detection_manager_.OnKeyPressed(key_event.text);
#endif // defined(SYNC_PASSWORD_REUSE_DETECTION_ENABLED)
#else // defined(OS_ANDROID)
if (event.GetType() != blink::WebInputEvent::kChar)
return;
const blink::WebKeyboardEvent& key_event =
static_cast<const blink::WebKeyboardEvent&>(event);
// Key & 0x1f corresponds to the value of the key when either the control or
// command key is pressed. This detects CTRL+V, COMMAND+V, and CTRL+SHIFT+V.
if (key_event.windows_key_code == (ui::VKEY_V & 0x1f)) {
OnPaste();
} else {
password_reuse_detection_manager_.OnKeyPressed(key_event.text);
}
#endif // defined(OS_ANDROID)
}
PrefService* ChromePasswordManagerClient::GetPrefs() const {
return profile_->GetPrefs();
}
password_manager::PasswordStore*
ChromePasswordManagerClient::GetProfilePasswordStore() const {
// Always use EXPLICIT_ACCESS as the password manager checks IsIncognito
// itself when it shouldn't access the PasswordStore.
return PasswordStoreFactory::GetForProfile(
profile_, ServiceAccessType::EXPLICIT_ACCESS).get();
}
password_manager::PasswordStore*
ChromePasswordManagerClient::GetAccountPasswordStore() const {
// Always use EXPLICIT_ACCESS as the password manager checks IsIncognito
// itself when it shouldn't access the PasswordStore.
return AccountPasswordStoreFactory::GetForProfile(
profile_, ServiceAccessType::EXPLICIT_ACCESS)
.get();
}
password_manager::SyncState ChromePasswordManagerClient::GetPasswordSyncState()
const {
const syncer::SyncService* sync_service =
ProfileSyncServiceFactory::GetForProfile(profile_);
return password_manager_util::GetPasswordSyncState(sync_service);
}
bool ChromePasswordManagerClient::WasLastNavigationHTTPError() const {
DCHECK(web_contents());
std::unique_ptr<password_manager::BrowserSavePasswordProgressLogger> logger;
if (log_manager_->IsLoggingActive()) {
logger.reset(new password_manager::BrowserSavePasswordProgressLogger(
log_manager_.get()));
logger->LogMessage(
Logger::STRING_WAS_LAST_NAVIGATION_HTTP_ERROR_METHOD);
}
content::NavigationEntry* entry =
web_contents()->GetController().GetVisibleEntry();
if (!entry)
return false;
int http_status_code = entry->GetHttpStatusCode();
if (logger)
logger->LogNumber(Logger::STRING_HTTP_STATUS_CODE, http_status_code);
if (http_status_code >= 400 && http_status_code < 600)
return true;
return false;
}
net::CertStatus ChromePasswordManagerClient::GetMainFrameCertStatus() const {
content::NavigationEntry* entry =
web_contents()->GetController().GetLastCommittedEntry();
if (!entry)
return 0;
return entry->GetSSL().cert_status;
}
bool ChromePasswordManagerClient::IsIncognito() const {
return web_contents()->GetBrowserContext()->IsOffTheRecord();
}
const password_manager::PasswordManager*
ChromePasswordManagerClient::GetPasswordManager() const {
return &password_manager_;
}
password_manager::HttpAuthManager*
ChromePasswordManagerClient::GetHttpAuthManager() {
return &httpauth_manager_;
}
autofill::AutofillDownloadManager*
ChromePasswordManagerClient::GetAutofillDownloadManager() {
autofill::ContentAutofillDriverFactory* factory =
autofill::ContentAutofillDriverFactory::FromWebContents(web_contents());
if (factory) {
autofill::ContentAutofillDriver* driver =
factory->DriverForFrame(web_contents()->GetMainFrame());
// |driver| can be NULL if the tab is being closed.
if (driver) {
autofill::AutofillManager* autofill_manager = driver->autofill_manager();
if (autofill_manager)
return autofill_manager->download_manager();
}
}
return nullptr;
}
void ChromePasswordManagerClient::SetTestObserver(
PasswordGenerationPopupObserver* observer) {
observer_ = observer;
}
void ChromePasswordManagerClient::DidStartNavigation(
content::NavigationHandle* navigation_handle) {
// Logging has no sense on WebUI sites.
log_manager_->SetSuspended(web_contents()->GetWebUI() != nullptr);
}
#if !defined(OS_ANDROID)
void ChromePasswordManagerClient::OnPaste() {
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
base::string16 text;
clipboard->ReadText(ui::ClipboardBuffer::kCopyPaste, &text);
was_on_paste_called_ = true;
password_reuse_detection_manager_.OnPaste(std::move(text));
}
#endif
gfx::RectF ChromePasswordManagerClient::GetBoundsInScreenSpace(
const gfx::RectF& bounds) {
gfx::Rect client_area = web_contents()->GetContainerBounds();
return bounds + client_area.OffsetFromOrigin();
}
void ChromePasswordManagerClient::AutomaticGenerationAvailable(
const autofill::password_generation::PasswordGenerationUIData& ui_data) {
if (!password_manager::bad_message::CheckChildProcessSecurityPolicy(
password_generation_driver_bindings_.GetCurrentTargetFrame(),
ui_data.password_form,
BadMessageReason::
CPMD_BAD_ORIGIN_AUTOMATIC_GENERATION_STATUS_CHANGED))
return;
#if defined(OS_ANDROID)
if (PasswordGenerationController::AllowedForWebContents(web_contents())) {
PasswordManagerDriver* driver = driver_factory_->GetDriverForFrame(
password_generation_driver_bindings_.GetCurrentTargetFrame());
PasswordGenerationController* generation_controller =
PasswordGenerationController::GetIfExisting(web_contents());
DCHECK(generation_controller);
gfx::RectF element_bounds_in_screen_space = TransformToRootCoordinates(
password_generation_driver_bindings_.GetCurrentTargetFrame(),
ui_data.bounds);
generation_controller->OnAutomaticGenerationAvailable(
driver, ui_data, element_bounds_in_screen_space);
}
#else
password_manager::ContentPasswordManagerDriver* driver =
driver_factory_->GetDriverForFrame(
password_generation_driver_bindings_.GetCurrentTargetFrame());
ShowPasswordGenerationPopup(driver, ui_data,
false /* is_manually_triggered */);
#endif // defined(OS_ANDROID)
}
void ChromePasswordManagerClient::ShowPasswordEditingPopup(
const gfx::RectF& bounds,
const autofill::PasswordForm& form,
uint32_t field_renderer_id) {
if (!password_manager::bad_message::CheckChildProcessSecurityPolicy(
password_generation_driver_bindings_.GetCurrentTargetFrame(), form,
BadMessageReason::CPMD_BAD_ORIGIN_SHOW_PASSWORD_EDITING_POPUP))
return;
auto* driver = driver_factory_->GetDriverForFrame(
password_generation_driver_bindings_.GetCurrentTargetFrame());
gfx::RectF element_bounds_in_screen_space =
GetBoundsInScreenSpace(TransformToRootCoordinates(
password_generation_driver_bindings_.GetCurrentTargetFrame(),
bounds));
autofill::password_generation::PasswordGenerationUIData ui_data(
bounds, 0 /*max_length*/, base::string16() /*generation_element*/,
field_renderer_id, base::i18n::TextDirection(), form);
popup_controller_ = PasswordGenerationPopupControllerImpl::GetOrCreate(
popup_controller_, element_bounds_in_screen_space, ui_data,
driver->AsWeakPtr(), observer_, web_contents(),
password_generation_driver_bindings_.GetCurrentTargetFrame());
DCHECK(!form.password_value.empty());
popup_controller_->UpdatePassword(form.password_value);
popup_controller_->Show(
PasswordGenerationPopupController::kEditGeneratedPassword);
}
void ChromePasswordManagerClient::GenerationAvailableForForm(
const autofill::PasswordForm& form) {
if (!password_manager::bad_message::CheckChildProcessSecurityPolicy(
password_generation_driver_bindings_.GetCurrentTargetFrame(), form,
BadMessageReason::CPMD_BAD_ORIGIN_GENERATION_AVAILABLE_FOR_FORM))
return;
// TODO(https://crbug.com/949519): remove this method.
}
void ChromePasswordManagerClient::PasswordGenerationRejectedByTyping() {
if (popup_controller_)
popup_controller_->GeneratedPasswordRejected();
}
void ChromePasswordManagerClient::PresaveGeneratedPassword(
const autofill::PasswordForm& password_form) {
if (!password_manager::bad_message::CheckChildProcessSecurityPolicy(
password_generation_driver_bindings_.GetCurrentTargetFrame(),
password_form,
BadMessageReason::CPMD_BAD_ORIGIN_PRESAVE_GENERATED_PASSWORD))
return;
if (popup_controller_)
popup_controller_->UpdatePassword(password_form.password_value);
PasswordManagerDriver* driver = driver_factory_->GetDriverForFrame(
password_generation_driver_bindings_.GetCurrentTargetFrame());
password_manager_.OnPresaveGeneratedPassword(driver, password_form);
}
void ChromePasswordManagerClient::PasswordNoLongerGenerated(
const autofill::PasswordForm& password_form) {
if (!password_manager::bad_message::CheckChildProcessSecurityPolicy(
password_generation_driver_bindings_.GetCurrentTargetFrame(),
password_form,
BadMessageReason::CPMD_BAD_ORIGIN_PASSWORD_NO_LONGER_GENERATED))
return;
PasswordManagerDriver* driver = driver_factory_->GetDriverForFrame(
password_generation_driver_bindings_.GetCurrentTargetFrame());
password_manager_.OnPasswordNoLongerGenerated(driver, password_form);
PasswordGenerationPopupController* controller = popup_controller_.get();
if (controller &&
controller->state() ==
PasswordGenerationPopupController::kEditGeneratedPassword) {
popup_controller_->GeneratedPasswordRejected();
}
}
void ChromePasswordManagerClient::FrameWasScrolled() {
if (popup_controller_)
popup_controller_->FrameWasScrolled();
}
void ChromePasswordManagerClient::GenerationElementLostFocus() {
// TODO(crbug.com/968046): Look into removing this since FocusedInputChanged
// seems to be a good replacement.
if (popup_controller_)
popup_controller_->GenerationElementLostFocus();
}
#if defined(OS_ANDROID)
void ChromePasswordManagerClient::OnOnboardingSuccessful(
std::unique_ptr<password_manager::PasswordFormManagerForUI> form_to_save,
std::unique_ptr<password_manager::SavingFlowMetricsRecorder>
saving_flow_recorder) {
SavePasswordInfoBarDelegate::Create(web_contents(), std::move(form_to_save),
std::move(saving_flow_recorder));
}
#endif // defined(OS_ANDROID)
const GURL& ChromePasswordManagerClient::GetMainFrameURL() const {
return web_contents()->GetVisibleURL();
}
bool ChromePasswordManagerClient::IsMainFrameSecure() const {
return content::IsOriginSecure(web_contents()->GetVisibleURL());
}
const GURL& ChromePasswordManagerClient::GetLastCommittedEntryURL() const {
DCHECK(web_contents());
content::NavigationEntry* entry =
web_contents()->GetController().GetLastCommittedEntry();
if (!entry)
return GURL::EmptyGURL();
return entry->GetURL();
}
// static
bool ChromePasswordManagerClient::ShouldAnnotateNavigationEntries(
Profile* profile) {
// Only annotate PasswordState onto the navigation entry if user is
// opted into UMA and they're not syncing w/ a custom passphrase.
if (!ChromeMetricsServiceAccessor::IsMetricsAndCrashReportingEnabled())
return false;
syncer::SyncService* sync_service =
ProfileSyncServiceFactory::GetForProfile(profile);
if (!sync_service || !sync_service->IsSyncFeatureActive() ||
sync_service->GetUserSettings()->IsUsingSecondaryPassphrase()) {
return false;
}
return true;
}
void ChromePasswordManagerClient::AnnotateNavigationEntry(
bool has_password_field) {
if (!ShouldAnnotateNavigationEntries(profile_))
return;
content::NavigationEntry* entry =
web_contents()->GetController().GetLastCommittedEntry();
if (!entry)
return;
SerializedNavigationEntry::PasswordState old_state =
sessions::GetPasswordStateFromNavigation(entry);
SerializedNavigationEntry::PasswordState new_state =
(has_password_field ? SerializedNavigationEntry::HAS_PASSWORD_FIELD
: SerializedNavigationEntry::NO_PASSWORD_FIELD);
if (new_state > old_state) {
SetPasswordStateInNavigation(new_state, entry);
}
}
std::string ChromePasswordManagerClient::GetPageLanguage() const {
// TODO(crbug.com/912597): iOS vs other platforms extracts language from
// the top level frame vs whatever frame directly holds the form.
auto* translate_manager =
ChromeTranslateClient::GetManagerFromWebContents(web_contents());
if (translate_manager)
return translate_manager->GetLanguageState().original_language();
return std::string();
}
const password_manager::CredentialsFilter*
ChromePasswordManagerClient::GetStoreResultFilter() const {
return &credentials_filter_;
}
const autofill::LogManager* ChromePasswordManagerClient::GetLogManager() const {
return log_manager_.get();
}
password_manager::PasswordRequirementsService*
ChromePasswordManagerClient::GetPasswordRequirementsService() {
return password_manager::PasswordRequirementsServiceFactory::
GetForBrowserContext(
Profile::FromBrowserContext(web_contents()->GetBrowserContext()));
}
favicon::FaviconService* ChromePasswordManagerClient::GetFaviconService() {
return FaviconServiceFactory::GetForProfile(
profile_, ServiceAccessType::EXPLICIT_ACCESS);
}
signin::IdentityManager* ChromePasswordManagerClient::GetIdentityManager() {
return IdentityManagerFactory::GetForProfile(profile_->GetOriginalProfile());
}
scoped_refptr<network::SharedURLLoaderFactory>
ChromePasswordManagerClient::GetURLLoaderFactory() {
return content::BrowserContext::GetDefaultStoragePartition(profile_)
->GetURLLoaderFactoryForBrowserProcess();
}
bool ChromePasswordManagerClient::IsUnderAdvancedProtection() const {
#if BUILDFLAG(FULL_SAFE_BROWSING)
return safe_browsing::AdvancedProtectionStatusManagerFactory::GetForProfile(
profile_)
->is_under_advanced_protection();
#else
return false;
#endif
}
void ChromePasswordManagerClient::UpdateFormManagers() {
password_manager_.UpdateFormManagers();
}
void ChromePasswordManagerClient::NavigateToManagePasswordsPage(
password_manager::ManagePasswordsReferrer referrer) {
#if defined(OS_ANDROID)
chrome::android::PreferencesLauncher::ShowPasswordSettings(web_contents(),
referrer);
#else
::NavigateToManagePasswordsPage(
chrome::FindBrowserWithWebContents(web_contents()), referrer);
#endif
}
bool ChromePasswordManagerClient::IsNewTabPage() const {
return GetMainFrameURL() == chrome::kChromeSearchLocalNtpUrl;
}
// static
void ChromePasswordManagerClient::BindCredentialManager(
mojo::PendingReceiver<blink::mojom::CredentialManager> receiver,
content::RenderFrameHost* render_frame_host) {
// Only valid for the main frame.
if (render_frame_host->GetParent())
return;
content::WebContents* web_contents =
content::WebContents::FromRenderFrameHost(render_frame_host);
DCHECK(web_contents);
// Only valid for the currently committed RenderFrameHost, and not, e.g. old
// zombie RFH's being swapped out following cross-origin navigations.
if (web_contents->GetMainFrame() != render_frame_host)
return;
ChromePasswordManagerClient* instance =
ChromePasswordManagerClient::FromWebContents(web_contents);
// Try to bind to the driver, but if driver is not available for this render
// frame host, the request will be just dropped. This will cause the message
// pipe to be closed, which will raise a connection error on the peer side.
if (!instance)
return;
instance->content_credential_manager_.BindRequest(std::move(receiver));
}
// static
bool ChromePasswordManagerClient::CanShowBubbleOnURL(const GURL& url) {
std::string scheme = url.scheme();
return (content::ChildProcessSecurityPolicy::GetInstance()->IsWebSafeScheme(
scheme) &&
#if BUILDFLAG(ENABLE_EXTENSIONS)
scheme != extensions::kExtensionScheme &&
#endif
scheme != content::kChromeDevToolsScheme);
}
void ChromePasswordManagerClient::PromptUserToEnableAutosignin() {
#if defined(OS_ANDROID)
// Dialog is deleted by the Java counterpart after user interacts with it.
AutoSigninFirstRunDialogAndroid* auto_signin_first_run_dialog =
new AutoSigninFirstRunDialogAndroid(web_contents());
auto_signin_first_run_dialog->ShowDialog();
#else
PasswordsClientUIDelegateFromWebContents(web_contents())
->OnPromptEnableAutoSignin();
#endif
}
void ChromePasswordManagerClient::ShowManualPasswordGenerationPopup(
base::WeakPtr<password_manager::ContentPasswordManagerDriver> driver,
const base::Optional<
autofill::password_generation::PasswordGenerationUIData>& ui_data) {
if (!ui_data || !driver)
return;
// Check the data because it's a Mojo callback and the input isn't trusted.
if (!password_manager::bad_message::CheckChildProcessSecurityPolicy(
driver->render_frame_host(), ui_data->password_form,
BadMessageReason::
CPMD_BAD_ORIGIN_SHOW_MANUAL_PASSWORD_GENERATION_POPUP))
return;
#if defined(OS_ANDROID)
PasswordGenerationController* password_generation_controller =
PasswordGenerationController::GetIfExisting(web_contents());
DCHECK(password_generation_controller);
password_generation_controller->ShowManualGenerationDialog(driver.get(),
ui_data.value());
#else
ShowPasswordGenerationPopup(driver.get(), *ui_data,
true /* is_manually_triggered */);
#endif
}
void ChromePasswordManagerClient::ShowPasswordGenerationPopup(
password_manager::ContentPasswordManagerDriver* driver,
const autofill::password_generation::PasswordGenerationUIData& ui_data,
bool is_manually_triggered) {
gfx::RectF element_bounds_in_top_frame_space =
TransformToRootCoordinates(driver->render_frame_host(), ui_data.bounds);
if (!is_manually_triggered &&
driver->GetPasswordAutofillManager()
->MaybeShowPasswordSuggestionsWithGeneration(
element_bounds_in_top_frame_space, ui_data.text_direction)) {
return;
}
gfx::RectF element_bounds_in_screen_space =
GetBoundsInScreenSpace(element_bounds_in_top_frame_space);
password_manager_.SetGenerationElementAndReasonForForm(
driver, ui_data.password_form, ui_data.generation_element,
is_manually_triggered);
popup_controller_ = PasswordGenerationPopupControllerImpl::GetOrCreate(
popup_controller_, element_bounds_in_screen_space, ui_data,
driver->AsWeakPtr(), observer_, web_contents(),
driver->render_frame_host());
popup_controller_->Show(PasswordGenerationPopupController::kOfferGeneration);
}
void ChromePasswordManagerClient::FocusedInputChanged(
PasswordManagerDriver* driver,
autofill::mojom::FocusedFieldType focused_field_type) {
#if defined(OS_ANDROID)
ManualFillingController::GetOrCreate(web_contents())
->NotifyFocusedInputChanged(focused_field_type);
password_manager::ContentPasswordManagerDriver* content_driver =
static_cast<password_manager::ContentPasswordManagerDriver*>(driver);
if (!PasswordAccessoryControllerImpl::ShouldAcceptFocusEvent(
web_contents(), content_driver, focused_field_type))
return;
if (!PasswordAccessoryController::AllowedForWebContents(web_contents()))
return;
if (web_contents()->GetFocusedFrame()) {
GetOrCreatePasswordAccessory()->RefreshSuggestionsForField(
focused_field_type,
password_manager_util::ManualPasswordGenerationEnabled(driver));
}
PasswordGenerationController::GetOrCreate(web_contents())
->FocusedInputChanged(focused_field_type,
base::AsWeakPtr(content_driver));
#endif // defined(OS_ANDROID)
}
password_manager::PasswordManager*
ChromePasswordManagerClient::GetPasswordManager() {
return &password_manager_;
}
const password_manager::PasswordFeatureManager*
ChromePasswordManagerClient::GetPasswordFeatureManager() const {
return &password_feature_manager_;
}
gfx::RectF ChromePasswordManagerClient::TransformToRootCoordinates(
content::RenderFrameHost* frame_host,
const gfx::RectF& bounds_in_frame_coordinates) {
content::RenderWidgetHostView* rwhv = frame_host->GetView();
if (!rwhv)
return bounds_in_frame_coordinates;
return gfx::RectF(rwhv->TransformPointToRootCoordSpaceF(
bounds_in_frame_coordinates.origin()),
bounds_in_frame_coordinates.size());
}
WEB_CONTENTS_USER_DATA_KEY_IMPL(ChromePasswordManagerClient)