summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_bindings_apitest.cc
Commit message (Expand)AuthorAgeFilesLines
* Only set up lazy bindings for APIs that an extension has access to up-front,kalman@chromium.org2013-08-141-1/+9
* Don't override extension bindings that already exist, it causes event listenerskalman@chromium.org2013-08-091-0/+7
* Don't deregister the chrome.runtime API when an extension is unloaded.kalman@chromium.org2013-08-091-2/+33
* Remove internal APIs from the chrome objectcduvall@chromium.org2013-04-031-0/+6
* Update references to the extension messaging APIs and lastError to point tokalman@chromium.org2013-01-081-1/+1
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-2/+2
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-1/+1
* Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...mirandac@chromium.org2012-10-241-1/+2
* Move ExtensionHost into extensions namespacerdevlin.cronin@chromium.org2012-07-311-1/+1
* Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...jam@chromium.org2012-07-241-1/+2
* BUG=110235mitchellwrosen@chromium.org2012-06-151-1/+23
* Silently swallow exceptions in extension bindings callbacks.aa@chromium.org2011-12-031-0/+13