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

Side by Side Diff: chrome/test/chromedriver/chrome_impl.h

Issue 12052004: [chromedriver] Create release script and handle Chrome/ChromeDriver versions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/chromedriver/chrome_impl.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CHROME_TEST_CHROMEDRIVER_CHROME_IMPL_H_ 5 #ifndef CHROME_TEST_CHROMEDRIVER_CHROME_IMPL_H_
6 #define CHROME_TEST_CHROMEDRIVER_CHROME_IMPL_H_ 6 #define CHROME_TEST_CHROMEDRIVER_CHROME_IMPL_H_
7 7
8 #include <list> 8 #include <list>
9 #include <string> 9 #include <string>
10 10
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 EvaluateScriptReturnType return_type, 78 EvaluateScriptReturnType return_type,
79 scoped_ptr<base::DictionaryValue>* result); 79 scoped_ptr<base::DictionaryValue>* result);
80 Status EvaluateScriptAndGetObject(DevToolsClient* client, 80 Status EvaluateScriptAndGetObject(DevToolsClient* client,
81 int context_id, 81 int context_id,
82 const std::string& expression, 82 const std::string& expression,
83 std::string* object_id); 83 std::string* object_id);
84 Status EvaluateScriptAndGetValue(DevToolsClient* client, 84 Status EvaluateScriptAndGetValue(DevToolsClient* client,
85 int context_id, 85 int context_id,
86 const std::string& expression, 86 const std::string& expression,
87 scoped_ptr<base::Value>* result); 87 scoped_ptr<base::Value>* result);
88 Status ParseCallFunctionResult(const base::Value& temp_result,
89 scoped_ptr<base::Value>* result);
88 Status GetNodeIdFromFunction(DevToolsClient* client, 90 Status GetNodeIdFromFunction(DevToolsClient* client,
89 int context_id, 91 int context_id,
90 const std::string& function, 92 const std::string& function,
91 const base::ListValue& args, 93 const base::ListValue& args,
92 int* node_id); 94 int* node_id);
93 95
94 } // namespace internal 96 } // namespace internal
95 97
96 #endif // CHROME_TEST_CHROMEDRIVER_CHROME_IMPL_H_ 98 #endif // CHROME_TEST_CHROMEDRIVER_CHROME_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/chromedriver/chrome_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698