the Chromium logo

The Chromium Projects

Viewing change logs for Chromium and Blink

The way to generate change logs for Chromium is via gitiles. The format of the URLs is as follows:

https://chromium.googlesource.com/chromium/src/+log/oldhash..newhash?pretty=full

"pretty" can be left off. Options are "full" and "fuller".

JSON format queries:

Note, that JSON format has a ")]}'" line at the top, to prevent cross-site scripting. When parsing, assert that the first line has ")]}'", strip it, and parse the rest of JSON normally.