Skip to content

Commit

Permalink
Add a watchlist for XML; update custom elements.
Browse files Browse the repository at this point in the history
R=tkent@chromium.org

Review-Url: https://codereview.chromium.org/1978763002
Cr-Commit-Position: refs/heads/master@{#393780}
  • Loading branch information
dominiccooney authored and Commit bot committed May 16, 2016
1 parent 19b50f2 commit 05d120d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@
'|third_party/WebKit/LayoutTests/platform/chromium.*/fast/regions/'
},
'blink_custom_elements': {
'filepath': 'third_party/WebKit/Source/core/dom/CustomElement' \
'filepath': 'third_party/WebKit/Source/core/dom/custom/' \
'|third_party/WebKit/Source/bindings/v8/.*CustomElement',
},
'blink_device_light': {
Expand Down Expand Up @@ -1296,6 +1296,11 @@
'|content/test/layouttest_support.cc' \
'|content/public/test/layouttest_support.h' \
},
'xml': {
'filepath': 'third_party/WebKit/Source/core/xml/' \
'|third_party/libxml/' \
'|third_party/libxslt/',
},
},

'WATCHLISTS': {
Expand Down Expand Up @@ -1839,5 +1844,6 @@
'test_runner': [ 'jochen+watch@chromium.org',
'mlamouri+watch-test-runner@chromium.org' ],
'clank_uma_settings': ['gayane+watch@chromium.org'],
'xml': [ 'dominicc+watchlist@chromium.org' ],
},
}

0 comments on commit 05d120d

Please sign in to comment.