[Webkit-unassigned] [Bug 63481] Bring V8's SerializedScriptValue implementation up to date
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 6 14:37:41 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63481
Luke Zarko <lukezarko+bugzilla at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #99184|0 |1
is obsolete| |
--- Comment #9 from Luke Zarko <lukezarko+bugzilla at gmail.com> 2011-07-06 14:37:41 PST ---
Created an attachment (id=99884)
--> (https://bugs.webkit.org/attachment.cgi?id=99884&action=review)
Rebase and address comments.
Thanks for your comments!
Bigger deltas since last patch:
- Strings are no longer allocated object IDs.
- isHostObject added to V8Binding.h/cpp and used in SerializedScriptValue.cpp
- Non-v8::Objects that are not special-cased now throw DATA_CLONE_ERR
- WebKit vs. Chromium expectations addressed
Concerning the changes to DOMException: I'm looking at http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#exception-domexception which includes these missing enumeration values. Leaving the other two out in particular would leave weird holes in ExceptionCode.cpp. The constants in ExceptionCode.h were removed after I consulted with Jian Li (they were getting in the way of constants I needed to define).
--
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