| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed requirement for the renderer to know it's process ID | bajones@chromium.org | 2014-01-21 | 1 | -3/+0 |
* | Fix Pepper plugins not painting in iframes. This will have to move back to Re... | jam@chromium.org | 2014-01-14 | 1 | -3/+14 |
* | Move LinkDoctor out of content and into chrome. | mmenke@chromium.org | 2014-01-13 | 1 | -17/+0 |
* | Reland 244394 - Convert DomAutomationController from CppBoundClass to... | jochen@chromium.org | 2014-01-13 | 1 | -5/+0 |
* | Update WebFrameClient::didClearWindowObject signature. | jochen@chromium.org | 2014-01-13 | 1 | -1/+1 |
* | Revert of https://codereview.chromium.org/131573003/ | jochen@chromium.org | 2014-01-12 | 1 | -0/+5 |
* | Convert DomAutomationController from CppBoundClass to gin::Wrappable | jochen@chromium.org | 2014-01-11 | 1 | -5/+0 |
* | Move DidReceiveServerRedirectForProvisionalLoad from RenderView to RenderFrame | nasko@chromium.org | 2014-01-10 | 1 | -2/+3 |
* | pushState should not be treated as a navigation (step 1 of 3) | japhet@chromium.org | 2014-01-06 | 1 | -0/+2 |
* | Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res... | jam@chromium.org | 2013-12-31 | 1 | -16/+10 |
* | Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram... | loislo@chromium.org | 2013-12-30 | 1 | -9/+16 |
* | Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res... | jam@chromium.org | 2013-12-28 | 1 | -16/+9 |
* | Add the SmartClip feature. | jam@chromium.org | 2013-12-27 | 1 | -1/+1 |
* | A bunch of work to transition from render_view_id to render_frame_id. | jam@chromium.org | 2013-12-20 | 1 | -6/+0 |
* | Move StatsCollectionController from CppBoundClass to gin::Wrappable | jochen@chromium.org | 2013-12-13 | 1 | -5/+0 |
* | Add a test for RendererPreferences::browser_handles_all_top_level_requests. | dbeam@chromium.org | 2013-12-13 | 1 | -0/+2 |
* | Move form validation message bubble into content/, wire up to Android WebView. | benm@chromium.org | 2013-12-12 | 1 | -0/+8 |
* | Make ContentRendererClient's OverrideCreatePlugin and CreatePluginReplacement... | jam@chromium.org | 2013-12-11 | 1 | -7/+5 |
* | Make the renderer-side prerendering code use RenderFrames instead of RenderVi... | jam@chromium.org | 2013-12-10 | 1 | -0/+9 |
* | Move more of the plugin code in the renderer to use RenderFrame instead of Re... | jam@chromium.org | 2013-12-06 | 1 | -12/+0 |
* | Move the last-focused and last-mouse-event pepper plugin instance variable fr... | jam@chromium.org | 2013-12-05 | 1 | -0/+29 |
* | Switch plugin creation to use RenderFrame instead of RenderView | jam@chromium.org | 2013-12-04 | 1 | -7/+0 |
* | Transfer date/time value to chooser as double | keishi@chromium.org | 2013-12-04 | 1 | -0/+5 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -19/+22 |
* | Add candidatewindow* events related IPCs | kochi@chromium.org | 2013-12-03 | 1 | -0/+1 |
* | Start transitioning Pepper plugin code to using RenderFrame instead of Render... | jam@chromium.org | 2013-12-02 | 1 | -76/+10 |
* | Add support for color input datalist on Android | keishi@chromium.org | 2013-11-29 | 1 | -1/+3 |
* | Propagate source_frame_number from LTH to DevTools | caseq@chromium.org | 2013-11-12 | 1 | -1/+1 |
* | DevTools: pass device emulation gutter size through API call. | dgozman@chromium.org | 2013-11-08 | 1 | -1/+3 |
* | Remove the deprecated version of RenderViewImpl::createView(). | japhet@chromium.org | 2013-11-08 | 1 | -7/+0 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -253/+253 |
* | Fix the order of the event dispatch. | komatsu@chromium.org | 2013-11-07 | 1 | -0/+2 |
* | Prevent modal dialogs when preparing to swap out. | creis@chromium.org | 2013-11-06 | 1 | -0/+6 |
* | Respect disable_webrtc command line. | michaelbai@chromium.org | 2013-11-05 | 1 | -0/+10 |
* | Add a new version of RenderViewImpl::createView() with a suppress_opener flag. | japhet@chromium.org | 2013-11-05 | 1 | -0/+8 |
* | Merge WebMediaPlayerProxy and RendererMediaPlayerManager. | xhwang@chromium.org | 2013-10-31 | 1 | -12/+3 |
* | Make JavaBridgeDispatcherHost not be a RenderViewHostObserver anymore. | jam@chromium.org | 2013-10-30 | 1 | -17/+2 |
* | Plumb a testing-only API for forcing resizes. | dglazkov@chromium.org | 2013-10-30 | 1 | -0/+3 |
* | Plumb through useUnfortunateSynchronousResizeMode. | dglazkov@chromium.org | 2013-10-25 | 1 | -0/+2 |
* | Move IPC for DidStartProvisionalLoadForFrame | nasko@chromium.org | 2013-10-22 | 1 | -0/+22 |
* | Fix race conditions in window snapshot code. | kbr@chromium.org | 2013-10-15 | 1 | -0/+3 |
* | Revert "Move IPC for DidStartProvisionalLoadForFrame" | ojan@chromium.org | 2013-10-11 | 1 | -22/+0 |
* | Move IPC for DidStartProvisionalLoadForFrame | nasko@chromium.org | 2013-10-11 | 1 | -0/+22 |
* | Show IDN in error screens (DNS failure etc.) | yuusuke@yandex-team.ru | 2013-10-04 | 1 | -0/+1 |
* | Use Blink support to watch CSS selectors directly instead of using a Mutation... | jyasskin@chromium.org | 2013-10-04 | 1 | -0/+4 |
* | Remove RenderWidget::WillInitiatePaint since it's not used anymore. | jam@chromium.org | 2013-10-03 | 1 | -1/+0 |
* | Implementation of device metrics emulation in render view. | dgozman@chromium.org | 2013-10-03 | 1 | -0/+2 |
* | Remove unused Device Orientation code from content/renderer. | timvolodine@chromium.org | 2013-10-01 | 1 | -1/+0 |
* | InstantExtended: Send search URLs to renderers. | jered@chromium.org | 2013-10-01 | 1 | -0/+2 |
* | Enforce disable fullscreen policy for ppapi plugins | bartfab@chromium.org | 2013-09-20 | 1 | -0/+3 |