| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Convert ASCIIToUTF16("") to string16(). | jhawkins@chromium.org | 2011-11-28 | 1 | -2/+3 |
* | Force navigation to non-numeric hostnames with ports (e.g. "abc:81"). This r... | pkasting@chromium.org | 2011-11-19 | 1 | -10/+6 |
* | Make the omnibox treat all paths that end in \ or / as URLs, not just paths t... | pkasting@chromium.org | 2011-11-01 | 1 | -0/+3 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -11/+12 |
* | Tweak omnibox parsing heuristics more: | pkasting@chromium.org | 2011-10-13 | 1 | -16/+19 |
* | Change some uses of old callback types to new ones. | pkasting@chromium.org | 2011-09-27 | 1 | -2/+3 |
* | Remove confidence from AutocompleteMatch and use History DB instead. | dominich@chromium.org | 2011-09-01 | 1 | -3/+3 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -6/+1 |
* | Handle intranet hostnames more consistently. | pkasting@chromium.org | 2011-08-19 | 1 | -5/+9 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -2/+2 |
* | Add confidence to AutocompleteMatch. | dominich@chromium.org | 2011-08-11 | 1 | -3/+5 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Profiles: Remove orphaned notifications. | erg@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | See http://codereview.chromium.org/7337007. | dominich@chromium.org | 2011-07-28 | 1 | -2/+4 |
* | Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant. | willchan@chromium.org | 2011-07-26 | 1 | -4/+2 |
* | Introduce a field trial for Instant. | sreeram@chromium.org | 2011-07-26 | 1 | -2/+4 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -3/+5 |
* | Final fix (verified locally now that my checkout finished rebuilding) | pkasting@chromium.org | 2011-06-21 | 1 | -1/+1 |
* | For crying out loud. Building our unit tests takes 100 years. In the meanti... | pkasting@chromium.org | 2011-06-21 | 1 | -2/+2 |
* | Missed some necessary fixes | pkasting@chromium.org | 2011-06-21 | 1 | -1/+3 |
* | Fix unit test to match recent changes in host compliance checking. | pkasting@chromium.org | 2011-06-21 | 1 | -1/+3 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 1 | -4/+6 |
* | Makes the search provider not return results that look like URLs. | sky@chromium.org | 2011-04-04 | 1 | -7/+9 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | Autocomplete cleanup patch. Adds AutocompleteControllerDelegate in | sky@chromium.org | 2011-02-16 | 1 | -1/+1 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #1 | phajdan.jr@chromium.org | 2011-02-15 | 1 | -3/+11 |
* | Reworks autocomplete result set processing by the edit/model necessitated by ... | sky@chromium.org | 2011-02-14 | 1 | -1/+1 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-25 | 1 | -113/+118 |
* | Revert 72380 - Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -118/+113 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -113/+118 |
* | Removes the link in the omnibox for searching history. | sky@chromium.org | 2011-01-20 | 1 | -4/+3 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-19 | 1 | -3/+3 |
* | Revert 71485 - Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | Avoid accidental omnibox searches for username:password URLs. | isherman@chromium.org | 2010-12-22 | 1 | -4/+11 |
* | Don't allow exact keyword matches for most uses of the autocomplete classifie... | pkasting@chromium.org | 2010-11-10 | 1 | -22/+86 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Fix autocomplete_unittest two-phase lookup problems. | hans@chromium.org | 2010-10-01 | 1 | -5/+5 |
* | Don't treat ';' as an authority terminator when parsing a potential URL. Thi... | pkasting@chromium.org | 2010-09-27 | 1 | -0/+1 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | Fixes bug 12305 -- 1.66:1 should be UNKNOWN, not URL. | erg@google.com | 2010-08-04 | 1 | -1/+8 |
* | Fix a number of problems caused by the AutocompleteController purposefully co... | pkasting@chromium.org | 2010-08-03 | 1 | -3/+0 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |