Chromium Code Reviews| Index: README.md |
| diff --git a/README.md b/README.md |
| index dc68fbf6e9fa37db7f31b85d8280aaeb27acd21f..9c57c7cb5faec10ecf4920468d3c19ee1cc950bb 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -4,9 +4,18 @@ DOM Distiller aims to provide a better reading experience by distilling the |
| content of the page. This distilled content can then be used in a variety of |
| ways. |
| -The current efforts that will be powered by DOM Distiller: |
| +The current efforts that are or will be powered by DOM Distiller: |
| - Reader mode: a mobile-friendly viewing mode for Chrome mobile |
| +- [Simplify page for print] |
| + (https://plus.google.com/+FrancoisBeaufort/posts/dDPD2gVThuv) |
| + |
| +## Bug tracking |
|
mdjones
2016/02/23 23:46:10
How do you feel about calling this "Report a bug"?
wychen
2016/02/24 00:06:34
Done.
|
| + |
| +We use the same bug tracking system Chromium uses (http://crbug.com), and the |
| +DOM distiller related bugs are filed under [`component:UI>Browser>ReaderMode`] |
| +(https://bugs.chromium.org/p/chromium/issues/list?q=component%3AUI%3EBrowser%3EReaderMode) |
| +component. |
| ## How to use Reader mode on mobile Chrome |