| Commit message (Expand) | Author | Age | Files | Lines |
* | WebUI: Rename ExtensionDOMUI to ExtensionWebUI. | tfarina@chromium.org | 2011-02-05 | 1 | -106/+0 |
* | Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "... | pkasting@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2010-11-09 | 1 | -1/+1 |
* | Coverity: Fix bad overrides. | jhawkins@chromium.org | 2010-11-06 | 1 | -1/+0 |
* | Some code in the ExtensionDOMUI was relying on the fact that we were creating... | jcivelli@chromium.org | 2010-10-25 | 1 | -0/+3 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -6/+4 |
* | Partial clone of the following CL: http://codereview.chromium.org/3013045/show | twiz@google.com | 2010-09-10 | 1 | -1/+3 |
* | Reland r57788 - Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-31 | 1 | -1/+2 |
* | Remove attempt to be smart about where to open navigations | aa@chromium.org | 2010-08-21 | 1 | -1/+5 |
* | Initial version of chrome.experimental.sidebar extension API. | brettw@chromium.org | 2010-08-19 | 1 | -5/+2 |
* | Remove wchar_t* methods from prefs. | viettrungluu@chromium.org | 2010-08-12 | 1 | -1/+1 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -2/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Extensions: Resize favicons to 16x16. | arv@chromium.org | 2010-07-14 | 1 | -2/+5 |
* | Update extension functions to always pass a list of arguments, even when one ... | arv@chromium.org | 2010-05-21 | 1 | -1/+1 |
* | Add ExtensionFunctionDispatcher::Delegate::GetAssociatedTabContents. | rafaelw@chromium.org | 2010-04-15 | 1 | -1/+1 |
* | Fix bug that caused us to have many duplicate registrations | aa@chromium.org | 2010-04-14 | 1 | -0/+2 |
* | Add calling frame's source_url to extension and dom ui requests. | rafaelw@chromium.org | 2010-04-02 | 1 | -0/+1 |
* | Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In... | aa@chromium.org | 2010-03-24 | 1 | -5/+3 |
* | Initial support for inspecting extension popups. | rafaelw@chromium.org | 2010-03-17 | 1 | -4/+0 |
* | Show favicons for extensions. | arv@chromium.org | 2010-03-12 | 1 | -0/+4 |
* | Add command line option to use a tabbed bookmark manager. | arv@chromium.org | 2010-03-03 | 1 | -0/+1 |
* | Allow users to enable extensions in incognito. Requires | mpcomplete@chromium.org | 2010-02-25 | 1 | -1/+2 |
* | Bookmark Manager Drag and Drop backend. | arv@chromium.org | 2010-02-20 | 1 | -2/+13 |
* | CL implementing focus-dismissal of the chrome.experimental.popup set of exten... | twiz@chromium.org | 2010-02-10 | 1 | -0/+1 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 1 | -1/+3 |
* | Refactoring of the chrome.experimental.popup API implementation to allow disp... | twiz@google.com | 2009-11-16 | 1 | -0/+9 |
* | Fix chrome_url_overides to work with packed extensions. | erikkay@chromium.org | 2009-10-17 | 1 | -3/+4 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+1 |
* | override chrome:// URLs via extensions. | erikkay@chromium.org | 2009-08-28 | 1 | -0/+34 |
* | Don't create an ExtensionDOMUI for urls with invalid extension IDs. | mpcomplete@chromium.org | 2009-07-27 | 1 | -0/+4 |
* | Fix for bug where we would not create ExtensionFunctionDispatcher | aa@chromium.org | 2009-07-16 | 1 | -0/+1 |
* | In this episode, we implement the DOMUI interface for extension views that ar... | aa@chromium.org | 2009-07-01 | 1 | -0/+33 |