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

Unified Diff: WATCHLISTS

Issue 424153002: Fix watchlists for clipboard. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 b348573c86c13768f9e669cf441c224bb5c69d78..2f0ed5548a8ab5f59d560ce717da0667e1bfe425 100644
--- a/WATCHLISTS
+++ b/WATCHLISTS
@@ -36,12 +36,12 @@
},
'clipboard': {
'filepath': 'Source/core/clipboard',
- 'filepath': 'Source/core/page/*Drag',
- 'filepath': 'Source/platform/*Drag',
+ 'filepath': 'Source/core/page/.*Drag',
Rick Byers 2014/07/29 17:52:22 The RegEx change makes sense, but don't you also n
dcheng 2014/07/29 18:09:36 ... yes, you're right. I'm really bad at this appa
+ 'filepath': 'Source/platform/.*Drag',
'filepath': 'Source/platform/clipboard',
- 'filepath': 'Source/web/*Drag',
- 'filepath': 'public/platform/*Drag',
- 'filepath': 'public/web/*Drag',
+ 'filepath': 'Source/web/.*Drag',
+ 'filepath': 'public/platform/.*Drag',
+ 'filepath': 'public/web/.*Drag',
},
'css': {
'filepath': 'Source/core/css',
« 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