summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+1
* Add an API to manipulate the browser action badge.aa@chromium.org2009-10-031-0/+4
* Add chrome.browserAction.setName and .setIcon.mpcomplete@chromium.org2009-10-011-0/+8
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-181-0/+5
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-111-0/+10
* Added chrome.i18n extension API.xji@chromium.org2009-09-091-0/+6
* more bookmark tests, plus fix a couple of API bugserikkay@chromium.org2009-09-011-2/+2
* Add browser tests for extensions tab API.asargent@chromium.org2009-09-011-0/+2
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-2/+2
* Implement granular cross-origin XHR for extensions.aa@chromium.org2009-08-231-1/+3
* An initial pass at structure to do end-to-end extension API tests. I'll work...erikkay@chromium.org2009-08-171-3/+12
* remove some unneeded DCHECKs (from an earlier review comment you made)erikkay@chromium.org2009-08-141-5/+1
* I have taken over this patch, original authored by Adam Hunter (adamhunter).rafaelw@chromium.org2009-08-131-0/+2
* Add module-level permissions to extensions.mpcomplete@chromium.org2009-08-071-1/+11
* mole API - take 2erikkay@chromium.org2009-08-041-0/+18
* Rolling back change 22245.chrome-bot@google.com2009-08-021-18/+0
* mole expand/collapse API, callable from a toolstrip for manual operationerikkay@chromium.org2009-08-011-0/+18
* Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem...rafaelw@chromium.org2009-07-241-1/+1
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-4/+1
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-161-0/+2
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-161-2/+2
* Retrying this patch. This was already reviewed by mpcomplete and thefinnur@chromium.org2009-07-151-0/+6
* Reverting 20714.finnur@chromium.org2009-07-151-6/+0
* EFD now notifies EPM of renderviews created, which in turn notifies the rende...finnur@chromium.org2009-07-151-0/+6
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-0/+2
* Make the API to open a message channel symmetric, so it works the same whethe...mpcomplete@chromium.org2009-07-091-6/+3
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-3/+11
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-221-0/+2
* Make AsyncExtensionFunction possible.mpcomplete@google.com2009-06-051-5/+8
* make extension apis tolerate browser absence during start-up & shutdownrafaelw@chromium.org2009-06-041-10/+9
* Separate out the string constants used for extension API functionaa@chromium.org2009-05-261-23/+42
* First step to enable end-to-end testing of extensions through theaa@chromium.org2009-05-151-48/+60
* Revert "Revert "implemented extensions api windows.update().""aa@chromium.org2009-05-141-0/+1
* Revert "implemented extensions api windows.update()."aa@chromium.org2009-05-141-1/+0
* implemented extensions api windows.update().rafaelw@chromium.org2009-05-141-0/+1
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-7/+11
* Make background pages work more nicely with the tabs API.aa@chromium.org2009-05-071-2/+9
* Add inspect links for all active views in chrome://extensions.aa@chromium.org2009-05-071-0/+8
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-051-4/+12
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-2/+7
* Implement removeWindow, onWindowCreated, onWindowRemoved.rafaelw@chromium.org2009-04-301-0/+1
* more extensions bookmarks changes:* add schema verification* add unit tests f...erikkay@google.com2009-04-291-0/+4
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+3
* No code change, just converting CRLF to LF to prevent changesfinnur@chromium.org2009-04-241-156/+156
* Pass the ExtensionID to the ExtensionFunctionDispatcher.finnur@chromium.org2009-04-241-3/+5
* A subset of the bookmarks API- missing events- missing unit tests- missing ab...erikkay@google.com2009-04-171-120/+154
* added windows.getWindows() and tabs.moveTab()rafaelw@chromium.org2009-04-171-0/+2
* Flesh out more extensions tab api (added getTab, removeTab, updateTab)rafaelw@chromium.org2009-04-101-0/+3
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+115