Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[watchlist] Add myself to loader and v8 bindings changes
https://bugs.webkit.org/show_bug.cgi?id=88112

Reviewed by Adam Barth.

* Scripts/webkitpy/common/config/watchlist:


Canonical link: https://commits.webkit.org/105943@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@119266 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
jeisinger committed Jun 1, 2012
1 parent bcc620d commit c1aa60e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Tools/ChangeLog
@@ -1,3 +1,12 @@
2012-06-01 Jochen Eisinger <jochen@chromium.org>

[watchlist] Add myself to loader and v8 bindings changes
https://bugs.webkit.org/show_bug.cgi?id=88112

Reviewed by Adam Barth.

* Scripts/webkitpy/common/config/watchlist:

2012-06-01 Jacky Jiang <zhajiang@rim.com>

Adding Jacky Jiang to committers.py
Expand Down
6 changes: 3 additions & 3 deletions Tools/Scripts/webkitpy/common/config/watchlist
Expand Up @@ -172,10 +172,10 @@
"DOMAttributes": [ "cmarcelo@webkit.org", ],
"EFL": [ "rakuco@webkit.org", ],
"Forms": [ "tkent@chromium.org", ],
"FrameLoader": [ "abarth@webkit.org", "japhet@chromium.org" ],
"FrameLoader": [ "abarth@webkit.org", "japhet@chromium.org", "jochen@chromium.org" ],
"GStreamerGraphics": [ "alexis.menard@openbossa.org", "pnormand@igalia.com", "gns@gnome.org", "mrobinson@webkit.org" ],
"GtkWebKit2PublicAPI": [ "cgarcia@igalia.com", "gns@gnome.org", "mrobinson@webkit.org" ],
"Loader": [ "japhet@chromium.org" ],
"Loader": [ "japhet@chromium.org", "jochen@chromium.org" ],
"MathML": [ "dbarton@mathscribe.com" ],
"Media": [ "feature-media-reviews@chromium.org", "eric.carlson@apple.com" ],
"QtBuildSystem" : [ "vestbo@webkit.org", ],
Expand All @@ -188,7 +188,7 @@
"StyleChecker": [ "levin@chromium.org", ],
"TestFailures": [ "abarth@webkit.org", "dglazkov@chromium.org" ],
"ThreadingFiles|ThreadingUsage": [ "levin+threading@chromium.org", ],
"V8Bindings|BindingsScripts": [ "abarth@webkit.org", "japhet@chromium.org", "haraken@chromium.org" ],
"V8Bindings|BindingsScripts": [ "abarth@webkit.org", "japhet@chromium.org", "haraken@chromium.org", "jochen@chromium.org" ],
"WatchListScript": [ "levin+watchlist@chromium.org", ],
"WebIDL": [ "abarth@webkit.org", "ojan@chromium.org" ],
"WebKitGTKTranslations": [ "gns@gnome.org", "mrobinson@webkit.org" ],
Expand Down

0 comments on commit c1aa60e

Please sign in to comment.