summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Expand)AuthorAgeFilesLines
* Landing a patch for Adam. See http://codereview.chromium.org/3136 for details.finnur@google.com2008-09-192-7/+5
* Changes the bookmark model to allow more than one bookmark tosky@google.com2008-09-197-200/+205
* Add some padding between the right edge of the new tab button and the left ed...ben@chromium.org2008-09-181-2/+7
* Make sure window controls in maximized browser windows can be hit-tested as t...ben@chromium.org2008-09-181-2/+8
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-1748-656/+628
* Don't load the font for the window title if we're not going to be painting a ...beng@google.com2008-09-177-131/+66
* Re-land this fix from earlier. Since I was making the tab icon view optional,...beng@google.com2008-09-172-20/+28
* According to reports in the field, some XP machines have a registry flag that...finnur@google.com2008-09-171-0/+1
* Roll back this fix until I can figure out why it;s crashing the ui testsbeng@google.com2008-09-172-28/+20
* Don't initialize the TabIconView if we don't need to. It's expensive to create.beng@google.com2008-09-172-20/+28
* Revert this earlier fix since it didn't do any good.beng@google.com2008-09-172-33/+28
* Fixed bookmark bubble bug. If you changed the title, then clicked editsky@google.com2008-09-161-0/+3
* Attempt to reduce startup regression by deferring load of inactive window bit...beng@google.com2008-09-162-28/+33
* Added code for personalization to the new frame classjhaas@chromium.org2008-09-162-1/+48
* Allow Views to support an optional hit-test mask. Make hittest use this.beng@google.com2008-09-163-15/+12
* Fix bug where bookmark bar wouldn't animate away but would rather snap closed...beng@google.com2008-09-161-3/+5
* Add preferences for the clear browsing data dialog so thattc@google.com2008-09-151-5/+28
* Hit test zone for the new tab button should follow its visible shape.beng@google.com2008-09-141-1/+57
* A couple of tweaks to the AeroGlassNonClientView:beng@google.com2008-09-141-2/+2
* Include the area to the right of the tabstrip underneath the window controls ...beng@google.com2008-09-141-3/+11
* Fix interactive UI tests...beng@google.com2008-09-142-6/+15
* Get the new frames to pass the accessibility UI tests.beng@google.com2008-09-142-1/+43
* Move more UI stuff into browser/viewsbeng@google.com2008-09-1346-37/+1645
* Move the download code to new directories:paulg@google.com2008-09-137-7/+1440
* Back r2151 since it causes ui tests failures.maruel@google.com2008-09-131-39/+23
* Move XPFrame, VistaFrame to views/old_framesbeng@google.com2008-09-1314-1/+6358
* Forgot to commit these two files.beng@google.com2008-09-132-2/+2
* Move importer files into an importer subdirectory.beng@google.com2008-09-134-4/+5
* Added routines to MetricsService to parse the server response and respond to ...petersont@google.com2008-09-131-23/+39
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-127-28/+16
* forgot these files, fixing clobber buildbeng@google.com2008-09-125-5/+5
* Move View components of the Browser's tab strip into the browser_views projec...beng@google.com2008-09-1214-0/+5355
* Removing static initializers.jcampan@chromium.org2008-09-121-13/+13
* Actually fix the javascript alert crasher in a way thaterg@google.com2008-09-122-1/+16
* Reverting constrained window change. Seems to break tests on TOT.erg@google.com2008-09-112-13/+1
* Fix crasher and possible security vulnerability in popuperg@google.com2008-09-112-1/+13
* Renames BoomarkBarModel to BookmarkModel.sky@google.com2008-09-119-260/+245
* Make sure the tabstrip doesn't have the chin above it in maximized view in aero.beng@google.com2008-09-111-1/+2
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-102-16/+16
* The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)...finnur@google.com2008-09-101-3/+8
* Fix grab bag of AeroGlassFrame issues:beng@google.com2008-09-105-21/+22
* Fix bug with resizeBy in Gears dialogs.mpcomplete@google.com2008-09-091-11/+1
* Moves bookmark related classes into bookmarks directory. There are nosky@google.com2008-09-096-7/+7
* Patch from Szymon Piechowicz <szymonpiechowicz@o2.pl>beng@google.com2008-09-091-6/+6
* A couple of quick TODO and other cleanups.beng@google.com2008-09-084-13/+1
* Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...beng@google.com2008-09-082-0/+47
* This patch is from Andrew Brampton <me@bramp.net>.sky@google.com2008-09-081-1/+2
* Make sure the browser is destroyed during DestroyBrowser because EndSession h...beng@google.com2008-09-081-1/+9
* Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...brettw@google.com2008-09-071-3/+0
* Don't reinvent the wheel - base::wclscpy does this work in one line of code.beng@google.com2008-09-071-6/+2