Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thlorenz/chromium
- Owner: thlorenz
- Created: 2014-09-25T20:08:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T20:18:14.000Z (about 10 years ago)
- Last Synced: 2024-10-23T06:15:20.586Z (2 months ago)
- Language: JavaScript
- Homepage: https://gist.github.com/thlorenz/7bc1b8a2fe4af63885a9
- Size: 465 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)