summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Small refactoring: make the Process* routines return void.weitaosu@chromium.org2014-01-022-74/+71
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-254-7/+7
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-2526-57/+66
* Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi...avi@chromium.org2013-12-237-19/+20
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-198-17/+13
* Add ShapedScreenCapturersergeyu@chromium.org2013-12-183-0/+197
* Revert 241614 "Add ShapedScreenCapturer"nick@chromium.org2013-12-183-197/+0
* Add ShapedScreenCapturersergeyu@chromium.org2013-12-183-0/+197
* Get rid of ui_cocoa_third_party_toolkits target from ui.gyptfarina@chromium.org2013-12-181-1/+1
* Renamed NativeMessagingHost to Me2MeNativeMessagingHost.weitaosu@chromium.org2013-12-176-87/+88
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-164-14/+9
* Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay."sergeyu@chromium.org2013-12-164-9/+14
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-164-14/+9
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-1632-96/+102
* Small refactoring of the remoting_host_setup_base target.weitaosu@chromium.org2013-12-139-546/+0
* Me2me Native Messaging host on Windows: restructure NativeMessagingHost and N...weitaosu@chromium.org2013-12-1310-197/+274
* Replace string16 with base::string16 in gpu, media, and remoting.brettw@chromium.org2013-12-1213-26/+32
* Cleanup LibjingleTransportFactorysergeyu@chromium.org2013-12-121-2/+12
* Move remoting manifestdependency to external .manifest filescottmg@chromium.org2013-12-121-0/+8
* Move remoting::GetUsername() from remoting/base to remoting/hostsergeyu@chromium.org2013-12-114-2/+56
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-112-5/+2
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-112-2/+5
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-102-5/+2
* Add Beta to Chromoting Debian package descriptionlambroslambrou@chromium.org2013-12-101-3/+3
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-2/+2
* Move NativeMessagingHostMain to me2me_native_messaging_host_main.ccweitaosu@chromium.org2013-12-043-82/+88
* Separate ConfigWatcher interface from ConfigFileWatcher implementation.rmsousa@chromium.org2013-12-047-77/+132
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-033-3/+3
* Move temp file functions to base namespace.brettw@chromium.org2013-12-032-3/+3
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-032-3/+2
* Move some more file utils to the base namespace.brettw@chromium.org2013-12-023-3/+3
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-287-27/+41
* Implement the It2Me native messaging host.weitaosu@chromium.org2013-11-2813-204/+1199
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-277-41/+27
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-277-27/+41
* Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the...weitaosu@chromium.org2013-11-2618-65/+67
* Add DesktopShapeTracker with implementation for Windowssergeyu@chromium.org2013-11-235-0/+245
* Move ui/base/keycodes to ui/events/keycodes/dom4komatsu@chromium.org2013-11-203-7/+7
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-083-39/+3
* [sync] Allow FakeURLFetcher to return an arbitrary URLRequestStatusrsimha@chromium.org2013-11-061-7/+12
* [sync] Allow FakeURLFetcher to return arbitrary HTTP response codesrsimha@chromium.org2013-11-041-4/+9
* It2Me native messaging: GYP and source refactoringweitaosu@chromium.org2013-11-0218-100/+97
* Make DesktopResizer use ScreenResolution to facilitate DPI-awareness.jamiewalch@chromium.org2013-11-019-250/+339
* Revert 232331 "It2Me native messaging: GYP and source refactoring"robertphillips@google.com2013-11-0118-97/+100
* It2Me native messaging: GYP and source refactoringweitaosu@chromium.org2013-11-0118-100/+97
* Create a remoting_it2me_host_static GYP target which will be shared between t...weitaosu@chromium.org2013-10-244-609/+632
* Native Messaging for IT2Me: Separate It2MeImpl and HostNPScriptObject.weitaosu@chromium.org2013-10-232-171/+187
* Add VP9 decode support to the remoting client.wez@chromium.org2013-10-222-0/+9
* Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9.wez@chromium.org2013-10-191-2/+2
* Moved all channel-handling logic into separate NativeMessagingChannel class.sergeyu@chromium.org2013-10-175-256/+472