Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1416)

Unified Diff: WATCHLISTS

Issue 14947004: Add myself to WATCHERS (viewport interaction, media queries) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WATCHLISTS
diff --git a/WATCHLISTS b/WATCHLISTS
index 3cb13abe8901b07e3cd7367e415ce66d0c567629..eada9b2e5238e534b56fef87829b28a607b4b2b1 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -95,6 +95,11 @@
'|Source/modules/(encryptedmedia|mediasource)' \
'|Source/WebKit/chromium/.*Media.*' \
},
+ 'media_queries': {
+ 'filepath': 'Source/core/css/CSSMediaRule.*' \
+ '|Source/core/css/MediaList.*' \
+ '|Source/core/css/MediaQuery.*'
+ },
'fileapi': {
'filepath': 'Source/modules/filesystem/' \
'|Source/core/fileapi/' \
@@ -106,6 +111,13 @@
'filepath': 'Source/modules/quota/' \
'|Source/WebKit/chromium/.*Quota.*'
},
+ 'viewport_interaction': {
+ 'filepath': 'Source/core/css/.*Viewport.*' \
+ '|Source/core/dom/ViewportArguments.*' \
+ '|Source/core/html/HTMLMetaElement.*' \
+ '|Source/core/page/FrameView.*' \
+ '|Source/core/page/scrolling'
+ },
},
'WATCHLISTS': {
@@ -149,7 +161,9 @@
'prerender': [ 'gavinp+prerender@chromium.org' ],
'track': ['vcarbune@chromium.org'],
'media': [ 'feature-media-reviews@chromium.org' ],
+ 'media_queries': [ 'kenneth.christiansen@gmail.com' ],
'fileapi': [ 'kinuko@chromium.org' ],
'quota': [ 'kinuko@chromium.org' ],
+ 'viewport_interaction': [ 'kenneth.christiansen@gmail.com' ],
},
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698