| Commit message (Expand) | Author | Age | Files | Lines |
* | Create swapped-out opener RVHs after a process swap. | creis@chromium.org | 2012-05-02 | 1 | -1/+2 |
* | Fix input flow control in threaded mode | nduca@google.com | 2012-03-28 | 1 | -0/+1 |
* | Issue the correct Pepper flow control calls in threaded mode | nduca@google.com | 2012-03-26 | 1 | -0/+1 |
* | Remove dead code left over from old-style WebCompositor initialization path. | nduca@chromium.org | 2012-03-14 | 1 | -1/+1 |
* | Fix RenderWidget task leak | jbates@chromium.org | 2012-03-09 | 1 | -1/+2 |
* | Change panels to be able to turn off autoresize. | levin@chromium.org | 2012-03-02 | 1 | -0/+11 |
* | WebWidgetClient::screenInfo() no longer does a synchronous IPC. | fsamuel@chromium.org | 2012-03-01 | 1 | -2/+7 |
* | Add a switch to invert web contents (non-accel only). | dmazzoni@google.com | 2012-02-13 | 1 | -0/+7 |
* | Revert 121541 - Add a switch to invert web contents (non-accel only). | dmazzoni@chromium.org | 2012-02-10 | 1 | -7/+0 |
* | Add a switch to invert web contents (non-accel only). | dmazzoni@chromium.org | 2012-02-10 | 1 | -0/+7 |
* | Revert 120928 - Add a switch to invert web contents (non-accel only). | hbono@chromium.org | 2012-02-08 | 1 | -7/+0 |
* | Add a switch to invert web contents (non-accel only). | dmazzoni@chromium.org | 2012-02-08 | 1 | -0/+7 |
* | Add a 'invalidate resize rect' IPC message. | thakis@chromium.org | 2012-02-07 | 1 | -0/+1 |
* | Defer render_widget draw until host window is available | jamesr@chromium.org | 2012-02-07 | 1 | -0/+1 |
* | Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics. | wez@chromium.org | 2012-02-04 | 1 | -4/+8 |
* | Revert 120282 - Fix broken resize box appearance after download shelf open/cl... | mkwst@chromium.org | 2012-02-03 | 1 | -1/+0 |
* | Fix broken resize box appearance after download shelf open/close. | thakis@chromium.org | 2012-02-03 | 1 | -0/+1 |
* | gpu: reference target surfaces through a globally unique surface id. | piman@chromium.org | 2012-01-18 | 1 | -1/+7 |
* | Hook up page visibility to the View info for a plugin. | brettw@chromium.org | 2012-01-04 | 1 | -2/+1 |
* | Delay UpdateRect until the SwapBuffers callback when accelerated compositing ... | piman@chromium.org | 2011-12-09 | 1 | -5/+15 |
* | Revert r112160 ("Send one WebKeyboardEvent to the RenderWidget at a time.") | apavlov@chromium.org | 2011-12-08 | 1 | -0/+3 |
* | Update includes to new header locations | abarth@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | Add autoresize capability to chromium. | levin@chromium.org | 2011-12-02 | 1 | -0/+1 |
* | Send one WebKeyboardEvent to the RenderWidget at a time. Move keyboard | darin@chromium.org | 2011-11-30 | 1 | -3/+0 |
* | Fix resize issues when using threaded compositing | enne@chromium.org | 2011-11-17 | 1 | -0/+2 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 1 | -2/+2 |
* | Cleanup: Remove more unneeded forward declares in content. | thestig@chromium.org | 2011-11-11 | 1 | -2/+0 |
* | Fix fullscreen API event delivery to be delayed until the state change has | darin@chromium.org | 2011-10-27 | 1 | -0/+3 |
* | Handle the change from CaretBounds to SelectionBounds for PPAPI Plugins. | kinaba@chromium.org | 2011-10-21 | 1 | -1/+1 |
* | Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex... | penghuang@chromium.org | 2011-10-16 | 1 | -4/+9 |
* | Add an is_fullscreen to ViewMsg_Resize, and make it available as a property of | darin@chromium.org | 2011-10-14 | 1 | -5/+7 |
* | PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen mode | polina@google.com | 2011-10-14 | 1 | -0/+4 |
* | Implement Pepper IME API. | kinaba@chromium.org | 2011-10-12 | 1 | -0/+1 |
* | mac: Almost fix Lion accented character bubble input in web contents. | thakis@chromium.org | 2011-10-12 | 1 | -1/+6 |
* | Turning the threaded compositor into a runtime option. This CL | vangelis@chromium.org | 2011-10-07 | 1 | -0/+4 |
* | Cleanup usage of RenderThread for code that runs under tests. Before RenderTh... | jam@chromium.org | 2011-10-07 | 1 | -13/+2 |
* | Create content::RenderThread interface and make code in chrome use that. | jam@chromium.org | 2011-10-06 | 1 | -14/+17 |
* | Convert to new WebWidgetClient interface for compositor activation and deacti... | jamesr@chromium.org | 2011-10-04 | 1 | -1/+2 |
* | Show keyboard when the focused editable field is touched inside the web conte... | mazda@chromium.org | 2011-10-03 | 1 | -0/+5 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 1 | -4/+7 |
* | Mouse lock implementation, including the renderer side and the Windows versio... | yzshen@chromium.org | 2011-09-22 | 1 | -0/+7 |
* | Revert 100801 - Ensure that compositor does not block the renderer process by... | apatrick@chromium.org | 2011-09-12 | 1 | -3/+1 |
* | Ensure that compositor does not block the renderer process by issuing too man... | apatrick@chromium.org | 2011-09-12 | 1 | -1/+3 |
* | Move the ViewMsg_FPS and ViewHostMsg_FPS IPC messages out of content to chrom... | ananta@chromium.org | 2011-09-08 | 1 | -0/+4 |
* | [Mac] Kill browser-side rubberband gutter painting. | asvitkine@chromium.org | 2011-08-17 | 1 | -3/+0 |
* | [Mac] Rubber-banding on Lion. | asvitkine@chromium.org | 2011-08-11 | 1 | -0/+3 |
* | Fix num_swapbuffers_complete_pending_ accounting. | piman@google.com | 2011-07-11 | 1 | -4/+6 |
* | GPU compositing surface handle is no longer sent to renderer process. | apatrick@chromium.org | 2011-06-27 | 1 | -12/+2 |
* | Show composition text on IME panel when Pepper plugin is focused (Linux). | kinaba@chromium.org | 2011-06-17 | 1 | -3/+10 |
* | Move setToolTipText related functions from RenderView to RenderWidget. | Takano.Naoki@gmail.com | 2011-06-06 | 1 | -0/+2 |