diff options
author | bengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 22:05:30 +0000 |
---|---|---|
committer | bengr@chromium.org <bengr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 22:05:30 +0000 |
commit | c0f759b1863f24bbcdd5679623a33380874cbb69 (patch) | |
tree | a089cc82b6174d38da1c4d982fd684167da887c9 /components/dom_distiller_resources.grd | |
parent | f55913a8897cee5df58696c7ba52a10aeded377d (diff) | |
download | chromium_src-c0f759b1863f24bbcdd5679623a33380874cbb69.zip chromium_src-c0f759b1863f24bbcdd5679623a33380874cbb69.tar.gz chromium_src-c0f759b1863f24bbcdd5679623a33380874cbb69.tar.bz2 |
Page distiller core
This change adds code to load a page in a WebContents, execute JavaScript in that context, parse the result of executing the JS, fetch images referenced in the result, and store the images and other details of the result in a proto.
BUG=288015, 283846
Review URL: https://codereview.chromium.org/26358008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/dom_distiller_resources.grd')
-rw-r--r-- | components/dom_distiller_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/dom_distiller_resources.grd b/components/dom_distiller_resources.grd index dd2a5f5..8713589 100644 --- a/components/dom_distiller_resources.grd +++ b/components/dom_distiller_resources.grd @@ -12,6 +12,7 @@ <include name="IDR_ABOUT_DOM_DISTILLER_HTML" file="dom_distiller/webui/resources/about_dom_distiller.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_ABOUT_DOM_DISTILLER_CSS" file="dom_distiller/webui/resources/about_dom_distiller.css" type="BINDATA" /> <include name="IDR_ABOUT_DOM_DISTILLER_JS" file="dom_distiller/webui/resources/about_dom_distiller.js" type="BINDATA" /> + <include name="IDR_DISTILLER_JS" file="dom_distiller/core/resources/distiller.js" type="BINDATA" /> </includes> </release> </grit> |