summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Improve host state logging and show a message on error.jamiewalch@google.com2011-09-071-1/+6
* Fixed JSCompiler and lint errors.jamiewalch@google.com2011-09-079-74/+189
* Center the desktop if it's smaller than the frame.wez@chromium.org2011-09-073-6/+22
* Simplify IqRequest interface.sergeyu@chromium.org2011-09-0613-46/+45
* Change Chromoting logger to be setup in CreatePlugin.garykac@chromium.org2011-09-066-54/+205
* Use one icon for all platforms.dmaclach@chromium.org2011-09-069-11/+8
* Revert 99801 - Simplify IqRequest interface.sergeyu@chromium.org2011-09-0613-43/+46
* Simplify IqRequest interface.sergeyu@chromium.org2011-09-0613-46/+43
* Update remoting graphicsdmaclach@chromium.org2011-09-062-0/+0
* Use talk gadget blank page for bounce.jamiewalch@google.com2011-09-062-4/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-022-4/+4
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-022-4/+4
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-022-4/+4
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* Fixed bad variable reference.jamiewalch@google.com2011-08-311-2/+2
* Reimplement tool-bar stub using CSS and reduce active area.jamiewalch@google.com2011-08-314-4/+24
* Changed help URL.jamiewalch@google.com2011-08-311-1/+1
* Keep email address visible in host and client modes.jamiewalch@google.com2011-08-311-1/+3
* Trap errors when disconnecting in case the host plugin has crashed.jamiewalch@google.com2011-08-313-24/+49
* Added talkgadget blank page to trampoline triggers, pending server config cha...jamiewalch@google.com2011-08-301-2/+4
* Hack to fix margin issues with client plugin.jamiewalch@google.com2011-08-301-1/+4
* Run LocalizeStrings() on plugin thread.lambroslambrou@chromium.org2011-08-305-37/+68
* Fix stuck keys problem with Chromoting when host disconnects while keys aregarykac@chromium.org2011-08-302-9/+14
* Remoting host policy for mac.dmaclach@chromium.org2011-08-271-2/+76
* Added hot-key for toggleDebugLogjamiewalch@google.com2011-08-261-3/+11
* IqRequest implementations: calls the callback when response is received.sergeyu@chromium.org2011-08-262-2/+2
* Remove some overly verbose logging.isherman@chromium.org2011-08-261-2/+2
* Use a split toggle button to reflect scaling state.jamiewalch@google.com2011-08-267-27/+33
* Removed test code accidentally checked in and set plugin margins to zero.jamiewalch@google.com2011-08-262-7/+1
* Use new callbacks in the IqRequest interface.sergeyu@chromium.org2011-08-2610-32/+35
* Updated strings following UX review.jamiewalch@google.com2011-08-253-24/+36
* Avoid null dereference in updateStatistics().lambroslambrou@google.com2011-08-251-0/+2
* Move P2P code to content namespace.sergeyu@chromium.org2011-08-253-12/+14
* Fixed continue window bugs and added 60s auto-shutdown timeout.jamiewalch@google.com2011-08-256-13/+61
* Call SendIq() from plugin asynchronously.sergeyu@chromium.org2011-08-242-24/+25
* Add build step to verify the l10n strings are not out of sync.jamiewalch@google.com2011-08-244-15/+151
* Trampoline MessageReader::OnMessageDone() to correct thread.lambroslambrou@chromium.org2011-08-245-7/+92
* Properly handle errors received in response to session messages.sergeyu@chromium.org2011-08-242-15/+56
* Remove DisableOCSP().sergeyu@chromium.org2011-08-231-0/+5
* Make client disconnect message endpoint-neutral and show it for host disconnect.jamiewalch@google.com2011-08-233-18/+27
* Removed question-mark from Help link. Set minimum button size. Added tool-bar...jamiewalch@google.com2011-08-234-2/+10
* Use plugin main thread for network code on the client sidesergeyu@chromium.org2011-08-228-34/+62
* remoting: Get rid of a static variable of a std::string type, which is forbid...tfarina@chromium.org2011-08-221-1/+0
* Use plugin message loop for main loop in the client plugin.sergeyu@chromium.org2011-08-2119-177/+272
* Fix handling of DesktopEnvironment creation failure.wez@chromium.org2011-08-201-4/+4
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-1910-14/+783
* Fixed web-app share error handling.jamiewalch@google.com2011-08-192-2/+10
* Replace debug button with Help. Add 'securely' to host description.jamiewalch@google.com2011-08-192-9/+7
* Fixed tool-bar position to make it window- instead of document-relative.jamiewalch@google.com2011-08-191-1/+1
* Fixed horizontal scrollbar.jamiewalch@google.com2011-08-191-1/+0