| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded browser_process.h includes. | thestig@chromium.org | 2010-12-05 | 1 | -1/+0 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-12-05 | 1 | -0/+1 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Fixes bug in SearchProvider. | sky@chromium.org | 2010-11-24 | 1 | -3/+1 |
* | Makes committing the suggested text only update the default search | sky@chromium.org | 2010-11-24 | 1 | -4/+56 |
* | Makes search provider honor inline autocomplete. | sky@chromium.org | 2010-11-15 | 1 | -1/+2 |
* | Tweaks the ranking of past searches so they get autocompleted. | sky@chromium.org | 2010-11-09 | 1 | -5/+19 |
* | Makes SearchProvider use the in memory db for results. | sky@chromium.org | 2010-11-04 | 1 | -77/+27 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | [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 |