| Commit message (Expand) | Author | Age | Files | Lines |
* | Added entry points to view/View to dispatch and process TouchEvents. | rjkroege@google.com | 2010-09-08 | 1 | -1/+14 |
* | Fixed error message bubbles according to the latest mocks | dpolukhin@chromium.org | 2010-08-23 | 1 | -0/+3 |
* | Reland r54074. | dtseng@chromium.org | 2010-07-30 | 1 | -1/+6 |
* | Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs). | rohitrao@chromium.org | 2010-07-29 | 1 | -6/+1 |
* | Add initial tests for keyboard access (tabbing in some dialogs). | dtseng@chromium.org | 2010-07-28 | 1 | -1/+6 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 1 | -9/+13 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fixes regression in links ending up too small. The problem is that we | sky@chromium.org | 2010-07-21 | 1 | -13/+20 |
* | Relayout content pref page properly upon sync status changes. | mnissler@chromium.org | 2010-07-15 | 1 | -1/+11 |
* | Bye bye tab close dot, we hardly knew you. | sky@chromium.org | 2010-07-07 | 1 | -25/+5 |
* | Small tweaks to improve toolbar keyboard accessibility: Put focus rects | dmazzoni@chromium.org | 2010-06-22 | 1 | -11/+0 |
* | Keep a cache of all views that have sent notifications. This ensures that Ac... | dtseng@chromium.org | 2010-06-18 | 1 | -1/+5 |
* | Improve toolbar keyboard accessibility. | dmazzoni@chromium.org | 2010-06-18 | 1 | -0/+22 |
* | Attempt 2 at: | sky@chromium.org | 2010-06-15 | 1 | -5/+25 |
* | Revert 49795 - Changes the tab close button to a dot, unless you're near the ... | sky@chromium.org | 2010-06-15 | 1 | -25/+5 |
* | Changes the tab close button to a dot, unless you're near the button | sky@chromium.org | 2010-06-15 | 1 | -5/+25 |
* | Initial work to fix the IAccessible tree in circumstances where there is a wi... | ctguil@chromium.org | 2010-05-27 | 1 | -3/+8 |
* | Refactors TabStrip code for better sharing between TabStrip and | sky@chromium.org | 2010-05-13 | 1 | -1/+1 |
* | Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()... | pkasting@chromium.org | 2010-05-10 | 1 | -27/+5 |
* | UI Language switch implemented by propagating LocaleChanged() | glotov@google.com | 2010-04-20 | 1 | -4/+6 |
* | Eliminate a lot of duplicated implementations of Get/SetAccessibleName() by j... | pkasting@chromium.org | 2010-04-03 | 1 | -12/+5 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-31 | 1 | -0/+6 |
* | views: [accessibility] Add support for Accessibility Value. | ctguil@chromium.org | 2010-03-26 | 1 | -0/+9 |
* | Reverting this CL to fix the interactive ui test failures. | ananta@chromium.org | 2010-03-26 | 1 | -6/+0 |
* | Virtual LocaleChanged() callback added to views hierarchy to notify | glotov@google.com | 2010-03-25 | 1 | -0/+6 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -0/+6 |
* | Revert 42465 - Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -6/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-24 | 1 | -0/+6 |
* | Revert "Keyboard accessibility for the page and app menus.", rev 42234 and 42... | maruel@chromium.org | 2010-03-22 | 1 | -6/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -0/+6 |
* | Revert "Keyboard accessibility for the page and app menus." | maruel@chromium.org | 2010-03-22 | 1 | -6/+0 |
* | Keyboard accessibility for the page and app menus. | dmazzoni@chromium.org | 2010-03-22 | 1 | -0/+6 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Autoslide/hide notifications after timeout. | oshima@chromium.org | 2010-03-12 | 1 | -0/+3 |
* | Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::... | pkasting@chromium.org | 2010-03-08 | 1 | -35/+24 |
* | CL implementing focus-dismissal of the chrome.experimental.popup set of exten... | twiz@chromium.org | 2010-02-10 | 1 | -0/+4 |
* | Adding drag-drop support in and out of the Browser Action overflow menu. | finnur@chromium.org | 2010-02-04 | 1 | -1/+9 |
* | Addded notification when ancestor gets changed. So windows that lack focus ma... | georgey@chromium.org | 2010-01-07 | 1 | -1/+28 |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 1 | -1/+7 |
* | Downward drag after mouse-down is now causing bookmark bar folders to open, r... | zelidrag@google.com | 2009-12-04 | 1 | -1/+9 |
* | Adds link to bookmark bar that when clicked imports bookmarks. I also | sky@chromium.org | 2009-11-30 | 1 | -0/+4 |
* | Fixes regression in showing bookmark menus where the wrong menu would | sky@chromium.org | 2009-11-11 | 1 | -1/+1 |
* | Fix style issues in View class. | maruel@chromium.org | 2009-11-07 | 1 | -3/+5 |
* | CompactLocationBar 1st step: | oshima@chromium.org | 2009-10-28 | 1 | -1/+1 |
* | Fixes regression in menu button. I converted a call from GetWidget to | sky@chromium.org | 2009-10-14 | 1 | -0/+3 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Implements a NOTIMPLEMENTED in GoButton. | sky@chromium.org | 2009-09-22 | 1 | -0/+3 |
* | Clean up a few tiny things I noticed. | pkasting@chromium.org | 2009-09-14 | 1 | -2/+2 |
* | Lands http://codereview.chromium.org/201102 for Oshima: | sky@chromium.org | 2009-09-14 | 1 | -0/+2 |