summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/browsing_data
Commit message (Expand)AuthorAgeFilesLines
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Remove Profile dependency from ExtensionFunctionbenwells@chromium.org2013-10-282-14/+14
* Move browsing data API functions registrations out of ExtensionFunctionRegistrysanjoy.pal@samsung.com2013-08-013-109/+112
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-121-1/+1
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-213-15/+17
* Mark ExtensionsBrowsingDataTest.BrowsingDataRemovalMask as FLAKY_.erikwright@chromium.org2013-06-191-1/+2
* Use a direct include of strings headers in chrome/browser/extensions/, part 1.avi@chromium.org2013-06-112-3/+3
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-022-10/+9
* Apply the pref that prohibits deleting browsing and download history.pam@chromium.org2013-02-153-137/+315
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-1/+1
* Add a method to the browsingData API to report the current UI data-type setti...pam@chromium.org2013-02-043-51/+334
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-13/+25
* Removed some dead code from the extensions APIssergiyb@google.com2012-11-201-4/+0
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-191-1/+1
* Browsing Data API: Added a browser test for short-cut functions.engedy@chromium.org2012-10-031-0/+41
* Fixed the browsingData API so that it now actually performs deletion of serve...engedy@chromium.org2012-10-033-25/+13
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-6/+0
* Fixed a typo that caused the "originTypes" option in the browsingData API to ...engedy@chromium.org2012-09-282-2/+2
* Move chrome/browser/plugin_* to chrome/browser/plugins/ibraaaa@google.com2012-09-201-2/+2
* Refactor BrowsingDataRemover creation for clarity.mkwst@chromium.org2012-09-041-2/+2
* Deal correctly with BrowsingData API calls during startup.mkwst@chromium.org2012-08-081-4/+6
* Valgrind: Clean up leaks in callers to extension_function_test_utils::RunFunc...thestig@chromium.org2012-08-011-10/+16
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* Move browsing_data_helper files into a separate directory.markusheintz@chromium.org2012-07-193-5/+5
* Added support for multiple parameters to Extension API callbacks.mtytel@chromium.org2012-07-121-6/+11
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* `chrome.browsingData` extension API can now remove data from protected origins.mkwst@chromium.org2012-06-144-18/+121
* Teaching BrowsingDataRemover how to delete application data.mkwst@chromium.org2012-06-041-1/+2
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-1/+1
* Disable ExtensionBrowsingDataTest.RemoveBrowsingDataAll, which has a use-afte...glider@chromium.org2012-05-041-1/+3
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-71/+60
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-203-11/+11
* Refactor folders in chrome/browser/extensions/apicduvall@chromium.org2012-03-183-0/+626