[webkit-reviews] review requested: [Bug 24211] Add ScheduledAction for V8 : [Attachment 28047] 2009-02-26 Dimitri Glazkov <dglazkov at chromium.org>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 15:38:45 PST 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 24211: Add ScheduledAction for V8
https://bugs.webkit.org/show_bug.cgi?id=24211

Attachment 28047: 2009-02-26  Dimitri Glazkov  <dglazkov at chromium.org>
https://bugs.webkit.org/attachment.cgi?id=28047&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>

	Reviewed by Eric Seidel.

	http://codereview.chromium.org/27217
	Add custom V8 bindings for Navigator, Clipboard, Document, and Node.

	* bindings/v8/custom/V8ClipboardCustom.cpp: Added.
	(WebCore::ACCESSOR_GETTER):
	(WebCore::CALLBACK_FUNC_DECL):
	* bindings/v8/custom/V8DocumentCustom.cpp: Added.
	(WebCore::CALLBACK_FUNC_DECL):
	* bindings/v8/custom/V8NavigatorCustom.cpp: Added.
	(WebCore::ACCESSOR_GETTER):
	* bindings/v8/custom/V8NodeCustom.cpp: Added.
	(WebCore::CALLBACK_FUNC_DECL):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@41272
268f45cc-cd09-0410-ab3c-d52691b4dbfc
---
 WebCore/ChangeLog				  |   17 +++
 WebCore/bindings/v8/custom/V8ClipboardCustom.cpp |  141 ++++++++++++++++++++++
 WebCore/bindings/v8/custom/V8DocumentCustom.cpp  |   86 +++++++++++++
 WebCore/bindings/v8/custom/V8NavigatorCustom.cpp |   48 ++++++++
 WebCore/bindings/v8/custom/V8NodeCustom.cpp	  |   86 +++++++++++++
 5 files changed, 378 insertions(+), 0 deletions(-)


More information about the webkit-reviews mailing list