Modified: trunk/Tools/ChangeLog (147943 => 147944)
--- trunk/Tools/ChangeLog 2013-04-08 19:18:47 UTC (rev 147943)
+++ trunk/Tools/ChangeLog 2013-04-08 19:35:52 UTC (rev 147944)
@@ -1,3 +1,13 @@
+2013-04-08 David Levin <[email protected]>
+
+ Remove my watchlist entries.
+ https://bugs.webkit.org/show_bug.cgi?id=114180
+
+ Reviewed by Adam Barth.
+
+ * Scripts/webkitpy/common/config/committers.py:
+ * Scripts/webkitpy/common/config/watchlist:
+
2013-04-08 Christophe Dumez <[email protected]>
[EFL] Mark ShouldGoToBackForwardListItem API test as failing
Modified: trunk/Tools/Scripts/webkitpy/common/config/committers.py (147943 => 147944)
--- trunk/Tools/Scripts/webkitpy/common/config/committers.py 2013-04-08 19:18:47 UTC (rev 147943)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py 2013-04-08 19:35:52 UTC (rev 147944)
@@ -108,8 +108,6 @@
watchers_who_are_not_contributors = [
Account("Chromium Compositor Bugs", ["[email protected]"], ""),
Account("Chromium Media Reviews", ["[email protected]"], ""),
- Account("David Levin", ["[email protected]"], ""),
- Account("David Levin", ["[email protected]"], ""),
Account("Kent Tamura", ["[email protected]"], ""),
Account("Mike West", ["[email protected]"], ""),
]
Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (147943 => 147944)
--- trunk/Tools/Scripts/webkitpy/common/config/watchlist 2013-04-08 19:18:47 UTC (rev 147943)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist 2013-04-08 19:35:52 UTC (rev 147944)
@@ -37,24 +37,6 @@
"WebIDL": {
"filename": r"Source/WebCore/(?!inspector)(?!testing).*\.idl"
},
- "ThreadingFiles": {
- "filename": r"Source/_javascript_Core/wtf/ThreadSpecific\."
- r"|Source/_javascript_Core/wtf/ThreadSafeRefCounted\."
- r"|Source/_javascript_Core/wtf/ThreadingPrimitives\."
- r"|Source/_javascript_Core/wtf/Threading\."
- r"|Source/WebCore/dom/CrossThreadTask\."
- r"|Source/WebCore/platform/CrossThreadCopier\.",
- },
- "ThreadingUsage": {
- # The intention of this regex is to detect places where people are using common threading mechanisms,
- # so that one can look them over for common mistakes. This list is long and likely to get longer over time.
- # Note the negative look-ahead to avoid new mentions of the files (for builds or includes).
- "more": r"(AllowCrossThreadAccess|AtomicallyInitialize|CrossThreadCopier|CrossThreadRefCounted|Mutex|ReadWriteLock|ThreadCondition|ThreadSafeRefCounted|ThreadSpecific"
- r"|createCallbackTask|crossThreadString|deprecatedTurnOffVerifier|threadsafeCopy)(?!\.(h|cpp))",
- },
- "WatchListScript": {
- "filename": r"Tools/Scripts/webkitpy/common/watchlist/",
- },
"webkitpy": {
"filename": r"Tools/Scripts/webkitpy/",
},
@@ -103,9 +85,6 @@
"Animation": {
"filename": r"Source/WebCore/page/animation/",
},
- "StyleChecker": {
- "filename": r"Tools/Scripts/webkitpy/style/",
- },
"GtkWebKit2PublicAPI": {
"filename": r"Source/WebKit2/UIProcess/API/gtk/",
},
@@ -406,13 +385,10 @@
"SkiaGraphics": [ "[email protected]", "[email protected]" ],
"Selectors": [ "[email protected]" ],
"SoupNetwork": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
- "StyleChecker": [ "[email protected]", ],
"TestFailures": [ "[email protected]", "[email protected]" ],
"TextureMapper" : [ "[email protected]", "[email protected]", "[email protected]" ],
- "ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
"TouchAdjustment" : [ "[email protected]" ],
"WTF": [ "[email protected]", "[email protected]", "[email protected]" ],
- "WatchListScript": [ "[email protected]", ],
"WebGL": [ "[email protected]" ],
"WebIDL": [ "[email protected]", "[email protected]", "[email protected]" ],
"WebInspectorAPI": [ "[email protected]", "[email protected]", "[email protected]" ],