summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Revert of Post loading tasks on the appropriate WebFrameScheduler's queue (pa...dmurph2015-10-024-23/+6
* Fold away now dead NSS code.davidben2015-10-021-10/+0
* Post loading tasks on the appropriate WebFrameScheduler's queue.alexclarke2015-10-024-6/+23
* Make rendering timeouts work even if paint data received earlykenrb2015-10-021-0/+8
* Revert of Replace Curve25519dh with P256dh in the plumbing for push encryptio...peter2015-10-022-3/+3
* Remove 2-stage RenderWidget initializationpiman2015-10-023-36/+3
* Reset some member variables of tests at the end of tests.peria2015-10-025-1/+29
* Add UMA metrics and finch experiment for DTLS1.2 in WebRTC.guoweis2015-10-022-1/+42
* OOPIF: Clear old focused frame when focus moves to a cross-process frame.alexmos2015-10-012-0/+6
* Update MediaKeyStatus enum valuesjrummell2015-10-011-0/+2
* bluetooth: Requesting non-existent services rejects with NotFoundErrorortuno2015-10-011-20/+3
* MediaStream Recorder: add usage counter to WebRTC.webkitApiCount UMAmcasas2015-10-013-2/+9
* ServiceWorker: Make APIs return the existing ServiceWorkerRegistration object...nhiroki2015-10-011-1/+1
* Fix some stale documentation references to a class that doesn't exist anymore.nick2015-09-301-1/+1
* Pass nullptr instead of empty enumeration options to device manager.reillyg2015-09-301-6/+1
* Update to use third_party/webrtc_overrides instead of third_party/webrtc/over...grunell2015-09-302-2/+2
* Return error codes in reply for audio output device authorization.guidou2015-09-3010-87/+103
* Stop media stream tracks if a request fails to start them.peria2015-09-301-2/+17
* Remove "recursive" parameter from WebPageSerializer::serialize.lukasza2015-09-302-44/+16
* Expose WebView::textInputTypejdduke2015-09-294-14/+4
* Revert of Simplify content::VideoCaptureImpl to support only a single client....ajose2015-09-296-181/+310
* Remove unnecessary device_ checks and kDeviceNotOpened error message.reillyg2015-09-291-106/+66
* Make VideoRendererAlgorithm usable for RTC case.qiangchen2015-09-292-24/+181
* Fire accessibility hover events when the touch exploration flag is set.dmazzoni2015-09-291-0/+2
* Checking permission before granting local IP breaks extensions or apps which ...guoweis2015-09-293-12/+29
* Send additional NSUserDefaults over IPC to renderers.rsesek2015-09-294-0/+88
* [BackgroundSync] Clean up registration id and handle typejkarlin2015-09-292-2/+2
* Remove chrome flag to enable Delay Agnostic AEC in WebRTChlundin2015-09-291-2/+0
* Implement 'window.isSecureContext'.mkwst2015-09-291-1/+1
* Replace Curve25519dh with P256dh in the plumbing for push encryption keys.peter2015-09-292-3/+3
* Require a user gesture when going to fullscreen mode for flashjochen2015-09-291-0/+3
* OOPIFs: Moving GetSerializedHtmlData...WithLocalLinks away from RenderViewHost.lukasza2015-09-284-54/+50
* Check media permissions (mic/camera) before exposing local addresses to WebRTC.guoweis2015-09-2810-39/+915
* Add FeatureList instance to renderers and propagate toggles.asvitkine2015-09-281-0/+7
* Remove WebDocument::createEvent.esprehn2015-09-282-22/+7
* Make window.scroll properties relative to the layout viewport.ymalik2015-09-281-0/+2
* Introduce RenderFrame::IsMainFrame and clean up a few things.dglazkov2015-09-283-23/+28
* Add a signal to the scheduler that a navigation is expectedalexclarke2015-09-281-2/+2
* Cleanup: Pass std::string as const reference from content/ki.stfu2015-09-273-4/+5
* Remove RenderWidget::ClearFocus(), which isn't used anywhere.alexmos2015-09-262-11/+0
* Make SharedMemoryHandle a class on windows.erikchen2015-09-254-8/+8
* Enforce marking "override" for functions overriding Blink in content/renderer/.avi2015-09-2574-1057/+1012
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-258-17/+14
* Rename GatherDiscardableImages to better reflect functionalityvmpstr2015-09-254-13/+11
* Use override for push and notifications Blink API implementations.peter2015-09-251-3/+3
* Resend unconsumed scroll updates from guest back to embedder.wjmaclean2015-09-251-0/+18
* MediaStreamRemoteVideoSource: Remove dependency to cricket::VideoFrame::GetEl...magjed2015-09-251-17/+24
* Use the appropriate variant of IntToString in //contentricea2015-09-251-1/+1
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-255-5/+2
* Refactor media permission dispatcher class and create proxy class for non-UI ...guoweis2015-09-248-97/+422