summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert r92730, r92731, r92732 ... will land again once I ensure the win build...dpranke@chromium.org2011-07-151-2/+1
* This change will split the result codes between content and chrome.dpranke@chromium.org2011-07-151-1/+2
* Get rid of the ProfileId. It was added for ceee. I reverted the original chan...jam@chromium.org2011-07-131-1/+1
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-4/+4
* Handle extension webrequest API on the IO thread. This speeds up blocking eventmpcomplete@chromium.org2011-06-091-22/+69
* Fix clang compile error.mpcomplete@chromium.org2011-05-261-0/+9
* Split UI-specific bits off ExtensionFunction into a separate class.mpcomplete@chromium.org2011-05-261-38/+52
* Re-land r84928: Move EFD to ExtensionTabHelper.aa@chromium.org2011-05-131-5/+51
* Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"aa@chromium.org2011-05-121-51/+5
* Re-land r84928: Move ExtensionFunctionDispatcher toaa@chromium.org2011-05-111-5/+51
* Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""aa@chromium.org2011-05-111-51/+5
* Revert "Looks like this introduced leaks in sync ui tests. Sigh."aa@chromium.org2011-05-111-5/+51
* Looks like this introduced leaks in sync ui tests. Sigh.aa@chromium.org2011-05-111-51/+5
* Move ExtensionFunctionDispatcher to ExtensionTabHelper. Thisaa@chromium.org2011-05-111-5/+51
* Made return types of various Value::DeepCopy() implementations more specificakalin@chromium.org2011-01-181-1/+1
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-2/+2
* Move:ben@chromium.org2010-12-021-1/+1
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-1/+1
* Coverity: Initialize data members in constructor.jhawkins@chromium.org2010-10-051-1/+2
* Coverity: Fix a collection of uninitialized member variables, mostly in exten...finnur@chromium.org2010-07-231-1/+4
* Move implementation from header to source.erg@chromium.org2010-07-151-0/+37
* 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