Bug 158574 - WorkerNavigator property should exist on WorkerGlobalScope
Summary: WorkerNavigator property should exist on WorkerGlobalScope
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar, WebExposed
Depends on:
Blocks:
 
Reported: 2016-06-09 12:37 PDT by Chris Dumez
Modified: 2016-06-09 18:52 PDT (History)
10 users (show)

See Also:


Attachments
Patch (3.90 KB, patch)
2016-06-09 12:51 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (3.97 KB, patch)
2016-06-09 12:52 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.