[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

benm at google.com benm at google.com
Fri Feb 26 22:24:28 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 002600ff7bb8a869bb2c3eaa93c55d1c13d4c8b3
Author: benm at google.com <benm at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 18 14:22:53 2010 +0000

    2010-02-18  Ben Murdoch  <benm at google.com>
    
            Reviewed by Jeremy Orlow.
    
            [v8] Complete upstreaming of V8 Touch Event bindings
            https://bugs.webkit.org/show_bug.cgi?id=35094
    
            No new tests required.
    
            * bindings/v8/V8Index.cpp: Add generated touch event headers.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54958 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 1411c79..1776cf6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-02-18  Ben Murdoch  <benm at google.com>
+
+        Reviewed by Jeremy Orlow.
+
+        [v8] Complete upstreaming of V8 Touch Event bindings
+        https://bugs.webkit.org/show_bug.cgi?id=35094
+
+        No new tests required.
+
+        * bindings/v8/V8Index.cpp: Add generated touch event headers.
+
 2010-02-18  Steve Block  <steveblock at google.com>
 
         Reviewed by Jeremy Orlow.
diff --git a/WebCore/bindings/v8/V8Index.cpp b/WebCore/bindings/v8/V8Index.cpp
index f3b790f..fbaa460 100644
--- a/WebCore/bindings/v8/V8Index.cpp
+++ b/WebCore/bindings/v8/V8Index.cpp
@@ -161,6 +161,9 @@
 #include "V8StyleSheet.h"
 #include "V8Text.h"
 #include "V8TextEvent.h"
+#include "V8Touch.h"
+#include "V8TouchEvent.h"
+#include "V8TouchList.h"
 #include "V8DOMCoreException.h"
 #include "V8DOMParser.h"
 #include "V8DOMWindow.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list