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

Side by Side Diff: webkit/tools/test_shell/test_shell.cc

Issue 275026: Move scripting / v8 related methods out of WebKit.h, second try (Closed)
Patch Set: rebase Created 11 years, 2 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
« no previous file with comments | « webkit/api/src/WebScriptController.cpp ('k') | webkit/tools/test_shell/test_shell_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 #undef LOG 5 #undef LOG
6 6
7 #include "webkit/tools/test_shell/test_shell.h" 7 #include "webkit/tools/test_shell/test_shell.h"
8 8
9 #include "app/gfx/codec/png_codec.h" 9 #include "app/gfx/codec/png_codec.h"
10 #include "base/base_paths.h" 10 #include "base/base_paths.h"
(...skipping 16 matching lines...) Expand all
27 #include "net/base/mime_util.h" 27 #include "net/base/mime_util.h"
28 #include "net/base/net_util.h" 28 #include "net/base/net_util.h"
29 #include "net/url_request/url_request_file_job.h" 29 #include "net/url_request/url_request_file_job.h"
30 #include "net/url_request/url_request_filter.h" 30 #include "net/url_request/url_request_filter.h"
31 #include "skia/ext/bitmap_platform_device.h" 31 #include "skia/ext/bitmap_platform_device.h"
32 #include "testing/gtest/include/gtest/gtest.h" 32 #include "testing/gtest/include/gtest/gtest.h"
33 #include "third_party/skia/include/core/SkBitmap.h" 33 #include "third_party/skia/include/core/SkBitmap.h"
34 #include "webkit/api/public/WebAccessibilityObject.h" 34 #include "webkit/api/public/WebAccessibilityObject.h"
35 #include "webkit/api/public/WebFrame.h" 35 #include "webkit/api/public/WebFrame.h"
36 #include "webkit/api/public/WebKit.h" 36 #include "webkit/api/public/WebKit.h"
37 #include "webkit/api/public/WebScriptController.h"
37 #include "webkit/api/public/WebRect.h" 38 #include "webkit/api/public/WebRect.h"
38 #include "webkit/api/public/WebSize.h" 39 #include "webkit/api/public/WebSize.h"
39 #include "webkit/api/public/WebString.h" 40 #include "webkit/api/public/WebString.h"
40 #include "webkit/api/public/WebURL.h" 41 #include "webkit/api/public/WebURL.h"
41 #include "webkit/api/public/WebURLRequest.h" 42 #include "webkit/api/public/WebURLRequest.h"
42 #include "webkit/api/public/WebURLResponse.h" 43 #include "webkit/api/public/WebURLResponse.h"
43 #include "webkit/glue/glue_serialize.h" 44 #include "webkit/glue/glue_serialize.h"
44 #include "webkit/glue/webkit_glue.h" 45 #include "webkit/glue/webkit_glue.h"
45 #include "webkit/glue/webpreferences.h" 46 #include "webkit/glue/webpreferences.h"
46 #include "webkit/glue/webview.h" 47 #include "webkit/glue/webview.h"
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 691
691 void CloseIdleConnections() { 692 void CloseIdleConnections() {
692 // Used in benchmarking, Ignored for test_shell. 693 // Used in benchmarking, Ignored for test_shell.
693 } 694 }
694 695
695 void SetCacheMode(bool enabled) { 696 void SetCacheMode(bool enabled) {
696 // Used in benchmarking, Ignored for test_shell. 697 // Used in benchmarking, Ignored for test_shell.
697 } 698 }
698 699
699 } // namespace webkit_glue 700 } // namespace webkit_glue
OLDNEW
« no previous file with comments | « webkit/api/src/WebScriptController.cpp ('k') | webkit/tools/test_shell/test_shell_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698