Bug 158574

Summary: WorkerNavigator property should exist on WorkerGlobalScope
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, cdumez, commit-queue, darin, esprehn+autocc, ggaren, kondapallykalyan, rniwa, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2016-06-09 12:37:25 PDT
WorkerNavigator property should exist on WorkerGlobalScope:
https://html.spec.whatwg.org/multipage/workers.html#the-workernavigator-object

Test:
http://w3c-test.org/workers/interfaces.worker
Comment 1 Chris Dumez 2016-06-09 12:46:39 PDT
Fixing this gets the number of failures on http://w3c-test.org/workers/interfaces.worker from 34 to 23.
Comment 2 Chris Dumez 2016-06-09 12:51:35 PDT
Created attachment 280932 [details]
Patch
Comment 3 Radar WebKit Bug Importer 2016-06-09 12:51:53 PDT
<rdar://problem/26725108>
Comment 4 Chris Dumez 2016-06-09 12:52:55 PDT
Created attachment 280933 [details]
Patch
Comment 5 Chris Dumez 2016-06-09 18:52:44 PDT
Comment on attachment 280933 [details]
Patch

Clearing flags on attachment: 280933

Committed r201899: <http://trac.webkit.org/changeset/201899>
Comment 6 Chris Dumez 2016-06-09 18:52:50 PDT
All reviewed patches have been landed.  Closing bug.