[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

kbr at google.com kbr at google.com
Wed Dec 22 18:21:03 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 36191196579d73b78766164e7718c61667c0ad40
Author: kbr at google.com <kbr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 10 02:33:31 2010 +0000

    2010-12-09  Kenneth Russell  <kbr at google.com>
    
            Unreviewed. Speculative Gtk build fix after
            https://bugs.webkit.org/show_bug.cgi?id=36512 / r73669. Process
            all of the WebGL classes' IDL files.
    
            * CMakeLists.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73672 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index a4a6859..fc8f984 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -290,7 +290,16 @@ SET(WebCore_IDL_FILES
     html/canvas/Uint16Array.idl
     html/canvas/Uint32Array.idl
     html/canvas/Uint8Array.idl
+    html/canvas/WebGLActiveInfo.idl
+    html/canvas/WebGLBuffer.idl
+    html/canvas/WebGLContextAttributes.idl
+    html/canvas/WebGLFramebuffer.idl
+    html/canvas/WebGLProgram.idl
+    html/canvas/WebGLRenderbuffer.idl
     html/canvas/WebGLRenderingContext.idl
+    html/canvas/WebGLShader.idl
+    html/canvas/WebGLTexture.idl
+    html/canvas/WebGLUniformLocation.idl
 
     inspector/InjectedScriptHost.idl
     inspector/InspectorFrontendHost.idl
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ab667b7..fc767e2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-12-09  Kenneth Russell  <kbr at google.com>
+
+        Unreviewed. Speculative Gtk build fix after
+        https://bugs.webkit.org/show_bug.cgi?id=36512 / r73669. Process
+        all of the WebGL classes' IDL files.
+
+        * CMakeLists.txt:
+
 2010-12-09  Zhenyao Mo  <zmo at google.com>
 
         Reviewed by Kenneth Russell.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list