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

jcivelli at chromium.org jcivelli at chromium.org
Wed Dec 22 14:53:04 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 75a90464c183f71c6130af63d0c799365c9ff742
Author: jcivelli at chromium.org <jcivelli at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 22 23:06:36 2010 +0000

    2010-10-22  Jay Civelli  <jcivelli at chromium.org>
    
            Reviewed by David Levin.
    
            Turning on the Autocomplete implementation on the Chromium side.
            https://bugs.webkit.org/show_bug.cgi?id=41283
    
            * public/WebDocument.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70361 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index a0df1fd..f0fcd56 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-22  Jay Civelli  <jcivelli at chromium.org>
+
+        Reviewed by David Levin.
+
+        Turning on the Autocomplete implementation on the Chromium side.
+        https://bugs.webkit.org/show_bug.cgi?id=41283
+
+        * public/WebDocument.h:
+
 2010-10-22  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKit/chromium/public/WebDocument.h b/WebKit/chromium/public/WebDocument.h
index d9f7386..3d9274d 100644
--- a/WebKit/chromium/public/WebDocument.h
+++ b/WebKit/chromium/public/WebDocument.h
@@ -33,6 +33,10 @@
 
 #include "WebNode.h"
 
+// Turning on Chromium side Autocomplete code.
+// FIXME: remove this once the Chromium autocomplete code has been cleaned-up.
+#define WEBKIT_BUG_41283_IS_FIXED
+
 #if WEBKIT_IMPLEMENTATION
 namespace WebCore {
 class Document;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list