[Webkit-unassigned] [Bug 133916] Implement DOMPoint/DOMPointReadOnly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 22 03:16:24 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=133916





--- Comment #14 from Dirk Schulze <krit at webkit.org>  2014-07-22 03:16:35 PST ---
(In reply to comment #10)
> (In reply to comment #7)
> > I would like to understand specifically why the entire DOMPoint class cannot just be implemented in JavaScript.
> 
> Unfortunately I don't think it's possible to create constructors using the builtins logic.
> 
> I believe what we'd need is the stuff took hook into the global object which would mostly be mechanical, as well as a way to ensure we can always get access to the original constructors.
> We also probably need to come up with better ways to access the builtin/original constructors for things :-/

I was told that Blink has similar issues with constructors as olliej described. For now Blink did not implement it with Blink-in-JS but with C++ in DOM.

https://codereview.chromium.org/404803002/

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list