summaryrefslogtreecommitdiffstats
path: root/views/focus
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of tabbed-pane component so it can be ported to Linux toolkit_view.jcampan@chromium.org2009-07-211-5/+7
* Allow TabContentsDelegates to process unhandled keyboard messages coming back...ananta@chromium.org2009-07-142-69/+0
* Fix compilation error in the focus manager by returning NULL from unimplement...brettw@chromium.org2009-06-301-0/+1
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-306-280/+96
* Review URL: http://codereview.chromium.org/150051jcampan@chromium.org2009-06-301-0/+20
* Revert :nsylvain@chromium.org2009-06-226-95/+280
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-206-280/+95
* Reverting 18872.jcampan@chromium.org2009-06-196-95/+280
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-196-280/+95
* Fix focus traversal cycle.yutak@chromium.org2009-06-153-40/+11
* Fix reversed focus traversal order issue.yutak@chromium.org2009-06-123-45/+26
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-123-29/+39
* Fix a memory leak in a focus manager unit-test.jcampan@chromium.org2009-06-091-2/+2
* This CL adds some more FocusManager unit-tests.jcampan@chromium.org2009-06-091-223/+494
* Moving the Windows specific activation code in the FocusManager to the widget...jcampan@chromium.org2009-06-082-29/+2
* Fix keyboard accelerator registration issue in views::View.yutak@chromium.org2009-06-061-4/+2
* Fix: Alt+Tab not sending FocusWillChange events.finnur@chromium.org2009-06-041-5/+4
* Some previous refactoring I did of the accelerator code had introduced regres...jcampan@chromium.org2009-06-031-4/+1
* FocusManager should accept multiple AcceleratorTargets for each accelerator.yutak@chromium.org2009-06-033-46/+221
* Recent refactoring of the combobox had broken focus.jcampan@chromium.org2009-06-031-21/+40
* Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t...ben@chromium.org2009-05-291-1/+1
* Move text_field.cc and rename the class to Textfield in preparation for porting.ben@chromium.org2009-05-271-23/+23
* Stubs out FocusManager and Menu so they compile on Linux.sky@chromium.org2009-05-262-9/+49
* Makes FindBarWin buildable on linux. FindBarWin should be renamed tosky@chromium.org2009-05-231-3/+5
* Clean-up of the accelerator code.jcampan@chromium.org2009-05-142-27/+30
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Removing floating views, they are not used anymore.jcampan@chromium.org2009-05-112-97/+23
* A new DEPS file for views, designed to reduce dependencies. Removes some unne...ben@chromium.org2009-05-081-1/+0
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-089-0/+2272