summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extensions_quota_service_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/benwells@chromium.org2013-11-091-415/+0
* Update include paths in chrome/browser/ for base/process changes.rsesek@chromium.org2013-07-241-1/+1
* Use a direct include of the message_loop header in chrome/browser/, part 6.avi@chromium.org2013-07-181-1/+1
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-12/+12
* Use a direct include of strings headers in chrome/browser/extensions/, part 4.avi@chromium.org2013-06-101-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-62/+132
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-5/+8
* chrome/browser: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-171-1/+1
* Make all quota-exceeding messages in the storage API explain what the failurekalman@chromium.org2012-08-311-68/+78
* Move test_browser_thread.h from content\test to content\public\test. This way...jam@chromium.org2012-06-041-1/+1
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-0/+13
* Use Value objects instead of JSON strings in extension API response IPCs.asargent@chromium.org2012-04-201-1/+0
* Use chrome.windows.WINDOW_ID_CURRENT constant consistently in extension APIs.jstritar@chromium.org2012-01-131-10/+10
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+2
* base: Remove using declaration of FundamentalValue as it's no longer necessary.tfarina@chromium.org2011-08-111-9/+9
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Extend TTS extension API to support richer events returned from the enginedmazzoni@chromium.org2011-07-071-1/+2
* Split UI-specific bits off ExtensionFunction into a separate class.mpcomplete@chromium.org2011-05-261-0/+4
* Re-land r84928: Move EFD to ExtensionTabHelper.aa@chromium.org2011-05-131-1/+9
* Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"aa@chromium.org2011-05-121-9/+1
* Re-land r84928: Move ExtensionFunctionDispatcher toaa@chromium.org2011-05-111-1/+9
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-6/+5
* Fix leak reported in extensions_quota_service_unittest.cctim@chromium.org2009-12-041-6/+3
* Add ExtensionsQuotaService to limit abusive amounts of requeststim@chromium.org2009-12-041-0/+308