RESOLVED FIXED Bug 24211
Add ScheduledAction for V8
https://bugs.webkit.org/show_bug.cgi?id=24211
Summary Add ScheduledAction for V8
Dimitri Glazkov (Google)
Reported 2009-02-26 15:37:47 PST
Initial scrubbing here: http://codereview.chromium.org/27230
Attachments
2009-02-26 Gustavo Noronha Silva <gns@gnome.org> (1.27 KB, patch)
2009-02-26 15:38 PST, Dimitri Glazkov (Google)
no flags
2009-02-26 Dimitri Glazkov <dglazkov@chromium.org> (15.28 KB, patch)
2009-02-26 15:38 PST, Dimitri Glazkov (Google)
no flags
Fix ChangeLog entry (465 bytes, patch)
2009-02-26 15:38 PST, Dimitri Glazkov (Google)
no flags
Add ScheduledAction for V8, v1. (7.28 KB, patch)
2009-02-26 15:40 PST, Dimitri Glazkov (Google)
eric: review+
Dimitri Glazkov (Google)
Comment 1 2009-02-26 15:38:43 PST
Created attachment 28046 [details] 2009-02-26 Gustavo Noronha Silva <gns@gnome.org> Unreviewed build fix for building with GNOME Keyring enabled. * platform/network/soup/webkit-soup-auth-dialog.c: (show_auth_dialog): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@41271 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 7 +++++++ .../network/soup/webkit-soup-auth-dialog.c | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-)
Dimitri Glazkov (Google)
Comment 2 2009-02-26 15:38:45 PST
Created attachment 28047 [details] 2009-02-26 Dimitri Glazkov <dglazkov@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(-)
Dimitri Glazkov (Google)
Comment 3 2009-02-26 15:38:46 PST
Created attachment 28048 [details] Fix ChangeLog entry git-svn-id: http://svn.webkit.org/repository/webkit/trunk@41273 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Dimitri Glazkov (Google)
Comment 4 2009-02-26 15:40:34 PST
Created attachment 28050 [details] Add ScheduledAction for V8, v1. WebCore/ChangeLog | 14 ++++ WebCore/bindings/v8/ScheduledAction.cpp | 114 +++++++++++++++++++++++++++++++ WebCore/bindings/v8/ScheduledAction.h | 65 +++++++++++++++++ 3 files changed, 193 insertions(+), 0 deletions(-)
Dimitri Glazkov (Google)
Comment 5 2009-02-26 15:41:38 PST
Automation's gotten the best of me. Sorry for extra attachments and comments.
Eric Seidel (no email)
Comment 6 2009-02-26 16:47:53 PST
Comment on attachment 28050 [details] Add ScheduledAction for V8, v1. Looks fine here too. ;)
Dimitri Glazkov (Google)
Comment 7 2009-03-03 13:26:07 PST
Note You need to log in before you can comment on or make changes to this bug.