| Commit message (Expand) | Author | Age | Files | Lines |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Launch panels as popup windows in Aura, and add separate launcher icon logic ... | stevenjb@chromium.org | 2012-03-06 | 1 | -11/+24 |
* | Add support for multiple icon sizes for Mac platform apps | sail@chromium.org | 2012-03-03 | 1 | -4/+5 |
* | Support for 512px and 256px icons in extensions | mtytel@chromium.org | 2012-02-24 | 1 | -3/+3 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -1/+1 |
* | Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include... | joi@chromium.org | 2012-02-20 | 1 | -1/+1 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -1/+1 |
* | Stop using weak v8 references to keep track of inline install callbacks. | mihaip@chromium.org | 2012-02-11 | 1 | -5/+12 |
* | Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost. | mihaip@chromium.org | 2012-01-20 | 1 | -5/+0 |
* | Cleanup extension permissions module. | jstritar@chromium.org | 2012-01-06 | 1 | -1/+2 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 1 | -7/+8 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -13/+15 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -4/+4 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -2/+2 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -1/+1 |
* | Create a bunch of TabHelpers and TabObservers, move all TCW functionality int... | avi@chromium.org | 2011-12-09 | 1 | -1/+0 |
* | Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet. | yoz@chromium.org | 2011-12-06 | 1 | -5/+4 |
* | Revert 113047 - Make ExtensionService use ExtensionSet. | yoz@chromium.org | 2011-12-06 | 1 | -4/+5 |
* | Make ExtensionService use ExtensionSet. | yoz@chromium.org | 2011-12-05 | 1 | -5/+4 |
* | Move app notification getChannel API out of experimental | asargent@chromium.org | 2011-12-02 | 1 | -1/+1 |
* | Save the oauth client id used in App Notification setup | asargent@chromium.org | 2011-12-01 | 1 | -5/+18 |
* | Move extension delegate calls to a new ExtensionTabHelperDelegate interface. | avi@chromium.org | 2011-11-30 | 1 | -4/+5 |
* | Get rid of a bunch of view_messages.h includes from chrome by making the TabC... | jam@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -2/+2 |
* | Switch BackgroundContents to use TabContents instead of RenderViewHost. | jam@chromium.org | 2011-11-11 | 1 | -1/+1 |
* | Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ... | aa@chromium.org | 2011-11-09 | 1 | -5/+2 |
* | Pass extension_id to AppNotifyChannelSetup | asargent@chromium.org | 2011-11-02 | 1 | -0/+1 |
* | Add code to prompt for browser login during app notification setup | asargent@chromium.org | 2011-10-28 | 1 | -0/+4 |
* | Add beginnings of support for a app notification channel id server. | asargent@chromium.org | 2011-10-22 | 1 | -1/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -5/+5 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -2/+2 |
* | Add a per-context "Handler" concept to ChromeV8Extension and | aa@chromium.org | 2011-10-12 | 1 | -7/+11 |
* | Relanding: Add js api for hosted/packaged apps to request notification author... | asargent@chromium.org | 2011-10-07 | 1 | -0/+45 |
* | Revert 104438 - Relanding: Add js api for hosted/packaged apps to request not... | asargent@chromium.org | 2011-10-07 | 1 | -45/+0 |
* | Relanding: Add js api for hosted/packaged apps to request notification author... | asargent@chromium.org | 2011-10-07 | 1 | -0/+45 |
* | Revert 104410 - Add js api for hosted/packaged apps to request notification a... | rsleevi@chromium.org | 2011-10-07 | 1 | -45/+0 |
* | Add js api for hosted/packaged apps to request notification authorization | asargent@chromium.org | 2011-10-07 | 1 | -0/+45 |
* | Remove flag guard for inline installs (web store changes have been pushed). | mihaip@chromium.org | 2011-09-14 | 1 | -7/+0 |
* | Add link URL and success/failure callback parameters to chrome.webstore.insta... | mihaip@chromium.org | 2011-09-07 | 1 | -6/+10 |
* | Add WebstoreInlineInstaller (downloads store data, shows the install UI, and ... | mihaip@chromium.org | 2011-08-29 | 1 | -22/+12 |
* | Move extension/webstore-related URL getters to the extension_urls namespace. | mihaip@chromium.org | 2011-08-25 | 1 | -1/+1 |
* | Initial inline web store install bindings. | mihaip@chromium.org | 2011-08-18 | 1 | -0/+23 |
* | Removal of Profile from content part 3. | avi@chromium.org | 2011-07-28 | 1 | -3/+6 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -2/+3 |
* | Moves NavigationController::session_id into RestoreTabHelper. | sky@chromium.org | 2011-06-14 | 1 | -2/+3 |
* | Factor load notification detail structs out of NavigationController and into | pinkerton@chromium.org | 2011-05-31 | 1 | -2/+2 |
* | Re-land r84928: Move EFD to ExtensionTabHelper. | aa@chromium.org | 2011-05-13 | 1 | -0/+46 |
* | Revert "Re-land r84928: Move ExtensionFunctionDispatcher to" | aa@chromium.org | 2011-05-12 | 1 | -46/+0 |