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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 14:45:55 PST 2010


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48061|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #8 from David Levin <levin at chromium.org>  2010-02-03 14:45:52 PST ---
(From update of attachment 48061)
> diff --git a/WebKit/chromium/public/WebContextMenuData.h b/WebKit/chromium/public/WebContextMenuData.h

Should there be a "#if OS(DARWIN)" around this?

> +    enum CheckableMenuItemFlags {
> +        CheckableMenuItemDisabled = 0x0,
> +        CheckableMenuItemEnabled = 0x1,
> +        CheckableMenuItemChecked = 0x2,
> +    };
> +
> +    // Writing direction menu items.
> +    // Currently only used on OS X.
> +    int writingDirectionDefault;
> +    int writingDirectionLeftToRight;
> +    int writingDirectionRightToLeft;

-- 
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