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

Side by Side Diff: content/shell/test_runner/layout_test_runtime_flags.cc

Issue 2907463003: Remove window.status plumbing, it's unused and the spec says it's a dummy (Closed)
Patch Set: Drop accidental change Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "content/shell/test_runner/layout_test_runtime_flags.h" 5 #include "content/shell/test_runner/layout_test_runtime_flags.h"
6 6
7 namespace test_runner { 7 namespace test_runner {
8 8
9 LayoutTestRuntimeFlags::LayoutTestRuntimeFlags() { 9 LayoutTestRuntimeFlags::LayoutTestRuntimeFlags() {
10 Reset(); 10 Reset();
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 set_dump_icon_changes(false); 54 set_dump_icon_changes(false);
55 set_dump_console_messages(true); 55 set_dump_console_messages(true);
56 56
57 set_stay_on_page_after_handling_before_unload(false); 57 set_stay_on_page_after_handling_before_unload(false);
58 58
59 set_have_top_loading_frame(false); 59 set_have_top_loading_frame(false);
60 60
61 set_can_open_windows(false); 61 set_can_open_windows(false);
62 62
63 set_dump_create_view(false); 63 set_dump_create_view(false);
64 set_dump_window_status_changes(false);
65 set_dump_spell_check_callbacks(false); 64 set_dump_spell_check_callbacks(false);
66 set_dump_javascript_dialogs(true); 65 set_dump_javascript_dialogs(true);
67 66
68 set_has_custom_text_output(false); 67 set_has_custom_text_output(false);
69 set_custom_text_output(""); 68 set_custom_text_output("");
70 69
71 // No need to report the initial state - only the future delta is important. 70 // No need to report the initial state - only the future delta is important.
72 tracked_dictionary().ResetChangeTracking(); 71 tracked_dictionary().ResetChangeTracking();
73 } 72 }
74 73
75 } // namespace test_runner 74 } // namespace test_runner
OLDNEW
« no previous file with comments | « content/shell/test_runner/layout_test_runtime_flags.h ('k') | content/shell/test_runner/test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698