summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug during tab close that results in all tabs after closed tabsky@google.com2008-12-081-1/+4
* Fixes possible flicker when tab finishes animating back to draggedsky@google.com2008-12-061-1/+5
* Move convolver and image_operations from base/gfx to skia/ext. This is justbrettw@google.com2008-12-031-1/+1
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-031-4/+4
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-021-4/+4
* Don't close tabs on middle-click when the release happens off the tab. Patch...pkasting@chromium.org2008-12-011-1/+5
* Rename Container->Widgetben@chromium.org2008-11-218-27/+27
* Adds various docking positions when dragging around a tab. I've addedsky@google.com2008-11-203-98/+427
* Don't execute a NOTREACHED in TabStrip::DestroyDraggedSourceTab if thesky@google.com2008-11-201-1/+2
* Land this change again now I've fixed the crash.ben@chromium.org2008-11-191-2/+2
* Roll back a bunch of changes to tab dragging that seem to not have helped red...ben@chromium.org2008-11-182-8/+15
* Revert change 5596 because it broke the buildnsylvain@chromium.org2008-11-181-2/+2
* Last couple of bits of new-frame related cleanup:ben@chromium.org2008-11-181-2/+2
* Rewire the throbber so that the timer for updating lives on BrowserView, not ...ben@chromium.org2008-11-142-49/+21
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-3/+7
* Fixes bug where we were not checking if an app from another windowsky@google.com2008-11-141-8/+52
* Some speculative fixes for UI test flakiness.beng@google.com2008-11-131-6/+7
* These files were missed from my last cleanup CL.beng@google.com2008-11-111-6/+0
* Cleanup and rearrange methods on BrowserWindow interface.beng@google.com2008-11-111-4/+0
* Re-land this change now that I've made a speculative fix to the DraggedTabCon...ben@chromium.org2008-11-101-1/+1
* Tweak delegate setting in the DraggedTabController to be more robust. Delegat...ben@chromium.org2008-11-101-10/+2
* Some bandaids for tab dragging UI tests:ben@chromium.org2008-11-051-1/+1
* Revert some of my earlier change to see if this fixes dist tests, and revert ...ben@chromium.org2008-11-031-2/+1
* check in for one cycle to see if this fixes the dist tests.ben@chromium.org2008-11-031-1/+2
* 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
* Attempt to fix dist crashes or at least make them crash with more understanda...ben@chromium.org2008-10-311-2/+5
* Fix a couple of tab related bugs:ben@chromium.org2008-10-291-0/+5
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-273-3/+7
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+1
* Fix crash due to NULL deref.ben@chromium.org2008-10-231-1/+4
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-171-1/+1
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-1613-110/+106
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-166-40/+22
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-168-28/+25
* Convert GetPreferredSize from:beng@google.com2008-10-156-52/+42
* Convert HitTest/GetViewForPoint to use gfx::Pointben@chromium.org2008-10-142-9/+10
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-143-20/+20
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-3/+1
* Fix crash due to lack of NULL checking in one case.beng@google.com2008-10-081-8/+5
* Port some more of chrome/ to Linux.deanm@google.com2008-10-022-0/+2
* Reorganize the declarations to have some grouping and logical ordering in tab...brettw@google.com2008-09-263-4/+4
* I'm going to try and land this again. This is exactly the same change as you ...sky@google.com2008-09-221-1/+1
* Reverts fix for 2554.sky@google.com2008-09-221-1/+1
* Fixes mnemonic bug in chrome menus. After this change you can indicatesky@google.com2008-09-221-1/+1
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-173-39/+39
* Allow Views to support an optional hit-test mask. Make hittest use this.beng@google.com2008-09-163-15/+12
* Hit test zone for the new tab button should follow its visible shape.beng@google.com2008-09-141-1/+57
* Move XPFrame, VistaFrame to views/old_framesbeng@google.com2008-09-131-1/+0
* Revert the change that fixed the encoding when viewing source in subframes.brettw@google.com2008-09-122-10/+6