| Commit message (Expand) | Author | Age | Files | Lines |
* | Make scrollbars and other controls tint/untint upon main window gaining | thakis@chromium.org | 2009-07-22 | 1 | -0/+4 |
* | More bad ipc message handling for RenderWidgetHost | cpu@google.com | 2009-07-17 | 1 | -5/+5 |
* | Reverting 20855. | darin@chromium.org | 2009-07-16 | 1 | -12/+15 |
* | Reverting 20854. | darin@chromium.org | 2009-07-16 | 1 | -15/+12 |
* | Use WebWidget from the WebKit API. This change also makes | darin@chromium.org | 2009-07-16 | 1 | -12/+15 |
* | Handle failure of de-serialization of IPC messages in RenderViewHost | cpu@google.com | 2009-07-15 | 1 | -22/+30 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-15 | 1 | -2/+3 |
* | Reverting 20683. | jorlow@chromium.org | 2009-07-14 | 1 | -3/+2 |
* | linux: destroy browser-side plugin windows on plugin crash | evan@chromium.org | 2009-07-14 | 1 | -2/+3 |
* | Replace ShowAsPopupWithItems to CreatePopupWidgetWithInfo. Also, | darin@chromium.org | 2009-07-14 | 1 | -11/+10 |
* | Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread. | shess@chromium.org | 2009-07-08 | 1 | -12/+42 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 1 | -0/+18 |
* | Revert "linux: OOP windowed plugins" | evan@chromium.org | 2009-07-06 | 1 | -18/+0 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-06 | 1 | -0/+18 |
* | Let RenderProcessHost provide a method HasConnection() instead of exposing | brettw@chromium.org | 2009-06-29 | 1 | -5/+5 |
* | Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2). | hbono@chromium.org | 2009-06-25 | 1 | -0/+22 |
* | Re-land r18853 | jeremy@chromium.org | 2009-06-23 | 1 | -0/+7 |
* | Revert 19009 because this prevents inserting return characters. | hbono@chromium.org | 2009-06-23 | 1 | -22/+0 |
* | Integrating GtkIMContext into the RenderWidgetHostViewGtk class.This change i... | hbono@chromium.org | 2009-06-23 | 1 | -0/+22 |
* | back out r18853 | jeremy@chromium.org | 2009-06-19 | 1 | -7/+0 |
* | This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class. | jeremy@chromium.org | 2009-06-19 | 1 | -0/+7 |
* | Adds kind-of-live thumbnail generation for a potential tab switcher. | brettw@chromium.org | 2009-06-16 | 1 | -4/+31 |
* | Reverting Rev 18383 since it brings down the performance of single core page ... | mad@chromium.org | 2009-06-15 | 1 | -75/+17 |
* | This is to thest the page cycler performance without the resize corner, to se... | mad@chromium.org | 2009-06-15 | 1 | -17/+75 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 1 | -0/+4 |
* | Revert mad's backing store changes, it completely hosed Linux painting. | deanm@chromium.org | 2009-06-11 | 1 | -75/+17 |
* | Relanding reverted patch 18090. | mad@google.com | 2009-06-11 | 1 | -17/+75 |
* | Revert 18090 | jrg@chromium.org | 2009-06-10 | 1 | -75/+17 |
* | To help resolve the performance issue introduced when enabling the resize cor... | mad@google.com | 2009-06-10 | 1 | -17/+75 |
* | Split the BackingStoreManager out of backing_store.* and into its own class. | brettw@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | plugins: rename GetPluginNativeView to GetNativeView. | evan@chromium.org | 2009-06-03 | 1 | -3/+3 |
* | Generalize the code that checks for user actions in the render view to work o... | estade@chromium.org | 2009-05-28 | 1 | -1/+3 |
* | The underlying view_ can be NULL while processing a ViewHostMsg_PaintRect IPC... | ananta@chromium.org | 2009-05-21 | 1 | -0/+4 |
* | Defer window.close(), resizeTo() and moveTo() actions | mbelshe@google.com | 2009-05-09 | 1 | -1/+3 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+0 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Refactor ExtensionView to support a UI-less extension instance. | mpcomplete@google.com | 2009-04-29 | 1 | -5/+9 |
* | Implement HTML selects as native Cocoa controls for Chrome. | paul@chromium.org | 2009-04-24 | 1 | -0/+18 |
* | Don't send resize messages until the renderer has been initialized. | evan@chromium.org | 2009-04-22 | 1 | -2/+11 |
* | Revert "Don't send resize messages until the renderer has been initialized." | evan@chromium.org | 2009-04-22 | 1 | -11/+2 |
* | Don't send resize messages until the renderer has been initialized. | evan@chromium.org | 2009-04-22 | 1 | -2/+11 |
* | Fix problems correctly invalidating/repainting when our updated paint rect fo... | pkasting@chromium.org | 2009-04-14 | 1 | -8/+10 |
* | A quick fix for Issue 9762 and 9763. | hbono@chromium.org | 2009-04-13 | 1 | -3/+11 |
* | When the Find bar has focus it eats keypresses such as PageUp, PageDown and U... | finnur@chromium.org | 2009-04-08 | 1 | -1/+1 |
* | Use Webkit::WebInputEvent and remove webkit/glue/webinputevent. | darin@chromium.org | 2009-03-27 | 1 | -9/+13 |
* | A tricky fix for Issue 1845 (Take 2). | hbono@chromium.org | 2009-03-25 | 1 | -1/+17 |
* | Reverting 11953. | hbono@chromium.org | 2009-03-18 | 1 | -16/+1 |
* | A tricky fix for Issue 1845. | hbono@chromium.org | 2009-03-18 | 1 | -1/+16 |
* | RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c... | erg@google.com | 2009-03-06 | 1 | -10/+19 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -2/+2 |