Changeset 54363 in webkit


Ignore:
Timestamp:
Feb 4, 2010 12:10:43 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-02-04 Jeremy Moskovich <jeremy@chromium.org>

Reviewed by Darin Fisher.

Update comments to better document the possible values of the
writing direction menu state variables.

  • public/WebContextMenuData.h:
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r54349 r54363  
     12010-02-04  Jeremy Moskovich  <jeremy@chromium.org>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Update comments to better document the possible values of the
     6        writing direction menu state variables.
     7
     8        * public/WebContextMenuData.h:
     9
    1102010-02-04  Nate Chapin  <japhet@chromium.org>
    211
  • trunk/WebKit/chromium/public/WebContextMenuData.h

    r54331 r54363  
    104104    };
    105105
    106     // Writing direction menu items.
     106    // Writing direction menu items - values are unions of
     107    // CheckableMenuItemFlags.
    107108    // Currently only used on OS X.
    108109    int writingDirectionDefault;
Note: See TracChangeset for help on using the changeset viewer.