DescriptionService Worker: Correct WindowClient.idl
- Remove WindowClient.frameType attribute
. This is already defined in Client and we don't need to redefine. This change
doesn't affect any behavior.
- Change the promise resolution value type of WindowClient.focus() from boolean
to WindowClient.
. A promise resolution value type is just an annotation in WebIDL, so this
change does not affect actual implementation. We already resolve with
WindowClient, see http/tests/serviceworker/chromium/windowclient-focus.html.
Spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#window-client-interface
BUG=506736
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198269
Patch Set 1 #
Total comments: 3
Patch Set 2 : Rebase; Update webexposed interface expected list. #Patch Set 3 : Don't trim trailing white space in the original file. #
Messages
Total messages: 26 (10 generated)
|