beverloo / peter.sh

Source-code for http://peter.sh/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The DevTools feed should include commits from v8/src/inspector

phistuck opened this issue · comments

https://chromium.googlesource.com/v8/v8/+/master/src/inspector/ includes code that was up until a few months ago in the Chromium/Developer Tools repository. This code affects the backend of the Developer Tools (now shared with NodeJS). I think it should be included in the field as well.

The filter code doesn't discriminate based on the repository. Instead, it looks for certain phrases in the commit's message. Today those phrases are "Dev Tools" and "DevTools".

It looks like the vast majority of changes in that directory use the "[Inspector]" prefix. I'll add that as a keyword too.

Gracias. :)