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 24057 - prematurely destroyed MessagePorts should send 'error' using the port message queue, not the DOM manipulation task source.
Summary: prematurely destroyed MessagePorts should send 'error' using the port message...
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:
Depends on:
Blocks:
 
Reported: 2013-12-10 23:46 UTC by contributor
Modified: 2013-12-11 17:45 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-12-10 23:46:25 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#transferMessagePort
Complete: http://www.whatwg.org/c#transferMessagePort
Referrer: 

Comment:
prematurely destroyed MessagePorts should send 'error' using the port message
queue, not the DOM manipulation task source.

Posted from: 2620:0:1000:167c:9423:ea26:63ac:4db3 by ian@hixie.ch
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1729.3 Safari/537.36
Comment 1 contributor 2013-12-11 17:41:34 UTC
Checked in as WHATWG revision r8341.
Check-in comment: Updates for r8297, fixing <option> to treat 'dirtiness' correctly, and r8336, fixing 'error' events sent to MessagePort objects to not race messages sent from those ports (or, worse, the event that the port is delivered on...).
http://html5.org/tools/web-apps-tracker?from=8340&to=8341