| Commit message (Expand) | Author | Age | Files | Lines |
* | Quick and easy fix for vista taskbar auto hide issue | amit@chromium.org | 2008-11-05 | 2 | -10/+67 |
* | Roll back. Sigh. Still not fixed. | ben@chromium.org | 2008-11-05 | 1 | -1/+2 |
* | Reinstate this commented-out code now the root cause of the problem has been ... | ben@chromium.org | 2008-11-05 | 1 | -2/+1 |
* | Some bandaids for tab dragging UI tests: | ben@chromium.org | 2008-11-05 | 1 | -1/+1 |
* | This is r4523, with a few changes to make things work under Vista. | erg@google.com | 2008-11-05 | 17 | -1007/+736 |
* | Fixes two bookmark manager bugs: | sky@google.com | 2008-11-05 | 1 | -7/+8 |
* | Wrap forward declarations in their relevant namespace | agl@chromium.org | 2008-11-05 | 1 | -1/+4 |
* | Toolbar Import - Issue 8801, migrated from public tree to svn enlistment. | brg@chromium.com | 2008-11-04 | 2 | -11/+122 |
* | Adds support for autoscrolling on drag to bookmark tree/table. | sky@google.com | 2008-11-04 | 5 | -254/+294 |
* | Fixes two bookmark manager bugs. Use Activate instead of MoveToFront | sky@google.com | 2008-11-04 | 1 | -1/+4 |
* | Revert change r4523 because Vista doesn't like it. | erg@google.com | 2008-11-04 | 16 | -732/+1006 |
* | Redo how we block popups. Rip out the old constrained popup window cruft (whi... | erg@google.com | 2008-11-04 | 16 | -1006/+732 |
* | Miscellaneous bookmark manager polish: | sky@google.com | 2008-11-03 | 6 | -72/+191 |
* | Revert some of my earlier change to see if this fixes dist tests, and revert ... | ben@chromium.org | 2008-11-03 | 2 | -3/+3 |
* | More distro installer params work | cpu@google.com | 2008-11-03 | 1 | -12/+2 |
* | Make the right side of the bookmarks bar lay out correctly. | glen@chromium.org | 2008-11-03 | 1 | -3/+4 |
* | check in for one cycle to see if this fixes the dist tests. | ben@chromium.org | 2008-11-03 | 1 | -1/+2 |
* | Always show file extensions in the shelf. | glen@chromium.org | 2008-11-03 | 1 | -7/+64 |
* | Add widely-used variants of en, fr, de and it. | jungshik@google.com | 2008-11-02 | 1 | -2/+14 |
* | Fix interactive test crashes. | beng@google.com | 2008-11-01 | 1 | -0/+1 |
* | Second attempt at fixing dist crash... more accurately control the lifetime o... | ben@chromium.org | 2008-11-01 | 2 | -3/+3 |
* | On first run process the master prefs json, only one entry matters to us. | cpu@google.com | 2008-10-31 | 1 | -1/+8 |
* | Some code in MessageBoxView was focusing the first focusable element in the v... | jcampan@chromium.org | 2008-10-31 | 1 | -2/+7 |
* | Adds support for keyboard-triggered (through VK_APPS and SHIFT+VK_F10) right-... | klink@chromium.org | 2008-10-31 | 2 | -2/+12 |
* | Fix a bug where languages that have a long string for the | paulg@google.com | 2008-10-31 | 2 | -77/+92 |
* | 2nd part of the reorganize options under 'UnderTheHood' (bug 3655): | finnur@google.com | 2008-10-31 | 1 | -37/+34 |
* | Attempt to fix dist crashes or at least make them crash with more understanda... | ben@chromium.org | 2008-10-31 | 1 | -2/+5 |
* | Fix RTL issues in the About box (bug 3756). | finnur@google.com | 2008-10-31 | 2 | -32/+93 |
* | Adding preferences and clear browsing data for form autofill. | jcampan@chromium.org | 2008-10-31 | 5 | -6/+77 |
* | SCons config for recent bookmark changes. | sgk@google.com | 2008-10-30 | 1 | -0/+3 |
* | Accumulated SCons changes for Windows chrome build, round II: | sgk@google.com | 2008-10-30 | 1 | -0/+6 |
* | Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo... | hbono@chromium.org | 2008-10-30 | 2 | -5/+4 |
* | Revert r4205 to track down buildbot unit_tests failure. | sgk@google.com | 2008-10-30 | 1 | -6/+0 |
* | Accumulated SCons changes for Windows chrome build and other | sgk@google.com | 2008-10-30 | 1 | -0/+6 |
* | First cut at the bookmark manager. There are still a fair number of | sky@google.com | 2008-10-29 | 14 | -105/+1753 |
* | Fixing some windows scons build breaks. | bradnelson@chromium.org | 2008-10-29 | 1 | -6/+2 |
* | Only show the language restart warning once, and only if needed. | glen@chromium.org | 2008-10-29 | 2 | -3/+10 |
* | Fix a couple of tab related bugs: | ben@chromium.org | 2008-10-29 | 2 | -0/+9 |
* | Add option to disable/enable Spell Check. In addition, remove additional code... | sidchat@google.com | 2008-10-29 | 2 | -7/+27 |
* | Fix crbug.com/3684. | tim@chromium.org | 2008-10-28 | 2 | -21/+25 |
* | Fix browser crash when closing popups (issue 3631). | finnur@google.com | 2008-10-28 | 1 | -5/+7 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 14 | -11/+23 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 12 | -5/+22 |
* | Update prepopulate data by request for a couple different issues. | pkasting@chromium.org | 2008-10-27 | 1 | -5/+0 |
* | Reshuffling the options in the UnderTheHood section. A summary of my changes:... | finnur@google.com | 2008-10-27 | 4 | -272/+255 |
* | Window controls were aligned to the top of the window, so their rollover stat... | glen@chromium.org | 2008-10-27 | 1 | -1/+1 |
* | Remember the clear browsing data combo box selection. | finnur@google.com | 2008-10-25 | 2 | -0/+17 |
* | Remove the status bubble 1px overhang. | glen@chromium.org | 2008-10-24 | 2 | -6/+9 |
* | Make resource bundle return red square box again instead of empty bitmap | kuchhal@chromium.org | 2008-10-24 | 4 | -17/+15 |
* | Refactors some of the bookmark drag and drop code into a separate | sky@google.com | 2008-10-24 | 2 | -68/+10 |