[Bug 8241] Named properties on window

2011-06-19 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 Cameron McCormack changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

Re: Mouse Lock

2011-06-19 Thread Gregg Tavares (wrk)
On Sun, Jun 19, 2011 at 5:10 AM, Olli Pettay wrote: > On 06/17/2011 01:21 AM, Vincent Scheib wrote: > >> - 2 new methods on an element to enter and exit mouse lock. Two >> callbacks on the entering call provide notification of success or failure. >> - Mousemove event gains .deltaX .deltaY members,

Re: how to implement the c# HttpListener with the CORS protocol

2011-06-19 Thread Anne van Kesteren
On Thu, 16 Jun 2011 21:14:31 +0200, Paula Decker wrote: The problem is that the HttpListener object has a method, getContext where it can receive a request. Can I assume that the header has been set in this request? If so, I can return Access-Control-Allow-Origin back. At this point, doe

Re: Mouse Lock

2011-06-19 Thread Olli Pettay
On 06/17/2011 01:21 AM, Vincent Scheib wrote: - 2 new methods on an element to enter and exit mouse lock. Two callbacks on the entering call provide notification of success or failure. - Mousemove event gains .deltaX .deltaY members, always valid, not just during mouse lock. I don't understand t