| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Avoid dangling references to Views from FocusManager. | asanka@chromium.org | 2011-03-12 | 1 | -4/+5 |
* | Do all OOLing in the views code. linux_views now builds clean with the clang ... | erg@google.com | 2011-03-04 | 1 | -1/+2 |
* | These files were meant to go with my change here http://codereview.chromium.o... | ben@chromium.org | 2011-02-24 | 1 | -4/+4 |
* | Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti... | ben@chromium.org | 2011-02-24 | 1 | -0/+1 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -0/+3 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -3/+0 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -0/+3 |
* | Add a new GetInstance() method for singleton classes, take 2. | satish@chromium.org | 2010-12-08 | 1 | -3/+1 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 1 | -0/+9 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Minor fixes to toolbar keyboard accessibility: focusing the location bar | dmazzoni@chromium.org | 2010-06-30 | 1 | -2/+31 |
* | Improve toolbar keyboard accessibility. | dmazzoni@chromium.org | 2010-06-18 | 1 | -39/+7 |
* | Defer WidgetGtk's focus manager destruction | xiyuan@chromium.org | 2010-04-20 | 1 | -1/+1 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-31 | 1 | -0/+4 |
* | Reverting this CL to fix the interactive ui test failures. | ananta@chromium.org | 2010-03-26 | 1 | -4/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -0/+4 |
* | Revert 42465 - Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -4/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -0/+4 |
* | Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42... | maruel@chromium.org | 2010-03-22 | 1 | -4/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -0/+4 |
* | Revert "Keyboard accessibility for the page and app menus." | maruel@chromium.org | 2010-03-22 | 1 | -4/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -0/+4 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | CL implementing focus-dismissal of the chrome.experimental.popup set of exten... | twiz@chromium.org | 2010-02-10 | 1 | -2/+68 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | This CL adds accelerators to the Linux toolkit views. | jcampan@chromium.org | 2009-07-31 | 1 | -10/+4 |
* | Allow TabContentsDelegates to process unhandled keyboard messages coming back... | ananta@chromium.org | 2009-07-14 | 1 | -24/+0 |
* | This CL removes the last (major) Windows specific part out of the focus manag... | jcampan@chromium.org | 2009-06-30 | 1 | -67/+18 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -18/+67 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -67/+18 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -18/+67 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -67/+18 |
* | Fix focus traversal cycle. | yutak@chromium.org | 2009-06-15 | 1 | -3/+0 |
* | Fix reversed focus traversal order issue. | yutak@chromium.org | 2009-06-12 | 1 | -5/+3 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 1 | -10/+10 |
* | Moving the Windows specific activation code in the FocusManager to the widget... | jcampan@chromium.org | 2009-06-08 | 1 | -3/+0 |
* | FocusManager should accept multiple AcceleratorTargets for each accelerator. | yutak@chromium.org | 2009-06-03 | 1 | -10/+15 |
* | Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... | ben@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Stubs out FocusManager and Menu so they compile on Linux. | sky@chromium.org | 2009-05-26 | 1 | -3/+1 |
* | Makes FindBarWin buildable on linux. FindBarWin should be renamed to | sky@chromium.org | 2009-05-23 | 1 | -3/+5 |
* | Clean-up of the accelerator code. | jcampan@chromium.org | 2009-05-14 | 1 | -0/+5 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -0/+343 |