summaryrefslogtreecommitdiffstats
path: root/chrome/views/view_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the ClipboardService class and header... it is nothing but a shell...ben@chromium.org2009-05-051-10/+10
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-5/+1
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-211-1/+5
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-211-5/+1
* The new unit-test that test mouse-wheel rerouting and that was added in my la...jcampan@chromium.org2009-04-151-1/+3
* The text-fields were not rerouting mouse-wheel messages, causing the window u...jcampan@chromium.org2009-04-151-0/+121
* Make sure one cannot cut or copy from a passwordjcampan@chromium.org2009-04-101-0/+113
* Default native button were not activated anymore when enter was pressed.jcampan@chromium.org2009-03-271-28/+144
* The death knell for the old native buttons, checkboxes and radio buttons.ben@chromium.org2009-03-231-18/+18
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-2/+2
* Move widget related files into views/widgetben@chromium.org2009-03-171-2/+2
* Rename Window->WindowWinben@chromium.org2009-03-141-1/+3
* rollback againben@chromium.org2009-03-141-3/+1
* Rename Window->WindowWinben@chromium.org2009-03-141-1/+3
* revertben@chromium.org2009-03-131-3/+1
* Rename Window->WindowWinben@chromium.org2009-03-131-1/+3
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-3/+3
* Take 2 at moving SupportsWindowFeature from BrowserViewtc@google.com2009-03-041-10/+11
* disable test since it doesn't compiletc@google.com2009-03-031-2/+2
* disable failing tests while I debugtc@google.com2009-03-031-9/+9
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-3/+6
* Rename Container->Widgetben@chromium.org2008-11-211-4/+4
* In dialogs, when the focus moves to a button, that button should become the d...jcampan@chromium.org2008-11-081-0/+75
* more bustage fixesben@chromium.org2008-10-171-4/+4
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-14/+14
* fix unittestben@chromium.org2008-10-161-2/+4
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-6/+6
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-4/+4
* Convert HitTest/GetViewForPoint to use gfx::Pointben@chromium.org2008-10-141-6/+6
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-2/+2
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-3/+1
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-171-8/+8
* Fix a leak in the view unit tests.ben@chromium.org2008-09-171-2/+2
* Allow Views to support an optional hit-test mask. Make hittest use this.beng@google.com2008-09-161-0/+74
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-0/+3
* 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-6/+1
* build bustagebeng@google.com2008-07-301-1/+1
* Make HWNDViewContainer set up its contents view separately from its Init method.beng@google.com2008-07-301-2/+2
* Window Delegate Improvements:beng@google.com2008-07-301-3/+3
* Add chrome to the repository.initial.commit2008-07-261-0/+534