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

Unified Diff: components/test_runner/layout_test_runtime_flags.cc

Issue 1895543002: Replicate across OOPIFs flags for dumping of various WebFrameClient callbacks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak the tests to behave the same with and without --site-per-process flag. Created 4 years, 8 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 | « components/test_runner/layout_test_runtime_flags.h ('k') | components/test_runner/test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/layout_test_runtime_flags.cc
diff --git a/components/test_runner/layout_test_runtime_flags.cc b/components/test_runner/layout_test_runtime_flags.cc
index 7f2410cfceda52f19f2ef88e20ae0121f57e61c3..63e3310f9c490aec59ebf75bdf1cd7979546c5fe 100644
--- a/components/test_runner/layout_test_runtime_flags.cc
+++ b/components/test_runner/layout_test_runtime_flags.cc
@@ -27,6 +27,7 @@ void LayoutTestRuntimeFlags::Reset() {
set_policy_delegate_is_permissive(false);
set_policy_delegate_should_notify_done(false);
set_wait_until_done(false);
+ set_wait_until_external_url_load(false);
set_dump_selection_rect(false);
set_dump_drag_image(false);
@@ -42,6 +43,21 @@ void LayoutTestRuntimeFlags::Reset() {
set_displaying_insecure_content_allowed(false);
set_running_insecure_content_allowed(false);
+ set_dump_editting_callbacks(false);
+ set_dump_frame_load_callbacks(false);
+ set_dump_ping_loader_callbacks(false);
+ set_dump_user_gesture_in_frame_load_callbacks(false);
+ set_dump_resource_load_callbacks(false);
+ set_dump_resource_priorities(false);
+ set_dump_resource_response_mime_types(false);
+ set_dump_navigation_policy(false);
+ set_intercept_post_message(false);
+
+ set_dump_title_changes(false);
+ set_dump_icon_changes(false);
+
+ set_stay_on_page_after_handling_before_unload(false);
+
// No need to report the initial state - only the future delta is important.
tracked_dictionary().ResetChangeTracking();
}
« no previous file with comments | « components/test_runner/layout_test_runtime_flags.h ('k') | components/test_runner/test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698