summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/find_bar_view.cc
Commit message (Expand)AuthorAgeFilesLines
* A fix for the Find box forwarding scroll messages to the page when it shouldn't.finnur@chromium.org2009-04-141-14/+6
* Find window keyboard forwarding, part 2.finnur@chromium.org2009-04-091-0/+5
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-2/+13
* Ensure the previous/next button don't get focused when clicked.jcampan@chromium.org2009-04-081-0/+5
* Moving the Find bar ownership to the Browser object for portability and testa...finnur@chromium.org2009-04-051-5/+5
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-2/+2
* Rework the Button API to be saner in preparation for NativeControl rejiggerin...ben@chromium.org2009-03-161-19/+20
* Some work in refactoring FindBarWin/FindBarView sotc@google.com2009-03-121-13/+12
* Fixing two small regressions in the Find box:finnur@chromium.org2009-03-061-3/+11
* Fixing crash in StartFinding (2nd attempt).finnur@google.com2009-02-261-4/+6
* We can get into a state where the automation framework sends a search string,...finnur@google.com2009-02-261-0/+4
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-76/+73
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-3/+2
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-121-1/+1
* Revert "Create a chrome_resources.vcproj that holds grd files that hold"tc@google.com2009-02-121-1/+1
* Create a chrome_resources.vcproj that holds grd files that holdtc@google.com2009-02-121-1/+1
* Fix regression with Find in page focus on trunk. finnur@google.com2008-12-101-0/+2
* Rename Container->Widgetben@chromium.org2008-11-211-1/+1
* Make border and background setting and getting non-virtual and use the correc...brettw@google.com2008-11-141-2/+2
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-0/+493