Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hookup the ChromotingPlugin into the refactored implementation | ajwong@chromium.org | 2010-06-17 | 1 | -1/+20 |
| | | | | | | | | | | | | | | of HostConnection and ChromotingView. Also implement a bare-bones PepperView. No unittests yet. Still too in flux to be worth it. BUG=none TEST=none Review URL: http://codereview.chromium.org/2852003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50116 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Implement a chromoting client using X11 | hclam@chromium.org | 2010-06-09 | 1 | -0/+37 |
Using XRender to render the chromoting client. This patch has done several things: 1. Rename chromotocol_pb to remoting 2. Defined ChromotingView as the display area of the remote view 3. Implemented X11Client as the client that uses X11 for display 4. Implemented X11View that uses XRender for drawing 5. Fixed several problems in host capturer and encoder Review URL: http://codereview.chromium.org/2745006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49329 0039d316-1c4b-4281-b951-d872f2087c98 |