summaryrefslogtreecommitdiffstats
path: root/chrome/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-171-14/+9
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-2/+2
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-61/+24
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-16/+16
* Convert GetPreferredSize from:beng@google.com2008-10-151-15/+14
* Convert HitTest/GetViewForPoint to use gfx::Pointben@chromium.org2008-10-141-10/+12
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-41/+20
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-5/+6
* Fix RTL issues with opaque frame. ben@chromium.org2008-10-101-0/+1
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-1/+2
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-32/+32
* Allow Views to support an optional hit-test mask. Make hittest use this.beng@google.com2008-09-161-14/+27
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-2/+12
* Add chrome to the repository.initial.commit2008-07-261-0/+1710