Title: [140735] trunk/Tools
Revision
140735
Author
[email protected]
Date
2013-01-24 15:22:41 -0800 (Thu, 24 Jan 2013)

Log Message

Add watchlist for IndexedDB development, and add myself and others.

Unreviewed.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (140734 => 140735)


--- trunk/Tools/ChangeLog	2013-01-24 23:21:17 UTC (rev 140734)
+++ trunk/Tools/ChangeLog	2013-01-24 23:22:41 UTC (rev 140735)
@@ -1,3 +1,11 @@
+2013-01-24  Joshua Bell  <[email protected]>
+
+        Add watchlist for IndexedDB development, and add myself and others.
+
+        Unreviewed.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2013-01-24  Martin Robinson  <[email protected]>
 
         Abstract the logic for appending a UChar32 onto StringBuilder

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (140734 => 140735)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-01-24 23:21:17 UTC (rev 140734)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2013-01-24 23:22:41 UTC (rev 140735)
@@ -357,6 +357,15 @@
         "RegionsUsage": {
             "more": r"(RenderRegion|RenderFlowThread|RenderNamedFlowThread)(?!\.(h|cpp))",
         },
+        "IndexedDB": {
+            "filename": r"Source/WebCore/Modules/indexeddb"
+                        r"|Source/WebCore/bindings/.*IDB.*\.(h|cpp)"
+                        r"|Source/WebCore/bindings/.*SerializedScriptValue.*\.(h|cpp)"
+                        r"|Source/WebKit/chromium/.*IDB.*\.(h|cpp)"
+                        r"|Source/WebCore/platform/leveldb"
+                        r"|LayoutTests/storage/indexeddb"
+                        r"|LayoutTests/platform/.*/storage/indexeddb",
+        },
     },
     "CC_RULES": {
         # Note: All email addresses listed must be registered with bugzilla.
@@ -394,6 +403,7 @@
         "GtkWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]" ],
         "Harfbuzz": [ "[email protected]" ],
         "HTML": [ "[email protected]" ],
+        "IndexedDB": [ "[email protected]", "[email protected]", "[email protected]" ],
         "Loader": [ "[email protected]" ],
         "MathML": [ "[email protected]" ],
         "Media": [ "[email protected]", "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to