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

Side by Side Diff: third_party/webdriver/README.chromium

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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 | « third_party/tlslite/README.chromium ('k') | third_party/wtl/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Webdriver 1 Name: Webdriver
2 Short Name: selenium 2 Short Name: selenium
3 URL: http://selenium.googlecode.com/svn/trunk/py 3 URL: http://selenium.googlecode.com/svn/trunk/py
4 http://selenium.googlecode.com/svn/trunk/common/src/web 4 http://selenium.googlecode.com/svn/trunk/common/src/web
5 Version: unknown 5 Version: unknown
6 Revision: 16922 6 Revision: 16922
7 Security Critical: no 7 Security Critical: no
8 License: Apache 2, MIT and GPL
8 9
9 10
10 Description: 11 Description:
11 WebDriver is a clean, fast framework for automated testing of webapps. 12 WebDriver is a clean, fast framework for automated testing of webapps.
12 13
13 Contents: 14 Contents:
14 python/ 15 python/
15 Python bindings and tests for WebDriver pulled in via DEPS. 16 Python bindings and tests for WebDriver pulled in via DEPS.
16 17
17 test_data/ 18 test_data/
18 Select files from http://selenium.googlecode.com/svn/trunk/common/src/web. 19 Select files from http://selenium.googlecode.com/svn/trunk/common/src/web.
19 At revision 17149. Necessary data for running the python webdriver tests. 20 At revision 17149. Necessary data for running the python webdriver tests.
20 21
21 atoms.h, atoms.cc 22 atoms.h, atoms.cc
22 These atoms are generated by the webdriver team and are to be checked in 23 These atoms are generated by the webdriver team and are to be checked in
23 manually. The current version was generated from revision 17589. 24 manually. The current version was generated from revision 17589.
24 25
25 To generate the atoms using the code found in selenium tree: 26 To generate the atoms using the code found in selenium tree:
26 $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-onl y 27 $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium-read-onl y
27 $ cd selenium-read-only 28 $ cd selenium-read-only
28 $ go //javascript/chrome-driver:atoms 29 $ go //javascript/chrome-driver:atoms
29 $ cp build/javascript/chrome-driver/atoms.h \ 30 $ cp build/javascript/chrome-driver/atoms.h \
30 <chromium_dir>/src/third_party/webdriver/atoms.h 31 <chromium_dir>/src/third_party/webdriver/atoms.h
31 $ cp build/javascript/chrome-driver/atoms.cc \ 32 $ cp build/javascript/chrome-driver/atoms.cc \
32 <chromium_dir>/src/third_party/webdriver/atoms.cc 33 <chromium_dir>/src/third_party/webdriver/atoms.cc
33 34
34 The atoms.h/cc files are only used directly in the chrome version of 35 The atoms.h/cc files are only used directly in the chrome version of
35 webdriver found under the path src/chrome/test/webdriver. 36 webdriver found under the path src/chrome/test/webdriver.
36 37
OLDNEW
« no previous file with comments | « third_party/tlslite/README.chromium ('k') | third_party/wtl/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698