[Webkit-unassigned] [Bug 34524] [Chromium] Writing Direction context menu for OS X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 02:46:19 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34524





--- Comment #12 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-02-04 02:46:15 PST ---
(From update of attachment 48061)
> +++ b/WebKit/chromium/public/WebContextMenuData.h
...
> +    enum CheckableMenuItemFlags {
> +        CheckableMenuItemDisabled = 0x0,
> +        CheckableMenuItemEnabled = 0x1,
> +        CheckableMenuItemChecked = 0x2,
> +    };
> +
> +    // Writing direction menu items.
> +    // Currently only used on OS X.
> +    int writingDirectionDefault;
> +    int writingDirectionLeftToRight;
> +    int writingDirectionRightToLeft;

reading this header file, it is not obvious that writingDirection*
values are unions of the CheckableMenuItem* values.  A comment
seems at least warranted.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list