Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thlorenz/chromium

chromium patches and docs
https://github.com/thlorenz/chromium

Last synced: 24 days ago
JSON representation

chromium patches and docs

Awesome Lists containing this project

README

        

# chromium

Collecting patches I applied to local chromium checkout (pushing the actual repo to github is not allowed since it
exceeds maximum allowed size).

Additionally documenting inner workings of chromium mainly related to debugging, profiling and devtools.

## Patches

Patches are based off the blink branch on top of commit `d9ab67759f6cd14a7f323a2134b6982f2dc7ed10` and ordered oldest to
newest and are generated via `git format-patch -1 `

## Docs

- [building](https://github.com/thlorenz/chromium/blob/master/building.md)
- [debugging](https://github.com/thlorenz/chromium/blob/master/debugging.md)
- [devtools](https://github.com/thlorenz/chromium/blob/master/devtools.md)