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

Issue 149232: Create watchlist for media changes. (Closed)

Created:
11 years, 5 months ago by awong
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Create watchlist for media changes. The regex is pretty permissive because the media files are scattered in multiple directories with the only commonality being the word "media". (eg chrome/renderer/media, third_party/media, or more annoyingly webkit/glue/resources/media_pause.png, and webkit/api/src/WebMediaPlayerClientImpl.cpp)

Patch Set 1 #

Patch Set 2 : Add comma. #

Patch Set 3 : Fix small syntax errors and add ffmpeg. #

Total comments: 1

Patch Set 4 : simplify regex. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M WATCHLISTS View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
awong
Does this regex seem too permissive?
11 years, 5 months ago (2009-07-06 23:50:55 UTC) #1
Alpha Left Google
LGTM.
11 years, 5 months ago (2009-07-06 23:54:59 UTC) #2
awong
On 2009/07/06 23:54:59, Alpha wrote: > LGTM. Andrew, given the mail you sent to chromium-dev ...
11 years, 5 months ago (2009-07-08 17:43:56 UTC) #3
scherkus (not reviewing)
yeah I'm fine leaving it as is On Wed, Jul 8, 2009 at 10:43 AM, ...
11 years, 5 months ago (2009-07-08 17:46:03 UTC) #4
scherkus (not reviewing)
mostly because we do have media subdirectories we want to watch (/chrome/renderer/media etc...) On Wed, ...
11 years, 5 months ago (2009-07-08 17:46:34 UTC) #5
awong
On 2009/07/08 17:46:34, scherkus wrote: > mostly because we do have media subdirectories we want ...
11 years, 5 months ago (2009-07-08 17:47:53 UTC) #6
awong
On 2009/07/08 17:47:53, awong wrote: > On 2009/07/08 17:46:34, scherkus wrote: > > mostly because ...
11 years, 5 months ago (2009-07-08 18:04:18 UTC) #7
Nirnimesh
LGTM http://codereview.chromium.org/149232/diff/8/1006 File WATCHLISTS (right): http://codereview.chromium.org/149232/diff/8/1006#newcode67 Line 67: 'filepath': '.*media.*|.*Media.*|^third_party/ffmpeg/.*$', .*media.* works the same as ...
11 years, 5 months ago (2009-07-08 18:21:36 UTC) #8
awong
11 years, 5 months ago (2009-07-08 18:23:57 UTC) #9
On 2009/07/08 18:21:36, Nirnimesh wrote:
> LGTM
> 
> http://codereview.chromium.org/149232/diff/8/1006
> File WATCHLISTS (right):
> 
> http://codereview.chromium.org/149232/diff/8/1006#newcode67
> Line 67: 'filepath': '.*media.*|.*Media.*|^third_party/ffmpeg/.*$',
> .*media.* works the same as media, so it can be written as:
> 
> 'filepath': 'media|Media|^third_party/ffmpeg/'

ooh. fixed. :)

Thanks!

Powered by Google App Engine
This is Rietveld 408576698