| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Render(Widget|View)HostImpl to files with _impl in filename. | joi@chromium.org | 2012-03-06 | 1 | -611/+0 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -248/+18 |
* | Revert 125035 - Fix performance.timing.navigationStart on cross-renderer navi... | dbeam@chromium.org | 2012-03-06 | 1 | -10/+1 |
* | Fix performance.timing.navigationStart on cross-renderer navigation. | simonjam@chromium.org | 2012-03-05 | 1 | -1/+10 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -196/+317 |
* | Change panels to be able to turn off autoresize. | levin@chromium.org | 2012-03-02 | 1 | -0/+3 |
* | Customize onbeforeunload dialog when it's a reload instead of an unload. | dmazzoni@chromium.org | 2012-02-29 | 1 | -0/+1 |
* | Add an API around SessionStorageNamespace. This is just an empty API, what ma... | jam@chromium.org | 2012-02-24 | 1 | -4/+6 |
* | Extract first version of a RenderWidgetHost interface. | joi@chromium.org | 2012-02-23 | 1 | -1/+2 |
* | Revert 123227 - Extract first version of a RenderWidgetHost interface. | joi@chromium.org | 2012-02-23 | 1 | -2/+1 |
* | Extract first version of a RenderWidgetHost interface. | joi@chromium.org | 2012-02-23 | 1 | -1/+2 |
* | Fix AccessibilityWinBrowserTests. | dtseng@chromium.org | 2012-02-14 | 1 | -0/+8 |
* | Refactoring: Split more accessibility code into separate files. | dmazzoni@chromium.org | 2012-02-13 | 1 | -2/+2 |
* | Move ContextMenuParams struct from webkit/glue to content/public/common. The ... | jam@chromium.org | 2012-02-12 | 1 | -7/+7 |
* | Ensure that navigations are not ignored due to incomplete unload requests. | creis@chromium.org | 2012-02-09 | 1 | -0/+4 |
* | Create a content public browser API around the ChildProcessSecurityPolicy cla... | ananta@chromium.org | 2012-02-09 | 1 | -2/+2 |
* | Move DOMAutomationController code from chrome to content. This is needed by i... | jam@chromium.org | 2012-02-03 | 1 | -1/+2 |
* | Define the public interface for content browser SiteInstance. This interface ... | ananta@chromium.org | 2012-01-25 | 1 | -4/+4 |
* | Change grow box computation back to a method on BrowserWindow | thakis@chromium.org | 2012-01-23 | 1 | -0/+1 |
* | Move RenderViewHostDelegate to content/public and content namespace. | joi@chromium.org | 2012-01-18 | 1 | -5/+5 |
* | Allow plugins to add rotate commands to Chrome context menus. | bbudge@chromium.org | 2012-01-11 | 1 | -2/+8 |
* | Make page IDs be specific to a RenderView rather than global to its process. | creis@chromium.org | 2011-12-16 | 1 | -2/+3 |
* | views: Add an Options enum to MessageBoxView control. | tfarina@chromium.org | 2011-12-07 | 1 | -1/+2 |
* | Revert 113110 - backing out 113015 didn't fix the interactive test bot. Resto... | sail@chromium.org | 2011-12-06 | 1 | -0/+1 |
* | Revert 113015 - speculative revert to see if this fixes the interactive test ... | sail@chromium.org | 2011-12-06 | 1 | -1/+0 |
* | Remove OnMessageReceived that was using internal content IPCs in a chrome tes... | jam@chromium.org | 2011-12-05 | 1 | -0/+1 |
* | Pass along the referrer policy (renderer side) | jochen@chromium.org | 2011-12-03 | 1 | -2/+3 |
* | Add autoresize capability to chromium. | levin@chromium.org | 2011-12-02 | 1 | -0/+5 |
* | Move RenderViewHostObserver to content/public/browser/ and put it into the co... | tfarina@chromium.org | 2011-11-25 | 1 | -5/+5 |
* | Get rid of view_message_enums.h dependency in Chrome by moving the enum for f... | jam@chromium.org | 2011-11-23 | 1 | -1/+2 |
* | Get rid of view_messages.h include from chrome since TabContentsDelegate used... | jam@chromium.org | 2011-11-22 | 1 | -2/+2 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | Remove the flags to RenderViewHost::EnablePreferredSizeMode since it's not us... | jam@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | Move the struct used when showing a desktop notification to content/public/co... | jam@chromium.org | 2011-11-12 | 1 | -5/+8 |
* | Cleanup: Remove unneeded forward declarations in content/browser. | thestig@chromium.org | 2011-11-10 | 1 | -5/+1 |
* | Prerendered tabs use the same SessionStorage namespace as the tab that trigge... | cbentzel@chromium.org | 2011-11-02 | 1 | -0/+4 |
* | Move PageZoom enum into content/public/common and into the content namespace.... | jam@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Applescript: return value from execute javascript command | keishi@chromium.org | 2011-10-25 | 1 | -0/+27 |
* | Prevent power saving while playing media. | avi@chromium.org | 2011-10-19 | 1 | -6/+18 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Add async interface for RenderWidgetHost to ask for user's permission to lock... | yzshen@chromium.org | 2011-10-17 | 1 | -1/+2 |
* | Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex... | penghuang@chromium.org | 2011-10-16 | 1 | -2/+5 |
* | Add an is_fullscreen to ViewMsg_Resize, and make it available as a property of | darin@chromium.org | 2011-10-14 | 1 | -0/+1 |
* | Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia... | bbudge@chromium.org | 2011-10-13 | 1 | -2/+5 |
* | Hook into another code path that lets the renderer request a new tab to be cr... | jochen@chromium.org | 2011-10-06 | 1 | -2/+4 |
* | Only allow to lock the mouse when the tab is in fullscreen mode. | yzshen@chromium.org | 2011-10-01 | 1 | -15/+20 |
* | content: Move the final headers and residual traces of contrained windows | erg@chromium.org | 2011-09-30 | 1 | -2/+1 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 1 | -6/+4 |
* | Removed sending of the following IPC messages from chrome and added API's on ... | ananta@chromium.org | 2011-09-23 | 1 | -4/+33 |
* | Removed sending of the content IPC messages from chrome and replaced them wit... | ananta@chromium.org | 2011-09-21 | 1 | -10/+37 |