summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/find_bar_cocoa_controller.mm
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Fix MouseDown/MouseUp error for Steve animation effectsthomasvl@chromium.org2010-04-141-1/+1
* [Mac] Makes ctrl-return follow links when finding in page.rohitrao@chromium.org2010-03-221-0/+12
* Pick up a GTM roll and update the apis that changed in this roll.thomasvl@chromium.org2010-03-111-1/+2
* Allow users to close the find session and activate the current link via ctrl-...estade@chromium.org2010-03-111-3/+4
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* Mac: fullscreen mode find bar positioning fix.viettrungluu@chromium.org2010-02-041-20/+11
* Mac: fix Esc-killing-Omnibox-focus problem (after find bar shown).viettrungluu@chromium.org2010-02-031-0/+9
* Trivial fix: static -> const.viettrungluu@chromium.org2010-01-301-2/+2
* Add support for slowing down all animations on the Mac by using the shift and/ordmaclach@chromium.org2009-11-101-1/+2
* [Mac] Draw the results label correctly in the findbar.rohitrao@chromium.org2009-11-061-22/+9
* [Mac] Remove flicker when typing in the findbar.rohitrao@chromium.org2009-10-231-0/+4
* Update search state when search text is updated through find pasteboard.thakis@chromium.org2009-10-151-3/+32
* Let fn-left/right in find bar scroll to end of page.thakis@chromium.org2009-10-071-1/+6
* Let cmd-f/cmd-g use the findboard.thakis@chromium.org2009-09-231-7/+25
* [Mac] Adds animations to the findbar.rohitrao@chromium.org2009-09-181-23/+104
* Let arrow up/down in find bar scroll page.thakis@chromium.org2009-09-181-1/+3
* [Mac] Make the pageup, Shift-pageup, and Option-Shift-pageup keys scroll the ...rohitrao@chromium.org2009-09-151-0/+22
* [Mac] Restore focus to the previously focused view when dismissing the find bar.rohitrao@chromium.org2009-09-151-0/+23
* Reverting 26214.rohitrao@chromium.org2009-09-151-23/+0
* [Mac] Restore focus to the previously focused view when dismissing the find bar.rohitrao@chromium.org2009-09-151-0/+23
* [Mac] Force-enable the find next/previous buttons when pressingrohitrao@chromium.org2009-09-091-0/+6
* Reverts the revert of 22517.rohitrao@chromium.org2009-08-071-10/+12
* Reverting 22517.rohitrao@chromium.org2009-08-051-12/+10
* Rewrites the Mac view resizing logic to have the BrowserWindowControllerrohitrao@chromium.org2009-08-051-10/+12
* Pretties up the FindBar on Mac.rohitrao@chromium.org2009-07-271-0/+12
* Makes enter/shift-enter find next/previous on Mac.rohitrao@chromium.org2009-07-171-0/+19
* Enables find in page match counts on Mac.rohitrao@chromium.org2009-07-101-11/+10
* Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat...finnur@chromium.org2009-05-221-3/+3
* Add match count text to the GTK find bar. This also makes the bar wider.brettw@chromium.org2009-05-141-3/+0
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-9/+9
* Unittest for FindBarCocoaController.rohitrao@chromium.org2009-04-241-2/+1
* Initial implementation of the FindBar on Mac.rohitrao@chromium.org2009-04-171-0/+163