summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/npapi_layout_test_plugin/TestObject.h1
-rw-r--r--webkit/tools/test_shell/drag_delegate.h1
-rw-r--r--webkit/tools/test_shell/drop_delegate.cc1
-rw-r--r--webkit/tools/test_shell/drop_delegate.h1
-rw-r--r--webkit/tools/test_shell/event_sending_controller.cc1
-rw-r--r--webkit/tools/test_shell/event_sending_controller.h1
-rw-r--r--webkit/tools/test_shell/foreground_helper.h1
-rw-r--r--webkit/tools/test_shell/image_decoder_unittest.cc1
-rw-r--r--webkit/tools/test_shell/layout_test_controller.h1
-rw-r--r--webkit/tools/test_shell/layout_test_controller_unittest.cc1
-rw-r--r--webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h1
-rw-r--r--webkit/tools/test_shell/plugin_tests.cc1
-rw-r--r--webkit/tools/test_shell/run_all_tests.cc1
-rw-r--r--webkit/tools/test_shell/simple_resource_loader_bridge.h1
-rw-r--r--webkit/tools/test_shell/test_navigation_controller.h1
-rw-r--r--webkit/tools/test_shell/test_shell_platform_delegate_mac.mm1
-rw-r--r--webkit/tools/test_shell/test_shell_request_context.h1
-rw-r--r--webkit/tools/test_shell/test_shell_switches.cc1
-rw-r--r--webkit/tools/test_shell/test_shell_switches.h1
-rw-r--r--webkit/tools/test_shell/test_shell_test.h1
-rwxr-xr-xwebkit/tools/test_shell/test_webview_delegate.cc1
-rwxr-xr-xwebkit/tools/test_shell/test_webview_delegate_win.cc1
-rw-r--r--webkit/tools/test_shell/text_input_controller.cc1
-rw-r--r--webkit/tools/test_shell/text_input_controller.h1
-rw-r--r--webkit/tools/test_shell/text_input_controller_unittest.cc1
25 files changed, 0 insertions, 25 deletions
diff --git a/webkit/tools/npapi_layout_test_plugin/TestObject.h b/webkit/tools/npapi_layout_test_plugin/TestObject.h
index 812603c..fba904b 100644
--- a/webkit/tools/npapi_layout_test_plugin/TestObject.h
+++ b/webkit/tools/npapi_layout_test_plugin/TestObject.h
@@ -34,4 +34,3 @@ typedef struct {
NPClass *getTestClass(void);
int getTestObjectCount(void);
-
diff --git a/webkit/tools/test_shell/drag_delegate.h b/webkit/tools/test_shell/drag_delegate.h
index 443af7b..0b33487 100644
--- a/webkit/tools/test_shell/drag_delegate.h
+++ b/webkit/tools/test_shell/drag_delegate.h
@@ -33,4 +33,3 @@ class TestDragDelegate : public BaseDragSource {
};
#endif // WEBKIT_TOOLS_TEST_SHELL_DRAG_DELEGATE_H__
-
diff --git a/webkit/tools/test_shell/drop_delegate.cc b/webkit/tools/test_shell/drop_delegate.cc
index b6e9106..77d6679 100644
--- a/webkit/tools/test_shell/drop_delegate.cc
+++ b/webkit/tools/test_shell/drop_delegate.cc
@@ -49,4 +49,3 @@ DWORD TestDropDelegate::OnDrop(IDataObject* data_object,
// webkit win port always returns DROPEFFECT_NONE
return DROPEFFECT_NONE;
}
-
diff --git a/webkit/tools/test_shell/drop_delegate.h b/webkit/tools/test_shell/drop_delegate.h
index 2405963..7064607 100644
--- a/webkit/tools/test_shell/drop_delegate.h
+++ b/webkit/tools/test_shell/drop_delegate.h
@@ -39,4 +39,3 @@ class TestDropDelegate : public BaseDropTarget {
};
#endif // WEBKIT_TOOLS_TEST_SHELL_DROP_DELEGATE_H__
-
diff --git a/webkit/tools/test_shell/event_sending_controller.cc b/webkit/tools/test_shell/event_sending_controller.cc
index fc4934e..923d784 100644
--- a/webkit/tools/test_shell/event_sending_controller.cc
+++ b/webkit/tools/test_shell/event_sending_controller.cc
@@ -566,4 +566,3 @@ void EventSendingController::clearKillRing(
const CppArgumentList& args, CppVariant* result) {
result->SetNull();
}
-
diff --git a/webkit/tools/test_shell/event_sending_controller.h b/webkit/tools/test_shell/event_sending_controller.h
index 38715dd..906ccef 100644
--- a/webkit/tools/test_shell/event_sending_controller.h
+++ b/webkit/tools/test_shell/event_sending_controller.h
@@ -111,4 +111,3 @@ class EventSendingController : public CppBoundClass {
};
#endif // WEBKIT_TOOLS_TEST_SHELL_EVENT_SENDING_CONTROLLER_H_
-
diff --git a/webkit/tools/test_shell/foreground_helper.h b/webkit/tools/test_shell/foreground_helper.h
index aeccef8..3d62b46 100644
--- a/webkit/tools/test_shell/foreground_helper.h
+++ b/webkit/tools/test_shell/foreground_helper.h
@@ -84,4 +84,3 @@ END_MSG_MAP()
return 1;
}
};
-
diff --git a/webkit/tools/test_shell/image_decoder_unittest.cc b/webkit/tools/test_shell/image_decoder_unittest.cc
index 7a55eea..6db9de6 100644
--- a/webkit/tools/test_shell/image_decoder_unittest.cc
+++ b/webkit/tools/test_shell/image_decoder_unittest.cc
@@ -184,4 +184,3 @@ void ImageDecoderTest::TestChunkedDecoding() const {
}
}
#endif
-
diff --git a/webkit/tools/test_shell/layout_test_controller.h b/webkit/tools/test_shell/layout_test_controller.h
index 384be54..5bceddf 100644
--- a/webkit/tools/test_shell/layout_test_controller.h
+++ b/webkit/tools/test_shell/layout_test_controller.h
@@ -322,4 +322,3 @@ class LayoutTestController : public CppBoundClass {
};
#endif // WEBKIT_TOOLS_TEST_SHELL_LAYOUT_TEST_CONTROLLER_H_
-
diff --git a/webkit/tools/test_shell/layout_test_controller_unittest.cc b/webkit/tools/test_shell/layout_test_controller_unittest.cc
index 038ac2d..cf10e29 100644
--- a/webkit/tools/test_shell/layout_test_controller_unittest.cc
+++ b/webkit/tools/test_shell/layout_test_controller_unittest.cc
@@ -87,4 +87,3 @@ TEST(LayoutTestControllerTest, DumpChildFramesAsTextSetAndCleared) {
controller.Reset();
EXPECT_FALSE(controller.ShouldDumpChildFramesAsText());
}
-
diff --git a/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h b/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h
index f2c1953..44ea1be 100644
--- a/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h
+++ b/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h
@@ -44,4 +44,3 @@
- (NSInteger)declareType:(NSString *)type owner:(id)newOwner;
+ (void)releaseLocalPasteboards;
@end
-
diff --git a/webkit/tools/test_shell/plugin_tests.cc b/webkit/tools/test_shell/plugin_tests.cc
index 5da7cf2..9f17521 100644
--- a/webkit/tools/test_shell/plugin_tests.cc
+++ b/webkit/tools/test_shell/plugin_tests.cc
@@ -120,4 +120,3 @@ TEST_F(PluginTest, DISABLED_VerifyPluginWindowRect) {
NavigateToURL(test_url);
WaitForFinish("checkwindowrect", "1");
}
-
diff --git a/webkit/tools/test_shell/run_all_tests.cc b/webkit/tools/test_shell/run_all_tests.cc
index ba37d68..fac38304 100644
--- a/webkit/tools/test_shell/run_all_tests.cc
+++ b/webkit/tools/test_shell/run_all_tests.cc
@@ -95,4 +95,3 @@ int main(int argc, char* argv[]) {
return result;
}
-
diff --git a/webkit/tools/test_shell/simple_resource_loader_bridge.h b/webkit/tools/test_shell/simple_resource_loader_bridge.h
index c14bfd4..47ff223 100644
--- a/webkit/tools/test_shell/simple_resource_loader_bridge.h
+++ b/webkit/tools/test_shell/simple_resource_loader_bridge.h
@@ -35,4 +35,3 @@ class SimpleResourceLoaderBridge {
};
#endif // WEBKIT_TOOLS_TEST_SHELL_SIMPLE_RESOURCE_LOADER_BRIDGE_H__
-
diff --git a/webkit/tools/test_shell/test_navigation_controller.h b/webkit/tools/test_shell/test_navigation_controller.h
index aeec2bf..07f42f8 100644
--- a/webkit/tools/test_shell/test_navigation_controller.h
+++ b/webkit/tools/test_shell/test_navigation_controller.h
@@ -192,4 +192,3 @@ class TestNavigationController {
};
#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_NAVIGATION_CONTROLLER_H_
-
diff --git a/webkit/tools/test_shell/test_shell_platform_delegate_mac.mm b/webkit/tools/test_shell/test_shell_platform_delegate_mac.mm
index 0583f72..208caf1 100644
--- a/webkit/tools/test_shell/test_shell_platform_delegate_mac.mm
+++ b/webkit/tools/test_shell/test_shell_platform_delegate_mac.mm
@@ -282,4 +282,3 @@ void TestShellPlatformDelegate::SuppressErrorReporting() {
task_set_exception_ports(mach_task_self(), EXC_MASK_ALL, MACH_PORT_NULL,
EXCEPTION_DEFAULT, THREAD_STATE_NONE);
}
-
diff --git a/webkit/tools/test_shell/test_shell_request_context.h b/webkit/tools/test_shell/test_shell_request_context.h
index daf3ab2..befb630 100644
--- a/webkit/tools/test_shell/test_shell_request_context.h
+++ b/webkit/tools/test_shell/test_shell_request_context.h
@@ -30,4 +30,3 @@ class TestShellRequestContext : public URLRequestContext {
};
#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_REQUEST_CONTEXT_H__
-
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
index 6604769..04e65d0 100644
--- a/webkit/tools/test_shell/test_shell_switches.cc
+++ b/webkit/tools/test_shell/test_shell_switches.cc
@@ -75,4 +75,3 @@ extern const wchar_t kGDB[] = L"gdb";
extern const wchar_t kProfiler[] = L"profiler";
} // namespace test_shell
-
diff --git a/webkit/tools/test_shell/test_shell_switches.h b/webkit/tools/test_shell/test_shell_switches.h
index aad92e9..e23abbb 100644
--- a/webkit/tools/test_shell/test_shell_switches.h
+++ b/webkit/tools/test_shell/test_shell_switches.h
@@ -35,4 +35,3 @@ extern const wchar_t kProfiler[];
} // namespace test_shell
#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_SWITCHES_H__
-
diff --git a/webkit/tools/test_shell/test_shell_test.h b/webkit/tools/test_shell/test_shell_test.h
index 137fc71..2cdd792 100644
--- a/webkit/tools/test_shell/test_shell_test.h
+++ b/webkit/tools/test_shell/test_shell_test.h
@@ -36,4 +36,3 @@ class TestShellTest : public testing::Test {
};
#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_TEST_H__
-
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc
index 22514b8..5b5af94 100755
--- a/webkit/tools/test_shell/test_webview_delegate.cc
+++ b/webkit/tools/test_shell/test_webview_delegate.cc
@@ -850,4 +850,3 @@ std::wstring TestWebViewDelegate::GetFrameDescription(WebFrame* webframe) {
return L"frame (anonymous)";
}
}
-
diff --git a/webkit/tools/test_shell/test_webview_delegate_win.cc b/webkit/tools/test_shell/test_webview_delegate_win.cc
index b6935e8..6a10617 100755
--- a/webkit/tools/test_shell/test_webview_delegate_win.cc
+++ b/webkit/tools/test_shell/test_webview_delegate_win.cc
@@ -188,4 +188,3 @@ void TestWebViewDelegate::SetAddressBarURL(const GURL& url) {
SendMessage(shell_->editWnd(), WM_SETTEXT, 0,
reinterpret_cast<LPARAM>(url_string.c_str()));
}
-
diff --git a/webkit/tools/test_shell/text_input_controller.cc b/webkit/tools/test_shell/text_input_controller.cc
index ea58705..121d9a9 100644
--- a/webkit/tools/test_shell/text_input_controller.cc
+++ b/webkit/tools/test_shell/text_input_controller.cc
@@ -222,4 +222,3 @@ void TextInputController::makeAttributedString(
text_input->MakeAttributedString(args[0].ToString());
}
}
-
diff --git a/webkit/tools/test_shell/text_input_controller.h b/webkit/tools/test_shell/text_input_controller.h
index 99d7ca9..014a243 100644
--- a/webkit/tools/test_shell/text_input_controller.h
+++ b/webkit/tools/test_shell/text_input_controller.h
@@ -47,4 +47,3 @@ class TextInputController : public CppBoundClass {
};
#endif // WEBKIT_TOOLS_TEST_SHELL_TEXT_INPUT_CONTROLLER_H__
-
diff --git a/webkit/tools/test_shell/text_input_controller_unittest.cc b/webkit/tools/test_shell/text_input_controller_unittest.cc
index 6e47edd..94dd848 100644
--- a/webkit/tools/test_shell/text_input_controller_unittest.cc
+++ b/webkit/tools/test_shell/text_input_controller_unittest.cc
@@ -55,4 +55,3 @@ TEST(TextInputControllerTest, MethodMapIsInitialized) {
EXPECT_FALSE(text_input_controller.IsMethodRegistered(
"momeRathsOutgrabe"));
}
-