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 26319 - Wattsi: move IDL backlink generator to new pipeline
Summary: Wattsi: move IDL backlink generator to new pipeline
Status: RESOLVED MOVED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other All
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard: tools
Keywords:
: 26475 27539 (view as bug list)
Depends on: 26343
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-12 20:28 UTC by contributor
Modified: 2019-03-29 19:07 UTC (History)
6 users (show)

See Also:


Attachments

Description contributor 2014-07-12 20:28:27 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html
Multipage: http://www.whatwg.org/C#the-workerglobalscope-common-interface
Complete: http://www.whatwg.org/c#the-workerglobalscope-common-interface
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
"// also has obsolete members" in WorkerGlobalScope seems inaccurate

Posted from: 87.64.253.148 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
Comment 1 Ms2ger 2014-07-12 20:29:24 UTC
It links to

[Exposed=Worker]
partial interface WorkerGlobalScope {
  void importScripts(DOMString... urls);
  readonly attribute WorkerNavigator navigator;
};
WorkerGlobalScope implements WindowTimers;
WorkerGlobalScope implements WindowBase64;

none of which seems particularly obsolete.
Comment 2 Ian 'Hixie' Hickson 2014-07-15 18:38:42 UTC
Oops.

I've hacked in a fix for now, but the real fix is for me to just parse the IDL natively in my new pipeline to do these things.
Comment 3 Ian 'Hixie' Hickson 2014-07-30 23:41:32 UTC
*** Bug 26475 has been marked as a duplicate of this bug. ***
Comment 4 Anne 2016-03-23 13:57:14 UTC
*** Bug 27539 has been marked as a duplicate of this bug. ***
Comment 5 Anne 2016-06-20 12:13:31 UTC
Removing the URL since this isn't a problem with workers anymore.
Comment 6 Domenic Denicola 2019-03-29 19:07:52 UTC
https://github.com/whatwg/wattsi/issues/97