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