Can I get a first pass technical review of the patch here:
https://bugs.webkit.org/show_bug.cgi?id=68468
The main goals are to put a compile / runtime switch in for mouse lock, get
the IDL in place, and pass the new movementX/Y members around.

I could also use any hint people have for correctly compiling a call with a
VoidCallback:
.idl:
in [optional] VoidCallback successCallback, in [optional] VoidCallback
failureCallback*/);
.h:
void webkitLockMouse(/*PassRefPtr<VoidCallback> successCallback,
PassRefPtr<VoidCallback> failureCallback*/);

Thx
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to