summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
...
* Redo how we block popups. Rip out the old constrained popup window cruft (whi...erg@google.com2008-11-0416-1006/+732
* Miscellaneous bookmark manager polish:sky@google.com2008-11-036-72/+191
* Revert some of my earlier change to see if this fixes dist tests, and revert ...ben@chromium.org2008-11-032-3/+3
* More distro installer params workcpu@google.com2008-11-031-12/+2
* Make the right side of the bookmarks bar lay out correctly.glen@chromium.org2008-11-031-3/+4
* check in for one cycle to see if this fixes the dist tests.ben@chromium.org2008-11-031-1/+2
* Always show file extensions in the shelf.glen@chromium.org2008-11-031-7/+64
* Add widely-used variants of en, fr, de and it.jungshik@google.com2008-11-021-2/+14
* Fix interactive test crashes.beng@google.com2008-11-011-0/+1
* Second attempt at fixing dist crash... more accurately control the lifetime o...ben@chromium.org2008-11-012-3/+3
* On first run process the master prefs json, only one entry matters to us.cpu@google.com2008-10-311-1/+8
* Some code in MessageBoxView was focusing the first focusable element in the v...jcampan@chromium.org2008-10-311-2/+7
* Adds support for keyboard-triggered (through VK_APPS and SHIFT+VK_F10) right-...klink@chromium.org2008-10-312-2/+12
* Fix a bug where languages that have a long string for thepaulg@google.com2008-10-312-77/+92
* 2nd part of the reorganize options under 'UnderTheHood' (bug 3655):finnur@google.com2008-10-311-37/+34
* Attempt to fix dist crashes or at least make them crash with more understanda...ben@chromium.org2008-10-311-2/+5
* Fix RTL issues in the About box (bug 3756).finnur@google.com2008-10-312-32/+93
* Adding preferences and clear browsing data for form autofill.jcampan@chromium.org2008-10-315-6/+77
* SCons config for recent bookmark changes.sgk@google.com2008-10-301-0/+3
* Accumulated SCons changes for Windows chrome build, round II:sgk@google.com2008-10-301-0/+6
* Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo...hbono@chromium.org2008-10-302-5/+4
* Revert r4205 to track down buildbot unit_tests failure.sgk@google.com2008-10-301-6/+0
* Accumulated SCons changes for Windows chrome build and othersgk@google.com2008-10-301-0/+6
* First cut at the bookmark manager. There are still a fair number ofsky@google.com2008-10-2914-105/+1753
* Fixing some windows scons build breaks.bradnelson@chromium.org2008-10-291-6/+2
* Only show the language restart warning once, and only if needed.glen@chromium.org2008-10-292-3/+10
* Fix a couple of tab related bugs:ben@chromium.org2008-10-292-0/+9
* Add option to disable/enable Spell Check. In addition, remove additional code...sidchat@google.com2008-10-292-7/+27
* Fix crbug.com/3684.tim@chromium.org2008-10-282-21/+25
* Fix browser crash when closing popups (issue 3631).finnur@google.com2008-10-281-5/+7
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-2714-11/+23
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-2712-5/+22
* Update prepopulate data by request for a couple different issues.pkasting@chromium.org2008-10-271-5/+0
* Reshuffling the options in the UnderTheHood section. A summary of my changes:...finnur@google.com2008-10-274-272/+255
* Window controls were aligned to the top of the window, so their rollover stat...glen@chromium.org2008-10-271-1/+1
* Remember the clear browsing data combo box selection.finnur@google.com2008-10-252-0/+17
* Remove the status bubble 1px overhang.glen@chromium.org2008-10-242-6/+9
* Make resource bundle return red square box again instead of empty bitmapkuchhal@chromium.org2008-10-244-17/+15
* Refactors some of the bookmark drag and drop code into a separatesky@google.com2008-10-242-68/+10
* Add a separate string for showing that chrome updated withouttc@google.com2008-10-231-9/+9
* Fix crash due to NULL deref.ben@chromium.org2008-10-231-1/+4
* Switching hash/ to $CHROME_SRC_DIR/chrome down in chrome.bradnelson@google.com2008-10-221-1/+1
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-221-1/+1
* forgot this file tooben@chromium.org2008-10-221-1/+1
* Fix the bug with the minimize/restore buttons getting stuck hot when the wind...ben@chromium.org2008-10-225-0/+20
* Fixing various layout issues with the download shelf:finnur@google.com2008-10-213-27/+31
* Fix a timing problem that caused the find bar's coordinates to be incorrect.brettw@google.com2008-10-211-5/+0
* Add a sleep to temporarily fix the find in page test.brettw@google.com2008-10-211-0/+5
* Fix include path from last checkin.brettw@google.com2008-10-211-1/+1
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-219-7/+1912