summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/find_bar_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Make the toolbar theme align with the left edge of the browser and the top ed...glen@chromium.org2009-07-091-1/+2
* This CL removes the last (major) Windows specific part out of the focus manag...jcampan@chromium.org2009-06-301-2/+3
* Revert :nsylvain@chromium.org2009-06-221-3/+2
* Relanding focus manager refactoring with build fix, see:http://codereview.chr...jcampan@chromium.org2009-06-201-2/+3
* Reverting 18872.jcampan@chromium.org2009-06-191-3/+2
* Removed the last Windows specific part out of the focus manager. HWNDs are no...jcampan@chromium.org2009-06-191-2/+3
* Removing a method unecessary in FindBarWin.jcampan@chromium.org2009-06-171-35/+9
* FocusManager should accept multiple AcceleratorTargets for each accelerator.yutak@chromium.org2009-06-031-17/+8
* Fix 12729: Find box doesn't unregister Esc accelerator.finnur@chromium.org2009-05-271-4/+6
* Makes FindBarWin buildable on linux. FindBarWin should be renamed tosky@chromium.org2009-05-231-36/+113
* Move more dialog showing routines to browser_dialogs.h to reduce dependenciesbrettw@chromium.org2009-05-221-0/+9
* Convert all but one Find test from ui_test to In-Processfinnur@chromium.org2009-05-211-4/+12
* Theme the find bar.glen@chromium.org2009-05-211-2/+6
* 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