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

Side by Side Diff: chrome/renderer/extensions/greasemonkey_api_unittest.cc

Issue 39121: Commit http://codereview.chromium.org/27037 (Closed)
Patch Set: Created 11 years, 9 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 | « no previous file | chrome/renderer/resources/greasemonkey_api.js » ('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 #include "base/file_util.h" 5 #include "base/file_util.h"
6 #include "base/path_service.h" 6 #include "base/path_service.h"
7 #include "base/string_util.h" 7 #include "base/string_util.h"
8 #include "chrome/common/chrome_paths.h" 8 #include "chrome/common/chrome_paths.h"
9 #include "chrome/common/resource_bundle.h" 9 #include "chrome/common/resource_bundle.h"
10 #include "chrome/test/v8_unit_test.h" 10 #include "chrome/test/v8_unit_test.h"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 } 60 }
61 61
62 TEST_F(GreasemonkeyApiTest, GetResourceText) { 62 TEST_F(GreasemonkeyApiTest, GetResourceText) {
63 TestFunction("testGetResourceText"); 63 TestFunction("testGetResourceText");
64 } 64 }
65 65
66 TEST_F(GreasemonkeyApiTest, AddStyle) { 66 TEST_F(GreasemonkeyApiTest, AddStyle) {
67 TestFunction("testAddStyle"); 67 TestFunction("testAddStyle");
68 } 68 }
69 69
70 /*
71 TEST_F(GreasemonkeyApiTest, XmlhttpRequest) { 70 TEST_F(GreasemonkeyApiTest, XmlhttpRequest) {
72 TestFunction("testXmlhttpRequest"); 71 TestFunction("testXmlhttpRequest");
73 } 72 }
74 */
75 73
76 TEST_F(GreasemonkeyApiTest, RegisterMenuCommand) { 74 TEST_F(GreasemonkeyApiTest, RegisterMenuCommand) {
77 TestFunction("testRegisterMenuCommand"); 75 TestFunction("testRegisterMenuCommand");
78 } 76 }
79 77
80 TEST_F(GreasemonkeyApiTest, OpenInTab) { 78 TEST_F(GreasemonkeyApiTest, OpenInTab) {
81 TestFunction("testOpenInTab"); 79 TestFunction("testOpenInTab");
82 } 80 }
83 81
84 TEST_F(GreasemonkeyApiTest, Log) { 82 TEST_F(GreasemonkeyApiTest, Log) {
85 TestFunction("testLog"); 83 TestFunction("testLog");
86 } 84 }
87 85
88 #endif // #if defined(OSWIN) 86 #endif // #if defined(OSWIN)
89 87
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/resources/greasemonkey_api.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698