| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an experimental bookmark manager API to extensions. | arv@chromium.org | 2010-01-14 | 1 | -0/+7 |
* | Adds bookmarks.getRecent that returns the recently bookmarked items. | arv@chromium.org | 2009-12-18 | 1 | -0/+1 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 1 | -0/+20 |
* | Add ExtensionsQuotaService to limit abusive amounts of requests | tim@chromium.org | 2009-12-04 | 1 | -1/+12 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Refactoring of the chrome.experimental.popup API implementation to allow disp... | twiz@google.com | 2009-11-16 | 1 | -0/+17 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -1/+1 |
* | Disabled extensions should be uninstallable. | finnur@chromium.org | 2009-11-10 | 1 | -1/+1 |
* | Submitting change from http://codereview.chromium.org/276029/show | mad@chromium.org | 2009-11-03 | 1 | -0/+4 |
* | Implement the Extension History API, v 0.1.The first version is a weak wrappe... | brg@chromium.com | 2009-10-30 | 1 | -0/+9 |
* | Remove pageAction setXXXBadge functions. | rafaelw@chromium.org | 2009-10-24 | 1 | -3/+0 |
* | Implement new page action API. | mpcomplete@chromium.org | 2009-10-16 | 1 | -0/+7 |
* | Update browser actions api to be like new design doc. | aa@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | Small cleanup to extension function registration to avoid scattered definitions. | mpcomplete@chromium.org | 2009-10-14 | 1 | -86/+44 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+1 |
* | Add an API to manipulate the browser action badge. | aa@chromium.org | 2009-10-03 | 1 | -0/+4 |
* | Add chrome.browserAction.setName and .setIcon. | mpcomplete@chromium.org | 2009-10-01 | 1 | -0/+8 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -0/+5 |
* | Don't allow updating tabs to javascript URLs without host | aa@chromium.org | 2009-09-11 | 1 | -0/+10 |
* | Added chrome.i18n extension API. | xji@chromium.org | 2009-09-09 | 1 | -0/+6 |
* | more bookmark tests, plus fix a couple of API bugs | erikkay@chromium.org | 2009-09-01 | 1 | -2/+2 |
* | Add browser tests for extensions tab API. | asargent@chromium.org | 2009-09-01 | 1 | -0/+2 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -2/+2 |
* | Implement granular cross-origin XHR for extensions. | aa@chromium.org | 2009-08-23 | 1 | -1/+3 |
* | An initial pass at structure to do end-to-end extension API tests. I'll work... | erikkay@chromium.org | 2009-08-17 | 1 | -3/+12 |
* | remove some unneeded DCHECKs (from an earlier review comment you made) | erikkay@chromium.org | 2009-08-14 | 1 | -5/+1 |
* | I have taken over this patch, original authored by Adam Hunter (adamhunter). | rafaelw@chromium.org | 2009-08-13 | 1 | -0/+2 |
* | Add module-level permissions to extensions. | mpcomplete@chromium.org | 2009-08-07 | 1 | -1/+11 |
* | mole API - take 2 | erikkay@chromium.org | 2009-08-04 | 1 | -0/+18 |
* | Rolling back change 22245. | chrome-bot@google.com | 2009-08-02 | 1 | -18/+0 |
* | mole expand/collapse API, callable from a toolstrip for manual operation | erikkay@chromium.org | 2009-08-01 | 1 | -0/+18 |
* | Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schem... | rafaelw@chromium.org | 2009-07-24 | 1 | -1/+1 |
* | Changed the extension.connect() API not to broadcast to all tabs. Added a | mpcomplete@chromium.org | 2009-07-20 | 1 | -4/+1 |
* | First step in abstracting extension api to common/shared "IDL" files (jsonsch... | rafaelw@chromium.org | 2009-07-16 | 1 | -0/+2 |
* | Change getLanguage to detectLanguage, and incorporate corresponding changes, ... | sidchat@google.com | 2009-07-16 | 1 | -2/+2 |
* | Retrying this patch. This was already reviewed by mpcomplete and the | finnur@chromium.org | 2009-07-15 | 1 | -0/+6 |
* | Reverting 20714. | finnur@chromium.org | 2009-07-15 | 1 | -6/+0 |
* | EFD now notifies EPM of renderviews created, which in turn notifies the rende... | finnur@chromium.org | 2009-07-15 | 1 | -0/+6 |
* | Add getLanguage function to tab extension. | sidchat@google.com | 2009-07-10 | 1 | -0/+2 |
* | Make the API to open a message channel symmetric, so it works the same whethe... | mpcomplete@chromium.org | 2009-07-09 | 1 | -6/+3 |
* | In this episode, we implement the DOMUI interface for extension views that ar... | aa@chromium.org | 2009-07-01 | 1 | -3/+11 |
* | Adding the ability to remove page actions.BUG=NoneTEST=unit test. | finnur@chromium.org | 2009-06-22 | 1 | -0/+2 |
* | Make AsyncExtensionFunction possible. | mpcomplete@google.com | 2009-06-05 | 1 | -5/+8 |
* | make extension apis tolerate browser absence during start-up & shutdown | rafaelw@chromium.org | 2009-06-04 | 1 | -10/+9 |
* | Separate out the string constants used for extension API function | aa@chromium.org | 2009-05-26 | 1 | -23/+42 |
* | First step to enable end-to-end testing of extensions through the | aa@chromium.org | 2009-05-15 | 1 | -48/+60 |
* | Revert "Revert "implemented extensions api windows.update()."" | aa@chromium.org | 2009-05-14 | 1 | -0/+1 |
* | Revert "implemented extensions api windows.update()." | aa@chromium.org | 2009-05-14 | 1 | -1/+0 |