HTML exit reader view button
commitae0286c350696ba16a8119af2af4aee2f06859e9
authormdjones <mdjones@chromium.org>
Wed, 10 Jun 2015 18:10:34 +0000 (10 11:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 10 Jun 2015 18:11:04 +0000 (10 18:11 +0000)
treebb6fe2516967fcaaffa193e3f7b7e676c07b3596
parentce603a0035c57b5bff8bf8728ea7490f8ae42716
HTML exit reader view button

This change removes the 'view original' link and replaces it with
a button that currently navigates to the original article but will
eventually slide the view out of focus.

The feedback form and close button now span the full width of a page
while content is limited to 800px wide.

BUG=428533

Review URL: https://codereview.chromium.org/1160113004

Cr-Commit-Position: refs/heads/master@{#333759}
12 files changed:
PRESUBMIT.py
build/ios/grit_whitelist.txt
components/dom_distiller/core/css/distilledpage.css
components/dom_distiller/core/css/distilledpage_ios.css [new file with mode: 0644]
components/dom_distiller/core/html/dom_distiller_viewer.html
components/dom_distiller/core/javascript/dom_distiller_viewer.js
components/dom_distiller/core/viewer.cc
components/dom_distiller/core/viewer.h
components/dom_distiller_strings.grdp
components/resources/dom_distiller_resources.grdp
components/test/data/dom_distiller/pinch_tester.html
ios/chrome/browser/dom_distiller/distiller_viewer.cc