Changeset 147944 in webkit


Ignore:
Timestamp:
Apr 8, 2013 12:35:52 PM (11 years ago)
Author:
levin@chromium.org
Message:

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:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r147908 r147944  
     12013-04-08  David Levin  <levin@chromium.org>
     2
     3        Remove my watchlist entries.
     4        https://bugs.webkit.org/show_bug.cgi?id=114180
     5
     6        Reviewed by Adam Barth.
     7
     8        * Scripts/webkitpy/common/config/committers.py:
     9        * Scripts/webkitpy/common/config/watchlist:
     10
    1112013-04-08  Christophe Dumez  <ch.dumez@sisa.samsung.com>
    212
  • trunk/Tools/Scripts/webkitpy/common/config/committers.py

    r147757 r147944  
    109109    Account("Chromium Compositor Bugs", ["cc-bugs@chromium.org"], ""),
    110110    Account("Chromium Media Reviews", ["feature-media-reviews@chromium.org"], ""),
    111     Account("David Levin", ["levin+threading@chromium.org"], ""),
    112     Account("David Levin", ["levin+watchlist@chromium.org"], ""),
    113111    Account("Kent Tamura", ["tkent+wkapi@chromium.org"], ""),
    114112    Account("Mike West", ["mkwst+watchlist@chromium.org"], ""),
  • trunk/Tools/Scripts/webkitpy/common/config/watchlist

    r147767 r147944  
    3838            "filename": r"Source/WebCore/(?!inspector)(?!testing).*\.idl"
    3939        },
    40         "ThreadingFiles": {
    41             "filename": r"Source/JavaScriptCore/wtf/ThreadSpecific\."
    42                         r"|Source/JavaScriptCore/wtf/ThreadSafeRefCounted\."
    43                         r"|Source/JavaScriptCore/wtf/ThreadingPrimitives\."
    44                         r"|Source/JavaScriptCore/wtf/Threading\."
    45                         r"|Source/WebCore/dom/CrossThreadTask\."
    46                         r"|Source/WebCore/platform/CrossThreadCopier\.",
    47         },
    48         "ThreadingUsage": {
    49             # The intention of this regex is to detect places where people are using common threading mechanisms,
    50             # so that one can look them over for common mistakes. This list is long and likely to get longer over time.
    51             # Note the negative look-ahead to avoid new mentions of the files (for builds or includes).
    52             "more": r"(AllowCrossThreadAccess|AtomicallyInitialize|CrossThreadCopier|CrossThreadRefCounted|Mutex|ReadWriteLock|ThreadCondition|ThreadSafeRefCounted|ThreadSpecific"
    53                     r"|createCallbackTask|crossThreadString|deprecatedTurnOffVerifier|threadsafeCopy)(?!\.(h|cpp))",
    54         },
    55         "WatchListScript": {
    56             "filename": r"Tools/Scripts/webkitpy/common/watchlist/",
    57         },
    5840        "webkitpy": {
    5941            "filename": r"Tools/Scripts/webkitpy/",
     
    10385        "Animation": {
    10486            "filename": r"Source/WebCore/page/animation/",
    105         },
    106         "StyleChecker": {
    107             "filename": r"Tools/Scripts/webkitpy/style/",
    10887        },
    10988        "GtkWebKit2PublicAPI": {
     
    407386        "Selectors": [ "allan.jensen@digia.com" ],
    408387        "SoupNetwork": [ "rakuco@webkit.org", "gns@gnome.org", "mrobinson@webkit.org", "danw@gnome.org" ],
    409         "StyleChecker": [ "levin@chromium.org", ],
    410388        "TestFailures": [ "abarth@webkit.org", "ojan.autocc@gmail.com" ],
    411389        "TextureMapper" : [ "noam@webkit.org", "cmarcelo@webkit.org", "luiz@webkit.org" ],
    412         "ThreadingFiles|ThreadingUsage": [ "levin+threading@chromium.org", ],
    413390        "TouchAdjustment" : [ "allan.jensen@digia.com" ],
    414391        "WTF": [ "benjamin@webkit.org", "ojan.autocc@gmail.com", "cmarcelo@webkit.org" ],
    415         "WatchListScript": [ "levin+watchlist@chromium.org", ],
    416392        "WebGL": [ "dino@apple.com" ],
    417393        "WebIDL": [ "abarth@webkit.org", "ojan.autocc@gmail.com", "esprehn+autocc@chromium.org" ],
Note: See TracChangeset for help on using the changeset viewer.