summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-226-11/+6
* Reformat some omnibox enum comments. This helps readability a bit by using m...deanm@chromium.org2009-02-201-8/+10
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+2
* Platform cleanup in autocomplete unit tests.phajdan.jr@chromium.org2009-02-162-43/+43
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-121-1/+1
* Revert "Create a chrome_resources.vcproj that holds grd files that hold"tc@google.com2009-02-121-1/+1
* Create a chrome_resources.vcproj that holds grd files that holdtc@google.com2009-02-121-1/+1
* Improved OTR avatar and popup window rendering. Neither one precisely matche...pkasting@chromium.org2009-02-041-1/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-014-19/+30
* Rework the command updater to not be dependent on views::Button (needed for p...ben@chromium.org2009-01-202-8/+8
* Move url_* to net subdirben@chromium.org2009-01-165-5/+5
* Move metrics files into a subdirben@chromium.org2009-01-161-1/+1
* Move search code to a subdirben@chromium.org2009-01-166-10/+10
* Fie.ben@chromium.org2009-01-156-10/+10
* Move search engines files into subdirben@chromium.org2009-01-156-10/+10
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* Fixup and verify URLs from the server before adding them to the autocomplete ...pkasting@chromium.org2009-01-081-3/+9
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-7/+8
* Omnibox metrics logging patch splitout, part 6: Log more omnibox data (client...pkasting@chromium.org2008-12-162-2/+6
* Eliminates the dependencies between views and browser, and also does some oth...klink@chromium.org2008-12-163-1/+383
* Add PropertyBag to TabContents. Convert the autocomplete state as a proof of ...brettw@google.com2008-12-121-4/+13
* Better build bustage fix: Commit the rest of the original patch. Rolls back ...pkasting@chromium.org2008-12-113-16/+15
* Blind attempt at build fix. I don't know why this should be necessary.pkasting@chromium.org2008-12-111-0/+1
* Make the autocomplete system and various other connected bits of code use GUR...pkasting@chromium.org2008-12-1014-165/+164
* Moves some utility functions out of bookmark model intosky@google.com2008-12-092-6/+7
* Cleanup, part 1.pkasting@chromium.org2008-12-081-4/+4
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-1/+2
* Move base/gfx/skia_util to skia/ext/skia_util_win.brettw@google.com2008-12-031-1/+1
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-031-0/+1
* Make WordIterator and Snippet::MatchPositions use size_t instead of int for o...pkasting@chromium.org2008-12-031-1/+1
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-021-1/+0
* <esc> in the AutocompleteEdit should select all the text when reverting to th...pkasting@chromium.org2008-12-012-27/+36
* Fixes for some trivial issues (remove unneeded constants, int->size_t in a fe...pkasting@chromium.org2008-12-014-8/+5
* It's possible for GetOleInterface() to return NULL. Degrade gracefully in th...pkasting@chromium.org2008-11-172-3/+10