summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Make a shared app menu model and update win and mac to use it. Remove the NSM...pinkerton@chromium.org2009-12-152-2/+1
* Fix issue 30244xiyuan@chromium.org2009-12-141-2/+3
* Reverts my r4300 and re-fixes Issue 3156 and 13500.hbono@chromium.org2009-12-092-23/+16
* Mac: implement "Search the Web..." (Opt-Cmd-F).viettrungluu@chromium.org2009-12-072-1/+14
* [Mac] Route edit-state messages via observer rather than delegate.shess@chromium.org2009-12-042-270/+125
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-042-7/+9
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* gtk: Restore omnibox text selection on tab switch.derat@chromium.org2009-11-242-12/+5
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-2/+2
* Fixes two issues from valgrind, and some cleanup:sky@chromium.org2009-11-201-28/+1
* GTK: Remove problematic theme styles from the location bar.erg@google.com2009-11-181-0/+29
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-172-4/+4
* A quick fix for Issue 3798.hbono@chromium.org2009-11-171-0/+27
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-2/+4
* [Mac] Ignore incorrect focus notifications in Omnibox.shess@chromium.org2009-11-121-0/+9
* [Mac] Support undo in the omnibox.rohitrao@chromium.org2009-11-121-0/+3
* Total guess fixes for the bug.thomasvl@chromium.org2009-11-121-1/+2
* Adding implementation of AutocompleteEditViewMac::IsSelectAll().jcampan@chromium.org2009-11-122-7/+9
* Avoid inconsistent state (leading to checkfailures) due to Windows minimize/r...pkasting@chromium.org2009-11-111-6/+1
* Added a flag to the Canvas class which allows forcing an RTL directionalityidana@chromium.org2009-11-111-1/+1
* Add support for slowing down all animations on the Mac by using the shift and/ordmaclach@chromium.org2009-11-101-1/+3
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-075-39/+84
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-066-2/+14
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-066-14/+2
* Reverts some useful code accidently removed by CL http://codereview.chromium....suzhe@chromium.org2009-11-062-6/+6
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-066-2/+14
* Restoring r29827. The skia file is new to this attempt, and may be what was c...pamg@google.com2009-11-042-13/+0
* Try to add more sanity checking to help track down a crash.pkasting@chromium.org2009-11-042-3/+9
* Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o...pkasting@chromium.org2009-11-031-2/+1
* Better handling of UNKNOWN versus QUERY in a couple ways.pkasting@chromium.org2009-11-034-15/+69
* Removes test that we're likely never going to reenable.sky@chromium.org2009-11-031-66/+32
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-023-7/+33
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-022-0/+15
* Linux: Re-enable omnibox select-all-on-click for Chrome OS builds.derat@chromium.org2009-10-312-0/+101
* Make sure we can still navigate to URLs when the History DB can't be loaded.pkasting@chromium.org2009-10-302-4/+19
* Factor search vs. navigate classification into its own file to make it more b...pkasting@chromium.org2009-10-292-82/+16
* Use a regular interface pointer for ITextDocument in AutocompleteEditViewWin.ben@chromium.org2009-10-292-8/+25
* linux: don't override mouse selection behavior in omniboxevan@chromium.org2009-10-282-90/+2
* Loosen RFC 1738 compliance check to allow underscores where we already allowe...pkasting@chromium.org2009-10-272-5/+7
* Remove dead variables.pkasting@chromium.org2009-10-271-10/+0
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-3/+8
* CompactNavigationBar for toolkit views build, with some design change per Col...oshima@chromium.org2009-10-262-0/+4
* [Mac] Adjust Omnibox implementation to not break undo chain.shess@chromium.org2009-10-261-1/+1
* Revert 29827 - Refactor securityicon code to a more general form, also more c...nsylvain@chromium.org2009-10-232-0/+13
* Refactor security-icon code to a more general form, also more consistent withpamg@google.com2009-10-222-13/+0
* [Mac] Cmd-Return in the omnibox should revert the omnibox text back to its or...rohitrao@chromium.org2009-10-223-12/+29
* Fix for issue 24888xiyuan@chromium.org2009-10-211-0/+24
* Parse input with explicit schemes better. Before, if the user typed "http://...pkasting@chromium.org2009-10-192-26/+59