| Commit message (Expand) | Author | Age | Files | Lines |
* | Make windows menu accelerators work in owner-draw mode. | asargent@chromium.org | 2010-09-15 | 1 | -9/+5 |
* | Fixes bug in bookmark menus where using arrow keys would select | sky@chromium.org | 2010-09-13 | 2 | -3/+29 |
* | [Win] Add per-plugin exceptions to content settings. | bauerb@chromium.org | 2010-09-09 | 2 | -15/+26 |
* | Changes the max width for bookmark menus back to 400 and leaves them | sky@chromium.org | 2010-09-07 | 2 | -9/+10 |
* | Fixes bookmark menus to deal with multiple menus sharing the same | sky@chromium.org | 2010-09-07 | 2 | -48/+123 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 27 | -109/+111 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 27 | -111/+109 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 27 | -109/+111 |
* | Adds support for invisible menu items to bookmark menus and wires it | sky@chromium.org | 2010-09-01 | 1 | -4/+7 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 27 | -111/+109 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 27 | -109/+111 |
* | Fix a regression in r56766 | oshima@chromium.org | 2010-09-01 | 1 | -0/+2 |
* | FBTF: Remove unneeded headers from base/ (part 7) | thestig@chromium.org | 2010-08-27 | 9 | -27/+32 |
* | Remove wstrings from bookmarks, part 12. | viettrungluu@chromium.org | 2010-08-22 | 3 | -3/+5 |
* | Disable the stop button when the user is hovering it and the page finishes lo... | pkasting@chromium.org | 2010-08-20 | 2 | -2/+24 |
* | Add in a browser test for dialog resizing, which was catching an issue with t... | scottbyer@chromium.org | 2010-08-20 | 2 | -5/+14 |
* | Cleanup: Remove dead code, use early returns to reduce indenting, shorten. | pkasting@chromium.org | 2010-08-19 | 2 | -112/+70 |
* | Another take on menu's. This uses the hosting menu scroll view container as ... | dtseng@chromium.org | 2010-08-19 | 3 | -4/+19 |
* | Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill... | pkasting@chromium.org | 2010-08-18 | 1 | -1/+1 |
* | Convert GetDisplayStringInLTRDirectionality from wstring to string16. | tony@chromium.org | 2010-08-18 | 1 | -1/+2 |
* | Status menu change per chromium-os:5517 | xiyuan@chromium.org | 2010-08-17 | 2 | -2/+19 |
* | Rework gfx::Font by moving platform-specific code into inner classes. | ben@chromium.org | 2010-08-13 | 23 | -51/+60 |
* | 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 |
* | Improvements to accessibility extension api support for "views": | dmazzoni@chromium.org | 2010-08-06 | 2 | -5/+11 |
* | Enable better NVDA support for custom menus. | ctguil@chromium.org | 2010-08-06 | 4 | -10/+25 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | Add view class names to some classes used in the Wrench menu. | dmazzoni@chromium.org | 2010-08-04 | 6 | -0/+45 |
* | 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 | 1 | -2/+2 |
* | Makes cut/copy/paste buttons centered with respect to the | sky@chromium.org | 2010-08-03 | 2 | -7/+11 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 1 | -0/+3 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 11 | -15/+4 |
* | Reland r54074. | dtseng@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | Add initial tests for keyboard access (tabbing in some dialogs). | dtseng@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | views: Fix bad license headers found in some files | tfarina@chromium.org | 2010-07-28 | 12 | -49/+42 |
* | 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 | 7 | -0/+21 |
* | Fix code path in TabbedPane::RemoveTabAtIndex() | mnissler@chromium.org | 2010-07-27 | 1 | -1/+2 |
* | Make the resize gripper invisible. | pkasting@chromium.org | 2010-07-27 | 3 | -143/+98 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 83 | -0/+83 |
* | Fixes regression in links ending up too small. The problem is that we | sky@chromium.org | 2010-07-21 | 3 | -8/+3 |
* | [Linux Views]Handle focus traversing correctly. | suzhe@chromium.org | 2010-07-20 | 1 | -2/+10 |
* | 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 |