Home | History | Annotate | Download | only in WebCore

Lines Matching full:menu

136         Web Inspector does not match the menu.
157 call through to the same function used by the Develop menu. This way
1520 Include the Writing Direction sub-menu in the context menu of all
1968 (-[WebCoreMovieObserver menuForEventDelegate:]): Added. Returns the frame view's menu.
3163 or selected when inspected from the context menu. This was caused by
8011 - WebCore part of <rdar://problem/3881497> Writing direction context menu item has no effect on text typed in Safari
10932 "(program)" title for the file menu to match the call frames.
13581 <rdar://problem/5702248> Crash on Copy Image from the contextual menu on a broken image in Mail
13586 include the Copy Image menu item, but if it does and the user selects it,
15594 apl.aip.org menu does not work (property names should be case sensitive)
15858 selecting a eval script from the file menu in the Scripts panel.
17217 <rdar://problem/5958851> Stop Profiling from the Develop menu does
17247 children for a menu button by the normal calculation works just as well.
17275 Fixed <rdar://problem/5943104> Need to implement ARIA role="menu" and related roles
17288 The rest of these changes implement menu, menuitem, and menubar. the last 2 of those
17715 and the function menu.
17716 * page/inspector/inspector.css: Make the files menu wider since there
17721 <rdar://problem/5956403> Update the Develop menu to match the new Inspector items
20497 When Reload was selected from the context menu in the Inspector, the
20815 files menu. If the Script is part of a resource, that resource is added.
20817 the files menu. If that script is part of a resource and it is the last script of that
24039 Implement popup menu support for wx port.
25756 Right click context menu is now supported, along with
25787 Fixes: Popups/Context menu in WebKit appearing at the wrong location when embedded in the graphics view or using multiple screens
31853 (WebInspector.ResourcesPanel): Create the status bar menu button and
31856 (WebInspector.ResourcesPanel.get statusBarItems): Add the sorting menu to the
31859 to the selected option's function in the sorting menu.
38532 [GTK] combo box menu displayed in the wrong position
38535 (WebCore::PopupMenu::show): Change the popup menu vertical position so
43712 REGRESSION: iframes are added to Safari's History menu
44256 dialog or menu is up due to run loop modes (or while scrolling)
53388 [GTK] Context menu fixes and customisation suport
53390 Provide standard GTK+ context menu items where appropriate.
54998 REGRESSION (r27464-r27504) javascript popup menu does not display 'close' button
55741 whenever a key was pressed in the dropdown menu. However, since posted
55843 use PopupClient's font for popup menu. Otherwise, in Qtopia, the popup's font is much bigger (QApplication::font()?) and the text doesn't fit.
55867 <rdar://problem/5692407> REGRESSION (3.0.4-TOT): "menu" pseudocolor is badly chosen
55874 to draw the menu item background into a bitmap graphics context and
55877 menuBackgroundColor for the CSS2 menu color.
56592 <rdar://problem/5682340> REGRESSION (r28188): Context menu appears at wrong place when clicking in iframe whose parent is scrolled (16827)
58546 [Gtk] Menu items need underscores
58549 Add underscores to appropriate menu labels.
59209 - fixed <rdar://problem/5469398> Repro assertion failure in context menu code due to
59215 menu, to match the WebKit API
59800 Delete menu item is enabled but shouldn't be
59802 The enabled logic was incorrect for the Delete menu item. To fix this, I added an EditorCommandSource
59817 for menu source
60734 in the case of a SubMenu, is gone before we popup the menu.
60785 [GTK] Context menu doesn't feel or look native - no icons
60787 Use GTK+ stock icons for menu items where possible.
62010 Add context menu support.
64159 <rdar://problem/5649911> REGRESSION (304-306A9): Typing 'p' in popup menu for type-to-select brings up Safari Help
64375 - fix <rdar://problem/5333260> Some Chinese characters in Text Encoding menu are bold, others are not
65461 Make <video> display WebKit context menu instead of the QTKit one.
66706 <rdar://problem/5333163> Safari can not display the mouse over pop menu on ChinaTimes News site correctly.
68390 Set the menu item identifier for all menu items
68393 context menu.
70810 specify desired horizontal insets for the menu.
71137 - <rdar://problem/5057218> Reenable "recent searches" search field menu when menu is fully implemented
73101 Fix <rdar://5485108> Type-select while a <select> menu is open doesn't work
73107 - The popup menu was not updating its focused index when the
74481 No test because context menu events cannot be tested in DumpRenderTree.
74611 We need a way to tell context menu navigations, such as "Open in New Window"
74623 "Open in New Window" context menu action.
74707 That fixes the crashes when the context menu was populated with sub-menus because
75276 Restructure the context menu classes for the Qt port. ContextMenu and ContextMenuItem don't store
75279 For the actual Qt context menu we traverse this structure after sendContextMenuEvent and create a QMenu
75280 out of it. That menu is currently not functional anymore though.
75312 but instead just behave as a normal setter that takes ownership of the platform menu description (the qmenu).
79048 Add support for list box theme colors and styled menu list buttons.
80537 * rendering/RenderMenuList.cpp: (WebCore::RenderMenuList::setStyle): Don't allow overflow on menu lists.