summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle resize corner layout entirely in the BrowserView (views) or BrowserWin...alekseys@chromium.org2010-11-161-3/+8
* Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...kkania@chromium.org2010-10-201-2/+1
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-201-1/+2
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-1/+1
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-1/+1
* Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...satish@chromium.org2010-10-061-2/+1
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-061-1/+2
* Re-lands 58186:bryeung@chromium.org2010-09-031-2/+2
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-2/+2
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-2/+2
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-2/+2
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-2/+2
* FBTF: Minor cleanup to testing headers.erg@google.com2010-08-251-0/+1
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Let PaintAtAck send an int tag instead of the TransportDIB handle.thakis@chromium.org2010-07-191-11/+10
* Canvas refactoring part 3.ben@chromium.org2010-06-251-2/+2
* Revert 50784 - Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* Canvas refactoring part 3.ben@chromium.org2010-06-241-2/+2
* This tunes up some of the snapshot creation code.gspencer@chromium.org2010-05-281-1/+2
* Enabled mousewheel coalescing to work better for ChromeOS.davemoore@chromium.org2010-05-281-0/+6
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-1/+1
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-281-1/+49
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Fixes a timeout issue in RenderWidgetHost.creis@chromium.org2010-03-171-2/+52
* Mac: Coalesce scroll events.thakis@chromium.org2010-01-151-1/+45
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-61/+63
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-51/+50
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-50/+51
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-101-213/+36
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-0/+1
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Fix a memory bug in the new ResizeThenCrash test.creis@chromium.org2009-11-021-2/+3
* Fixes reloading after a background tab crashes.creis@chromium.org2009-11-021-0/+31
* Fix conflicts between accelerator keys and HTML DOM accesskeys.suzhe@chromium.org2009-10-231-18/+286
* Fix a DCHECK that I hit while working on the extension shelf for OS X.thakis@chromium.org2009-09-021-0/+19
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-1/+1
* Adds kind-of-live thumbnail generation for a potential tab switcher.brettw@chromium.org2009-06-161-10/+6
* Prevent an extra copy of data types that get passed into IPC messages whenmpcomplete@google.com2009-05-201-5/+5
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-3/+3
* Move chrome_canvas to app/gfxben@chromium.org2009-05-061-1/+1
* Add transparency support to RenderWidgetHostView.aa@chromium.org2009-04-231-0/+53
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-221-0/+1
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-4/+6
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...erg@google.com2009-03-061-2/+2
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-041-1/+1
* Reverting 10794.avi@chromium.org2009-03-031-1/+1
* Ship some tests which aren't related to what I'm working on:shess@chromium.org2009-03-031-5/+1
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-031-1/+1
* Don't send WebInputEvents from the renderer to the browser.erg@google.com2009-02-271-2/+62