|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+490 lines, -43 lines) |
Patch |
 |
M |
chrome/browser/dom_distiller/dom_distiller_service_factory.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_distiller/dom_distiller_service_factory.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
3 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
4 chunks |
+37 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_distiller/lazy_dom_distiller_service.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/dom_distiller/lazy_dom_distiller_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/prefs/browser_prefs.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
2 chunks |
+2 lines, -0 lines |
1 comment
|
Download
|
 |
M |
components/dom_distiller.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/dom_distiller_viewer_source.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
11 chunks |
+32 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/resources/dom_distiller_viewer.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/content/resources/dom_distiller_viewer.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/css/distilledpage.css
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
4 chunks |
+43 lines, -5 lines |
1 comment
|
Download
|
 |
A |
components/dom_distiller/core/distilled_page_prefs.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/dom_distiller/core/distilled_page_prefs.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/dom_distiller/core/distilled_page_prefs_unittests.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_service.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
5 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/dom_distiller_service_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/viewer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
5 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/viewer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
7 chunks |
+50 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/viewer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
3 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/standalone/content_extractor.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/pref_registry.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|