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 27208 - "Add the event to the port message queue of target port." This should actually be a task to fire the event. Now you are adding an event to something that expects a task, that seems bogus.
Summary: "Add the event to the port message queue of target port." This should actuall...
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: https://html.spec.whatwg.org/#message...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-31 13:19 UTC by contributor
Modified: 2014-11-27 00:29 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-10-31 13:19:37 UTC
Specification: https://html.spec.whatwg.org/multipage/comms.html
Multipage: https://html.spec.whatwg.org/multipage/#message-ports:port-message-queue-12
Complete: https://html.spec.whatwg.org/#message-ports:port-message-queue-12
Referrer: 

Comment:
"Add the event to the port message queue of target port." This should actually
be a task to fire the event. Now you are adding an event to something that
expects a task, that seems bogus.

Posted from: 46.127.136.57 by annevk@annevk.nl
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:36.0) Gecko/20100101 Firefox/36.0
Comment 1 contributor 2014-11-27 00:29:51 UTC
Checked in as WHATWG revision r8864.
Check-in comment: Fix the mess I made of port message queues. I'm pretty sure originally they weren't task sources and I corrupted them at some point to be that without changing what I was putting in them. Anyway at this point it's easier just to say that they're real task sources and thus have tasks, even if those tasks have to now be a little more complicated than ideal.
https://html5.org/tools/web-apps-tracker?from=8863&to=8864