| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop render_widget from polling WebWiget's isAcceleratedCompositingActive. | nduca@chromium.org | 2010-11-18 | 1 | -2/+4 |
* | Clean-up external popup menu. ALso make select popups work on Mac in single-p... | jcivelli@chromium.org | 2010-11-17 | 1 | -7/+0 |
* | Client-side phishing detection: grab snapshot of custom sized view. | noelutz@google.com | 2010-10-27 | 1 | -0/+2 |
* | Revert asynchronous backing store changes. | derat@chromium.org | 2010-10-05 | 1 | -6/+2 |
* | Add ViewMsg_DoneUsingBitmap message. | derat@chromium.org | 2010-10-01 | 1 | -2/+6 |
* | Revert 60368 - Client-side phishing detection: grab snapshot of custom sized ... | noelutz@google.com | 2010-09-24 | 1 | -2/+0 |
* | Add some optimizations to plugin painting. | brettw@chromium.org | 2010-09-24 | 1 | -0/+15 |
* | Client-side phishing detection: grab snapshot of custom sized view. | noelutz@google.com | 2010-09-23 | 1 | -0/+2 |
* | Implement Pepper plugin focus notifications. | brettw@chromium.org | 2010-09-23 | 1 | -2/+2 |
* | Revert "Add some optimizations to plugin painting." | maruel@chromium.org | 2010-09-23 | 1 | -13/+0 |
* | Add some optimizations to plugin painting. | brettw@chromium.org | 2010-09-23 | 1 | -0/+13 |
* | Accelerated Compositing: screen garbage when scrolling | darin@chromium.org | 2010-09-13 | 1 | -3/+1 |
* | Adding a class to track when a node in a page gets clicked. | jcivelli@chromium.org | 2010-09-05 | 1 | -0/+5 |
* | Fix initial plugin Mac plugin focus and visibily | stuartmorgan@chromium.org | 2010-09-03 | 1 | -0/+2 |
* | Use RenderWidget(Host) for full screen | boliu@chromium.org | 2010-08-19 | 1 | -0/+13 |
* | Header cleanup in chrome/renderer/. | erg@google.com | 2010-07-28 | 1 | -3/+8 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Let PaintAtAck send an int tag instead of the TransportDIB handle. | thakis@chromium.org | 2010-07-19 | 1 | -0/+1 |
* | Revert some changes I accidentally checked in in revision 50597. This was an | brettw@chromium.org | 2010-07-01 | 1 | -3/+0 |
* | Improve input method support. | suzhe@chromium.org | 2010-06-23 | 1 | -30/+21 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 1 | -0/+3 |
* | This tunes up some of the snapshot creation code. | gspencer@chromium.org | 2010-05-28 | 1 | -0/+1 |
* | Adding a new IPC message to notify the browser process when a render widget i... | vangelis@chromium.org | 2010-05-07 | 1 | -0/+3 |
* | This adds in the ability for Chrome to generate windows with snapshots | gspencer@chromium.org | 2010-04-28 | 1 | -1/+4 |
* | Adding the new WebPopupType to the RenderWidget creation. | jcivelli@google.com | 2010-04-07 | 1 | -4/+6 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -15/+0 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -3/+3 |
* | Make the pepper 2D flush callback actually function as advertised. It will now | brettw@chromium.org | 2010-03-06 | 1 | -3/+6 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 1 | -0/+15 |
* | Revert 40490 - Make the pepper 2D flush callback actually function as adverti... | brettw@chromium.org | 2010-03-03 | 1 | -6/+3 |
* | Make the pepper 2D flush callback actually function as advertised. It will now | brettw@chromium.org | 2010-03-03 | 1 | -3/+6 |
* | Revert 39670 which breaks suggestion popup | victorw@chromium.org | 2010-03-02 | 1 | -16/+0 |
* | Initial work for cross-process video rendering using layers. | scherkus@chromium.org | 2010-02-26 | 1 | -0/+2 |
* | Do not send extra blur and focus events if popup menu is showing | victorw@chromium.org | 2010-02-22 | 1 | -0/+16 |
* | Modal loops of joy. | darin@chromium.org | 2010-02-18 | 1 | -0/+4 |
* | Send window frame information to Mac plugins via IPC | stuartmorgan@chromium.org | 2010-02-08 | 1 | -1/+1 |
* | Add tab switch notification to the Mac plugin plumbing. | stuartmorgan@chromium.org | 2010-02-01 | 1 | -2/+2 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-21 | 1 | -17/+9 |
* | Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | rsesek@chromium.org | 2009-12-18 | 1 | -9/+17 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-18 | 1 | -17/+9 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 1 | -0/+3 |
* | Preserve optimized scrolling in the presence of multiple animating rects. | darin@chromium.org | 2009-12-04 | 1 | -1/+5 |
* | Refactors RenderWidget to extract a PaintAggregator class. | darin@chromium.org | 2009-11-19 | 1 | -14/+4 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -4/+4 |
* | Makes it so that we sync changes in content state more often for selected tab... | sky@chromium.org | 2009-11-05 | 1 | -0/+2 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+2 |
* | Eliminate WebView::GetDelegate and replace RenderViewSet with a map from | darin@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Supports Gtk keyboard themes. | suzhe@chromium.org | 2009-09-10 | 1 | -0/+4 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 1 | -3/+6 |