Title: [115761] trunk/Tools
Revision
115761
Author
[email protected]
Date
2012-05-01 16:39:21 -0700 (Tue, 01 May 2012)

Log Message

Add myself to the watchlist to watch all rendering changes, as well as sort the watchers in the list
https://bugs.webkit.org/show_bug.cgi?id=85305

Reviewed by Adam Barth.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (115760 => 115761)


--- trunk/Tools/ChangeLog	2012-05-01 23:36:57 UTC (rev 115760)
+++ trunk/Tools/ChangeLog	2012-05-01 23:39:21 UTC (rev 115761)
@@ -1,3 +1,12 @@
+2012-05-01  Eric Seidel  <[email protected]>
+
+        Add myself to the watchlist to watch all rendering changes, as well as sort the watchers in the list
+        https://bugs.webkit.org/show_bug.cgi?id=85305
+
+        Reviewed by Adam Barth.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2012-05-01  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r115735.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (115760 => 115761)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-05-01 23:36:57 UTC (rev 115760)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2012-05-01 23:39:21 UTC (rev 115761)
@@ -81,6 +81,9 @@
         "Loader": {
             "filename": r"Source/WebCore/loader/",
         },
+        "Rendering": {
+            "filename": r"Source/WebCore/rendering/",
+        },
         "StyleChecker": {
             "filename": r"Tools/Scripts/webkitpy/style/",
         },
@@ -150,33 +153,34 @@
         # Note: All email addresses listed must be registered with bugzilla.
         # Specifically, [email protected] and [email protected] are
         # two different accounts as far as bugzilla is concerned.
+        "AppleMacPublicApi": [ "[email protected]" ],
+        "CMake": [ "[email protected]", ],
+        "CSS": [ "[email protected]", "[email protected]", ],
         "ChromiumDumpRenderTree": [ "[email protected]", ],
         "ChromiumGraphics": [ "[email protected]", "[email protected]" ],
         "ChromiumPublicApi": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
-        "AppleMacPublicApi": [ "[email protected]" ],
+        "EFL": [ "[email protected]", ],
         "Forms": [ "[email protected]", ],
+        "FrameLoader": [ "[email protected]", "[email protected]" ],
         "GStreamerGraphics": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
-        "WebIDL": [ "[email protected]", "[email protected]" ],
-        "StyleChecker": [ "[email protected]", ],
-        "ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
-        "WatchListScript": [ "[email protected]", ],
-        "V8Bindings|BindingsScripts": [ "[email protected]", "[email protected]", "[email protected]" ],
-        "FrameLoader": [ "[email protected]", "[email protected]" ],
+        "GtkWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
         "Loader": [ "[email protected]" ],
-        "SecurityCritical": [ "[email protected]" ],
-        "webkitpy": [ "[email protected]", "[email protected]", "[email protected]" ],
-        "TestFailures": [ "[email protected]", "[email protected]" ],
-        "GtkWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
+        "Media": [ "[email protected]", "[email protected]" ],
         "QtBuildSystem" : [ "[email protected]", ],
+        "QtWebKit2PlatformSpecific": [ "[email protected]", "[email protected]", ],
         "QtWebKit2PublicAPI": [ "[email protected]", "[email protected]", ],
-        "QtWebKit2PlatformSpecific": [ "[email protected]", "[email protected]", ],
-        "CSS": [ "[email protected]", "[email protected]", ],
-        "EFL": [ "[email protected]", ],
-        "CMake": [ "[email protected]", ],
+        "Rendering": [ "[email protected]" ],
+        "ScrollingCoordinator": [ "[email protected]", "[email protected]", "[email protected]" ],
+        "SecurityCritical": [ "[email protected]" ],
         "SoupNetwork": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
-        "ScrollingCoordinator": [ "[email protected]", "[email protected]", "[email protected]" ],
+        "StyleChecker": [ "[email protected]", ],
+        "TestFailures": [ "[email protected]", "[email protected]" ],
+        "ThreadingFiles|ThreadingUsage": [ "[email protected]", ],
+        "V8Bindings|BindingsScripts": [ "[email protected]", "[email protected]", "[email protected]" ],
+        "WatchListScript": [ "[email protected]", ],
+        "WebIDL": [ "[email protected]", "[email protected]" ],
         "WebKitGTKTranslations": [ "[email protected]", "[email protected]" ],
-        "Media": [ "[email protected]", "[email protected]" ],
+        "webkitpy": [ "[email protected]", "[email protected]", "[email protected]" ],
     },
     "MESSAGE_RULES": {
         "ChromiumPublicApi": [ "Please wait for approval from [email protected], [email protected], "
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to