- From: Matt Falkenhagen <notifications@github.com>
- Date: Sun, 24 Jun 2018 20:40:15 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/ServiceWorker/pull/1329/review/131459251@github.com>
mattto commented on this pull request. It looks like the WPT for frameType already exist, so nothing needs to change there. > - 1. Run these substeps <a>in parallel</a>: - 1. Let |browsingContext| be the <a>context object</a>'s associated [=Client/service worker client=]'s [=environment settings object/global object=]'s [=/browsing context=]. - 1. Let |visibilityState| be null. - 1. Let |focusState| be false. - 1. Let |ancestorOriginsList| be the empty list. - 1. <a>Queue a task</a> |task| to run the following substeps on the <a>context object</a>'s associated [=Client/service worker client=]'s <a>responsible event loop</a> using the <a>user interaction task source</a>: - 1. Run the <a>focusing steps</a> with |browsingContext|. - 1. Set |visibilityState| to |browsingContext|'s <a>active document</a>'s {{Document/visibilityState}} attribute value. - 1. Set |focusState| to the result of running the <a>has focus steps</a> with |browsingContext|'s <a>active document</a> as the argument. - 1. Set |ancestorOriginsList| to |browsingContext|'s <a>active document</a>'s <a>relevant global object</a>'s {{Location}} object's [=Location/ancestor origins list=]'s associated list. - 1. Wait for |task| to have executed. - 1. Let |windowClient| be the result of running <a>Create Window Client</a> algorithm with the <a>context object</a>'s associated [=Client/service worker client=], |visibilityState|, |focusState|, and |ancestorOriginsList| as the arguments. - 1. If |windowClient|'s <a>focus state</a> is true, resolve |promise| with |windowClient|. - 1. Else, reject |promise| with a <code>TypeError</code>. + 1. [=Queue a task=] to run the following steps on the [=context object=]'s associated [=Client/service worker client=]'s [=responsible event loop=] using the [=user interaction task source=]: + 1. Run the [=focusing steps=] with the current [=/browsing context=]. Should "this be the [=context object=]'s associated [=/browsing context=]", for clarity and consistency with line 1089? (I would think current browsing context refers to the service worker's browsing context, if that exists) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1329#pullrequestreview-131459251
Received on Monday, 25 June 2018 03:40:37 UTC