summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/blacklist.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in extens...jyasskin@chromium.org2014-03-291-8/+8
* Move ExtensionPrefs and friends to extensions/ directory.derat@chromium.org2014-01-221-1/+1
* Manage all the testing classes for Blacklist in TestBlacklist.oleg@chromium.org2014-01-101-0/+4
* BUG=267514oleg@chromium.org2013-12-171-10/+53
* Extend blacklist to support different typed of blacklisted extensions.oleg@chromium.org2013-10-301-8/+94
* Delete the omahaproxy-backed extension blacklist and clear its entries from thekalman@chromium.org2013-09-241-80/+14
* Revert r224680: "Delete the omahaproxy-backed extension blacklist"mkwst@chromium.org2013-09-231-14/+80
* Delete the omahaproxy-backed extension blacklist and clear its entries from thekalman@chromium.org2013-09-231-80/+14
* test IWYU fixups for basemostynb@opera.com2013-09-031-0/+1
* [CleanUp] Use base::STLSetDifference in place of std::set_differenceHokein.Wu@gmail.com2013-08-231-10/+7
* Silently install blacklisted extensions from auto-install locations (sync,kalman@chromium.org2013-07-311-2/+2
* Updates some includes of chrome_notification_types.hjam@chromium.org2013-07-111-1/+1
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-3/+2
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-5/+5
* Fix "linux_redux" build.digit@chromium.org2013-02-181-0/+2
* Sanity tweaks to the extension blacklist:kalman@chromium.org2013-02-121-0/+19
* 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/+2
* Add an extension blacklist safebrowsing store and use it inkalman@chromium.org2013-02-021-7/+181
* Reland 171079, as it wasn't the CL that caused the perf regressionakalin@chromium.org2012-12-061-7/+38
* Revert 171079 - investigating perf regression.kalman@chromium.org2012-12-061-38/+7
* Make Blacklist::IsBlacklist asynchronous (it will need to be for safekalman@chromium.org2012-12-041-7/+38
* Pull extension blacklist and policy logic out of ExtensionPrefs and into twokalman@chromium.org2012-11-151-0/+61