| Commit message (Expand) | Author | Age | Files | Lines |
* | When accelerated compositing is enabled, we create a plugin-like pair of wind... | nduca@chromium.org | 2010-11-27 | 1 | -14/+16 |
* | Add flow control between renderer and GPU processes, and, on Mac OS X, | kbr@google.com | 2010-11-26 | 1 | -1/+5 |
* | Resize synchronization for Linux. | backer@chromium.org | 2010-11-25 | 1 | -0/+2 |
* | Update renderer's resize corner rect cached in RenderWidgetHost only on resiz... | alekseys@chromium.org | 2010-11-24 | 1 | -5/+9 |
* | touchui: Create touch-events. | sadrul@chromium.org | 2010-11-23 | 1 | -0/+7 |
* | Fixes bug that could leave renderer out of sync with size of | sky@chromium.org | 2010-11-23 | 1 | -0/+21 |
* | Handle resize corner layout entirely in the BrowserView (views) or BrowserWin... | alekseys@chromium.org | 2010-11-16 | 1 | -21/+30 |
* | Mac: Show GPU widget on reload after a renderer crash. | thakis@chromium.org | 2010-11-16 | 1 | -0/+1 |
* | Deleted code associated with --enable-gpu-rendering and | kbr@chromium.org | 2010-11-08 | 1 | -60/+5 |
* | Let every "accelerated IO surface swapped" message have an identifier of the ... | thakis@chromium.org | 2010-10-28 | 1 | -2/+2 |
* | Refactoring select popup on Mac. | jcivelli@google.com | 2010-10-26 | 1 | -11/+0 |
* | Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc... | kkania@chromium.org | 2010-10-20 | 1 | -25/+11 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-20 | 1 | -11/+25 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -4/+3 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -3/+4 |
* | Implement IME for Mac plugins using the Cocoa event model on 10.6 | stuartmorgan@chromium.org | 2010-10-15 | 1 | -0/+11 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc... | satish@chromium.org | 2010-10-06 | 1 | -22/+10 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-06 | 1 | -10/+22 |
* | DidUpdateRect should not call DidUpdateBackingStore when in accelerated compo... | nduca@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Revert asynchronous backing store changes. | derat@chromium.org | 2010-10-05 | 1 | -31/+13 |
* | Only enable renderer accessibility when an active screen reader is detected. | ctguil@chromium.org | 2010-10-05 | 1 | -4/+4 |
* | Add ViewMsg_DoneUsingBitmap message. | derat@chromium.org | 2010-10-01 | 1 | -13/+31 |
* | When in accelerated compositing mode, RenderWidgetHostView::paint/expose | nduca@chromium.org | 2010-09-30 | 1 | -0/+22 |
* | Couple of match preview changes. | sky@chromium.org | 2010-09-29 | 1 | -0/+3 |
* | Support additional webkit accessibility notifications and states. | ctguil@chromium.org | 2010-09-25 | 1 | -19/+3 |
* | Remove code that enables renderer accessibility based on the SPI_GETSCREENREA... | ctguil@chromium.org | 2010-09-18 | 1 | -0/+5 |
* | Add support for webkit ValueChanged accessibility notification. | ctguil@chromium.org | 2010-09-16 | 1 | -2/+2 |
* | [Linux] Don't send a key event to browser window for pre-handling if it's han... | satorux@chromium.org | 2010-09-14 | 1 | -13/+16 |
* | Makes --disable-hang-monitor apply to navigations and closing tabs. | creis@google.com | 2010-09-07 | 1 | -0/+5 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -3/+3 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -3/+3 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -3/+3 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -3/+3 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -3/+3 |
* | Update browser cache of accessibility tree on renderer sub-tree changes. | ctguil@chromium.org | 2010-08-31 | 1 | -0/+4 |
* | When compositor is enabled, do not do backing store updates. | amarinichev@chromium.org | 2010-08-25 | 1 | -20/+25 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+1 |
* | Mac: Correctly show/hide compositor on navigations. | thakis@chromium.org | 2010-08-24 | 1 | -0/+7 |
* | RenderWidget::WasRestored should repaint the view when accelerated compositing | darin@chromium.org | 2010-08-20 | 1 | -1/+4 |
* | Adds RenderWidgetHostWillPaint. I need this for something else I'm | sky@chromium.org | 2010-08-18 | 1 | -0/+3 |
* | FBTF: Header cleanup in renderer_host. | jhawkins@chromium.org | 2010-08-16 | 1 | -0/+3 |
* | Making window.focus() work in Chrome. | jcivelli@chromium.org | 2010-08-11 | 1 | -4/+3 |
* | rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I) | pvalchev@google.com | 2010-08-06 | 1 | -28/+28 |
* | Initial port of accelerated compositor to Mac OS X 10.6. Reused | kbr@google.com | 2010-08-04 | 1 | -1/+2 |
* | Fix a Chrome crash observed in ChromeFrame reliability test runs. The crash o... | ananta@chromium.org | 2010-07-20 | 1 | -4/+10 |
* | Let PaintAtAck send an int tag instead of the TransportDIB handle. | thakis@chromium.org | 2010-07-19 | 1 | -4/+4 |
* | Improve input method support. | suzhe@chromium.org | 2010-06-23 | 1 | -22/+32 |
* | Peek at the event queue for wheel events for cros | davemoore@chromium.org | 2010-06-16 | 1 | -22/+1 |