summaryrefslogtreecommitdiffstats
path: root/remoting/client
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-172-2/+2
* Add support for drawing video onto a Java ByteBuffersolb@chromium.org2013-07-178-41/+303
* Separate singleton out of ChromotingJNIInstancesolb@chromium.org2013-07-175-216/+351
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-131-2/+2
* Restructure chromoting_jni_instance handling of Java stringssolb@chromium.org2013-07-133-194/+222
* Construct ChromotingClient instancesolb@chromium.org2013-07-123-37/+220
* Enable fetching of API keys and OAuth client details via JNIsolb@chromium.org2013-07-111-0/+25
* Create new remoting_client_jni targetsolb@chromium.org2013-07-114-0/+288
* Make AudioPlayer optional in ChromotingClientsolb@chromium.org2013-07-102-4/+7
* Abstract PPAPI's ImageData behind webrtc::DesktopFrame interfacesolb@chromium.org2013-07-049-50/+82
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-1/+1
* Chromoting: fixing caps lock issue with mac host.weitaosu@chromium.org2013-06-266-62/+137
* Add "PRIVATE" to the enum names of some private Pepper networking APIs:yzshen@chromium.org2013-06-243-5/+5
* Added the desktop shape fields to VideoPacket.alexeypa@chromium.org2013-06-216-2/+42
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-201-1/+1
* Remove XmppProxy and JavascriptSignalStrategy.sergeyu@chromium.org2013-06-138-175/+149
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+2
* Use a direct include of strings headers in remoting/.avi@chromium.org2013-06-113-4/+4
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Clip the mouse cursor if it is larger than the maximum size allowed by Pepper...alexeypa@chromium.org2013-06-071-11/+38
* Issue 245137: Mouse-move events not sent after clicking on drop-down toolbarweitaosu@chromium.org2013-06-044-56/+27
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-046-6/+56
* Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-044-8/+8
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-013-11/+17
* Show a 'remember me' checkbox in the web-app when connecting to a host that s...jamiewalch@chromium.org2013-05-242-0/+5
* PairingAuthenticator implementation and plumbing.jamiewalch@chromium.org2013-05-221-0/+4
* Issue 236549: Inactive window should not be capturing mouseoverweitaosu@chromium.org2013-05-224-27/+56
* Roll libjingle r313.ronghuawu@chromium.org2013-05-072-5/+5
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-276-6/+6
* Do not use host_stub() before it was created.alexeypa@chromium.org2013-04-262-10/+25
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-196-6/+99
* Call ChromotingClient::Initialize() before any packets can arrive.alexeypa@chromium.org2013-04-132-1/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-8/+17
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-17/+8
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-8/+17
* Fix chromoting client crash.sergeyu@chromium.org2013-04-081-1/+4
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-081-1/+1
* Client plugin changes to support third party authentication. rmsousa@chromium.org2013-04-067-3/+154
* Separate Client and Host side of NegotiatingAuthenticator, and make the proto...rmsousa@chromium.org2013-04-033-4/+4
* Protocol / client plugin changes to support interactively asking for a PIN.rmsousa@chromium.org2013-03-234-20/+86
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-2/+2
* Add notifyClientResolution API to the client plugin.wez@chromium.org2013-02-152-12/+33
* Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.wez@chromium.org2013-02-131-4/+16
* Linux/ChromeOS Chromium style checker cleanup, remoting/ edition.rsleevi@chromium.org2013-02-063-13/+13
* Stop reusing RectangleUpdateDecoder for multiple sessions.sergeyu@chromium.org2013-02-054-26/+35
* [Chromoting] Check cursor data size on client before copying data.garykac@chromium.org2013-02-051-0/+8
* remoting: Kill the base::Passed(foo.Pass()) meme.tfarina@chromium.org2013-01-221-1/+1
* Fix PepperView handling of 1:1 high-DPI.wez@chromium.org2013-01-103-50/+65
* Remove mousewheel tick handling from client, protocol and host.wez@chromium.org2013-01-032-30/+1
* Drop audio packets in the chromoting client less agressively.sergeyu@chromium.org2012-12-293-30/+26