| Commit message (Expand) | Author | Age | Files | Lines |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -20/+39 |
* | Better handling of UNKNOWN versus QUERY in a couple ways. | pkasting@chromium.org | 2009-11-03 | 1 | -5/+16 |
* | Make sure we can still navigate to URLs when the History DB can't be loaded. | pkasting@chromium.org | 2009-10-30 | 1 | -4/+12 |
* | Allow the history URL provider to handle input of type QUERY. This helps in ... | pkasting@chromium.org | 2009-10-19 | 1 | -8/+11 |
* | Add the ability to unload the HistoryBackend. | pkasting@chromium.org | 2009-10-08 | 1 | -5/+6 |
* | Add some new histograms for history, and UMA-enable a few others. | brettw@chromium.org | 2009-09-23 | 1 | -2/+2 |
* | More work fixing miscellaneous issues in the autocomplete code, probably none... | pkasting@chromium.org | 2009-09-01 | 1 | -9/+2 |
* | Moved typedef of RedirectList from HistoryService class to history namespace. | meelapshah@chromium.org | 2009-07-01 | 1 | -1/+1 |
* | Hoist TrimHttpPrefix() so we only have one copy, not one per provider. | pkasting@chromium.org | 2009-05-29 | 1 | -22/+1 |
* | Shows Unicode IDN instead of Punycode in the followings: | brettw@google.com | 2009-05-22 | 1 | -4/+2 |
* | Fix regression where exact-match URLs could fail to be promoted when longer U... | pkasting@chromium.org | 2009-05-11 | 1 | -27/+29 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Fix DCHECK when typing certain kinds of input on certain profiles. | pkasting@chromium.org | 2009-04-24 | 1 | -1/+3 |
* | The accidental search infobar was almost never appearing. Fix that regressio... | pkasting@chromium.org | 2009-04-24 | 1 | -52/+31 |
* | Better omnibox handling of numeric input. Now we search based on the user's ... | pkasting@chromium.org | 2009-04-21 | 1 | -10/+33 |
* | Only create a What You Typed match when it's likely to be relevant. See bug ... | pkasting@chromium.org | 2009-04-20 | 1 | -80/+101 |
* | Fully enable history_url_provider_unittest.cc for Mac. | shess@chromium.org | 2009-03-23 | 1 | -5/+0 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -2/+3 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 1 | -4/+7 |
* | Change some calls to gfx::ElideUrl() to using gfx::GetCleanStringFromUrl() | estade@chromium.org | 2009-02-25 | 1 | -3/+4 |
* | Some cleanups in response to brettw's comments to r10277. | jhawkins@chromium.org | 2009-02-24 | 1 | -2/+1 |
* | Make autocomplete.cc and dependencies compile on Posix. | jhawkins@chromium.org | 2009-02-24 | 1 | -9/+18 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -2/+1 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Make the autocomplete system and various other connected bits of code use GUR... | pkasting@chromium.org | 2008-12-10 | 1 | -8/+7 |
* | Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa... | pkasting@chromium.org | 2008-11-13 | 1 | -2/+3 |
* | Add a function for eliding filenames to a set pixel width while preserving th... | glen@chromium.org | 2008-11-06 | 1 | -1/+1 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+4 |
* | Move |result_| and |latest_result_| to the autocomplete controller. | pkasting@chromium.org | 2008-10-09 | 1 | -7/+5 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fixes up the autocomplete providers to correctly update starred | sky@google.com | 2008-08-21 | 1 | -2/+2 |
* | Moves bookmarks out of history into its own file (JSON). | sky@google.com | 2008-08-21 | 1 | -6/+2 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+856 |