summaryrefslogtreecommitdiffstats
path: root/remoting/host/curtain_mode_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/host/.avi2015-12-221-0/+1
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-14/+14
* Add logging to CHECK failure during curtain-mode on Mac.lambroslambrou2015-03-251-1/+4
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-6/+6
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-2/+2
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-1/+1
* Use make_scoped_ptr() in src/remoting.sergeyu2014-10-011-3/+2
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-1/+1
* Make some OS X code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-1/+1
* Fix OS X use of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-051-1/+1
* Do not show the in-session UI in a curtained session.alexeypa@chromium.org2013-05-081-67/+160
* Write an error message to the debug log when the host is shutting down becaus...alexeypa@chromium.org2013-03-041-0/+1
* Reinstate curtain mode on non-Lion Mac.jamiewalch@chromium.org2012-11-201-4/+27
* Enforce the RemoteAccessHostRequireCurtain policy on all platforms.wez@chromium.org2012-11-131-3/+4
* Fixed disconnect-on-switch-in bug.jamiewalch@chromium.org2012-10-231-0/+1
* Curtain policy cross-platform plumbing and fixesrmsousa@chromium.org2012-10-061-31/+57
* Make curtain-mode controllable by policy.jamiewalch@google.com2012-08-151-19/+66
* Curtain mode implementation for Mac OS X.jamiewalch@chromium.org2012-08-091-0/+76