|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+764 lines, -72 lines) |
Patch |
|
M |
components/guest_view.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
components/guest_view/browser/guest_view_base.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
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/guest_view/browser/guest_view_message_filter.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
42
43
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/guest_view/browser/guest_view_message_filter.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
40
41
42
43
44
45
46
47
|
2 chunks |
+45 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/guest_view/common/guest_view_messages.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
42
43
44
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/guest_view/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
37
38
39
40
41
42
43
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/guest_view/renderer/DEPS
|
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
42
43
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
components/guest_view/renderer/guest_view_container.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
42
43
44
|
5 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
|
M |
components/guest_view/renderer/guest_view_container.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
40
41
42
43
44
|
5 chunks |
+36 lines, -2 lines |
0 comments
|
Download
|
|
A |
components/guest_view/renderer/iframe_guest_view_container.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
42
43
44
45
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
A |
components/guest_view/renderer/iframe_guest_view_container.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
40
41
42
43
44
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
|
A |
components/guest_view/renderer/iframe_guest_view_request.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
42
43
44
45
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
|
A |
components/guest_view/renderer/iframe_guest_view_request.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
40
41
42
43
44
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/browser_plugin/browser_plugin_guest.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
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/browser_plugin/browser_plugin_guest.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
40
41
42
|
7 chunks |
+43 lines, -12 lines |
0 comments
|
Download
|
|
M |
content/browser/frame_host/cross_process_frame_connector.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
40
41
42
43
44
|
3 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/frame_host/frame_tree_node.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
42
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/frame_host/render_frame_host_manager.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
42
43
44
45
|
3 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/frame_host/render_frame_host_manager.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
40
41
42
43
44
45
46
47
48
49
|
3 chunks |
+75 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/frame_host/render_frame_proxy_host.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
40
41
42
43
44
45
46
47
48
|
3 chunks |
+23 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/browser/frame_host/render_widget_host_view_child_frame.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
40
41
42
43
44
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/web_contents_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
37
38
39
40
41
42
43
44
45
|
4 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/web_contents_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
39
40
41
42
43
44
45
46
47
48
49
|
8 chunks |
+95 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/public/browser/web_contents.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
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
extensions/renderer/guest_view/extensions_guest_view_container.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
42
43
44
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
extensions/renderer/guest_view/extensions_guest_view_container.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
40
41
42
43
44
|
2 chunks |
+0 lines, -28 lines |
0 comments
|
Download
|
|
M |
extensions/renderer/guest_view/guest_view_internal_custom_bindings.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
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
extensions/renderer/guest_view/guest_view_internal_custom_bindings.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
40
41
42
43
44
|
5 chunks |
+98 lines, -4 lines |
0 comments
|
Download
|
|
M |
extensions/renderer/resources/guest_view/guest_view_iframe.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
32
33
34
35
36
37
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
testing/buildbot/chromium.fyi.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|