|
|
Start implementing new navigator.connect API.
As it turns out, we changed our mind about the desired API yet again, and this
time rather completely. This is the start of implementing the currently specced
API, which hopefully will actually stick.
This CL adds stubs for the new ServicePortCollection API.
BUG= 426458
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197697
Total comments: 10
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+396 lines, -14 lines) |
Patch |
 |
M |
LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-and-gced-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-and-gced-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/webexposed/global-interface-listing-expected.txt
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/EventTargetModulesFactory.in
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/modules.gypi
|
View
|
|
5 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/navigatorconnect/NavigatorServices.h
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/navigatorconnect/NavigatorServices.cpp
|
View
|
1
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
Source/modules/navigatorconnect/NavigatorServices.idl
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
Source/modules/navigatorconnect/ServicePortCollection.h
|
View
|
1
2
|
1 chunk |
+51 lines, -0 lines |
1 comment
|
Download
|
 |
A |
Source/modules/navigatorconnect/ServicePortCollection.cpp
|
View
|
1
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/navigatorconnect/ServicePortCollection.idl
|
View
|
1
|
1 chunk |
+18 lines, -0 lines |
1 comment
|
Download
|
 |
A + |
Source/modules/navigatorconnect/ServicePortConnectOptions.idl
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
Source/modules/navigatorconnect/ServicePortMatchOptions.idl
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
Source/modules/navigatorconnect/WorkerNavigatorServices.h
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/modules/navigatorconnect/WorkerNavigatorServices.cpp
|
View
|
1
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
Source/modules/navigatorconnect/WorkerNavigatorServices.idl
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 19 (7 generated)
|