| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Remove a few SkBitmap instances (and other headers that were next to th... | erg@google.com | 2010-08-18 | 1 | -0/+1 |
* | Convert GetDisplayStringInLTRDirectionality from wstring to string16. | tony@chromium.org | 2010-08-18 | 1 | -3/+3 |
* | Ensure that logos are always shown in search engine dialog when available. | mirandac@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | Fix problem of identical search engine logos + names in search engine dialog. | mirandac@chromium.org | 2010-08-16 | 2 | -9/+12 |
* | Remove deprecated wstring Get(As)String() methods from Value, etc. | viettrungluu@chromium.org | 2010-08-16 | 1 | -17/+21 |
* | FBTF: Forward declare everything possible in testing_profile.h | erg@google.com | 2010-08-13 | 2 | -0/+6 |
* | Fix for issue 51693, which was a regression from integrating the open source | rogerta@google.com | 2010-08-13 | 3 | -3/+5 |
* | rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I) | pvalchev@google.com | 2010-08-06 | 1 | -1/+1 |
* | Allow search engine dialog to have only two choices (Vietnam and Iran have on... | mirandac@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | Remove a deprecated wstring ToLower function. | tony@chromium.org | 2010-08-04 | 2 | -2/+2 |
* | Remove usage of GetSwitchValue for most of chrome/browser/. | evan@chromium.org | 2010-08-04 | 1 | -4/+4 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 2 | -10/+17 |
* | Add undeclared virtual destructors part 3 | ziadh@chromium.org | 2010-07-30 | 2 | -0/+6 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 2 | -4/+6 |
* | 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 |