| Commit message (Expand) | Author | Age | Files | Lines |
* | Force navigation to non-numeric hostnames with ports (e.g. "abc:81"). This r... | pkasting@chromium.org | 2011-11-19 | 1 | -3/+4 |
* | net: Move UnescapeRule into the net namespace. | tfarina@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Enable ShortcutsProvider for omnibox on the trunk by default | georgey@chromium.org | 2011-11-02 | 1 | -2/+2 |
* | Make the omnibox treat all paths that end in \ or / as URLs, not just paths t... | pkasting@chromium.org | 2011-11-01 | 1 | -2/+5 |
* | Strip special characters in extension omnibox suggestions. | asvitkine@chromium.org | 2011-10-28 | 1 | -0/+10 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Minor History Code Cleanup. | mrossetti@chromium.org | 2011-10-19 | 1 | -0/+2 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Revert 105678 - Caused flakiness described in http://crbug.com/100479 | rsleevi@chromium.org | 2011-10-16 | 1 | -2/+0 |
* | HQP Refactoring (in Preparation for SQLite Cache) | mrossetti@chromium.org | 2011-10-15 | 1 | -0/+2 |
* | Tweak omnibox parsing heuristics more: | pkasting@chromium.org | 2011-10-13 | 1 | -30/+57 |
* | Revert 105300 - HQP Refactoring (in Preparation for SQLite Cache) | mrossetti@chromium.org | 2011-10-13 | 1 | -2/+0 |
* | HQP Refactoring (in Preparation for SQLite Cache) | mrossetti@chromium.org | 2011-10-13 | 1 | -0/+2 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -2/+2 |
* | Place field trial name at the end (as a suffix). | sreeram@chromium.org | 2011-09-23 | 1 | -3/+2 |
* | Revert 100530 - Disable the in memory URL index. This is a temporary test to ... | brettw@chromium.org | 2011-09-14 | 1 | -2/+2 |
* | Disable the in memory URL index. This is a temporary test to see if it affect... | brettw@google.com | 2011-09-09 | 1 | -2/+2 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -2/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+2 |
* | Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the Autoco... | pkasting@chromium.org | 2011-09-01 | 1 | -0/+5 |
* | Handle intranet hostnames more consistently. | pkasting@chromium.org | 2011-08-19 | 1 | -35/+26 |
* | Restrict Instant field trial to UMA opt-in users. | sreeram@chromium.org | 2011-08-09 | 1 | -1/+1 |
* | Remove frontend code that allows for dynamic profile setting, and read the pr... | pkasting@chromium.org | 2011-08-08 | 1 | -15/+0 |
* | See http://codereview.chromium.org/7337007. | dominich@chromium.org | 2011-07-28 | 1 | -2/+7 |
* | Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant. | willchan@chromium.org | 2011-07-26 | 1 | -7/+2 |
* | Introduce a field trial for Instant. | sreeram@chromium.org | 2011-07-26 | 1 | -2/+7 |
* | Don't autocomplete searches of >1 word if they've only been visited once and ... | pkasting@chromium.org | 2011-07-16 | 1 | -0/+1 |
* | Makes the SearchProvider set the description from the KeywordProvider. | sky@chromium.org | 2011-07-14 | 1 | -11/+38 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+2 |
* | Changes SearchProvider to set the description of the first consecutive | sky@chromium.org | 2011-07-07 | 1 | -0/+11 |
* | First attempt on Shortcuts provider - previously selected URLs are given boos... | georgey@chromium.org | 2011-06-29 | 1 | -0/+4 |
* | Misc. cleanup: Change use of string::size_type to size_t (team style), string... | pkasting@chromium.org | 2011-05-26 | 1 | -3/+4 |
* | Move external protocol handling from TC. | avi@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Create a URLRequestJobFactory to replace the URLRequest globals. | willchan@chromium.org | 2011-05-14 | 1 | -1/+2 |
* | Turn on the History Quick Provider by default. | mrossetti@chromium.org | 2011-05-12 | 1 | -3/+1 |
* | Makes autocompleting previous search terms work on word boundaries. | sky@chromium.org | 2011-05-09 | 1 | -8/+4 |
* | Revert 84474 (broke OmniboxViewTest.DeleteItem like the tryjobs predicted)- T... | thakis@chromium.org | 2011-05-06 | 1 | -1/+3 |
* | Turn on the History Quick Provider by default. | mrossetti@chromium.org | 2011-05-06 | 1 | -3/+1 |
* | Disable HCP URL and term matching when HQP is enabled. | mrossetti@chromium.org | 2011-05-06 | 1 | -5/+8 |
* | Multi-highlight and scoring improvements. | mrossetti@chromium.org | 2011-04-20 | 1 | -1/+3 |
* | Implement a simple Extension App Omnibox provider. | finnur@chromium.org | 2011-04-06 | 1 | -0/+2 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 1 | -1/+1 |
* | Turn on the History Quick Provider by default. | mrossetti@chromium.org | 2011-04-04 | 1 | -3/+1 |
* | Makes the search provider not return results that look like URLs. | sky@chromium.org | 2011-04-04 | 1 | -15/+17 |
* | Adds some histograms from various omnibox queries. I'm doing this as | sky@chromium.org | 2011-03-15 | 1 | -0/+9 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui. | tfarina@chromium.org | 2011-02-27 | 1 | -1/+1 |
* | Fixes possible crash in AutocompleteResult::CopyOldMatches. I couldn't | sky@chromium.org | 2011-02-25 | 1 | -19/+16 |
* | Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1... | mrossetti@chromium.org | 2011-02-24 | 1 | -2/+4 |