summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_widget.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-101-6/+20
* Limit the total number of paint rects.darin@chromium.org2009-12-091-2/+1
* Coalesce damage rects that share an edge.darin@chromium.org2009-12-071-9/+3
* Return to painting smallest bounding box when not scrolling.darin@chromium.org2009-12-041-1/+8
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-11/+40
* Refactors RenderWidget to extract a PaintAggregator class.darin@chromium.org2009-11-191-182/+111
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-7/+7
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-1/+1
* This CL makes the browser focus tests faster by replacingjcampan@chromium.org2009-09-181-0/+6
* Supports Gtk keyboard themes.suzhe@chromium.org2009-09-101-0/+5
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-1/+2
* Reduce the size of the paint queue.agl@chromium.org2009-09-011-4/+30
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-1/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+1
* Add isVisible parameter to WebPlugin::updateGeometry.darin@chromium.org2009-08-261-1/+5
* Relanding with v8 fix.mbelshe@google.com2009-08-261-4/+18
* Revert 24314 - Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-251-18/+4
* Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-251-4/+18
* Revert 24227 - Modify the RenderThread to track the number of widgetsnick@chromium.org2009-08-251-18/+4
* Modify the RenderThread to track the number of widgetsmbelshe@google.com2009-08-251-4/+18
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-191-1/+2
* Address bug 12392 by only updating the PRIMARY selection if we are currentlyestade@chromium.org2009-08-131-1/+6
* When the plugin crashes, cleanup references to its window in the renderer.piman@chromium.org2009-08-061-0/+10
* Reverting 20855.darin@chromium.org2009-07-161-72/+59
* Reverting 20854.darin@chromium.org2009-07-161-59/+72
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-72/+59
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-16/+17
* Fix window.close() not working for modal dialogs.jam@chromium.org2009-07-101-1/+1
* Remove WebWidgetDelegate::GetContainingView since it is not needed.darin@chromium.org2009-07-091-4/+0
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-1/+7
* Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.shess@chromium.org2009-07-081-2/+1