- From: <bugzilla@jessica.w3.org>
- Date: Mon, 27 Jan 2014 01:24:37 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24403
Bug ID: 24403
Summary: WebIDL callbacks should probably default to pushing a
new entry settings object
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebIDL
Assignee: cam@mcc.id.au
Reporter: bzbarsky@mit.edu
QA Contact: public-webapps-bugzilla@w3.org
CC: bobbyholley@gmail.com, ian@hixie.ch, mike@w3.org,
public-script-coord@w3.org
Looks like we set up incumbent settings objects here, but not entry ones. We
need to do the latter in various case. For example, event dispatch certainly
needs to do it; otherwise you end up running event listeners with no entry
settings object, but various other specs depend on having an entry settings
object.
I believe the simplest thing to do here is to always set the entry settings
object to the global of the callback object (which is NOT the same thing as the
global of the function getting called, for what it's worth).
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 27 January 2014 01:24:39 UTC