summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host.h
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-15/+15
* Refactor ExtensionView to support a UI-less extension instance.mpcomplete@google.com2009-04-291-0/+4
* Implement HTML selects as native Cocoa controls for Chrome.paul@chromium.org2009-04-241-0/+1
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-221-1/+7
* Revert "Don't send resize messages until the renderer has been initialized."evan@chromium.org2009-04-221-7/+1
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-221-1/+7
* Fix problems correctly invalidating/repainting when our updated paint rect fo...pkasting@chromium.org2009-04-141-4/+3
* A quick fix for Issue 9762 and 9763.hbono@chromium.org2009-04-131-0/+12
* When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...finnur@chromium.org2009-04-081-1/+1
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.darin@chromium.org2009-03-271-8/+11
* A tricky fix for Issue 1845 (Take 2).hbono@chromium.org2009-03-251-0/+37
* Reverting 11953.hbono@chromium.org2009-03-181-37/+0
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-181-0/+37
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...erg@google.com2009-03-061-5/+7
* Fix crash introduced in r10563 where we modified a RenderWidgetHost after it ...erg@google.com2009-03-031-1/+4
* Don't send WebInputEvents from the renderer to the browser.erg@google.com2009-02-271-1/+8
* Linux: server side backing storesagl@chromium.org2009-02-251-0/+4
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-2/+2
* Bitmap transportagl@chromium.org2009-02-201-4/+4
* This is an attempt at finding the reason for the page_cycler slowness caused bymad@chromium.org2009-02-121-0/+4
* Reverting 9493.kuchhal@chromium.org2009-02-101-4/+0
* Relanding of http://codereview.chromium.org/16488.mad@chromium.org2009-02-101-0/+4
* Reverting 9408.brettw@chromium.org2009-02-091-4/+0
* Add a new resizer corner.mad@chromium.org2009-02-091-0/+4
* Cleanup some forward declared structs that are not being used.thestig@chromium.org2009-02-051-1/+0
* Commiting the changes from my previous cl that are specific to not including ...jam@chromium.org2009-02-041-3/+3
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-3/+3
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-3/+3
* From agl. Cleaned up version of issue 19046.thestig@chromium.org2009-02-031-5/+4
* Write some basic RenderWidgetHost unittests for the more tricky behavior.brettw@chromium.org2009-01-281-0/+4
* Revert "Make render_view_host compile on Mac & Linux, add to the build."agl@chromium.org2009-01-261-12/+3
* Make render_view_host compile on Mac & Linux, add to the build.brettw@google.com2009-01-261-3/+12
* Do some header file cleanup of RenderWidgetHost. I moved everything to bebrettw@chromium.org2009-01-241-93/+104
* Separate out the backing store from the RenderWidgetHost into its own file tobrettw@chromium.org2009-01-231-50/+16
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-0/+369