Commit 10fd2deb authored by horo's avatar horo Committed by Commit bot

Remove crash keys for 630495 and 630496

BUG=630495,630496

Review-Url: https://codereview.chromium.org/2620913002
Cr-Commit-Position: refs/heads/master@{#442764}
parent f3cf6cd4
...@@ -100,15 +100,6 @@ size_t RegisterEngineCrashKeys() { ...@@ -100,15 +100,6 @@ size_t RegisterEngineCrashKeys() {
// Temporary for https://crbug.com/616149. // Temporary for https://crbug.com/616149.
{ "existing_extension_pref_value_type", crash_keys::kSmallSize }, { "existing_extension_pref_value_type", crash_keys::kSmallSize },
// Temporary for https://crbug.com/630495.
{ "swdh_register_cannot_host_url", crash_keys::kLargeSize },
{ "swdh_register_cannot_scope_url", crash_keys::kLargeSize },
{ "swdh_register_cannot_script_url", crash_keys::kLargeSize },
// Temporary for https://crbug.com/630496.
{ "swdh_get_registration_cannot_host_url", crash_keys::kLargeSize },
{ "swdh_get_registration_cannot_document_url", crash_keys::kLargeSize },
// Temporary for https://crbug.com/668633. // Temporary for https://crbug.com/668633.
{ "swdh_set_hosted_version_worker_pid", crash_keys::kSmallSize }, { "swdh_set_hosted_version_worker_pid", crash_keys::kSmallSize },
{ "swdh_set_hosted_version_host_pid", crash_keys::kSmallSize }, { "swdh_set_hosted_version_host_pid", crash_keys::kSmallSize },
......
...@@ -194,15 +194,6 @@ size_t RegisterCrashKeysHelper() { ...@@ -194,15 +194,6 @@ size_t RegisterCrashKeysHelper() {
// Temporary for https://crbug.com/616149. // Temporary for https://crbug.com/616149.
{"existing_extension_pref_value_type", crash_keys::kSmallSize}, {"existing_extension_pref_value_type", crash_keys::kSmallSize},
// Temporary for https://crbug.com/630495.
{"swdh_register_cannot_host_url", crash_keys::kLargeSize},
{"swdh_register_cannot_scope_url", crash_keys::kLargeSize},
{"swdh_register_cannot_script_url", crash_keys::kLargeSize},
// Temporary for https://crbug.com/630496.
{"swdh_get_registration_cannot_host_url", crash_keys::kLargeSize},
{"swdh_get_registration_cannot_document_url", crash_keys::kLargeSize},
// Temporary for https://crbug.com/668633. // Temporary for https://crbug.com/668633.
{"swdh_set_hosted_version_worker_pid", crash_keys::kSmallSize}, {"swdh_set_hosted_version_worker_pid", crash_keys::kSmallSize},
{"swdh_set_hosted_version_host_pid", crash_keys::kSmallSize}, {"swdh_set_hosted_version_host_pid", crash_keys::kSmallSize},
......
...@@ -247,15 +247,6 @@ size_t RegisterChromeCrashKeys() { ...@@ -247,15 +247,6 @@ size_t RegisterChromeCrashKeys() {
// Temporary for https://crbug.com/616149. // Temporary for https://crbug.com/616149.
{ "existing_extension_pref_value_type", crash_keys::kSmallSize }, { "existing_extension_pref_value_type", crash_keys::kSmallSize },
// Temporary for https://crbug.com/630495.
{ "swdh_register_cannot_host_url", crash_keys::kLargeSize },
{ "swdh_register_cannot_scope_url", crash_keys::kLargeSize },
{ "swdh_register_cannot_script_url", crash_keys::kLargeSize },
// Temporary for https://crbug.com/630496.
{ "swdh_get_registration_cannot_host_url", crash_keys::kLargeSize },
{ "swdh_get_registration_cannot_document_url", crash_keys::kLargeSize },
// Temporary for https://crbug.com/668633. // Temporary for https://crbug.com/668633.
{ "swdh_set_hosted_version_worker_pid", crash_keys::kSmallSize }, { "swdh_set_hosted_version_worker_pid", crash_keys::kSmallSize },
{ "swdh_set_hosted_version_host_pid", crash_keys::kSmallSize }, { "swdh_set_hosted_version_host_pid", crash_keys::kSmallSize },
......
...@@ -105,15 +105,6 @@ size_t RegisterCastCrashKeys() { ...@@ -105,15 +105,6 @@ size_t RegisterCastCrashKeys() {
// Temporary for https://crbug.com/616149. // Temporary for https://crbug.com/616149.
{ "existing_extension_pref_value_type", kSmallSize }, { "existing_extension_pref_value_type", kSmallSize },
// Temporary for https://crbug.com/630495.
{ "swdh_register_cannot_host_url", kLargeSize },
{ "swdh_register_cannot_scope_url", kLargeSize },
{ "swdh_register_cannot_script_url", kLargeSize },
// Temporary for https://crbug.com/630496.
{ "swdh_get_registration_cannot_host_url", kLargeSize },
{ "swdh_get_registration_cannot_document_url", kLargeSize },
// Temporary for https://crbug.com/668633. // Temporary for https://crbug.com/668633.
{ "swdh_set_hosted_version_worker_pid", kSmallSize }, { "swdh_set_hosted_version_worker_pid", kSmallSize },
{ "swdh_set_hosted_version_host_pid", kSmallSize }, { "swdh_set_hosted_version_host_pid", kSmallSize },
......
...@@ -333,13 +333,6 @@ void ServiceWorkerDispatcherHost::OnRegisterServiceWorker( ...@@ -333,13 +333,6 @@ void ServiceWorkerDispatcherHost::OnRegisterServiceWorker(
std::vector<GURL> urls = {provider_host->document_url(), pattern, script_url}; std::vector<GURL> urls = {provider_host->document_url(), pattern, script_url};
if (!ServiceWorkerUtils::AllOriginsMatchAndCanAccessServiceWorkers(urls)) { if (!ServiceWorkerUtils::AllOriginsMatchAndCanAccessServiceWorkers(urls)) {
// Temporary debugging for https://crbug.com/630495
base::debug::ScopedCrashKey host_url_key(
"swdh_register_cannot_host_url", provider_host->document_url().spec());
base::debug::ScopedCrashKey scope_url_key("swdh_register_cannot_scope_url",
pattern.spec());
base::debug::ScopedCrashKey script_url_key(
"swdh_register_cannot_script_url", script_url.spec());
bad_message::ReceivedBadMessage(this, bad_message::SWDH_REGISTER_CANNOT); bad_message::ReceivedBadMessage(this, bad_message::SWDH_REGISTER_CANNOT);
return; return;
} }
...@@ -558,12 +551,6 @@ void ServiceWorkerDispatcherHost::OnGetRegistration( ...@@ -558,12 +551,6 @@ void ServiceWorkerDispatcherHost::OnGetRegistration(
std::vector<GURL> urls = {provider_host->document_url(), document_url}; std::vector<GURL> urls = {provider_host->document_url(), document_url};
if (!ServiceWorkerUtils::AllOriginsMatchAndCanAccessServiceWorkers(urls)) { if (!ServiceWorkerUtils::AllOriginsMatchAndCanAccessServiceWorkers(urls)) {
// Temporary debugging for https://crbug.com/630496
base::debug::ScopedCrashKey host_url_key(
"swdh_get_registration_cannot_host_url",
provider_host->document_url().spec());
base::debug::ScopedCrashKey document_url_key(
"swdh_get_registration_cannot_document_url", document_url.spec());
bad_message::ReceivedBadMessage(this, bad_message::ReceivedBadMessage(this,
bad_message::SWDH_GET_REGISTRATION_CANNOT); bad_message::SWDH_GET_REGISTRATION_CANNOT);
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment