summaryrefslogtreecommitdiffstats
path: root/chrome/browser/find_bar_state.h
Commit message (Collapse)AuthorAgeFilesLines
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
| | | | | | | | | BUG=50273 TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux TBR: erg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
* Fix: Clearing search 'foo', closing and reopening Findfinnur@chromium.org2010-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | should not prepopulate with 'foo'. We need to reset the remembered values when the user clears the search term from the Find box to prevent them from showing up on close+Reopen and on close+F3. Added test to cover these cases. This change also makes sure we don't clear the Find string when we don't need to, which was happening on close of the Find box and on new tab, causing the fix not to work. BUG=42639 TEST=Covered by new automated test. Review URL: http://codereview.chromium.org/2322006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48984 0039d316-1c4b-4281-b951-d872f2087c98
* Do not prepopulate the findbar with incognito search terms.rohitrao@chromium.org2010-04-091-0/+40
BUG=32021 TEST=On win/linux, open an incognito window and search for some term. Then open a new normal tab and press Ctrl-F. Findbar should not be prepopoulated with your incognito search term. Review URL: http://codereview.chromium.org/1561018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44104 0039d316-1c4b-4281-b951-d872f2087c98