Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Issue 779563003: [POC-WIP] Link window focus tokens with ExecutionContext. (Closed)

Created:
6 years ago by mlamouri (slow - plz ping)
Modified:
6 years ago
Reviewers:
CC:
blink-reviews, michaeln, jsbell+serviceworker_chromium.org, kenjibaheux+watch_chromium.org, sof, arv+blink, tzik, serviceworker-reviews, eae+blinkwatch, nhiroki, blink-reviews-bindings_chromium.org, falken, blink-reviews-dom_chromium.org, dglazkov+blink, kinuko+serviceworker, horo+watch_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

[POC-WIP] Link window focus tokens with ExecutionContext. Add ServiceWorkerClient.focus() - Blink part. BUG=

Patch Set 1 #

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

Powered by Google App Engine
This is Rietveld 408576698