| Commit message (Expand) | Author | Age | Files | Lines |
* | [omnibox] Ignore empty search suggestions. | suzhe@chromium.org | 2010-09-29 | 1 | -0/+6 |
* | FBTF: Move more ctors/dtors from headers to implementation. | erg@google.com | 2010-09-01 | 1 | -0/+11 |
* | Reduce the number of files that recompile when changing template_url.h or tem... | levin@chromium.org | 2010-08-31 | 1 | -1/+1 |
* | Move Google-specific code under browser/ into browser/google/. | evan@chromium.org | 2010-08-30 | 1 | -1/+1 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | FBTF: Remove a few SkBitmap instances (and other headers that were next to th... | erg@google.com | 2010-08-18 | 1 | -1/+3 |
* | Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic... | viettrungluu@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -10/+14 |
* | Prevent password leakage to the suggest server by being more strict about not... | pkasting@chromium.org | 2010-08-09 | 1 | -25/+35 |
* | Remove a deprecated wstring ToLower function. | tony@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -6/+7 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 1 | -2/+3 |
* | Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali... | pkasting@chromium.org | 2010-06-18 | 1 | -6/+4 |
* | Strip the trailing slash from URLs like "http://google.com/". This especiall... | pkasting@chromium.org | 2010-06-02 | 1 | -1/+3 |
* | Remove --omnibox-popup-count flag. | tfarina@chromium.org | 2010-05-18 | 1 | -4/+4 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -6/+5 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -5/+6 |
* | Strips http from the omnibox | sky@chromium.org | 2010-04-09 | 1 | -4/+3 |
* | detect preferences errors | erikkay@chromium.org | 2010-04-06 | 1 | -1/+1 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -2/+2 |
* | chrome 2: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -3/+5 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Format the "?" match like our other search matches. This never got changed o... | pkasting@chromium.org | 2010-02-11 | 1 | -10/+9 |
* | Allow the history URL provider to handle input of type QUERY. This helps in ... | pkasting@chromium.org | 2009-10-19 | 1 | -74/+35 |
* | Remove the dependency on i18n/icu_string_conversions from base/string_util.h. | brettw@chromium.org | 2009-10-10 | 1 | -2/+4 |
* | Make TOOLKIT_VIEWS port use views-based Autocomplete popup. | ben@chromium.org | 2009-07-31 | 1 | -66/+39 |
* | Fixes bug where keyword editor would end up prefixing all keyword urls | sky@chromium.org | 2009-06-15 | 1 | -6/+6 |
* | Remove the Menu object, converting all the remaining callers to use Menu2. I'... | ben@chromium.org | 2009-06-12 | 1 | -3/+3 |
* | Update result formatting for the search provider for the Omnibox2 popup. | ben@chromium.org | 2009-06-09 | 1 | -19/+70 |
* | Headers cleanup in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Hoist TrimHttpPrefix() so we only have one copy, not one per provider. | pkasting@chromium.org | 2009-05-29 | 1 | -24/+2 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Fixes bug in search provider. It wasn't setting template_url and | sky@chromium.org | 2009-05-04 | 1 | -0/+4 |
* | Searching by keyword now generates a visit against the site with a | sky@chromium.org | 2009-04-27 | 1 | -1/+2 |
* | A basic search provider unit test. This tests asserts a handful of things: | sky@chromium.org | 2009-04-23 | 1 | -9/+23 |
* | This CL fix issue 2674 - search engine name containing parenthesis is not dis... | xji@chromium.org | 2009-04-21 | 1 | -2/+3 |
* | Makes the omnibox show past searches and suggestions for keywords. | sky@chromium.org | 2009-04-14 | 1 | -123/+272 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | revert broken change 10833 | nsylvain@chromium.org | 2009-03-03 | 1 | -2/+1 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -1/+2 |
* | Revert dsh's change 10818 | nsylvain@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | Port DictionaryValue to use string16 instead of wstring. | dsh@google.com | 2009-03-03 | 1 | -1/+1 |
* | Misc formatting / cleanup in the autocomplete code. | deanm@chromium.org | 2009-02-27 | 1 | -17/+18 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 1 | -1/+3 |
* | Some cleanups in response to brettw's comments to r10277. | jhawkins@chromium.org | 2009-02-24 | 1 | -2/+0 |
* | Make autocomplete.cc and dependencies compile on Posix. | jhawkins@chromium.org | 2009-02-24 | 1 | -3/+7 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -2/+1 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+2 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |