[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

eric at webkit.org eric at webkit.org
Wed Feb 10 22:14:33 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit c03e54689f4019fd6179018b44f9988901251f46
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 4 20:10:43 2010 +0000

    2010-02-04  Jeremy Moskovich  <jeremy at chromium.org>
    
            Reviewed by Darin Fisher.
    
            Update comments to better document the possible values of the
            writing direction menu state variables.
    
            * public/WebContextMenuData.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54363 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index cd851e3..461d0f3 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-04  Jeremy Moskovich  <jeremy at chromium.org>
+
+        Reviewed by Darin Fisher.
+
+        Update comments to better document the possible values of the
+        writing direction menu state variables.
+
+        * public/WebContextMenuData.h:
+
 2010-02-04  Nate Chapin  <japhet at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebKit/chromium/public/WebContextMenuData.h b/WebKit/chromium/public/WebContextMenuData.h
index 049da9c..5d67046 100644
--- a/WebKit/chromium/public/WebContextMenuData.h
+++ b/WebKit/chromium/public/WebContextMenuData.h
@@ -103,7 +103,8 @@ struct WebContextMenuData {
         CheckableMenuItemChecked = 0x2,
     };
 
-    // Writing direction menu items.
+    // Writing direction menu items - values are unions of
+    // CheckableMenuItemFlags.
     // Currently only used on OS X.
     int writingDirectionDefault;
     int writingDirectionLeftToRight;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list