summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/find_bar_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Make Textfield more portable.ben@chromium.org2009-05-281-5/+5
* Move text_field.cc and rename the class to Textfield in preparation for porting.ben@chromium.org2009-05-271-10/+10
* Makes FindBarWin buildable on linux. FindBarWin should be renamed tosky@chromium.org2009-05-231-7/+7
* Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat...finnur@chromium.org2009-05-221-3/+6
* Theme the find bar.glen@chromium.org2009-05-211-40/+27
* Try to make TextField::Controller implementors cross-platform by abstractingbrettw@chromium.org2009-05-211-15/+13
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-2/+2
* Add match count text to the GTK find bar. This also makes the bar wider.brettw@chromium.org2009-05-141-22/+6
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-131-1/+1
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-3/+3
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* FindBarView::UpdateForResult is not a good place to finnur@chromium.org2009-05-051-1/+0
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-8/+8
* 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