| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt 2 at landing bookmark menus. | sky@chromium.org | 2009-08-26 | 1 | -10/+11 |
* | Reverts menu patch. | sky@chromium.org | 2009-08-26 | 1 | -11/+10 |
* | Gets bookmark menu working on linux. There are just a handful of | sky@chromium.org | 2009-08-26 | 1 | -10/+11 |
* | Tab strip should not resize on close (Vista). | finnur@chromium.org | 2009-08-26 | 1 | -17/+13 |
* | Move the compact navigation bar to the chromeos directory. | brettw@chromium.org | 2009-08-26 | 2 | -287/+0 |
* | Introduce accesskeys for Chrome menus. | mhm@chromium.org | 2009-08-26 | 3 | -0/+12 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-25 | 2 | -9/+0 |
* | Now that Import and Clear are available in options, they should be removed fr... | glen@chromium.org | 2009-08-25 | 1 | -5/+1 |
* | We weren't drawing the toolbar color, leading to theme hideousness. | glen@chromium.org | 2009-08-24 | 2 | -6/+11 |
* | Adds support and exposure of additional accessibility roles. Includes naming ... | klink@chromium.org | 2009-08-22 | 4 | -3/+49 |
* | If a window is moving in response to a mouse motion event, | davemoore@chromium.org | 2009-08-21 | 1 | -10/+22 |
* | Gtk: Add spellchecking options. | mattm@chromium.org | 2009-08-21 | 1 | -8/+1 |
* | Don't show "Inspect Element" in the context menu if we can't inspect. | agl@chromium.org | 2009-08-21 | 1 | -2/+4 |
* | Re-apply r23841 "During uninstall if Chrome is set as default" | kuchhal@chromium.org | 2009-08-20 | 4 | -100/+208 |
* | Remove include of IPC headers from headers they crept into. This slows down ... | jam@chromium.org | 2009-08-20 | 1 | -0/+1 |
* | Removed personalization_strings.h and moved all the strings into generated_re... | idana@chromium.org | 2009-08-20 | 4 | -20/+19 |
* | Revert "During uninstall if Chrome is set as default," | kuchhal@chromium.org | 2009-08-20 | 4 | -209/+100 |
* | During uninstall if Chrome is set as default, allow user to choose another br... | kuchhal@chromium.org | 2009-08-20 | 4 | -100/+209 |
* | Remove personalization.h/cc by putting things in final resting places | tim@chromium.org | 2009-08-20 | 3 | -5/+3 |
* | Splits the menu classes into individual files in anticipation of | sky@chromium.org | 2009-08-20 | 6 | -4/+13 |
* | Add icu:: qualifiers to a couple of more files. They're missed in the previou... | jshin@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | Pref-backed SSLConfigService for Linux. | mattm@chromium.org | 2009-08-19 | 1 | -4/+4 |
* | Port more browser focus tests to linux. | estade@chromium.org | 2009-08-19 | 1 | -0/+2 |
* | Gtk languages options page part 1: accept-languages configuration. | mattm@chromium.org | 2009-08-19 | 1 | -152/+7 |
* | Relands drop support: | sky@chromium.org | 2009-08-19 | 6 | -20/+65 |
* | Move LanguageComboboxModel to chrome/browser | mattm@chromium.org | 2009-08-19 | 4 | -235/+1 |
* | Show the extension install UI when the user clicks Reenable for a disabled-on... | mpcomplete@chromium.org | 2009-08-18 | 1 | -9/+10 |
* | Reverts recent patch as broke build on toolkit_views. | sky@chromium.org | 2009-08-18 | 6 | -65/+20 |
* | Adds drop support for views on gtk. As X lazily provides drop data I | sky@chromium.org | 2009-08-18 | 6 | -20/+65 |
* | Revert "Fix "crashed extension" infobar browser crashes." | phajdan.jr@chromium.org | 2009-08-18 | 2 | -0/+9 |
* | Fix "crashed extension" infobar browser crashes. | phajdan.jr@chromium.org | 2009-08-18 | 2 | -9/+0 |
* | Bugfixes and enhancements to the compact nav bar and the status area. | brettw@chromium.org | 2009-08-18 | 4 | -13/+119 |
* | more linux automation porting: SendKeyPressNotifyWhenDone | estade@chromium.org | 2009-08-18 | 1 | -10/+11 |
* | Factor out views::Combobox::Model so that it can be used cross-platform. | mattm@chromium.org | 2009-08-18 | 16 | -69/+67 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 6 | -8/+14 |
* | Implement drag and drop of downloads for the Mac downloads page. | paul@chromium.org | 2009-08-17 | 1 | -1/+1 |
* | Some personalization cleanup: | tim@chromium.org | 2009-08-15 | 7 | -43/+92 |
* | Fix TabDraggingTest.Tab2OutOfTabStrip, which I broke by changing browser_trac... | estade@chromium.org | 2009-08-14 | 1 | -2/+1 |
* | re-disable Tab2OutOfTabStrip to make the bot green | estade@chromium.org | 2009-08-14 | 1 | -1/+2 |
* | Implementation of getBackgroundPage(), getToolstrips(), and | aa@chromium.org | 2009-08-14 | 1 | -1/+4 |
* | Fix SyncSetupWizard test again; the order of operations when the HtmlDialogView | tim@chromium.org | 2009-08-14 | 1 | -27/+46 |
* | Reverting 23406. | levin@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re... | jhawkins@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Revert some of my automation provider changes. Maybe it's possible that GetRe... | estade@chromium.org | 2009-08-14 | 1 | -2/+1 |
* | Disable TabDraggingTest.Tab2OutOfTabStrip temporarily. | sidchat@google.com | 2009-08-14 | 1 | -1/+2 |
* | Show favicon in panel title, highlight focused panel, fix breakage | davemoore@chromium.org | 2009-08-13 | 2 | -23/+59 |
* | linux: More automation porting. | estade@chromium.org | 2009-08-13 | 1 | -4/+2 |
* | Refactors OSExchangeData for easier portability. | sky@chromium.org | 2009-08-12 | 3 | -13/+17 |
* | Disable SyncSetupWizardTest again. | tim@chromium.org | 2009-08-12 | 1 | -1/+3 |
* | Fix two leaks in SyncSetupWizard test caused by the mock infrastructure | tim@chromium.org | 2009-08-12 | 1 | -6/+19 |