| Commit message (Expand) | Author | Age | Files | Lines |
* | Partial clone of the following CL: http://codereview.chromium.org/3013045/show | twiz@google.com | 2010-09-10 | 1 | -1/+1 |
* | Reland r57788 - Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-31 | 1 | -1/+3 |
* | Revert 57788 - Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-28 | 1 | -3/+1 |
* | Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-28 | 1 | -1/+3 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 1 | -2/+2 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -5/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Update extension functions to always pass a list of arguments, even when one ... | arv@chromium.org | 2010-05-21 | 1 | -2/+2 |
* | Include App pages in chrome://extensions "active views" list. | rafaelw@chromium.org | 2010-05-03 | 1 | -3/+0 |
* | Add ExtensionFunctionDispatcher::Delegate::GetAssociatedTabContents. | rafaelw@chromium.org | 2010-04-15 | 1 | -0/+7 |
* | Move GetExtension() from ExtensionFunctionDispatcher to ExtensionFunction. | rafaelw@chromium.org | 2010-04-08 | 1 | -4/+0 |
* | Add calling frame's source_url to extension and dom ui requests. | rafaelw@chromium.org | 2010-04-02 | 1 | -1/+1 |
* | Re-land 42631: The problem was that notifications aren't implemented on linux... | aa@chromium.org | 2010-03-25 | 1 | -3/+11 |
* | Revert 42631 as it seems to have broken browser tests on linux_views. | aa@chromium.org | 2010-03-25 | 1 | -11/+3 |
* | Finish wiring up notifications in extensions. | aa@chromium.org | 2010-03-25 | 1 | -3/+11 |
* | Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In... | aa@chromium.org | 2010-03-24 | 1 | -28/+21 |
* | Initial support for inspecting extension popups. | rafaelw@chromium.org | 2010-03-17 | 1 | -5/+0 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | extensions_ui: update "active views" for popups & TabContents | rafaelw@chromium.org | 2010-03-05 | 1 | -0/+5 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -2/+7 |
* | Give classes with virtual methods virtual protected d'tors instead of non-vir... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+3 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 1 | -1/+13 |
* | Refactoring of the chrome.experimental.popup API implementation to allow disp... | twiz@google.com | 2009-11-16 | 1 | -3/+14 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+2 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -0/+6 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -6/+0 |
* | Sixth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -0/+6 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+2 |
* | Don't allow updating tabs to javascript URLs without host | aa@chromium.org | 2009-09-11 | 1 | -0/+5 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -2/+0 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -0/+2 |
* | mole API - take 2 | erikkay@chromium.org | 2009-08-04 | 1 | -0/+6 |
* | Rolling back change 22245. | chrome-bot@google.com | 2009-08-02 | 1 | -6/+0 |
* | mole expand/collapse API, callable from a toolstrip for manual operation | erikkay@chromium.org | 2009-08-01 | 1 | -0/+6 |
* | In this episode, we implement the DOMUI interface for extension views that ar... | aa@chromium.org | 2009-07-01 | 1 | -3/+14 |
* | Reduce header dependencies in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-16 | 1 | -2/+0 |
* | Make AsyncExtensionFunction possible. | mpcomplete@google.com | 2009-06-05 | 1 | -0/+11 |
* | First step to enable end-to-end testing of extensions through the | aa@chromium.org | 2009-05-15 | 1 | -0/+19 |
* | FormatErrorMessage() functions are now publicly available from ExtensionError... | rafaelw@chromium.org | 2009-05-12 | 1 | -2/+2 |
* | Make background pages work more nicely with the tabs API. | aa@chromium.org | 2009-05-07 | 1 | -3/+10 |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 1 | -0/+7 |
* | Pass the ExtensionID to the ExtensionFunctionDispatcher. | finnur@chromium.org | 2009-04-24 | 1 | -1/+7 |
* | A subset of the bookmarks API- missing events- missing unit tests- missing ab... | erikkay@google.com | 2009-04-17 | 1 | -0/+8 |
* | Add more of the server-side plumbing for extension APIs. Also | aa@chromium.org | 2009-03-28 | 1 | -0/+37 |