This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15158 - Change use of "relevant namespace object" term re workers
Summary: Change use of "relevant namespace object" term re workers
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
: 17166 18188 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-12 23:32 UTC by contributor
Modified: 2012-10-19 22:29 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2011-12-12 23:32:12 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html
Multipage: http://www.whatwg.org/C#dedicated-workers-and-the-dedicatedworkerglobalscope-interface
Complete: http://www.whatwg.org/c#dedicated-workers-and-the-dedicatedworkerglobalscope-interface

Comment:
Now that the "relevant namespace object" term has gone from Web IDL (since
modules have been removed) some text around here needs to be rewritten. You
probably want to refer to you don't need to mention the ECMAScript global
object specifically, but instead you might want to refer to Web IDL's
#dfn-expose, which can be used to control which interfaces are exposed in a
particular ECMAScript global environment. Just say "ECMAScript global
environments for dedicated workers must not _expose_ the
SharedWorkerGlobalScope interface." and vice versa. I think that should be
sufficient.

Posted from: 150.101.156.250
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:11.0a1) Gecko/20111209 Firefox/11.0a1
Comment 1 contributor 2012-07-18 07:59:53 UTC
This bug was cloned to create bug 18003 as part of operation convergence.
Comment 2 Ian 'Hixie' Hickson 2012-08-09 00:16:11 UTC
I've tried to fix this, but I've no idea if what I wrote is right. Please do review it.
Comment 3 contributor 2012-08-09 00:22:05 UTC
Checked in as WHATWG revision r7226.
Check-in comment: Upgrade Web IDL terminology.
http://html5.org/tools/web-apps-tracker?from=7225&to=7226
Comment 4 Cameron McCormack 2012-08-09 00:37:38 UTC
The change looks good to me.  (The transitive requirement is probably a bit of a pain if you want to know, from looking at the spec, whether a given interface should be exposed or not.)
Comment 5 Ian 'Hixie' Hickson 2012-10-11 02:32:15 UTC
*** Bug 17166 has been marked as a duplicate of this bug. ***
Comment 6 Ian 'Hixie' Hickson 2012-10-19 22:29:35 UTC
*** Bug 18188 has been marked as a duplicate of this bug. ***