summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux: server side backing storesagl@chromium.org2009-02-251-0/+5
* Purify bot fixagl@chromium.org2009-02-211-1/+2
* Purify fixagl@chromium.org2009-02-201-0/+2
* Bitmap transportagl@chromium.org2009-02-201-24/+4
* Make render_widget_host_unittest compile and run on POSIX.thestig@chromium.org2009-02-061-2/+20
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Write some basic RenderWidgetHost unittests for the more tricky behavior.brettw@chromium.org2009-01-281-0/+299