summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/find_bar_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-5/+5
* Find bar:estade@chromium.org2009-05-061-4/+2
* FindBarView::UpdateForResult is not a good place to finnur@chromium.org2009-05-051-0/+6
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-8/+8
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-1/+1
* Hide the Fullscreen exit bubble if the mouse goes idle. It took a depressing...pkasting@chromium.org2009-04-201-2/+2
* A fix for the Find box forwarding scroll messages to the page when it shouldn't.finnur@chromium.org2009-04-141-5/+24
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-0/+18
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-051-5/+28
* Convert FindInPage wstrings to string16.tc@google.com2009-03-191-2/+2
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1
* Move focus related files into a new chrome/views/focus subdirben@chromium.org2009-03-171-2/+2
* Move widget related files into views/widgetben@chromium.org2009-03-171-2/+2
* Make Widget return a gfx::NativeView instead of a HWND.ben@chromium.org2009-03-121-3/+3
* Some work in refactoring FindBarWin/FindBarView sotc@google.com2009-03-121-113/+38
* Fix 8063: Find-in-page remains open on History/Downloads page.finnur@google.com2009-02-261-3/+5
* We can get into a state where the automation framework presses the Close butt...finnur@google.com2009-02-261-11/+15
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-268/+159
* Cleanup in preparation for Fullscreen mode.pkasting@chromium.org2009-02-131-43/+20
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-1/+2
* Make WebContentsView portable by using the native view types.brettw@chromium.org2009-01-281-2/+3
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-2/+2
* Reduce the amount of space between the location bar and the bookmark bar by a...glen@chromium.org2008-12-121-3/+5
* Rename Container->Widgetben@chromium.org2008-11-211-7/+7
* Removes the old frames.ben@chromium.org2008-11-101-5/+1
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-0/+692