summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host).nasko@chromium.org2014-01-063-103/+100
* Reenable overlay scrollbarsdavemoore@chromium.org2014-01-061-0/+8
* Refactor content/ to use ui::AXNodeData instead of blink.dmazzoni@google.com2014-01-0610-326/+645
* Allow RenderFrames to swap out for subframe navigations.creis@chromium.org2014-01-063-6/+111
* pushState should not be treated as a navigation (step 1 of 3)japhet@chromium.org2014-01-062-0/+6
* Add IPC stubs between browser and ServiceWorker's worker context in the child...kinuko@chromium.org2014-01-067-31/+134
* Adding RenderWidgetHostViewChildFrame for OOPIF view.kenrb@chromium.org2014-01-033-39/+42
* Wire talk_base::AsyncResolverInterface in chrome.mallinath@chromium.org2014-01-037-206/+112
* Drop OVERRIDE for blink::WebContentDecryptionModuleSession implementation.xhwang@chromium.org2014-01-031-4/+4
* Track v8 API changes.jochen@chromium.org2014-01-031-5/+5
* Remove OVERRIDE for overridden blink::WebMediaPlayer methods.xhwang@chromium.org2014-01-034-39/+39
* Remove OVERRIDEs from WebSourceBufferImplwolenetz@chromium.org2014-01-031-7/+5
* Add an accessibility messages specifically for location changes.dmazzoni@google.com2014-01-032-19/+10
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-0/+1
* NSS: Fix places leaking internal slot referencesmattm@chromium.org2014-01-031-2/+4
* Fix scaling of hiDPI plugins in software composited moderaymes@chromium.org2014-01-021-1/+3
* Sends getUserMedia request info to webrtc-internals.jiayl@chromium.org2014-01-023-0/+27
* Also trigger OnReadyStateChanged for tracks with a WebAudio source.joi@chromium.org2014-01-021-4/+2
* Update MediaInfoLoaderTest to pass in a non-null WebFrameClient.dcheng@chromium.org2013-12-311-1/+1
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-315-54/+48
* Remove expect_pinch_update_end_ in InputHandlerProxy.dongseong.hwang@intel.com2013-12-302-13/+3
* Revert "Replace the GetAssociatedRenderView call with GetAssociatedRenderFram...loislo@chromium.org2013-12-305-47/+54
* Move kFileScheme constant into content namespace.tfarina@chromium.org2013-12-301-2/+2
* Not to destroy MediaKeys when CreateSession Failed in ProxyDecryptor.xhwang@chromium.org2013-12-281-1/+0
* Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Res...jam@chromium.org2013-12-285-54/+47
* Add the SmartClip feature.jam@chromium.org2013-12-273-1/+9
* Start removing support for in-process NPAPI plugins. This was a debugging mod...jam@chromium.org2013-12-268-79/+8
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-7/+7
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-252-4/+4
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-2544-162/+176
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-241-2/+2
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-1/+0
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-235-8/+8
* Remove LatencyInfo merge from software rendering pathmiletus@chromium.org2013-12-233-5/+5
* Cleanup: Move kFileSystemScheme constant into content namespace.tfarina@chromium.org2013-12-231-1/+1
* [webcrypto] Add key generation for AES-GCM and AES-KW for NSS.padolph@netflix.com2013-12-214-49/+67
* A bunch of work to transition from render_view_id to render_frame_id.jam@chromium.org2013-12-209-38/+28
* [webcrypto] Fix include ordering in OpenSSL impl.bryaneyler@google.com2013-12-201-2/+1
* Replace MessageLoopProxy with SingleThreadTaskRunner for media/filters/ + ass...scherkus@chromium.org2013-12-208-96/+95
* [webcrypto] Some fixes for HMACeroman@chromium.org2013-12-205-59/+93
* Implement support for touch-action: pan-x/pan-y in chromiumrbyers@chromium.org2013-12-201-11/+16
* Use the correct referrer policy when creating url requests from pepperjochen@chromium.org2013-12-201-1/+1
* Replacing post-increment with pre-increment foramogh.bihani@samsung.com2013-12-201-1/+1
* Remove WebMediaPlayerImpl::GetClient() because it's useless.scherkus@chromium.org2013-12-202-36/+23
* Make PepperWebPlugin not use RenderView.jam@chromium.org2013-12-207-24/+17
* When issueing a request after preconnect, use the correct referrer policyjochen@chromium.org2013-12-201-11/+3
* More v8-API-related cleanup.svenpanne@chromium.org2013-12-203-9/+10
* Add browser test for AEC dump.grunell@google.com2013-12-202-10/+24
* Replace parts of WebMediaPlayerParams with WebMediaPlayerImpl accessing Rende...scherkus@chromium.org2013-12-204-48/+12
* Convert remaining uses of WebView::initializeMainFrame to setMainFrame.dcheng@chromium.org2013-12-203-6/+16