Home | History | Annotate | only in /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty
Up to higher level directory
NameDateSize
__init__.py01-Nov-20131
BeautifulSoup.py01-Nov-201377.6K
coverage/01-Nov-2013
irc/01-Nov-2013
mock.py01-Nov-20139.5K
mod_pywebsocket/01-Nov-2013
ordered_dict.py01-Nov-20132.9K
pep8.py01-Nov-201342.3K
README.chromium01-Nov-20133K
unittest2/01-Nov-2013

README.chromium

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