summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Moved AudioUtil static functions:xians@chromium.org2013-03-051-11/+17
* Hookup PeerConnection::Close + Change GetStats to trust libjingle to find out...perkj@chromium.org2013-03-058-39/+56
* Replaced deprecated v8 API calls by their non-deprecated counterparts.svenpanne@chromium.org2013-03-052-5/+8
* Remove deprecated hyphenation methods from WebKit::Platform implementationsjochen@chromium.org2013-03-052-19/+0
* Enable is_screencast flag for WebRTC screen capturehclam@chromium.org2013-03-051-2/+5
* BrowserPlugin: Moving constants to content/commonfsamuel@chromium.org2013-03-059-166/+8
* Implement WebKit::Platform::isThreadedCompositingEnabled()jamesr@chromium.org2013-03-052-0/+5
* ÜC: Add --enable-delegated-renderer flagpiman@chromium.org2013-03-051-1/+5
* Implemented PointerLock for BrowserPlugin by forwarding PointerLock requests ...mthiesse@chromium.org2013-03-053-2/+63
* Properly floor size on pixel to DIP conversion.alexst@chromium.org2013-03-041-6/+3
* Move Mailbox from cc to gpu, and its traits to gpu/ipcpiman@chromium.org2013-03-042-5/+5
* Speculative Revert of 185945agable@chromium.org2013-03-046-25/+29
* [content shell] manage focus synchronously from the renderer for layout testsjochen@chromium.org2013-03-042-0/+19
* Remove CompositorThread dependency on WebThreadjamesr@chromium.org2013-03-046-29/+25
* Fix double sized layer issue on hDPI devices.alexst@chromium.org2013-03-043-4/+16
* Make 44100 sample rate works on Linux and Android.xians@chromium.org2013-03-041-2/+8
* Fix typo in physical_backing_size_ assignment.aelias@chromium.org2013-03-041-1/+1
* [cc] Mailbox Output Surface Supportsievers@chromium.org2013-03-035-3/+261
* content: Move more constants from url_constants.h into content namespace.tfarina@chromium.org2013-03-021-3/+3
* Populate cc::LayerTreeSettings from command line instead of WebKit's valuesjamesr@chromium.org2013-03-021-12/+47
* Close all delegates during OnFilterRemoved().dalecurtis@google.com2013-03-022-4/+8
* Plumb physical backing size from RWHV to renderer CC.aelias@chromium.org2013-03-016-12/+32
* Introduce compile assert for TEXT_INPUT_TYPE_DATE_TIME_FIELDnona@chromium.org2013-03-011-0/+2
* <webview>: First stab at implementing media permission request for guests.lazyboy@chromium.org2013-03-016-5/+275
* [content shell] sync the navigation state to the browser before recording the...jochen@chromium.org2013-03-011-4/+4
* Switch from using individual methods for hyphenation to using the WebHyphanto...jochen@chromium.org2013-03-012-22/+71
* Revert 185475jln@chromium.org2013-03-016-32/+12
* Plumb physical backing size from RWHV to renderer CC.aelias@chromium.org2013-03-016-12/+32
* Delete old RTCVideoDecoder code path.wuchengli@chromium.org2013-03-018-698/+5
* Connect SparseHistogram with the rest of stats systemkaiwang@chromium.org2013-03-011-1/+1
* Make all BrowserPluginMsg*s that go thru BrowserPluginGuest::SendMessageToEmb...lazyboy@chromium.org2013-03-011-13/+13
* Browser Plugin: Use ContentRendererClient to disable instantiating <object ty...lazyboy@chromium.org2013-03-013-4/+30
* Enabled Custom Elements behind the flag.morrita@chromium.org2013-03-011-0/+1
* Call WebWidget::animate from RenderWidgetCompositorjamesr@chromium.org2013-03-011-2/+1
* Show the IME if needed on accessibility gesturesdtrainor@chromium.org2013-02-282-1/+6
* mac: Don't do our Chinese Handwriting IME hack on OS X 10.9+thakis@chromium.org2013-02-281-24/+30
* Make RTCVideoRenderer listen on events from VideoTrack. perkj@chromium.org2013-02-282-2/+29
* Reland r185114 "Roll libjingle r281:r286"hclam@google.com2013-02-282-12/+3
* Revert 185114mpearson@chromium.org2013-02-282-3/+12
* Roll libjingle r281:r286hclam@google.com2013-02-282-12/+3
* This is a no-op CL (with exceptions of int->float switch and the units used f...aruslan@chromium.org2013-02-273-48/+0
* More AudioMessageFilter cleanup. Fix crash.dalecurtis@google.com2013-02-273-44/+36
* [content shell] don't require a user action for focus/blur events during layo...jochen@chromium.org2013-02-273-6/+21
* We use UMA to track event latency both as a group of all eventsdavemoore@chromium.org2013-02-271-4/+4
* Do not set the main frame's name to the frame name parameter of createViewjochen@chromium.org2013-02-271-2/+3
* [content shell] use the TestShell mime registry for layout testsjochen@chromium.org2013-02-271-0/+4
* Plumb trace event to WebKit inspectorcaseq@google.com2013-02-272-1/+11
* Change all references of WebKit::WebKitPlatformSupport to WebKit::Platform in...pilgrim@chromium.org2013-02-272-6/+6
* RenderWidget side compositor scheduling logicjamesr@chromium.org2013-02-274-4/+26
* Mac: Fix dictionary popup failing for some text at end of line.asvitkine@chromium.org2013-02-273-10/+87