| Commit message (Expand) | Author | Age | Files | Lines |
* | Status menu change per chromium-os:5517 | xiyuan@chromium.org | 2010-08-17 | 2 | -2/+19 |
* | Misc. cleanup: simplify some code, add a few comments | pkasting@chromium.org | 2010-08-13 | 1 | -9/+3 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 28 | -65/+74 |
* | Implement BrowserWindow deactivate on Linux (views and GTK). | jcivelli@chromium.org | 2010-08-12 | 1 | -1/+1 |
* | Lands http://codereview.chromium.org/3167002 for rjkroege: | sky@chromium.org | 2010-08-11 | 2 | -0/+85 |
* | Land 55232 again - Dispatch key event to bindings processing. | xiyuan@chromium.org | 2010-08-11 | 1 | -0/+4 |
* | Making window.focus() work in Chrome. | jcivelli@chromium.org | 2010-08-11 | 5 | -2/+18 |
* | Cleanup: Get rid of TreeNodeChildrenReordered. | tfarina@chromium.org | 2010-08-11 | 2 | -41/+3 |
* | Initialize most_recent_profile_ in constructor. | ctguil@chromium.org | 2010-08-10 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 1 | -1/+0 |
* | Revert 55232 - Dispatch key event to bindings processing. | nsylvain@chromium.org | 2010-08-06 | 1 | -4/+0 |
* | Dispatch key event to bindings processing. | xiyuan@chromium.org | 2010-08-06 | 1 | -0/+4 |
* | Improvements to accessibility extension api support for "views": | dmazzoni@chromium.org | 2010-08-06 | 7 | -20/+20 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -2/+0 |
* | Enable better NVDA support for custom menus. | ctguil@chromium.org | 2010-08-06 | 6 | -11/+29 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | [Linux views]Fix the return value of WidgetGtk::HandleKeyboardEvent(). | suzhe@chromium.org | 2010-08-05 | 1 | -1/+2 |
* | Add view class names to some classes used in the Wrench menu. | dmazzoni@chromium.org | 2010-08-04 | 6 | -0/+45 |
* | [Linux Views] Refactor accelerator handler related code. | suzhe@chromium.org | 2010-08-04 | 8 | -141/+105 |
* | Remove a deprecated wstring ToLower function. | tony@chromium.org | 2010-08-04 | 2 | -3/+6 |
* | Remove wstrings from l10n_util/ResourceBundle locale functions. | evan@chromium.org | 2010-08-04 | 2 | -3/+3 |
* | Makes cut/copy/paste buttons centered with respect to the | sky@chromium.org | 2010-08-03 | 2 | -7/+11 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 2 | -0/+12 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 2 | -4/+5 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 18 | -26/+5 |
* | Reland r54074. | dtseng@chromium.org | 2010-07-30 | 6 | -11/+50 |
* | Attempt to reland code reverted in r52599, to take another look at the page c... | pkasting@chromium.org | 2010-07-30 | 1 | -2/+4 |
* | Revert 54074 - Add initial tests for keyboard access (tabbing in some dialogs). | rohitrao@chromium.org | 2010-07-29 | 6 | -50/+11 |
* | Add initial tests for keyboard access (tabbing in some dialogs). | dtseng@chromium.org | 2010-07-28 | 6 | -11/+50 |
* | views: Fix bad license headers found in some files | tfarina@chromium.org | 2010-07-28 | 14 | -57/+51 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Set the initial focus when the task manager first activates and shows. Also,... | dtseng@chromium.org | 2010-07-28 | 1 | -0/+1 |
* | Add "pushed" as a state a TextButton can show (alongside "normal" and "hover"). | pkasting@chromium.org | 2010-07-27 | 2 | -22/+34 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 8 | -0/+23 |
* | Fix code path in TabbedPane::RemoveTabAtIndex() | mnissler@chromium.org | 2010-07-27 | 1 | -1/+2 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 5 | -21/+25 |
* | Make the resize gripper invisible. | pkasting@chromium.org | 2010-07-27 | 4 | -145/+100 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 154 | -0/+154 |
* | Fix regression that stopped properly restoring focus to tab contents. | dmazzoni@chromium.org | 2010-07-23 | 1 | -3/+16 |
* | Implement initial ClipRect. | ben@chromium.org | 2010-07-21 | 1 | -20/+6 |
* | Fixes regression in links ending up too small. The problem is that we | sky@chromium.org | 2010-07-21 | 8 | -39/+44 |
* | [Linux Views]Handle focus traversing correctly. | suzhe@chromium.org | 2010-07-20 | 5 | -3/+98 |
* | Use the WS_EX_NOACTIVATE flag for popup widgets. This is essentially a no-op... | johnnyg@chromium.org | 2010-07-20 | 1 | -1/+1 |
* | Fixes crash in views/gtk when pressing space bar on a menu button. | sky@chromium.org | 2010-07-18 | 1 | -0/+6 |
* | Make sure to only handle real visiblity changes in NativeViewHost. | mnissler@chromium.org | 2010-07-16 | 1 | -3/+7 |
* | Revert 46492 to repair perf regression in XP single-core Moz Page Cycler | jar@chromium.org | 2010-07-16 | 1 | -4/+2 |
* | Windows: Fix opacity of drag images. | thakis@chromium.org | 2010-07-15 | 1 | -16/+11 |
* | Relayout content pref page properly upon sync status changes. | mnissler@chromium.org | 2010-07-15 | 12 | -5/+62 |
* | Fixes focus placement after using ctrl+tab in dialogs. | dtseng@chromium.org | 2010-07-14 | 1 | -7/+7 |