• Home
  • History
  • Annotate
  • only in /external/chromium_org/components/dom_distiller/
NameDateSize

..05-Nov-201428 KiB

android/05-Nov-20144 KiB

content/05-Nov-20144 KiB

core/05-Nov-20144 KiB

DEPS05-Nov-2014597

OWNERS05-Nov-201462

README05-Nov-2014457

standalone/05-Nov-20144 KiB

webui/05-Nov-20144 KiB

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