summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* try rolling this back to see if it helpsben@chromium.org2008-10-211-1/+1
* More Windows-is-a-crack-baby mitigation.beng@google.com2008-10-201-1/+1
* Issue 3487: We now set the bounds for the links in the About box as soon as w...finnur@google.com2008-10-191-19/+18
* Support shortcut show styles for "run maximized", "run minimized" etc.ben@chromium.org2008-10-171-1/+1
* Changes BookmarkDragData to allow for multiple nodes. I'm going tosky@google.com2008-10-172-26/+31
* Straighten out the way the system menu works a bit. We no longer create the m...ben@chromium.org2008-10-176-41/+31
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-171-0/+55
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-178-15/+18
* Fix bug 3470, where the download tab would show the temporary name for danger...jcampan@chromium.org2008-10-171-2/+2
* testing a theory...ben@chromium.org2008-10-171-2/+4
* Fix bug where a shelf or infobar would not be closed correctly when closing a...glen@google.com2008-10-174-16/+21
* The translation lead requested that this sentence be a singletc@google.com2008-10-171-14/+41
* A quick fix for a possible assertion caused by r3407.hbono@chromium.org2008-10-171-1/+2
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-16157-2468/+2362
* Fixing build: GetViewContainer changed name from under me. :)finnur@google.com2008-10-161-2/+2
* Fix crash in downloading files (issue 3423).finnur@google.com2008-10-161-0/+9
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-1654-231/+84
* This is the same change as 2419 minus a line of debug code I accidentally lef...petersont@google.com2008-10-161-22/+41
* Fix broken resize from bottom with magic frame.ben@chromium.org2008-10-161-0/+1
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-1650-162/+153
* Change SpellChecker language without restarting the browser.sidchat@google.com2008-10-152-6/+19
* This file was left out of my last checkin due to prior gcl cruft.beng@google.com2008-10-151-32/+21
* Convert GetPreferredSize from:beng@google.com2008-10-1581-960/+864
* Insert NULL check to fix dist crashben@chromium.org2008-10-151-5/+4