|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+353 lines, -144 lines) |
Patch |
 |
M |
chrome/test/media_router/resources/common.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/presentation/presentation_dispatcher.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/presentation/presentation_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/presentation/presentation_dispatcher_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/presentation/presentation-api.html
|
View
|
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/presentation/presentation-navigation-multipleurls.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/presentation/presentation-reconnect.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+2 lines, -17 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/presentation/presentation-start.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+44 lines, -0 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/presentation/presentationconnectionavailableevent-ctor-mock.html
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+2 lines, -17 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/presentation/presentationrequest.html
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+25 lines, -12 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/presentation/resources/presentation-service-mock.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/Presentation.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailability.cpp
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailabilityCallbacks.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailabilityCallbacks.cpp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailabilityTest.cpp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationController.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+44 lines, -48 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationRequest.idl
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/presentation/PresentationRequestTest.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/presentation/WebPresentationAvailabilityObserver.h
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|