The DevTools feed should include commits from v8/src/inspector
phistuck opened this issue · 2 comments
phistuck commented
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.
beverloo commented
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.
phistuck commented
Gracias. :)