diff options
Diffstat (limited to 'chrome/test')
49 files changed, 0 insertions, 51 deletions
diff --git a/chrome/test/accessibility/accessibility_util.cc b/chrome/test/accessibility/accessibility_util.cc index aa9fd2c..eb18a1a 100644 --- a/chrome/test/accessibility/accessibility_util.cc +++ b/chrome/test/accessibility/accessibility_util.cc @@ -551,4 +551,3 @@ LONG GetState(IAccessible* acc_obj, VARIANT child) { VariantClear(&state); return state.lVal; } - diff --git a/chrome/test/accessibility/accessibility_util.h b/chrome/test/accessibility/accessibility_util.h index 738a0de..0659be8 100644 --- a/chrome/test/accessibility/accessibility_util.h +++ b/chrome/test/accessibility/accessibility_util.h @@ -141,4 +141,3 @@ HRESULT GetPageMenuButton(IAccessible** acc_obj); HRESULT GetAppMenuButton(IAccessible** acc_obj); #endif // CHROME_TEST_ACCESSIBILITY_ACCESSIBILITY_UTIL_H_ - diff --git a/chrome/test/accessibility/browser_impl.cc b/chrome/test/accessibility/browser_impl.cc index 10785b1..f1ea023 100644 --- a/chrome/test/accessibility/browser_impl.cc +++ b/chrome/test/accessibility/browser_impl.cc @@ -510,4 +510,3 @@ void BrowserImpl::CloseTabFromCollection(INT64 index) { } } } - diff --git a/chrome/test/accessibility/browser_impl.h b/chrome/test/accessibility/browser_impl.h index 42facf0..ce05054 100644 --- a/chrome/test/accessibility/browser_impl.h +++ b/chrome/test/accessibility/browser_impl.h @@ -113,4 +113,3 @@ class BrowserImpl { }; #endif // CHROME_TEST_ACCESSIBILITY_BROWSER_IMPL_H_ - diff --git a/chrome/test/accessibility/constants.h b/chrome/test/accessibility/constants.h index 43091795..ecaa736 100644 --- a/chrome/test/accessibility/constants.h +++ b/chrome/test/accessibility/constants.h @@ -96,4 +96,3 @@ enum KEYBD_KEYS { }; #endif // CHROME_TEST_ACCESSIBILITY_CONSTANTS_H_ - diff --git a/chrome/test/accessibility/keyboard_util.cc b/chrome/test/accessibility/keyboard_util.cc index 8201927..c0a90f3 100644 --- a/chrome/test/accessibility/keyboard_util.cc +++ b/chrome/test/accessibility/keyboard_util.cc @@ -192,4 +192,3 @@ KEYBD_KEYS GetKeybdKeysVal(BSTR str) { // No key found. return KEY_INVALID; } - diff --git a/chrome/test/accessibility/keyboard_util.h b/chrome/test/accessibility/keyboard_util.h index af15a240..de10c4580 100644 --- a/chrome/test/accessibility/keyboard_util.h +++ b/chrome/test/accessibility/keyboard_util.h @@ -34,4 +34,3 @@ void ReleaseKey(HWND hwnd, WORD key); KEYBD_KEYS GetKeybdKeysVal(BSTR str); #endif // CHROME_TEST_ACCESSIBILITY_KEYBOARD_UTIL_H_ - diff --git a/chrome/test/accessibility/registry_util.cc b/chrome/test/accessibility/registry_util.cc index 8c5984d..249a207 100644 --- a/chrome/test/accessibility/registry_util.cc +++ b/chrome/test/accessibility/registry_util.cc @@ -12,4 +12,3 @@ BSTR GetChromeExePath() { BSTR chrome_exe_path = SysAllocString(CHROME_PATH); return chrome_exe_path; } - diff --git a/chrome/test/accessibility/registry_util.h b/chrome/test/accessibility/registry_util.h index a37b66c..b9ba65c 100644 --- a/chrome/test/accessibility/registry_util.h +++ b/chrome/test/accessibility/registry_util.h @@ -15,4 +15,3 @@ BSTR GetChromeExePath(); #endif // CHROME_TEST_ACCESSIBILITY_REGISTRY_UTIL_H_ - diff --git a/chrome/test/accessibility/tab_impl.cc b/chrome/test/accessibility/tab_impl.cc index d116760..ada90fe 100644 --- a/chrome/test/accessibility/tab_impl.cc +++ b/chrome/test/accessibility/tab_impl.cc @@ -363,4 +363,3 @@ bool TabImpl::GoBack(void) { bool TabImpl::GoForward(void) { return true; } - diff --git a/chrome/test/accessibility/tab_impl.h b/chrome/test/accessibility/tab_impl.h index 3155222..0a20d92 100644 --- a/chrome/test/accessibility/tab_impl.h +++ b/chrome/test/accessibility/tab_impl.h @@ -133,4 +133,3 @@ class TabImpl { #endif // CHROME_TEST_ACCISSIBILITY_TAB_IMPL_H_ - diff --git a/chrome/test/activex_test_control/activex_test_control.cc b/chrome/test/activex_test_control/activex_test_control.cc index b0d4c82..573fad7 100644 --- a/chrome/test/activex_test_control/activex_test_control.cc +++ b/chrome/test/activex_test_control/activex_test_control.cc @@ -47,4 +47,3 @@ STDAPI DllUnregisterServer(void) { HRESULT hr = g_atlmodule.DllUnregisterServer(); return hr; } - diff --git a/chrome/test/activex_test_control/chrome_test_control.cc b/chrome/test/activex_test_control/chrome_test_control.cc index 378b730..040e3b4 100644 --- a/chrome/test/activex_test_control/chrome_test_control.cc +++ b/chrome/test/activex_test_control/chrome_test_control.cc @@ -32,4 +32,3 @@ HRESULT ChromeTestControl::OnDraw(ATL_DRAWINFO& di) { return S_OK; } - diff --git a/chrome/test/activex_test_control/chrome_test_control.h b/chrome/test/activex_test_control/chrome_test_control.h index 3f4673ab..9b5fccc 100644 --- a/chrome/test/activex_test_control/chrome_test_control.h +++ b/chrome/test/activex_test_control/chrome_test_control.h @@ -261,4 +261,3 @@ END_MSG_MAP() OBJECT_ENTRY_AUTO(__uuidof(ChromeTestControl), ChromeTestControl) #endif // #ifndef CHROME_TEST_ACTIVEX_TEST_CONTROL_CHROME_TEST_CONTROL_H__ - diff --git a/chrome/test/activex_test_control/chrome_test_control_cp.h b/chrome/test/activex_test_control/chrome_test_control_cp.h index bf935c9..42edd95 100644 --- a/chrome/test/activex_test_control/chrome_test_control_cp.h +++ b/chrome/test/activex_test_control/chrome_test_control_cp.h @@ -15,4 +15,3 @@ class CProxy_IChromeTestControlEvents }; #endif // #ifndef CHROME_TEST_ACTIVEX_TEST_CONTROL_CHROME_TEST_CONTROL_CP_H__ - diff --git a/chrome/test/automated_ui_tests/automated_ui_tests.h b/chrome/test/automated_ui_tests/automated_ui_tests.h index b747d34..fdee28c 100644 --- a/chrome/test/automated_ui_tests/automated_ui_tests.h +++ b/chrome/test/automated_ui_tests/automated_ui_tests.h @@ -494,4 +494,3 @@ class AutomatedUITest : public UITest { }; #endif // CHROME_TEST_AUTOMATED_UI_TESTS_AUTOMATED_UI_TESTS_H_ - diff --git a/chrome/test/automation/autocomplete_edit_proxy.h b/chrome/test/automation/autocomplete_edit_proxy.h index 85172d3..79d8975 100644 --- a/chrome/test/automation/autocomplete_edit_proxy.h +++ b/chrome/test/automation/autocomplete_edit_proxy.h @@ -150,5 +150,3 @@ class AutocompleteEditProxy : public AutomationResourceProxy { }; #endif // #define CHROME_TEST_AUTOMATION_AUTOCOMPLETE_EDIT_PROXY_H__ - - diff --git a/chrome/test/automation/automation_handle_tracker.cc b/chrome/test/automation/automation_handle_tracker.cc index a0f2a29..b843218 100644 --- a/chrome/test/automation/automation_handle_tracker.cc +++ b/chrome/test/automation/automation_handle_tracker.cc @@ -70,4 +70,3 @@ void AutomationHandleTracker::InvalidateHandle(AutomationHandle handle) { iter->second->Invalidate(); } } - diff --git a/chrome/test/automation/automation_messages.h b/chrome/test/automation/automation_messages.h index 289cf5e5..ffeef1f 100644 --- a/chrome/test/automation/automation_messages.h +++ b/chrome/test/automation/automation_messages.h @@ -127,4 +127,3 @@ struct ParamTraits<NavigationEntry::PageType> { #include "chrome/common/ipc_message_macros.h" #endif // CHROME_TEST_AUTOMATION_AUTOMATION_MESSAGES_H__ - diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc index e296f62..6b3cab5 100644 --- a/chrome/test/automation/automation_proxy_uitest.cc +++ b/chrome/test/automation/automation_proxy_uitest.cc @@ -1118,4 +1118,3 @@ TEST_F(AutomationProxyTest5, TestLifetimeOfDomAutomationController) { ASSERT_TRUE(tab->ExecuteAndExtractString(L"", jscript, &actual)); ASSERT_STREQ(expected.c_str(), actual.c_str()); } - diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h index cc27d61..2b3a54e 100644 --- a/chrome/test/automation/browser_proxy.h +++ b/chrome/test/automation/browser_proxy.h @@ -203,4 +203,3 @@ class BrowserProxy : public AutomationResourceProxy { }; #endif // CHROME_TEST_AUTOMATION_BROWSER_PROXY_H_ - diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index 54e5df4..dc10a13 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -290,4 +290,3 @@ class TabProxy : public AutomationResourceProxy { }; #endif // CHROME_TEST_AUTOMATION_TAB_PROXY_H_ - diff --git a/chrome/test/chrome_plugin/test_chrome_plugin.h b/chrome/test/chrome_plugin/test_chrome_plugin.h index f7df0da..b8e3f75 100644 --- a/chrome/test/chrome_plugin/test_chrome_plugin.h +++ b/chrome/test/chrome_plugin/test_chrome_plugin.h @@ -68,4 +68,3 @@ struct TestFuncParams { const char kChromeTestPluginPostData[] = "Test Data"; #endif // CHROME_TEST_CHROME_PLUGIN_TEST_CHROME_PLUGIN_H__ - diff --git a/chrome/test/injection_test_dll.h b/chrome/test/injection_test_dll.h index 0221201..31988b1 100644 --- a/chrome/test/injection_test_dll.h +++ b/chrome/test/injection_test_dll.h @@ -24,4 +24,3 @@ typedef BOOL (__cdecl *RunPluginTests)(int* test_count); } #endif // CHROME_TEST_INJECTION_TEST_DLL_H__ - diff --git a/chrome/test/memory_test/memory_test.cc b/chrome/test/memory_test/memory_test.cc index 2ef79d1..1a71227 100644 --- a/chrome/test/memory_test/memory_test.cc +++ b/chrome/test/memory_test/memory_test.cc @@ -436,4 +436,3 @@ TEST_F(MemoryTest, FiveTabTest) { TEST_F(MemoryTest, TwelveTabTest) { RunTest(L"12t", 12); } - diff --git a/chrome/test/mini_installer_test/chrome_mini_installer.cc b/chrome/test/mini_installer_test/chrome_mini_installer.cc index bb22908..bca73d8 100644 --- a/chrome/test/mini_installer_test/chrome_mini_installer.cc +++ b/chrome/test/mini_installer_test/chrome_mini_installer.cc @@ -460,4 +460,3 @@ void ChromeMiniInstaller::WaitUntilProcessStopsRunning( } ASSERT_EQ(0, base::GetProcessCount(process_name, NULL)); } - diff --git a/chrome/test/mini_installer_test/chrome_mini_installer.h b/chrome/test/mini_installer_test/chrome_mini_installer.h index eddcce8..61f0536 100644 --- a/chrome/test/mini_installer_test/chrome_mini_installer.h +++ b/chrome/test/mini_installer_test/chrome_mini_installer.h @@ -121,4 +121,3 @@ class ChromeMiniInstaller { }; #endif // CHROME_TEST_MINI_INSTALLER_TEST_CHROME_MINI_INSTALLER_H__ - diff --git a/chrome/test/mini_installer_test/mini_installer_test_constants.cc b/chrome/test/mini_installer_test/mini_installer_test_constants.cc index e5372f27..6e1571d 100644 --- a/chrome/test/mini_installer_test/mini_installer_test_constants.cc +++ b/chrome/test/mini_installer_test/mini_installer_test_constants.cc @@ -41,4 +41,3 @@ const wchar_t kChromeApplyTagExe[] = const wchar_t kChromeApplyTagParameters[] = L"\"appguid={8A69D345-D564-463C-AFF1-A69D9E530F96}&appname=Chrome&needsadmin=false\""; } - diff --git a/chrome/test/mini_installer_test/mini_installer_test_constants.h b/chrome/test/mini_installer_test/mini_installer_test_constants.h index febad8b..1f16147 100644 --- a/chrome/test/mini_installer_test/mini_installer_test_constants.h +++ b/chrome/test/mini_installer_test/mini_installer_test_constants.h @@ -41,4 +41,3 @@ extern const wchar_t kChromeApplyTagParameters[]; } #endif // CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__ - diff --git a/chrome/test/mini_installer_test/test.cc b/chrome/test/mini_installer_test/test.cc index 7c12c7a..f8a4f08 100644 --- a/chrome/test/mini_installer_test/test.cc +++ b/chrome/test/mini_installer_test/test.cc @@ -60,4 +60,3 @@ TEST(InstallUtilTests, MiniInstallTestValidWindowsVersion) { // Make sure the code agrees. EXPECT_TRUE(InstallUtil::IsOSSupported()); } - diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc index 66c27f8..c56bdc6 100644 --- a/chrome/test/page_cycler/page_cycler_test.cc +++ b/chrome/test/page_cycler/page_cycler_test.cc @@ -335,4 +335,3 @@ TEST_F(PageCyclerTest, BloatHttp) { TEST_F(PageCyclerReferenceTest, BloatHttp) { RunTest("bloat", true); } - diff --git a/chrome/test/perf/mem_usage.cc b/chrome/test/perf/mem_usage.cc index fdfa435..853bfac 100644 --- a/chrome/test/perf/mem_usage.cc +++ b/chrome/test/perf/mem_usage.cc @@ -107,4 +107,3 @@ void PrintChromeMemoryUsageInfo() { } }; } - diff --git a/chrome/test/perf/mem_usage.h b/chrome/test/perf/mem_usage.h index 7e7137f..71f27f1 100644 --- a/chrome/test/perf/mem_usage.h +++ b/chrome/test/perf/mem_usage.h @@ -41,4 +41,3 @@ size_t GetSystemCommitCharge(); // Get and print memory usage information for running chrome processes. void PrintChromeMemoryUsageInfo(); #endif // CHROME_TEST_PERF_MEM_USAGE_H__ - diff --git a/chrome/test/perf/perftests.cc b/chrome/test/perf/perftests.cc index da37ba3..62d9353 100644 --- a/chrome/test/perf/perftests.cc +++ b/chrome/test/perf/perftests.cc @@ -12,4 +12,3 @@ int main(int argc, char **argv) { return PerfTestSuite(argc, argv).Run(); } - diff --git a/chrome/test/reliability/page_load_test.h b/chrome/test/reliability/page_load_test.h index aae4f99..73e3fd1 100644 --- a/chrome/test/reliability/page_load_test.h +++ b/chrome/test/reliability/page_load_test.h @@ -14,4 +14,3 @@ void SetPageRange(const CommandLine&); #endif // CHROME_TEST_RELIABILITY_PAGE_LOAD_TEST_H__ - diff --git a/chrome/test/reliability/reliability_test_suite.h b/chrome/test/reliability/reliability_test_suite.h index cf1d88f..0bd1bc2 100644 --- a/chrome/test/reliability/reliability_test_suite.h +++ b/chrome/test/reliability/reliability_test_suite.h @@ -23,4 +23,3 @@ protected: }; #endif // CHROME_TEST_RELIABILITY_RELIABILITY_TEST_SUITE_H_ - diff --git a/chrome/test/reliability/run_all_unittests.cc b/chrome/test/reliability/run_all_unittests.cc index 2555872..db0a7f5 100644 --- a/chrome/test/reliability/run_all_unittests.cc +++ b/chrome/test/reliability/run_all_unittests.cc @@ -7,4 +7,3 @@ int main(int argc, char **argv) { return ReliabilityTestSuite(argc, argv).Run(); } - diff --git a/chrome/test/security_tests/ipc_security_tests.cc b/chrome/test/security_tests/ipc_security_tests.cc index 181a8af..038d662 100644 --- a/chrome/test/security_tests/ipc_security_tests.cc +++ b/chrome/test/security_tests/ipc_security_tests.cc @@ -190,4 +190,3 @@ bool PipeImpersonationAttack() { ::CloseHandle(thread); return true; } - diff --git a/chrome/test/security_tests/ipc_security_tests.h b/chrome/test/security_tests/ipc_security_tests.h index 6a5fc53..c036dc2 100644 --- a/chrome/test/security_tests/ipc_security_tests.h +++ b/chrome/test/security_tests/ipc_security_tests.h @@ -12,4 +12,3 @@ bool PipeImpersonationAttack(); #endif // CHROME_TEST_SECURITY_TESTS_IPC_SECURITY_TESTS_H__ - diff --git a/chrome/test/security_tests/security_tests.cc b/chrome/test/security_tests/security_tests.cc index 4ac65a8..33f2755 100644 --- a/chrome/test/security_tests/security_tests.cc +++ b/chrome/test/security_tests/security_tests.cc @@ -60,4 +60,3 @@ BOOL __declspec(dllexport) __cdecl RunPluginTests(int *test_count) { SECURITY_CHECK(TestOpenWriteFile(L"%SystemRoot%\\Cursors\\arrow_i.cur")); return TRUE; } - diff --git a/chrome/test/selenium/selenium_test.cc b/chrome/test/selenium/selenium_test.cc index f80c30f..be66b0d 100644 --- a/chrome/test/selenium/selenium_test.cc +++ b/chrome/test/selenium/selenium_test.cc @@ -170,4 +170,3 @@ TEST_F(SeleniumTest, Core) { printf("\n"); } } - diff --git a/chrome/test/startup/startup_test.cc b/chrome/test/startup/startup_test.cc index 9fedf52..031bc26 100644 --- a/chrome/test/startup/startup_test.cc +++ b/chrome/test/startup/startup_test.cc @@ -151,4 +151,3 @@ TEST_F(StartupFileTest, PerfColdGears) { } #endif // defined(OS_WIN) - diff --git a/chrome/test/tab_switching/tab_switching_test.cc b/chrome/test/tab_switching/tab_switching_test.cc index 612181c..bad83b3 100644 --- a/chrome/test/tab_switching/tab_switching_test.cc +++ b/chrome/test/tab_switching/tab_switching_test.cc @@ -142,4 +142,3 @@ class TabSwitchingUITest : public UITest { TEST_F(TabSwitchingUITest, GenerateTabSwitchStats) { RunTabSwitchingUITest(); } - diff --git a/chrome/test/test_notification_tracker.cc b/chrome/test/test_notification_tracker.cc index d89ea16..dd22b3b 100644 --- a/chrome/test/test_notification_tracker.cc +++ b/chrome/test/test_notification_tracker.cc @@ -78,4 +78,3 @@ void TestNotificationTracker::Observe(NotificationType type, const NotificationDetails& details) { events_.push_back(Event(type, source, details)); } - diff --git a/chrome/test/test_notification_tracker.h b/chrome/test/test_notification_tracker.h index 31dfb98..23d351c 100644 --- a/chrome/test/test_notification_tracker.h +++ b/chrome/test/test_notification_tracker.h @@ -78,4 +78,3 @@ class TestNotificationTracker : public NotificationObserver { }; #endif // CHROME_TEST_NOTIFICATION_TRACKER_H_ - diff --git a/chrome/test/ui/inspector_controller_uitest.cc b/chrome/test/ui/inspector_controller_uitest.cc index b6d6163..140e6f4 100644 --- a/chrome/test/ui/inspector_controller_uitest.cc +++ b/chrome/test/ui/inspector_controller_uitest.cc @@ -53,4 +53,3 @@ TEST_F(InspectorControllerTest, DISABLED_InspectElement) { L"files/inspector/test2.html")); EXPECT_EQ(2, tab->InspectElement(0, 0)); } - diff --git a/chrome/test/ui/omnibox_uitest.cc b/chrome/test/ui/omnibox_uitest.cc index bdee1bd..d8c5c5a 100644 --- a/chrome/test/ui/omnibox_uitest.cc +++ b/chrome/test/ui/omnibox_uitest.cc @@ -176,4 +176,3 @@ TEST_F(OmniboxTest, Measure) { wprintf(L"__om_time_per_query_min = %d\n", time_min_); wprintf(L"__om_score = %.4f\n", 100.0 * score_ / max_score_); } - diff --git a/chrome/test/ui/sandbox_uitests.cc b/chrome/test/ui/sandbox_uitests.cc index d898cf5..f648304 100644 --- a/chrome/test/ui/sandbox_uitests.cc +++ b/chrome/test/ui/sandbox_uitests.cc @@ -23,4 +23,3 @@ class SandboxTest : public UITest { TEST_F(SandboxTest, ExecuteDll) { EXPECT_EQ(1, GetTabCount()); } - diff --git a/chrome/test/v8_unit_test.h b/chrome/test/v8_unit_test.h index 0ffddd2..da52163 100644 --- a/chrome/test/v8_unit_test.h +++ b/chrome/test/v8_unit_test.h @@ -47,5 +47,3 @@ class V8UnitTest : public testing::Test { }; #endif // CHROME_TEST_V8_UNIT_TEST_H_ - - |