summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Plumb device scale adjustment separately.skobes@chromium.org2013-11-011-2/+2
* [SkiaBenchmarkingExtension] Handle empty pictures gracefully.fmalita@chromium.org2013-10-311-4/+6
* [PPAPI] It is now possible to pass filesystems from JavaScript to NaCl modules.mgiuca@chromium.org2013-10-313-2/+101
* [webcrypto] Refactor to allow for unspecified "algorithm" to importKey().eroman@chromium.org2013-10-315-91/+123
* Merge WebMediaPlayerProxy and RendererMediaPlayerManager.xhwang@chromium.org2013-10-3114-541/+448
* Make JavaBridgeDispatcherHost not be a RenderViewHostObserver anymore.jam@chromium.org2013-10-302-32/+10
* FileAPI: Factor out validation function for isolated filesystem IDnhiroki@chromium.org2013-10-301-18/+1
* Avoid destroying and recreating compositor if one already exists.jbauman@chromium.org2013-10-301-1/+2
* Plumb a testing-only API for forcing resizes.dglazkov@chromium.org2013-10-304-7/+23
* Preserve redirect chain and page transition on cross-process server redirects.creis@chromium.org2013-10-301-2/+16
* Cancel MIDI permission request infobar on MIDIAccess stop.kkimlabs@chromium.org2013-10-301-8/+12
* Fix out-of-order frames with accelerated video and delegated rendererpiman@chromium.org2013-10-301-0/+4
* Flush out initial [un]registerServiceWorker roundtripalecflett@chromium.org2013-10-302-0/+18
* Added hasGpuProcess() GPU benchmarking extensionbajones@chromium.org2013-10-291-0/+12
* Pass timestamp into trace event callback.alph@chromium.org2013-10-292-15/+18
* Move memory allocation/stats structs to gpu:: and remove bazillion copiesjamesr@chromium.org2013-10-291-2/+2
* Changes to how WebMediaPlayerProxyAndroid handles EME responsesjrummell@chromium.org2013-10-297-15/+102
* AndroidVDA: handle mid-stream resolution change using Reset().fischman@chromium.org2013-10-291-6/+31
* Ensure new MSP video codec is fed with I-frame first using browser seek if ne...wolenetz@chromium.org2013-10-284-31/+164
* Using the new WebMediaStreamTrack::ExtraData to simplify the codetommyw@chromium.org2013-10-2811-80/+124
* DevTools: Add timestamp to the trace event callback.alph@chromium.org2013-10-272-0/+45
* Simplify SharedWorkerRepository code (Chromium side)kinuko@chromium.org2013-10-2710-134/+99
* Chromium side of maxTouchPoints implementation.sblom@microsoft.com2013-10-261-0/+1
* cc: Allow all types of pending commits to throttle inputbrianderson@chromium.org2013-10-263-1/+6
* Remove obsolete --override-encrypted-media-canplaytype.ddorwin@chromium.org2013-10-253-24/+0
* Pass weakptr bound callbacks to MediaSourceDelegateqinmin@chromium.org2013-10-252-43/+6
* cc: Use HighResNow as timebase if it is fast and reliablebrianderson@chromium.org2013-10-251-1/+2
* Handling console.info() messages.serya@chromium.org2013-10-251-0/+1
* Command line switch for canvas2d msaa.bsalomon@google.com2013-10-251-0/+5
* Remove unused methods from WebClipboardImpl.peter@chromium.org2013-10-252-23/+6
* Plumb through useUnfortunateSynchronousResizeMode.dglazkov@chromium.org2013-10-256-33/+103
* Match the sensor event firing frequency and the fetch frequency in the browser.timvolodine@chromium.org2013-10-251-1/+4
* Invoke DSCP related send methods in P2PSocketClientsmallinath@chromium.org2013-10-242-2/+4
* Revert 230841 "Switch DropData's path field from a string16 to a..."ajwong@chromium.org2013-10-242-3/+2
* Switch DropData's path field from a string16 to a FilePath.thestig@chromium.org2013-10-242-2/+3
* Disable SuppressErrorPageTests on Androiddfalcantara@chromium.org2013-10-241-2/+16
* replace setIsOpaque (deprecated) with explicit SkAlphaTypereed@google.com2013-10-241-2/+2
* Only throttle input to the render widget for heavy input handlersbrianderson@chromium.org2013-10-242-9/+40
* Ensure the callback UpdateNetworkState is not invoked if the object is alread...jinsukkim@chromium.org2013-10-242-3/+40
* [webcrypto] Add AES and HMAC key generation using OpenSSL.padolph@netflix.com2013-10-242-49/+97
* Don't pass in swap client when using impl threadsievers@chromium.org2013-10-241-2/+2
* Add debugging info for software compositor swap.jbauman@chromium.org2013-10-232-0/+4
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-231-8/+1
* Exposed GPU video memory usage to the GPU Benchmarking Extensionbajones@chromium.org2013-10-231-0/+23
* Revert 230458 "Only throttle input to the render widget for heav..."ronghuawu@chromium.org2013-10-232-40/+9
* Only throttle input to the render widget for heavy input handlersbrianderson@chromium.org2013-10-232-9/+40
* Rename BeginFrame to BeginMainFrame and BeginImplFrame (part 3).dominikg@chromium.org2013-10-234-14/+14
* Removed fixed layout related methods in Chromiumbokan@chromium.org2013-10-231-16/+0
* [webcrypto] Add import(), encrypt(), and decrypt() for AES-CBC using OpenSSL.padolph@netflix.com2013-10-235-39/+154
* VideoCapture: abolish OnFrameInfo almost everywhere.nick@chromium.org2013-10-2313-448/+247