summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_widget.cc
Commit message (Expand)AuthorAgeFilesLines
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Calculate animation_floor_time_ only when actually updating animationsjamesr@chromium.org2011-02-041-14/+39
* Fixed null dereference in RenderWidget::UpdateAnimationsIfNeeded.apatrick@chromium.org2011-02-011-1/+1
* Fixes webkitRequestAnimationFrame on windowsjamesr@chromium.org2011-01-291-4/+18
* Chromium support for window.webkitRequestAnimationFrame()jamesr@chromium.org2011-01-211-3/+29
* Don't unnecessarily paint pixles when doing optimized always-on-top pepper pa...brettw@chromium.org2011-01-211-1/+3
* Generate thumbnails in the browser process.satorux@chromium.org2011-01-211-0/+6
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-7/+7
* Uses bool WebKit::WebWidget::confirmComposition(const WebString& text).suzhe@google.com2011-01-051-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-19/+23
* Add an additional level of optimization for PPAPI plugins to paint withoutbrettw@chromium.org2010-12-221-8/+51
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-2/+2
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-2/+2
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-2/+2
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-2/+2
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-2/+2
* Allow painting multiple paint rects.darin@chromium.org2010-12-061-9/+2
* When accelerated compositing is enabled, we create a plugin-like pair of wind...nduca@chromium.org2010-11-271-3/+2
* Stop render_widget from polling WebWiget's isAcceleratedCompositingActive.nduca@chromium.org2010-11-181-32/+16
* Clean-up external popup menu. ALso make select popups work on Mac in single-p...jcivelli@chromium.org2010-11-171-25/+9
* Handle resize corner layout entirely in the BrowserView (views) or BrowserWin...alekseys@chromium.org2010-11-161-4/+9
* Fix ThumbnailGenerator on Windows.kkania@chromium.org2010-11-111-6/+12
* Deleted code associated with --enable-gpu-rendering andkbr@chromium.org2010-11-081-10/+0
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...kkania@chromium.org2010-10-201-16/+15
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-201-15/+16
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...satish@chromium.org2010-10-061-15/+15
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-061-15/+15
* Revert asynchronous backing store changes.derat@chromium.org2010-10-051-25/+14
* Don't try to ReleaseTransportDIB() the dibs that come from pepperpiman@chromium.org2010-10-051-2/+0
* Add ViewMsg_DoneUsingBitmap message.derat@chromium.org2010-10-011-14/+27
* Add some optimizations to plugin painting.brettw@chromium.org2010-09-241-5/+28
* Revert "Add some optimizations to plugin painting."maruel@chromium.org2010-09-231-22/+5
* Add some optimizations to plugin painting.brettw@chromium.org2010-09-231-5/+22
* Fix tabs updated in background won't be rendered properlyvangelis@chromium.org2010-09-161-1/+1
* Accelerated Compositing: screen garbage when scrolling darin@chromium.org2010-09-131-42/+84
* Adding a class to track when a node in a page gets clicked.jcivelli@chromium.org2010-09-051-1/+4
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Relanding a previous CL (I fixed the ChromeOS build):jcivelli@chromium.org2010-08-231-2/+0
* Revert 57094 - Making window.focus()/blur() work only when there is a user ge...jcivelli@chromium.org2010-08-231-0/+2
* Making window.focus()/blur() work only when there is a user gesture.jcivelli@chromium.org2010-08-231-2/+0
* Use RenderWidget(Host) for full screenboliu@chromium.org2010-08-191-4/+29
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+2
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-2/+0
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-0/+2
* Making window.focus() work in Chrome.jcivelli@chromium.org2010-08-111-7/+1
* Let PaintAtAck send an int tag instead of the TransportDIB handle.thakis@chromium.org2010-07-191-4/+3
* Revert some changes I accidentally checked in in revision 50597. This was anbrettw@chromium.org2010-07-011-7/+1
* Improve input method support.suzhe@chromium.org2010-06-231-100/+58