summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Revert Linux Omnibox color changes in r12516.deanm@chromium.org2009-03-261-3/+3
* Linux UI theming:estade@chromium.org2009-03-251-4/+4
* Improve the Linux Omnibox ssl background / scheme coloring.deanm@chromium.org2009-03-241-8/+16
* Fully enable history_url_provider_unittest.cc for Mac.shess@chromium.org2009-03-232-11/+0
* A quick fix for Issue 2720.hbono@chromium.org2009-03-192-0/+24
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-182-2/+0
* Renames AccessibleWrapper to ViewAccessibilityWrapper for clarity. klink@chromium.org2009-03-171-2/+2
* Don't leak AutocompleteEditViewGtk objects. I meant reset() not release().deanm@chromium.org2009-03-171-2/+2
* Porting unit tests in chrome/phajdan.jr@chromium.org2009-03-171-1/+1
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1
* Move a bunch of our GTK code that was previous manually handling references (...deanm@chromium.org2009-03-162-30/+29
* Enable AutocompleteTest, HistoryURLProviderTest,shess@chromium.org2009-03-164-17/+17
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-133-2/+1
* Fix ownership error with GtkTextTagTable and GtkTextTag.deanm@chromium.org2009-03-131-3/+2
* Improve the look of the Linux omnibox.deanm@chromium.org2009-03-131-6/+8
* Revert a change made to try and make purify errors go away now that Erik Kay ...pkasting@chromium.org2009-03-131-5/+2
* Cleanup AutocompleteEditViewGtk's resources and widgets.deanm@chromium.org2009-03-131-0/+19
* Call into the IM hooks from the Linux Omnibox keyboard handling.deanm@chromium.org2009-03-131-14/+28
* Make toggling fullscreen mode on/off significantly less janky-looking by mean...pkasting@chromium.org2009-03-122-0/+17
* Hookup the escape key on Linux Omnibox to revert to the permanent text (like ...deanm@chromium.org2009-03-121-2/+7
* Fix a Linux Omnibox bug where a widget was used after it was destroyed.deanm@chromium.org2009-03-121-0/+4
* Better keyboard and mouse handling in Omnibox:deanm@chromium.org2009-03-122-33/+64
* Add a GDK_COLOR_RGB macro for constructing GdkColors.deanm@chromium.org2009-03-122-5/+7
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-101-1/+1
* Some cleanups and hookups to LocationBarViewGtk.deanm@chromium.org2009-03-102-4/+8
* Implement a GTK LocationBarView and Autocomplete{Edit,Popup}View.deanm@chromium.org2009-03-104-0/+854
* NO CODE CHANGE.maruel@google.com2009-03-054-8/+12
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-053-8/+8
* Try to fix a Purify UMR error. This isn't great, but it's better than nothing.deanm@chromium.org2009-03-041-2/+5
* revert broken change 10833nsylvain@chromium.org2009-03-031-2/+1
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-1/+2
* Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded.ben@chromium.org2009-03-031-2/+2
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-1/+1
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-1/+1
* Cleanup the autocomplete model includes. Move from a deprecated std::wstring...deanm@chromium.org2009-03-032-29/+4
* Remove includes to the newly removed edit_drop_target.h header.deanm@chromium.org2009-03-022-2/+0
* Separate the AutocompleteEditView from the cross-platform code.deanm@chromium.org2009-03-0211-2652/+2786
* Create the PopupView from the EditView, not the PopupModel.deanm@chromium.org2009-03-027-228/+240
* Remove Windows ifdefs, all views will need to implement this method.deanm@chromium.org2009-02-281-5/+1
* Make AutocompletePopupView a virtual interface.deanm@chromium.org2009-02-273-310/+346
* Pull the autocomplete popup into separate model and view files.deanm@chromium.org2009-02-275-507/+562
* Misc formatting / cleanup in the autocomplete code.deanm@chromium.org2009-02-2715-77/+62
* Try a new approach to fixing IAT unpatch crashes when the DLL is gone.deanm@chromium.org2009-02-262-44/+70
* Coalesce more hardcoded schemes to using predefined constants.brettw@chromium.org2009-02-262-5/+10
* Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl()estade@chromium.org2009-02-254-10/+11
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-2/+4
* Move windows specific functions from l10n_util.h to l10n_util_win.h.tc@google.com2009-02-241-0/+1
* Some cleanups in response to brettw's comments to r10277.jhawkins@chromium.org2009-02-243-7/+3
* Make autocomplete.cc and dependencies compile on Posix.jhawkins@chromium.org2009-02-244-16/+45
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-242-3/+2