Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
android/ | 03-May-2024 | - | 384 | 237 | ||
content/ | 03-May-2024 | - | 1,414 | 1,072 | ||
core/ | 03-May-2024 | - | 8,775 | 6,515 | ||
standalone/ | 03-May-2024 | - | 350 | 276 | ||
webui/ | 03-May-2024 | - | 504 | 359 | ||
DEPS | D | 03-May-2024 | 704 | 24 | 22 | |
OWNERS | D | 03-May-2024 | 62 | 4 | 3 | |
README | D | 03-May-2024 | 457 | 13 | 8 |
README
1The DOM Distiller component contains code for an experimental prototype for 2distilling the core part of a web page. 3 4To enable this feature, use the command line flag --enable-distiller. 5 6The DOM Distiller is a layered component. See: 7http://www.chromium.org/developers/design-documents/layered-components-design 8 9Folder structure: 10 11 core/ contains the business logic of the component. 12 webui/ contains the WebUI code and resources for the debug page. 13