|
Adds DOMString[] constructor to PresentationRequest.
This updates the Blink and platform layers of the Presentation API to support multiple URLs per PresentationRequest. Until support is plumbed through to the service layer, only the first URL in the array will be passed through the PresentationService API.
This also:
- Updates layout tests to exercise the new constructor
- Adds a unit test to PresentationRequest
- Updates PresentationAvailabilityTest
- Adds a 'url' attribute to PresentationConnection
TODO: Intent to Implement/Ship
BUG= 627655
Total comments: 17
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+215 lines, -79 lines) |
Patch |
 |
M |
chrome/test/media_router/resources/common.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/presentation/presentation_dispatcher.h
|
View
|
1
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/presentation/presentation_dispatcher.cc
|
View
|
1
|
6 chunks |
+20 lines, -12 lines |
2 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/presentation/presentation-api.html
|
View
|
1
2
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/LayoutTests/presentation/presentation-navigation-multipleurls.html
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/presentation/presentationrequest.html
|
View
|
1
2
|
1 chunk |
+25 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt
|
View
|
1
2
3
4
5
|
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
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/modules.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/Presentation.cpp
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
View
|
1
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailability.cpp
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailabilityCallbacks.h
|
View
|
1
2
3
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailabilityCallbacks.cpp
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
1 comment
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationAvailabilityTest.cpp
|
View
|
1
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationConnection.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationController.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationController.cpp
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
View
|
1
|
4 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
|
View
|
1
|
6 chunks |
+25 lines, -13 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/presentation/PresentationRequest.idl
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/modules/presentation/PresentationRequestTest.cpp
|
View
|
1
2
3
4
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/presentation/WebPresentationAvailabilityObserver.h
|
View
|
1
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h
|
View
|
1
2
3
4
|
4 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
Total messages: 16 (11 generated)
|