|
[POC-WIP] Link window focus tokens with ExecutionContext.
Add ServiceWorkerClient.focus() - Blink part.
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+137 lines, -5 lines) |
Patch |
 |
A + |
LayoutTests/http/tests/serviceworker/client-focus.html
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/serviceworker/resources/client-focus.js
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/core/v8/CallbackPromiseAdapter.h
|
View
|
|
1 chunk |
+31 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/dom/ExecutionContext.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/ExecutionContext.cpp
|
View
|
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerClient.h
|
View
|
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerClient.cpp
|
View
|
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerClient.idl
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/modules/serviceworkers/WaitUntilObserver.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeClientImpl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeClientImpl.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/ServiceWorkerGlobalScopeProxy.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
public/platform/WebServiceWorkerClientFocusCallback.h
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
public/web/WebServiceWorkerContextClient.h
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
|