summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_widget.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-1/+7
* Cleaning up the node focus notification.jcivelli@google.com2010-06-011-6/+0
* This tunes up some of the snapshot creation code.gspencer@chromium.org2010-05-281-15/+20
* Enabled mousewheel coalescing to work better for ChromeOS.davemoore@chromium.org2010-05-281-1/+8
* Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".erg@chromium.org2010-05-261-4/+4
* Fix a regression where we send too many IME_CANCEL_COMPOSITIONtony@chromium.org2010-05-261-3/+5
* Stop the browser from scrolling the View contents when gpu accelerated compos...vangelis@chromium.org2010-05-141-2/+9
* Do right-alignment of popups when WebKit indicates to do so.avi@chromium.org2010-05-131-0/+1
* Adding a new IPC message to notify the browser process when a render widget i...vangelis@chromium.org2010-05-071-1/+17
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-4/+2
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-4/+70
* Add an IME_CANCEL_COMPOSITION event. This is fired iftony@chromium.org2010-04-151-3/+7
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-5/+6
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-46/+0
* Fixed bugs in GPU process startup on POSIX platforms. Addedkbr@google.com2010-03-231-0/+7
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* [Mac] Match popup contents to page zoom size.thakis@chromium.org2010-03-171-0/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-2/+2
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-3/+7
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-0/+41
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-7/+3
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-031-3/+7
* Revert 39670 which breaks suggestion popupvictorw@chromium.org2010-03-021-29/+3
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-261-0/+10
* Do not send extra blur and focus events if popup menu is showingvictorw@chromium.org2010-02-221-3/+29
* Correct the code that suppresses multiple paint rects to avoid thedarin@chromium.org2009-12-211-6/+6
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-113/+74
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-74/+113
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-113/+74
* Disable multiple paint rects due to page cycler regression on single-core-xp.chase@chromium.org2009-12-171-0/+7
* Revert 34777 - Disable multiple paint rects due to page cycler regression on ...stuartmorgan@chromium.org2009-12-171-7/+0
* Disable multiple paint rects due to page cycler regression on single-core-xp.darin@chromium.org2009-12-161-0/+7