summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_widget_host.h
Commit message (Expand)AuthorAgeFilesLines
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-221-0/+3
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-1/+2
* Reverting 20855.darin@chromium.org2009-07-161-5/+5
* Reverting 20854.darin@chromium.org2009-07-161-5/+5
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-161-5/+5
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-1/+3
* Reverting 20683.jorlow@chromium.org2009-07-141-3/+1
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-1/+3
* Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also,darin@chromium.org2009-07-141-1/+2
* Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.shess@chromium.org2009-07-081-1/+7
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-0/+4
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-061-4/+0
* linux: OOP windowed pluginsevan@chromium.org2009-07-061-0/+4
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2).hbono@chromium.org2009-06-251-0/+39
* Re-land r18853jeremy@chromium.org2009-06-231-0/+2
* Revert 19009 because this prevents inserting return characters.hbono@chromium.org2009-06-231-39/+0
* Integrating GtkIMContext into the RenderWidgetHostViewGtk class.This change i...hbono@chromium.org2009-06-231-0/+39
* back out r18853jeremy@chromium.org2009-06-191-2/+0
* This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class.jeremy@chromium.org2009-06-191-0/+2
* Adds kind-of-live thumbnail generation for a potential tab switcher.brettw@chromium.org2009-06-161-3/+30
* Reverting Rev 18383 since it brings down the performance of single core page ...mad@chromium.org2009-06-151-4/+3
* This is to thest the page cycler performance without the resize corner, to se...mad@chromium.org2009-06-151-3/+4
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+5
* Revert mad's backing store changes, it completely hosed Linux painting.deanm@chromium.org2009-06-111-4/+3
* Relanding reverted patch 18090.mad@google.com2009-06-111-3/+4
* Revert 18090jrg@chromium.org2009-06-101-4/+3
* To help resolve the performance issue introduced when enabling the resize cor...mad@google.com2009-06-101-3/+4
* plugins: rename GetPluginNativeView to GetNativeView.evan@chromium.org2009-06-031-2/+3
* Generalize the code that checks for user actions in the render view to work o...estade@chromium.org2009-05-281-4/+6
* Forward simplified mouse events to the RenderViewHostDelegate::View so that i...erikkay@google.com2009-05-181-1/+1
* 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