| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly integrate StoragePartition into TestingProfile. | ajwong@chromium.org | 2013-07-23 | 1 | -101/+44 |
* | Use a direct include of the message_loop header in chrome/browser/, part 10. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -4/+4 |
* | Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific. | joi@chromium.org | 2013-02-12 | 1 | -1/+1 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -1/+2 |
* | Remove content->app dependency in template_url_prepopulate_data.cc. | pliard@chromium.org | 2012-07-05 | 1 | -0/+5 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Add a Profile* member to TemplateURL. This makes some invocations of Replace... | pkasting@chromium.org | 2012-04-23 | 1 | -1/+1 |
* | Enforce that TemplateURLs' URLs cannot be empty. | pkasting@chromium.org | 2012-04-19 | 1 | -3/+3 |
* | Adjust calling conventions for SetGoogleBaseURL() functions: | pkasting@chromium.org | 2012-04-11 | 1 | -2/+2 |
* | Reland r131019: Move most TemplateURL data members to a new struct, TemplateU... | pkasting@chromium.org | 2012-04-07 | 1 | -4/+5 |
* | Revert 131019 - This caused memory tests to fail on all the perf bots. | kerz@chromium.org | 2012-04-06 | 1 | -5/+4 |
* | Move most TemplateURL data members to a new struct, TemplateURLData. This al... | pkasting@chromium.org | 2012-04-05 | 1 | -4/+5 |
* | Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ... | pkasting@chromium.org | 2012-03-29 | 1 | -1/+1 |
* | Misc. small cleanups to minimize TemplateURL refactoring diffs: | pkasting@chromium.org | 2012-03-22 | 1 | -1/+1 |
* | Clean up chrome/browser/search_engines/: | pkasting@chromium.org | 2012-03-16 | 1 | -78/+93 |
* | Remove DeleteTask and convert remaining users. | dcheng@chromium.org | 2012-01-02 | 1 | -3/+1 |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 1 | -1/+1 |
* | base::Bind() conversion for chrome/browser/search_engines | dcheng@chromium.org | 2011-11-16 | 1 | -4/+3 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -5/+5 |
* | Move more files from chrome/test to chrome/test/base, part #5 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -4/+4 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 1 | -8/+8 |
* | 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-09 | 1 | -3/+3 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-19 | 1 | -9/+10 |
* | Revert 71485 - Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -10/+9 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -9/+10 |
* | Sanitize PrefStore interface. | mnissler@chromium.org | 2010-12-09 | 1 | -5/+5 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Fix TemplateURLFetcher test. | levin@chromium.org | 2010-10-07 | 1 | -19/+14 |
* | Rename ChromeThread to BrowserThread Part4: | tfarina@chromium.org | 2010-10-07 | 1 | -4/+4 |
* | Allow the default search provider to be specified via group policy. Also all... | jeanluc@google.com | 2010-10-05 | 1 | -0/+53 |
* | Add support for Google base URL to SearchProviderInstallData. | levin@chromium.org | 2010-09-17 | 1 | -1/+53 |
* | Fix race in SearchProviderInstallDataTest (must delete SearchProviderInstallD... | levin@chromium.org | 2010-09-17 | 1 | -7/+19 |
* | Implement SearchProviderInstallData. | levin@chromium.org | 2010-09-17 | 1 | -0/+201 |