1. df0a744 Reland "Backport some tests in /remoting to SingleThreadTaskEnvironment" by Gabriel Charette · 6 years ago
  2. 85d4a0fa Revert "Backport some tests in /remoting to SingleThreadTaskEnvironment" by Olga Sharonova · 6 years ago
  3. afa2cbc7 Backport some tests in /remoting to SingleThreadTaskEnvironment by Gabriel Charette · 6 years ago
  4. c710874 Reland "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
  5. b69fcd4 Revert "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
  6. 1894708 [TaskEnvironment] Complete migration with header rename by Gabriel Charette · 6 years ago
  7. dfa3604 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment by Gabriel Charette · 6 years ago
  8. 1df57eb2 Use ScopedTaskEnvironment instead of MessageLoop by Carlos Caballero · 6 years ago
  9. 6d0558fd Include base/bind.h in the files that use it. by Sebastien Marchand · 7 years ago
  10. 4f9c35c [message_loop] Remove message_loop_forward.h by Alexander Timin · 7 years ago
  11. c643d0e1 [message_loop] Temporary introduce message_loop_forward.h. by Alexander Timin · 7 years ago
  12. 56f354dd Restore original host resolution on receipt of an empty ClientResolution message. by Jamie Walch · 7 years ago
  13. 138fde3 remoting: Replace base::MakeUnique with std::make_unique by Jinho Bang · 8 years ago
  14. 9afeeff Fix ResizingHostObserver to use TimeTicks by sergeyu · 9 years ago
  15. 2ad58be Remove calls to deprecated MessageLoop methods in remoting. by fdoray · 9 years ago
  16. 5d5d89b9 Don't restore screen resolution in curtain mode. by rkjnsn · 9 years ago
  17. 7142e66 Refactor ResizingHostObserver tests by rkjnsn · 9 years ago
  18. 0765c49 Convert //remoting to use std::unique_ptr by dcheng · 9 years ago
  19. 1417e013 Use std::move() instead of .Pass() in remoting/host by sergeyu · 10 years ago
  20. c5960f3 Switch to standard integer types in remoting/host/. by avi · 10 years ago
  21. c5f104b replace NULL->nullptr in src/remoting. by sergeyu · 11 years ago
  22. 562aba5 Standardize usage of virtual/override/final in remoting/ by dcheng · 11 years ago
  23. 11d989c replace OVERRIDE and FINAL with override and final in remoting/ by mostynb · 11 years ago
  24. 2d69088 Use make_scoped_ptr() in src/remoting. by sergeyu · 11 years ago
  25. afce978 Cleanup usage of scoped_ptr<> in remoting for C++11 by sergeyu · 11 years ago
  26. c5cd9da Don't restore the resolution if it was never changed. by [email protected] · 11 years ago
  27. fcce48d Make DesktopResizer use ScreenResolution to facilitate DPI-awareness. by [email protected] · 12 years ago
  28. f368eeb Use a direct include of the message_loop header in remoting/. by [email protected] · 12 years ago
  29. 4a444c4 Add host-side rate-limiting to desktop resize events. by [email protected] · 12 years ago
  30. b9ed58f Use webrtc::DesktopCapturer for screen capturer implementation. by [email protected] · 12 years ago
  31. 739e280 Reworked the plumbing required to pass the client resolution to the desktop resizer. by [email protected] · 12 years ago
  32. aa3174b Chromium style checker cleanup by [email protected] · 12 years ago
  33. 61cfdc5 ResizingHostObserver is created by the desktop environment together with other stubs. by [email protected] · 12 years ago
  34. 9cfb0c3 Moving host status events monitoring to a separate interface (HostStatusMonitor). by [email protected] · 12 years ago
  35. 6357e6e Don't disable resize-to-client if the host desktop is explicitly resized. by [email protected] · 13 years ago
  36. 48a8ca3 Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields. by [email protected] · 13 years ago
  37. 259359a Don't invoke DesktopResizer::SetSize() if the size isn't changing. by [email protected] · 13 years ago
  38. 05a6071 Cross-platform plumbing for resize-to-client and Linux implementation. by [email protected] · 13 years ago