| Commit message (Expand) | Author | Age | Files | Lines |
* | Save image search URLs and post parameters of all search URLs into perf, web_... | jnd@chromium.org | 2013-07-31 | 1 | -1/+61 |
* | The CL is a follow-up on https://codereview.chromium.org/18763004/ | vasilii@chromium.org | 2013-07-31 | 1 | -1/+2 |
* | importer: Allow chrome to import internal chrome pages (i.e, chrome:// and ab... | tfarina@chromium.org | 2013-07-27 | 1 | -1/+1 |
* | Reset Profile: clear and repopulate extension search engines. | vasilii@chromium.org | 2013-07-22 | 1 | -33/+75 |
* | New UMA counter for ProfileReset button, | vasilii@chromium.org | 2013-07-12 | 1 | -4/+7 |
* | Support image search URL in TemplateURL. | jnd@chromium.org | 2013-07-12 | 1 | -1/+4 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | [Sync] Add support for sync Persistence Errors | zea@chromium.org | 2013-07-02 | 1 | -2/+4 |
* | Add --extra-search-query-params, which allows testers to pass additional query | pkasting@chromium.org | 2013-07-02 | 1 | -1/+6 |
* | Misc. cleanup: | pkasting@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | Use a direct include of time headers in chrome/browser/, part 7. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | The reset profile button should force a Google URL re-check. | pkasting@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of strings headers in chrome/browser/r*-s*/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Fix memory leak in TemplateURLService::ResetNonExtensionURLs | Samusaaron3@gmail.com | 2013-06-08 | 1 | -9/+16 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Modify extension omnibox keywords to be user-configurable | Samusaaron3@gmail.com | 2013-06-04 | 1 | -77/+35 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | New methods allow to | vasilii@chromium.org | 2013-05-29 | 1 | -96/+165 |
* | Remove references to Profile from browser_context_keyed_service. | phajdan.jr@chromium.org | 2013-05-22 | 1 | -1/+1 |
* | Fix memory leaks in tests caused by not tearing down TemplateUrlService corre... | caitkp@google.com | 2013-04-17 | 1 | -1/+3 |
* | Cancel pending requests for TemplateURLs in Shutdown, instead of dtor. | caitkp@google.com | 2013-04-16 | 1 | -6/+12 |
* | Remove unused BuildQueryTerms from TemplateURLService. | beaudoin@chromium.org | 2013-04-06 | 1 | -32/+0 |
* | Ensure TemplateURLService::UpdateKeywordSearchTermsForURL takes alternate_url... | beaudoin@chromium.org | 2013-04-03 | 1 | -30/+5 |
* | Remove some dependencies on WebDataServiceFactory and WebDatabaseServiceFactory | caitkp@chromium.org | 2013-03-13 | 1 | -3/+2 |
* | Don't log anything if the user has a NULL default search provider. | beaudoin@chromium.org | 2013-03-04 | 1 | -5/+8 |
* | Possible fix for crasher, added null-check for default_search_provider_. | beaudoin@chromium.org | 2013-03-02 | 1 | -1/+2 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Added histogram to log the user's default search engine. | beaudoin@chromium.org | 2013-02-26 | 1 | -1/+13 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | This patch ensures that whenever a sync operation in TemplateURLService adds ... | beaudoin@chromium.org | 2013-02-05 | 1 | -5/+30 |
* | history: Rename history.h to history_service.h | tfarina@chromium.org | 2013-01-25 | 1 | -1/+1 |
* | Add search_terms_replacement_key field to TemplateURL. | beaudoin@chromium.org | 2013-01-03 | 1 | -3/+15 |
* | Remove the protector service. | ivankr@chromium.org | 2012-12-14 | 1 | -52/+1 |
* | SupportsUserData and manifest handlers for Extension; use them for the Omnibo... | yoz@chromium.org | 2012-12-12 | 1 | -40/+15 |
* | Remove GetExtensionService calls and replace with PKSF calls through the Exte... | mirandac@chromium.org | 2012-11-30 | 1 | -1/+3 |
* | [Sync] Track SearchEngine's merge results | zea@chromium.org | 2012-11-28 | 1 | -3/+16 |
* | Remove PrefObserver usages, batch 11. | joi@chromium.org | 2012-11-21 | 1 | -4/+6 |
* | [base] Move AutoReset to base namespace. | dbeam@chromium.org | 2012-11-21 | 1 | -8/+8 |
* | [Sync] Have MergeDataAndStartSyncing return a SyncMergeResult | zea@chromium.org | 2012-11-17 | 1 | -6/+7 |
* | Add dedicated thread for RLZ I/O instead of blocking | ivankr@chromium.org | 2012-11-16 | 1 | -3/+0 |
* | Establish /extensions directory and move URLPattern there. | aa@chromium.org | 2012-11-13 | 1 | -1/+2 |
* | Remove content::NotificationObserver dependency from most Prefs code. | joi@chromium.org | 2012-11-01 | 1 | -21/+23 |
* | mac: Fix regression in sending rlz parameters | thakis@chromium.org | 2012-10-31 | 1 | -1/+1 |
* | Fix a DCHECK that cropped up after http://codereview.chromium.org/11198074/ . | pkasting@chromium.org | 2012-10-30 | 1 | -3/+5 |
* | Introduces a search term extraction mechanism working for arbitrary search pr... | beaudoin@chromium.org | 2012-10-09 | 1 | -1/+20 |
* | Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch... | pkasting@chromium.org | 2012-10-06 | 1 | -1/+1 |
* | Rework arguments of HistoryService::AddPage() | akalin@chromium.org | 2012-09-21 | 1 | -2/+4 |
* | Add a histogram to track deletes on synced search engines. | stevet@chromium.org | 2012-08-27 | 1 | -0/+18 |
* | Log the number of search engine keyword duplicates. | stevet@chromium.org | 2012-08-21 | 1 | -0/+25 |