summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_widget.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix for reverted cl http://codereview.chromium.org/147123davemoore@chromium.org2009-06-271-0/+3
* Reverting 19361.davemoore@chromium.org2009-06-261-3/+0
* A recent change broke the load times. It also revealed some deficiencies.davemoore@chromium.org2009-06-261-0/+3
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-251-1/+1
* Linux: Limit the size of the shared memory segment a renderer will request.estade@chromium.org2009-06-171-0/+8
* Reverting Rev 18383 since it brings down the performance of single core page ...mad@chromium.org2009-06-151-141/+29
* This is to thest the page cycler performance without the resize corner, to se...mad@chromium.org2009-06-151-29/+141
* Revert mad's backing store changes, it completely hosed Linux painting.deanm@chromium.org2009-06-111-141/+29
* Relanding reverted patch 18090.mad@google.com2009-06-111-29/+141
* Revert 18090jrg@chromium.org2009-06-101-141/+29
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-101-29/+141
* Fixes a flash plugin hang caused by opening google finance ticker symbols in ...ananta@chromium.org2009-06-091-3/+0