summaryrefslogtreecommitdiffstats
path: root/views/controls/menu
Commit message (Expand)AuthorAgeFilesLines
* Fixes possible crash in bookmark menus. Specifically if you had a menusky@chromium.org2009-07-312-3/+10
* Attempt fixing a crash. Looks like NativeMenuWin was getting leaked by Menu2....ben@chromium.org2009-07-151-2/+3
* Make native_menu_win be 'owner_drawn' when the UI font/size is overriden for ...jshin@chromium.org2009-07-141-2/+2
* Convert menu strings to UTF16, fix some views-GTK build errors.brettw@chromium.org2009-07-024-22/+22
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-1/+1
* Rework a loop in the native menu code to iterate over the vector of items we ...ben@chromium.org2009-06-291-4/+5
* Fix a menu crash.ben@chromium.org2009-06-261-0/+1
* Update Skia transfer modes to match changes in Skia as of r239amanda@chromium.org2009-06-252-2/+2
* Revert :nsylvain@chromium.org2009-06-221-1/+1
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-1/+1
* Reverting 18872.jcampan@chromium.org2009-06-191-1/+1
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-1/+1
* Upgrade BackForwardMenuModelViews to use new menu API. Also adds accelerator ...ben@chromium.org2009-06-153-24/+149
* Remove the Menu object, converting all the remaining callers to use Menu2. I'...ben@chromium.org2009-06-123-3/+12
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-122-3/+12
* Fixes crash in menu. It's possible for the WM_MENUSELECT to pass insky@chromium.org2009-06-101-0/+3
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-099-50/+137
* forgot this file in last CLben@chromium.org2009-06-081-0/+44
* A new menu system for views.ben@chromium.org2009-06-088-0/+1210
* Fixes bug introduced during menu refactoring. Specifically thesky@chromium.org2009-06-053-4/+16
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-0/+1
* Stubs out FocusManager and Menu so they compile on Linux.sky@chromium.org2009-05-262-0/+134
* Change the native type passed to Menu to get the system menu. The system menubrettw@chromium.org2009-05-262-2/+2
* Remove some dependencies on Windows-specific files in BrowserView. The usagebrettw@chromium.org2009-05-222-0/+9
* Make views/ use strings from app_strings.ben@chromium.org2009-05-201-2/+2
* revert this change, svn seems to have committed it with my property-edit.ben@chromium.org2009-05-201-2/+2
* Add generated files to svn:ignore list for views subdir.ben@chromium.org2009-05-201-2/+2
* Makes chrome_menu able to compile of Linux (the header that is). I'msky@chromium.org2009-05-182-38/+53
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-153-21/+21
* ChromeFont->gfx::Fontbeng@google.com2009-05-153-8/+8
* Refactors menus so that I can create a MenuGtk implementation, and moves it intosky@chromium.org2009-05-144-635/+740
* Remove even more ATL dependencies.maruel@chromium.org2009-05-141-2/+6
* Clean-up of the accelerator code.jcampan@chromium.org2009-05-142-3/+9
* Revert 15965. I wasn't supposed to check that in since it still doesn't compi...maruel@chromium.org2009-05-131-6/+2
* Remove even more ATL dependencies.maruel@chromium.org2009-05-131-2/+6
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...ben@chromium.org2009-05-081-3/+2
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-086-0/+4812