summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function.cc
Commit message (Expand)AuthorAgeFilesLines
* 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