watchlist: Add a way to load the watchlist from config.
authorlevin@chromium.org <levin@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 21:58:34 +0000 (21:58 +0000)
committerlevin@chromium.org <levin@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 28 Sep 2011 21:58:34 +0000 (21:58 +0000)
commit4102c4ab74dce74adef4415ae7b0c901b1c811db
treed1e7f95615a2699da2aa1cbd78619d845a3db721
parent50008c5db32c8b491a06e12a30ee05439756f41c
watchlist: Add a way to load the watchlist from config.
https://bugs.webkit.org/show_bug.cgi?id=68991

Reviewed by Eric Seidel.

* Scripts/webkitpy/common/config/watchlist: Added.
* Scripts/webkitpy/common/watchlist/watchlistloader.py: Added.
Support for loading the watch list.
* Scripts/webkitpy/common/watchlist/watchlistloader_unittest.py: Added.
Tests for the loading.
* Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py:
Adjusted to use the common base class.
* Scripts/webkitpy/common/webkitunittest.py: Added.
Made a common base class for functionality used in more than one.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96263 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/Scripts/webkitpy/common/config/watchlist [new file with mode: 0644]
Tools/Scripts/webkitpy/common/watchlist/watchlistloader.py [new file with mode: 0644]
Tools/Scripts/webkitpy/common/watchlist/watchlistloader_unittest.py [new file with mode: 0644]
Tools/Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py
Tools/Scripts/webkitpy/common/webkitunittest.py [new file with mode: 0644]