summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function.cc
Commit message (Expand)AuthorAgeFilesLines
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-5/+3
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+8
* Move GetExtension() from ExtensionFunctionDispatcher to ExtensionFunction.rafaelw@chromium.org2010-04-081-10/+0
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-081-1/+8
* Add ExtensionsQuotaService to limit abusive amounts of requeststim@chromium.org2009-12-041-1/+1
* Fix memory leak in AsyncExtensionFunction.mpcomplete@chromium.org2009-11-101-2/+2
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-2/+2
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-13/+2
* Make AsyncExtensionFunction possible.mpcomplete@google.com2009-06-051-4/+8
* Fix a crash in the extension system when sending response back to extension w...finnur@chromium.org2009-05-181-2/+4
* First step to enable end-to-end testing of extensions through theaa@chromium.org2009-05-151-3/+26
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-8/+1
* Pass the ExtensionID to the ExtensionFunctionDispatcher.finnur@chromium.org2009-04-241-0/+4
* A subset of the bookmarks API- missing events- missing unit tests- missing ab...erikkay@google.com2009-04-171-1/+10
* Check that the ExtensionFunction has a callback for attempting to send a resp...rafaelw@chromium.org2009-04-091-1/+3
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+16