Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3132)

Unified Diff: blimp/engine/app/blimp_engine_crash_keys.cc

Issue 2280473002: Add crash keys to debug causes of a crash in RenderFrameImpl::CreateFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kSmallSize -> crash_keys::kSmallSize to fix blimp compile error Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/blimp_engine_crash_keys.cc
diff --git a/blimp/engine/app/blimp_engine_crash_keys.cc b/blimp/engine/app/blimp_engine_crash_keys.cc
index 3900800e444d7e52832bfb2471d10860a98f38aa..5af1a36a9ff50ec33e8abce9973ccd4fd2f46746 100644
--- a/blimp/engine/app/blimp_engine_crash_keys.cc
+++ b/blimp/engine/app/blimp_engine_crash_keys.cc
@@ -70,6 +70,16 @@ size_t RegisterEngineCrashKeys() {
{ "initrf_root_process_is_live", crash_keys::kSmallSize},
{ "initrf_root_proxy_is_live", crash_keys::kSmallSize},
+ // Temporary for https://crbug.com/626802.
+ { "newframe_routing_id", crash_keys::kSmallSize },
+ { "newframe_proxy_id", crash_keys::kSmallSize },
+ { "newframe_opener_id", crash_keys::kSmallSize },
+ { "newframe_parent_id", crash_keys::kSmallSize },
+ { "newframe_widget_id", crash_keys::kSmallSize },
+ { "newframe_widget_hidden", crash_keys::kSmallSize },
+ { "newframe_replicated_origin", crash_keys::kSmallSize },
+ { "newframe_oopifs_possible", crash_keys::kSmallSize },
+
// Temporary for https://crbug.com/630103.
{ "origin_mismatch_url", crash_keys::kLargeSize },
{ "origin_mismatch_origin", crash_keys::kMediumSize },
« no previous file with comments | « no previous file | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698