Bug 178270

Summary: Stub out SW Client/Clients
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, buildbot, cdumez, esprehn+autocc, kondapallykalyan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Still adding ChangeLogs, but reviewable without them.
aestes: review+
EWS and landing none

Description Brady Eidson 2017-10-13 10:56:19 PDT
Stub out SW Client/Clients
Comment 1 Brady Eidson 2017-10-13 11:00:37 PDT
Created attachment 323705 [details]
Still adding ChangeLogs, but reviewable without them.
Comment 2 Andy Estes 2017-10-13 11:06:22 PDT
Comment on attachment 323705 [details]
Still adding ChangeLogs, but reviewable without them.

View in context: https://bugs.webkit.org/attachment.cgi?id=323705&action=review

> Source/WebCore/workers/service/context/Client.idl:31
> +  readonly attribute USVString url;

Needs more spaces

> Source/WebCore/workers/service/context/Client.idl:39
> +  "window",

Ditto

> Source/WebCore/workers/service/context/Clients.idl:31
> +  [NewObject] Promise<any> get(DOMString id);

Ditto

> Source/WebCore/workers/service/context/WindowClient.idl:34
> +  readonly attribute boolean focused;

Ditto
Comment 3 Brady Eidson 2017-10-13 12:50:30 PDT
Created attachment 323726 [details]
EWS and landing