• Home
  • History
  • Annotate
  • only in /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
NameDateSize

..03-Jan-20144 KiB

__init__.py03-Jan-20141

BeautifulSoup.py03-Jan-201477.6 KiB

coverage/03-Jan-20144 KiB

irc/03-Jan-20144 KiB

mock.py03-Jan-20149.5 KiB

mod_pywebsocket/03-Jan-20144 KiB

ordered_dict.py03-Jan-20142.9 KiB

pep8.py03-Jan-201442.3 KiB

README.chromium03-Jan-20143 KiB

unittest2/03-Jan-20144 KiB

README.chromium

1This directory contains sources from other projects.
2
3Code in this directory must document the license under which the source is being 
4used. If the source itself does not include a license header or file, create
5an entry in this file that refers to reliable documentation of the project's
6license terms on the web (and add a note pointing here in the README file in 
7that directory).
8
9Name: BeautifulSoup - HTML parser
10Short Name: BeautifulSoup
11URL: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.1.tar.gz (?)
12Version: 3.2
13License: MIT
14License File: NOT_SHIPPED
15Security Critical: no
16Description: Used during the w3c import, other places
17Local Modifications: None
18
19Name: coverage - code coverage metrics for python
20Short Name: coverage
21URL: http://pypi.python.org/packages/source/c/coverage/coverage-3.5.1.tar.gz#md5=410d4c8155a4dab222f2bc51212d4a24
22Version: 3.5.1
23License: BSD
24License File: NOT_SHIPPED
25Security Critical: no
26Description: code coverage metrics gathering for test-webkitpy.
27Local Modifications: None
28
29Name: ircbot
30Short Name: ircbot
31URL: http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip
32Version: 0.4.8
33License: LGPLv2
34License File: NOT_SHIPPED
35Security Critical: no
36Description: Used to implement a simple IRC bot to check for updates
37Local Modifications: None
38
39Name: mock.py
40Short Name: mock
41URL: http://www.voidspace.org.uk/python/mock/
42Version: 0.6.0
43License: BSD
44License File: NOT_SHIPPED
45Security Critical: no
46Description: used during testing for mock objects
47Local Modifications: None
48
49Name: mod_pywebsocket
50Short Name: mod_pywebsocket
51URL: https://code.google.com/p/pywebsocket/
52Version: 0.7.9 (?)
53License: BSD
54License File: NOT_SHIPPED
55Security Critical: no
56Description: used by run-webkit-tests and run-webkit-httpd to test web sockets
57Local Modifications: None
58
59Name: ordereddict
60Short Name: ordereddict
61URL: http://code.activestate.com/recipes/576669/
62Version: ?
63Date Modified: 2012-06-07
64License: BSD (?)
65License File: NOT_SHIPPED
66Security Critical: no
67Description: A backport of the OrderedDict implementation from Python 2.7
68Local Modifications: None (?)
69
70Name: pep8 - A Python style guide checker
71Short Name: pep8
72URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b
73Version: 0.5.0
74License: MIT
75License File: NOT_SHIPPED
76Security Critical: no
77Description: Used during presubmit checks and via lint-webkitpy. There is
78    overlap between pep8 and pylint, but pep8 catches a bunch of stylistic
79	issues that pylint doesn't (e.g., warning about blank lines, various whitespace issues, etc.).
80Local Modifications: None
81
82Name: unittest2 - A backport of python 2.7 unittest module for Python 2.6.
83Short Name: unittest2
84URL: http://pypi.python.org/packages/source/u/unittest2/unittest2-0.5.1.tar.gz#md5=a0af5cac92bbbfa0c3b0e99571390e0f
85Version: 0.5.1
86License: ASL
87License File: NOT_SHIPPED
88Security Critical: no
89Description: Used for all of the unit tests for webkitpy.
90Local Modifications: Deleted unittest2/test/ to save space.
91