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 <[email protected]>
+
+ Tweaking IndexedDB watchlist and adding myself to it.
+
+ * Scripts/webkitpy/common/config/watchlist:
+
2016-04-25 Commit Queue <[email protected]>
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": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
"HTML": [ "[email protected]", "[email protected]", "[email protected]" ],
"History": [ "[email protected]" ],
- "IndexedDB": [ "[email protected]", "[email protected]" ],
+ "IndexedDB": [ "[email protected]", "[email protected]", "[email protected]" ],
"Loader": [ "[email protected]", "[email protected]" ],
"_javascript_Core": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
"MacAndIOSTextLayoutAndRendering": [ "[email protected]" ],