Home | History | Annotate | Download | only in WebCore

Lines Matching full:menu

3672         recent searches menu.  One for decoration when the results attribute is set, but no results are saved.  And one for decoration
3740 (WebCore::HTMLSearchFieldResultsButtonElement::defaultEventHandler): Shows and hides recent searches menu.
3752 (WebCore::RenderTextControl::popupIsVisible): Added so HTMLSearchFieldResultsButtonElement knows whether or not the menu is already up.
3753 (WebCore::RenderTextControl::shouldPopOver): Added as a PopupClient method so the results menu shows up under the control instead of over.
3788 (WebCore::RenderTextControl::showPopup): Added. Loads searches, and displays menu.
3790 (WebCore::RenderTextControl::valueChanged): Added PopupClient method. Interprets the selected menu item index, and either sets the value and
3873 pointer to the parent context menu since ContextMenuItem no longer
3883 expects a non-const menu item.
3892 logic from WebHTMLView into WebCore to determine if menu items are
3912 parent menu.
4262 (WebCore::RenderMenuList::shouldPopOver): Added. Tells the popup whether the menu should pop over the client, or under.
4267 (WebCore::RenderMenuList::itemText): Added PopupClient method to provide information about the items in the menu list.
4760 GoogleDocs: Style menu does not open
5243 Primarily, this patch implements/hooks-up actions for the sub-menu
5268 * page/ContextMenuClient.h: New functions for the speech sub-menu.
5271 editing sub-menu actions.
5278 spelling sub-menu tags.
5284 (WebCore::): Re-named some of the spelling sub-menu tags.
6386 menu. The new member variable is an OwnPtr<ContextMenu>
6401 we have a sub-menu.
6535 Some small context menu-related fixes.
6603 into a helper function since it is used by several menu item tags.
6766 that was used to create the menu items since it was a bit
6945 New context-menu mechanism fix for:
6946 <rdar://problem/4864351> Should leave out "No Guesses Found" from context menu for bad grammar
7038 <rdar://problem/4817188> Context menu for bad grammar should include suggestions and "Ignore Grammar"
7040 The context menu mechanism is currently in flux; the old mechanism is still in place, but an
7712 place-holders for new tags for the sub-menu items. I will flesh
8513 properly retain/release the platform menu description.
8595 More WebCore context menu work (still not turned on, however).
8604 removed redundant "Menu" part of platformMenuDescription(),
8613 (WebCore::ContextMenuItem::menu):
8630 Added some more context menu plumbing.
8634 ContextMenuController when a context menu event is received.
9425 function needed for menu actions.
9434 menu.
9439 Use the controller instead of the menu
10798 context menu responsibilities from Chrome and ChromeClient to them.
10803 * page/Chrome.cpp: Remove context menu-related code.
10821 delegate to add its menu items, and moved the code from the static
11700 [CSS 3] support for vertical-text, cell and context-menu cursors
15465 (WebCore::HTMLSelectElement::dispatchBlurEvent): Only fire the onChange event here for menu lists.
18675 should have type-ahead selection without popping up menu
21217 the menu.
22861 Fix Qt/Linux build after Adele's popup menu changes.
23093 WebCore part of fix for <rdar://problem/4450613> need a means to attach user data to any menu that is popuped up in HTML
23108 After timers fix, crash in -[NSMenu performActionForItemAtIndex:] after moving/detroying active popup menu
23110 * platform/PopupMenu.h: (WebCore::PopupMenu::menuListIsDetaching): Added. Zeros out the pointer to the menu list.
23113 in case the RenderMenuList goes away. Also, checks the pointer to the menu list immediately afterwards.
23138 Move popup menu code out of rendering/ and into platform/.
23154 implementation is ready to receive the menu items. Fixed an ASSERT
23777 Improve popup menu behavior.
33427 Let the engine draw the focus ring for styled menu lists.
33435 - Fix for <rdar://problem/4706463> REGRESSION: Must click twice on <select> elements for menu to show
33440 Now calls RenderMenuList::hidePopup which will update the m_popupIsVisible flag on the menu list before hiding the popup.
34513 Password: Disallow Spelling, Font, Speech, and Writing Direction context menu
36154 (WebCore::RenderThemeMac::paintMenuListButtonGradients): Added. Draws gradients for styled popup menu button appearance.
38344 - Ignore popup menu items because AppKit does.
41740 The remaining changes are to let the RenderPopupMenu know its menu list w/o having
42560 - Fix for <rdar://problem/4593970> REGRESSION (NativeTextField): autofill menu disappears after typing a 2nd character
42633 to a list index before passing it to the menu renderer.
42642 REGRESSION: Text Encoding menu inoperative (after gcc protocol build fix)
43286 on the pop-up menu, because it's created with the correct style and destroyed
43298 menu -- instead keep the pointer in a local variable. Get the selected
43495 to determine whether or not to use the new menu list implementation.
43893 Fix for <rdar://problem/4463835> Switch to use new popup menu implementation for <select>
45422 Initial implementation of popup menu control. This can be turned on by setting -webkit-appearance: menulist on a select element.
45506 (WebCore::RenderPopupMenuMac::clear): Removes all items from the menu.
45507 (WebCore::RenderPopupMenuMac::populate): Disables menuChangedMessages before populating the menu.
45518 (WebCore::RenderMenuList::updateFromElement): If the options have changed, iterate through the children to find the menu item with the widest text.
47809 Renamed RenderSelect to DeprecatedRenderSelect to prepare for new popup menu and list menu implementations.
55465 crash bringing up context menu with CSS generated content