Title: [200045] trunk/Tools
Revision
200045
Author
beid...@apple.com
Date
2016-04-25 13:33:09 -0700 (Mon, 25 Apr 2016)

Log Message

Tweaking IndexedDB watchlist and adding myself to it.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (200044 => 200045)


--- trunk/Tools/ChangeLog	2016-04-25 20:07:40 UTC (rev 200044)
+++ trunk/Tools/ChangeLog	2016-04-25 20:33:09 UTC (rev 200045)
@@ -1,3 +1,9 @@
+2016-04-25  Brady Eidson  <beid...@apple.com>
+
+        Tweaking IndexedDB watchlist and adding myself to it.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2016-04-25  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r199916.

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (200044 => 200045)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2016-04-25 20:07:40 UTC (rev 200044)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2016-04-25 20:33:09 UTC (rev 200045)
@@ -277,7 +277,10 @@
                         r"|Source/WebCore/bindings/.*IDB.*\.(h|cpp)"
                         r"|Source/WebCore/bindings/.*SerializedScriptValue.*\.(h|cpp)"
                         r"|LayoutTests/storage/indexeddb"
-                        r"|LayoutTests/platform/.*/storage/indexeddb",
+                        r"|LayoutTests/platform/.*/storage/indexeddb"
+                        r"|LayoutTests/imported/w3c/web-platform-tests/IndexedDB"
+                        r"|LayoutTests/imported/w3c/indexeddb"
+                        r"|LayoutTests/imported/blink/storage/indexeddb"
         },
         "_javascript_Core": {
             "filename": r"Source/_javascript_Core/(?!inspector)"
@@ -376,7 +379,7 @@
         "GtkWebKit2PublicAPI": [ "cgar...@igalia.com", "g...@gnome.org", "mrobin...@webkit.org", "be...@igalia.com", "mcatanz...@igalia.com" ],
         "HTML": [ "esprehn+aut...@chromium.org", "gyuyoung....@webkit.org", "cdu...@apple.com" ],
         "History": [ "cdu...@apple.com" ],
-        "IndexedDB": [ "alecfl...@chromium.org", "jsb...@chromium.org" ],
+        "IndexedDB": [ "beid...@apple.com", "alecfl...@chromium.org", "jsb...@chromium.org" ],
         "Loader": [ "jap...@chromium.org", "cdu...@apple.com" ],
         "_javascript_Core": [ "keith_mil...@apple.com", "sbar...@apple.com", "mark....@apple.com", "msab...@apple.com" ],
         "MacAndIOSTextLayoutAndRendering": [ "mmaxfi...@apple.com" ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to