summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Refactor content::RenderAudioSourceProvider as webkit_media::WebAudioSourcePr...scherkus@chromium.org2013-01-103-269/+27
* Fixing resize for HW accelerated compositing.alexst@chromium.org2013-01-092-0/+12
* Browser Plugin: Make sure name attribute is propagated to guest if it's set p...fsamuel@chromium.org2013-01-091-9/+13
* Revert 175822jam@chromium.org2013-01-092-5/+37
* Fix the last of the #includes and OVERRIDEs in preparation for removing WebKi...pilgrim@chromium.org2013-01-092-1/+1
* Revert 175827jamesr@chromium.org2013-01-093-66/+9
* Make RenderWidget responsible for the composited view's lifetimejamesr@chromium.org2013-01-093-9/+66
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-092-37/+5
* [content shell] add support for dumping frame load callbacksjochen@chromium.org2013-01-091-0/+6
* Move iframe@seamless behind the "Experimental WebKit Features" flag.mkwst@chromium.org2013-01-091-0/+3
* Adding a call to clear text composition on tap.aurimas@chromium.org2013-01-092-1/+5
* Revert 175690estade@chromium.org2013-01-092-3/+4
* cc: Implement DelegatingRender::drawFrame() method.danakj@chromium.org2013-01-092-4/+3
* <webview>: Add name attributefsamuel@chromium.org2013-01-096-1/+79
* Move NavigationPolicyToDisposition() function into render_view_impl.cctfarina@chromium.org2013-01-091-0/+24
* Browser Plugin: Fixed typofsamuel@chromium.org2013-01-091-1/+1
* Call new WebKit::setIDBFactory method to initialize Indexed DB supportpilgrim@chromium.org2013-01-081-0/+3
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-073-3/+3
* Track input latency with UMA statsdavemoore@chromium.org2013-01-071-0/+61
* Remove unnecessary commentsdavemoore@chromium.org2013-01-071-11/+0
* Avoids crash in WebRTC audio clients for 96kHz render rate on Mac OSX.henrika@chromium.org2013-01-071-3/+3
* Revert 175303jamesr@chromium.org2013-01-063-67/+10
* Make RenderWidget responsible for the composited view's lifetimejamesr@chromium.org2013-01-063-10/+67
* Cleanup: Fix some lint errors in content/.thestig@chromium.org2013-01-0410-24/+27
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-0411-14/+40
* Roll libjingle 254:257sergeyu@chromium.org2013-01-045-16/+8
* RenderViewImplTest.LastCommittedUpdateState is flakymichaeln@google.com2013-01-031-1/+2
* Allow Plugin placeholders to be shown when plugins are disabled.nileshagrawal@chromium.org2013-01-031-1/+1
* Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h.rsesek@chromium.org2013-01-032-6/+5
* Remove checks for transitional WebKit #defines that are always setjamesr@chromium.org2013-01-031-6/+0
* Remove OVERRIDE keyword from functions that don't really need itpilgrim@chromium.org2013-01-031-34/+34
* Undo change to render_view_impl.cc for crbug.com/153907 (Request Table Site n...sschmitz@chromium.org2013-01-031-2/+0
* chromeos: Update focus ring color in WebKit.derat@chromium.org2013-01-021-6/+7
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-0215-67/+65
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-023-20/+16
* Removing unnecessary content:: namespace qualifier.darin@chromium.org2013-01-024-12/+10
* Removes attempt to load audioses.dll from a render process.henrika@chromium.org2012-12-281-1/+5
* Fix for downstream webview buildjoth@chromium.org2012-12-271-1/+6
* Remove the old PPB_Flash proxy.raymes@chromium.org2012-12-261-1/+0
* Setup WebRTC event tracing in renderers.justinlin@chromium.org2012-12-261-0/+19
* Disable flaky tests:phajdan.jr@chromium.org2012-12-211-2/+4
* Browser Plugin: Remove extra spacefsamuel@chromium.org2012-12-211-1/+0
* Browser Plugin: Remove unnecessary Cleanup code + fix spacingfsamuel@chromium.org2012-12-215-23/+1
* Minor cleanup of command line handling during WebKit setup.darin@chromium.org2012-12-211-20/+10
* Browser Plugin: Simplified BrowserPlugin Damage Bufferfsamuel@chromium.org2012-12-217-193/+121
* Ensure that all resources are torn down before the routing.brettw@chromium.org2012-12-211-0/+4
* Move PepperFlash Hosts from content/ to chrome/raymes@google.com2012-12-213-318/+0
* Implemented windowSnapshot on the gpuBenchmarking extensionbajones@chromium.org2012-12-201-0/+81
* Exclude PluginService for builds with enable_plugins==0nileshagrawal@chromium.org2012-12-203-0/+13
* &vec.front() on an empty vector will crash on Windows, last I knew.cevans@chromium.org2012-12-191-1/+1