summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow the history URL provider to handle input of type QUERY. This helps in ...pkasting@chromium.org2009-10-197-157/+97
* BUG=23107 Last character of completed path in Omnibar is the wrong color afte...suzhe@chromium.org2009-10-191-7/+37
* Classify more types of input as queries.pkasting@chromium.org2009-10-162-15/+27
* [Mac] Trim Omnibox hints as field shrinks.shess@chromium.org2009-10-153-25/+12
* Remove the include of nsimage_cache_mac since it's not used in these files an...thomasvl@chromium.org2009-10-151-1/+0
* Linux: Stack autocomplete popup window directly on top of the browser's tople...suzhe@chromium.org2009-10-152-1/+14
* More style nits.erg@google.com2009-10-142-2/+1
* Implement shift+delete for removing omnibox entries on Linux.tony@chromium.org2009-10-142-3/+19
* Gtk: draw the secure scheme color over the correct char range.estade@chromium.org2009-10-131-3/+5
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-2/+4
* Don't draw the red line when the security level is SECURE.yusukes@google.com2009-10-101-7/+7
* [Mac] Fix some omnibox breakage for small windows.shess@chromium.org2009-10-093-10/+149
* GTK: Draw a strikethrough over bad https.estade@chromium.org2009-10-092-6/+85
* Remove comments and const_cast that is no longer necessary with the latest Skia.brettw@chromium.org2009-10-081-4/+1
* Add the ability to unload the HistoryBackend.pkasting@chromium.org2009-10-083-7/+8
* Get rid of mac_app_names.h. Replace it with real constants frommark@chromium.org2009-10-081-1/+0
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-7/+8
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-072-2/+2
* [Mac] Show the page info window after clicking the security icon in the URL barrsesek@chromium.org2009-10-072-0/+13
* Turns out a cleanup change I made a while ago was wrong. This could result i...pkasting@chromium.org2009-10-061-1/+5
* Removed omnibox images from the bundle.thomasvl@chromium.org2009-10-061-5/+20
* Reverting the NativeViewHostWin focus refactoring.jcampan@chromium.org2009-10-058-19/+13
* Move nsimage_cache into base so that it can be accessed from outside of chrome.mark@chromium.org2009-10-051-1/+1
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-033-5/+6