|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+290 lines, -78 lines) |
Patch |
|
M |
content/renderer/BUILD.gn
|
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
29
30
31
32
33
34
35
36
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/renderer/installedapp/related_apps_fetcher.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
24
25
26
27
28
29
30
31
32
33
34
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/renderer/installedapp/related_apps_fetcher.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
27
28
29
30
31
32
33
34
35
36
37
38
39
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_frame_impl.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
24
25
26
27
28
29
30
31
32
33
34
35
36
|
4 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_frame_impl.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
27
28
29
30
31
32
33
34
35
36
37
38
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/installedapp/getinstalledrelatedapps.html
|
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
29
30
31
32
33
34
35
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/installedapp/getinstalledrelatedapps-empty.html
|
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
29
30
31
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/installedapp/resources/installedapp-test-helper.js
|
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
29
30
31
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/LayoutTests/installedapp/resources/manifest.json
|
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 |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/installedapp/InstalledAppController.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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
2 chunks |
+24 lines, -7 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/installedapp/InstalledAppController.cpp
|
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
29
30
31
32
33
34
35
36
37
38
39
40
41
|
1 chunk |
+75 lines, -24 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/modules/installedapp/NavigatorInstalledApp.cpp
|
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
29
30
31
32
33
34
35
36
37
38
39
40
41
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
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
29
30
31
32
33
34
35
36
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/public/BUILD.gn
|
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
29
30
31
32
33
34
35
36
37
38
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
third_party/WebKit/public/platform/modules/installedapp/WebInstalledAppClient.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
|
A + |
third_party/WebKit/public/platform/modules/installedapp/WebRelatedAppsFetcher.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
24
25
26
27
28
29
30
31
32
33
|
1 chunk |
+10 lines, -9 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/public/web/WebFrameClient.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
24
25
26
27
28
29
30
31
32
33
34
35
36
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|