| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use host_stub() before it was created. | alexeypa@chromium.org | 2013-04-26 | 2 | -10/+25 |
* | Don't use pgrep on OS X. | jamiewalch@chromium.org | 2013-04-26 | 2 | -10/+16 |
* | Webapp changes to support third party authentication | rmsousa@chromium.org | 2013-04-26 | 20 | -43/+495 |
* | Revert 196343 "Made the ChromotingHost class not ref-counted." | alexeypa@chromium.org | 2013-04-25 | 5 | -115/+217 |
* | Made the ChromotingHost class not ref-counted. | alexeypa@chromium.org | 2013-04-25 | 5 | -217/+115 |
* | The continue window is owned by the desktop environment now. | alexeypa@chromium.org | 2013-04-24 | 25 | -729/+516 |
* | Disable native messaging support. | jamiewalch@chromium.org | 2013-04-24 | 1 | -0/+4 |
* | Simplify ScreenCapturer interface. | sergeyu@chromium.org | 2013-04-23 | 10 | -143/+12 |
* | Fix Chromoting It2Me host to show disconnect window on linux. | sergeyu@chromium.org | 2013-04-23 | 3 | -12/+22 |
* | Reordered packages to install Keystone first. | jamiewalch@google.com | 2013-04-23 | 1 | -9/+9 |
* | Updating XTBs based on .GRDs from branch 1453 | karen@chromium.org | 2013-04-22 | 39 | -43/+394 |
* | Do not use the mandatory label in when generating security descriptors on Win... | alexeypa@chromium.org | 2013-04-20 | 1 | -5/+14 |
* | Use libyuv for non-scaling RGB<->YUV conversions. | wez@chromium.org | 2013-04-19 | 4 | -21/+15 |
* | Set the initial resolution of an RDP session to the client screen resolution ... | alexeypa@chromium.org | 2013-04-19 | 38 | -67/+667 |
* | Restart the Chromoting daemon after one minute when it crashes. | alexeypa@chromium.org | 2013-04-19 | 1 | -1/+12 |
* | Fix DCHECK when asynchronous auth finishes after the connection fails. | rmsousa@chromium.org | 2013-04-18 | 1 | -1/+7 |
* | Do not access memory freed by WTSFreeMemory(). | alexeypa@chromium.org | 2013-04-17 | 1 | -1/+2 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 1 | -1/+1 |
* | Fixed missing CONNECTED state transition. | jamiewalch@chromium.org | 2013-04-16 | 1 | -3/+3 |
* | Enable RDP integration by default when the curtain mode is enabled by the pol... | alexeypa@chromium.org | 2013-04-16 | 2 | -9/+21 |
* | Cancel any modal UI shown by the RDP control. | alexeypa@chromium.org | 2013-04-16 | 2 | -6/+106 |
* | Remove unnecessary #include. | pkasting@chromium.org | 2013-04-15 | 1 | -2/+0 |
* | Call ChromotingClient::Initialize() before any packets can arrive. | alexeypa@chromium.org | 2013-04-13 | 4 | -1/+8 |
* | Remove base::DictionaryValue::HasNext. | pneubeck@chromium.org | 2013-04-12 | 3 | -4/+4 |
* | Fix build error when enable_remoting_host==1 | davemoore@chromium.org | 2013-04-10 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 23 | -89/+118 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 23 | -118/+89 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 23 | -89/+118 |
* | Convert Chromoting to use the new, non-deprecated flexbox | cbiesinger@chromium.org | 2013-04-09 | 3 | -8/+8 |
* | Fix chromoting client crash. | sergeyu@chromium.org | 2013-04-08 | 1 | -1/+4 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition. | dcheng@chromium.org | 2013-04-08 | 17 | -26/+26 |
* | Disable Composite iff running Unity 2D. | wez@chromium.org | 2013-04-06 | 1 | -1/+9 |
* | Change default size for RDP screens to 1280x768. | wez@chromium.org | 2013-04-06 | 1 | -1/+1 |
* | Client plugin changes to support third party authentication. | rmsousa@chromium.org | 2013-04-06 | 14 | -17/+189 |
* | Host-side third party token validation | rmsousa@chromium.org | 2013-04-06 | 14 | -31/+457 |
* | Fixed apps v2 patch w.r.t. settings migration. | jamiewalch@chromium.org | 2013-04-06 | 1 | -4/+13 |
* | Search & replace of -webkit-box-shadow -> box-shadow | cbiesinger@chromium.org | 2013-04-06 | 3 | -16/+16 |
* | Migrate window.localStorage settings to chrome.storage.local at start-up. | jamiewalch@chromium.org | 2013-04-05 | 1 | -0/+26 |
* | Refactored the disconnect window such that it can be owned by the desktop env... | alexeypa@chromium.org | 2013-04-05 | 28 | -363/+584 |
* | Update calls to scoped_array<T>::reset(NULL) to use the no-arg version. | dcheng@chromium.org | 2013-04-04 | 1 | -1/+1 |
* | Add remapKeys per-host advanced option. | wez@chromium.org | 2013-04-04 | 1 | -6/+66 |
* | Blacklist Chrome <= 26.xxx for Native Messaging | lambroslambrou@chromium.org | 2013-04-03 | 1 | -0/+10 |
* | Separate Client and Host side of NegotiatingAuthenticator, and make the proto... | rmsousa@chromium.org | 2013-04-03 | 14 | -346/+534 |
* | Restore clickable status after canceling host rename. | jamiewalch@chromium.org | 2013-04-03 | 1 | -2/+2 |
* | Don't reload the web-app at any point in the client-side flow. | jamiewalch@chromium.org | 2013-04-02 | 6 | -88/+109 |
* | Add HostPluginWrapper and implement GetState() in Chromoting webapp. | lambroslambrou@chromium.org | 2013-04-02 | 6 | -12/+162 |
* | Close the RDP connection if the authentication warning dialog is about to be ... | alexeypa@chromium.org | 2013-04-02 | 2 | -3/+15 |
* | Chromium style checker cleanup | rsleevi@chromium.org | 2013-04-01 | 1 | -2/+2 |
* | Fix build failure of remoting in linux_chromeos + Official. | kinaba@chromium.org | 2013-04-01 | 1 | -3/+3 |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 5 | -11/+9 |