Peter Beverloo
Peter Beverloo
http://peter.sh/experiments/chromium-command-line-switches/ Certain flags, e.g. `--run-layout-test`, are only available in certain shells rather than in all of Chrome. This could be determined based on the path of the file, which starts...
http://peter.sh/experiments/chromium-command-line-switches/ Yesterday there were >1000, now there are 418. /cc @phistuck
See title. +@mvano
Now that the Chromium and Blink repositories merged, all Blink commits are linking to an unused repository. While @primiano tells me that it'll stick around, I'd rather remove the repository...
Some command line flags in Chrome are not available for the entirety of the project, but rather only in specific environments, e.g. Mojo. Take the following flag: https://code.google.com/p/chromium/codesearch#chromium/src/mojo/runner/switches.cc&q=kUseTemporaryUserDataDir&sq=package:chromium&type=cs&l=49 This is...
Right now, the commit RSS feed is available on the following URL: https://commits.peter.sh/?rss It should move to https://feeds.peter.sh/ so that it can share the code for generating the feed, and...
It's been on my list for quite a while (and @addyosmani keeps nagging me about it) to enable viewing highlighted commits per Chromium release, rather than just those in the...
Not all platforms dispatch an event to the applications (e.g. the user agent) when a notification is dismissed, or only do so in a subset of cases. This means that...
Addresses #81. *** Preview | Diff
Most browsers defer display of notifications to a system-level notification center. This is great for the user's experience, but also means that developers have to take an almost infinite number...