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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 16 12:09:07 PDT 2014


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





--- Comment #10 from Oliver Hunt <oliver at apple.com>  2014-06-16 12:09:24 PST ---
(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 :-/

-- 
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