|
Font Family Preferences for Distilled Pages
This CL adds backend support for Font Family preferences
within DistilledPagePrefs. The font families supported are
sans-serif (default), serif, and monospace. Serif and
monospace fonts are set by the browser, while sans-serif is
defined as Open Sans, and then the browser default sans-serif
font.
BUG= 383630
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289801
Total comments: 33
Total comments: 6
Total comments: 15
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+410 lines, -49 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/DistilledPagePrefsView.java
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/dom_distiller/DistilledPagePrefsTest.java
|
View
|
1
2
3
|
6 chunks |
+73 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller.gypi
|
View
|
1
2
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/DistilledPagePrefs.java
|
View
|
1
2
3
|
4 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/dom_distiller/android/java/src/org/chromium/components/dom_distiller/core/FontFamily.template
|
View
|
1
2
3
4
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/dom_distiller_viewer_source.cc
|
View
|
1
2
3
|
5 chunks |
+17 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/resources/dom_distiller_viewer.js
|
View
|
1
2
3
4
5
6
|
2 chunks |
+21 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/css/distilledpage.css
|
View
|
1
2
3
4
5
6
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distilled_page_prefs.h
|
View
|
|
4 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distilled_page_prefs.cc
|
View
|
1
2
3
4
|
4 chunks |
+33 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distilled_page_prefs_android.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distilled_page_prefs_android.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distilled_page_prefs_unittests.cc
|
View
|
1
|
4 chunks |
+42 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
components/dom_distiller/core/font_family_list.h
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/viewer.h
|
View
|
|
4 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/viewer.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+54 lines, -18 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/viewer_unittest.cc
|
View
|
2
3
4
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|