- From: <bugzilla@jessica.w3.org>
- Date: Fri, 02 Dec 2011 10:15:13 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15007 --- Comment #10 from Simon Pieters <simonp@opera.com> 2011-12-02 10:15:10 UTC --- postMessage wasn't intended for that. Setting a listener for message on window means that other windows can invoke the listener, so the boilerplate needs to prevent that. Also, one might want to use postMessage for its intended purpose, too, which means both the zero-timeout boilerplate *and* the normal postMessage use need to filter the incoming messages. -- Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Friday, 2 December 2011 10:15:29 UTC