| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new search engine logos to template url data. This CL also reorganizes t... | mirandac@google.com | 2010-07-28 | 4 | -45/+400 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 9 | -0/+9 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 1 | -2/+4 |
* | Fix memory leak in unit test | cpu@chromium.org | 2010-07-17 | 1 | -4/+4 |
* | Add a PrefStore for loading prefs from command-line switches. | pam@chromium.org | 2010-07-16 | 1 | -5/+2 |
* | Allow the default search providers to be specified by the preferences files, | cpu@chromium.org | 2010-07-13 | 4 | -32/+157 |
* | Add support for omnibox.onInputStarted and onInputCancelled. | mpcomplete@chromium.org | 2010-07-02 | 1 | -4/+8 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 17 | -325/+323 |
* | Add UMA logging of search engine selection position when the search engine lo... | mirandac@google.com | 2010-06-28 | 1 | -0/+12 |
* | Mac: First run bubble. | thakis@chromium.org | 2010-06-26 | 2 | -0/+43 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 1 | -1/+2 |
* | Pref service strings should be std::string. | estade@chromium.org | 2010-06-18 | 1 | -5/+5 |
* | Link with RLZ library from open source repo. | rogerta@google.com | 2010-06-10 | 3 | -6/+5 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 6 | -10/+10 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 2 | -14/+16 |
* | First pass at experimental omnibox API. There are plenty of rough edges and f... | mpcomplete@chromium.org | 2010-05-28 | 5 | -12/+116 |
* | Allow for non-HTTP schemes in URLs to OSDD entries. | jochen@chromium.org | 2010-05-27 | 1 | -2/+7 |
* | Always ask the user when adding a search engine from JS. | jochen@chromium.org | 2010-05-25 | 1 | -6/+10 |
* | Only attempt once to autogenerate a keyword for search engines. | jochen@chromium.org | 2010-05-14 | 2 | -3/+12 |
* | Linux: fix compilation error with gcc 4.5. | craig.schlenter@chromium.org | 2010-05-11 | 3 | -18/+15 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Remove/update a bunch of references to the Google-internal bug tracker. | evan@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Use GetDisplayStringInLTRDirectionality() in more places to simplify code. | pkasting@chromium.org | 2010-05-05 | 1 | -8/+3 |
* | Fix various uses of release() that did not check its value | estade@chromium.org | 2010-05-04 | 1 | -7/+7 |
* | 1. Add more search engine types. | mirandac@chromium.org | 2010-04-20 | 3 | -6/+26 |
* | Add UMA calls to record search engine choice during first run. | mirandac@chromium.org | 2010-04-16 | 2 | -0/+48 |
* | Change prepopulated search engines to reflect new data. | mirandac@chromium.org | 2010-04-15 | 1 | -25/+65 |
* | UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure. | evan@chromium.org | 2010-03-23 | 2 | -4/+8 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 2 | -6/+8 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Change so that the extension favicon is read on the UI thread since extension... | arv@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 2 | -2/+2 |
* | BSD port: Another chunk of chrome/ ifdef changes | pvalchev@google.com | 2010-03-09 | 1 | -1/+1 |
* | chrome 6: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 5 | -8/+15 |
* | The search terms escaping respect forward slash: it is not escaped if the rep... | brettw@chromium.org | 2010-03-02 | 2 | -30/+40 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 3 | -3/+3 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 2 | -0/+2 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2010-02-09 | 1 | -0/+1 |
* | A few miscellaneous changes in the Template URL Prepopulate area: | pkasting@chromium.org | 2010-02-01 | 2 | -47/+54 |
* | Removed restriction for {} so that javascript blocks can be used in the url. | avayvod@chromium.org | 2010-01-21 | 3 | -15/+104 |
* | The search terms are escaped using + or %20 for space depending on whether re... | avayvod@google.com | 2010-01-15 | 2 | -13/+42 |
* | Lands http://codereview.chromium.org/545058 for Dmitry: | sky@chromium.org | 2010-01-15 | 1 | -5/+16 |
* | Lands http://codereview.chromium.org/551010 for avayvod: | sky@chromium.org | 2010-01-14 | 1 | -1/+7 |
* | Fix leak from cl 524003 (Change WDS to use the DB thread...) | skrul@chromium.org | 2010-01-04 | 1 | -6/+19 |
* | Revert 35339 - Change WDS to use the DB thread rather than its own thread. | michaeln@google.com | 2009-12-29 | 1 | -13/+5 |
* | Change WDS to use the DB thread rather than its own thread. | skrul@chromium.org | 2009-12-29 | 1 | -5/+13 |
* | Fixes two related bugs: | sky@chromium.org | 2009-12-18 | 3 | -6/+31 |
* | Remove IsPrefRegistered function from PrefService API and fix the callers to | tony@chromium.org | 2009-12-07 | 1 | -1/+1 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-12-02 | 2 | -0/+2 |