14 Oct
2011
14 Oct
'11
2:36 a.m.
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