| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactored web-app | jamiewalch@chromium.org | 2011-10-28 | 13 | -773/+1111 |
* | Added missing parameter to function. | jamiewalch@google.com | 2011-10-27 | 1 | -1/+1 |
* | Fixed javascript to compile again. | jamiewalch@google.com | 2011-10-26 | 2 | -3/+6 |
* | Improve error handling if the cached access token is invalid. | jamiewalch@google.com | 2011-10-26 | 4 | -36/+44 |
* | Disable autocomplete on the access code entry widget. | jamiewalch@google.com | 2011-10-26 | 1 | -1/+4 |
* | Pass current state to callback. | jamiewalch@google.com | 2011-10-26 | 2 | -6/+11 |
* | Add remoting_linux_symbols target. | lambroslambrou@chromium.org | 2011-10-26 | 1 | -0/+40 |
* | Show framerate in chromoting debug log | hclam@chromium.org | 2011-10-25 | 7 | -7/+20 |
* | Remove exe permission. | jamiewalch@chromium.org | 2011-10-25 | 1 | -0/+0 |
* | Initial prototype minus drop-shadow. | jamiewalch@chromium.org | 2011-10-24 | 2 | -28/+131 |
* | Updated English strings for testing. | jamiewalch@google.com | 2011-10-24 | 1 | -1/+1 |
* | Fix check for existing host log handler. [Chromoting] | garykac@chromium.org | 2011-10-22 | 1 | -1/+2 |
* | Always show continue window. | sergeyu@chromium.org | 2011-10-21 | 2 | -45/+39 |
* | Merge IqRequest implementations. | sergeyu@chromium.org | 2011-10-21 | 15 | -314/+164 |
* | Check pid to filter echoes of mouse events injected by the Chromoting host. | jamiewalch@chromium.org | 2011-10-21 | 1 | -3/+6 |
* | Remove RemoteAccessClientFirewallTraversal policy and code paths. | wez@chromium.org | 2011-10-20 | 2 | -124/+1 |
* | Updated version to 1.3 | jamiewalch@chromium.org | 2011-10-20 | 1 | -1/+1 |
* | New disconnect window (mac) for Chromoting. | dmaclach@chromium.org | 2011-10-19 | 3 | -37/+169 |
* | Correctly report errors when connection fails. | sergeyu@chromium.org | 2011-10-19 | 1 | -5/+5 |
* | Fix crash in XmppSignalStrategy. | sergeyu@chromium.org | 2011-10-19 | 1 | -0/+12 |
* | Chromoting: Split XWindows scrollwheel -> button function and use abs(). | garykac@chromium.org | 2011-10-18 | 1 | -8/+8 |
* | Implemented local input monitor for mac. | jamiewalch@chromium.org | 2011-10-18 | 1 | -22/+65 |
* | Improve web-app typing. | jamiewalch@google.com | 2011-10-18 | 11 | -148/+245 |
* | Add separate string for version mismatch in Chromoting. | garykac@chromium.org | 2011-10-17 | 3 | -23/+28 |
* | client-side wheel mouse support | garykac@chromium.org | 2011-10-17 | 8 | -16/+73 |
* | Mac scroll wheel support for Chromoting. | garykac@chromium.org | 2011-10-17 | 1 | -8/+18 |
* | Implemented cancel connect. | jamiewalch@google.com | 2011-10-14 | 3 | -25/+63 |
* | Web app string tweaks. | jamiewalch@google.com | 2011-10-13 | 2 | -6/+6 |
* | Removed tool-bar debug message. | jamiewalch@google.com | 2011-10-13 | 1 | -1/+0 |
* | Implemented home screen. | jamiewalch@google.com | 2011-10-13 | 4 | -97/+121 |
* | Fix Perms error on remoting/host/local_input_monitor_thread_win.h|cc | msw@chromium.org | 2011-10-12 | 2 | -0/+0 |
* | Implemented floor control for Windows. This also fixes a bug in the event exe... | jamiewalch@chromium.org | 2011-10-12 | 5 | -7/+188 |
* | Fix Javascript errors. | jamiewalch@chromium.org | 2011-10-12 | 3 | -5/+11 |
* | Use separate strings for host- and client-side disconnect buttons. | jamiewalch@google.com | 2011-10-11 | 3 | -10/+14 |
* | Support multiple hosts. | jamiewalch@chromium.org | 2011-10-08 | 1 | -13/+50 |
* | Fixed Mac hotkey. | jamiewalch@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 2 | -6/+1 |
* | Added autofocus behaviour. | jamiewalch@google.com | 2011-10-07 | 1 | -5/+12 |
* | Switch remoting/protocol to new callbacks | sergeyu@chromium.org | 2011-10-07 | 58 | -217/+236 |
* | Updated strings following Ken's suggestions. | jamiewalch@google.com | 2011-10-07 | 1 | -7/+7 |
* | Show warning if NAT is disabled. | jamiewalch@google.com | 2011-10-05 | 8 | -4/+89 |
* | Speed enhancement for Remoting on Low end machines. | dmaclach@chromium.org | 2011-10-05 | 1 | -3/+6 |
* | Convert transport, scrollbar, and query policy to IDL. | brettw@chromium.org | 2011-10-05 | 1 | -2/+2 |
* | Fix up Chromoting on Lion. | dmaclach@chromium.org | 2011-10-04 | 1 | -11/+84 |
* | Make windows capturer work on odd screen resolutions. | dmaclach@chromium.org | 2011-10-04 | 1 | -1/+1 |
* | Show correct error message when client fails to connect. | sergeyu@chromium.org | 2011-10-03 | 3 | -4/+57 |
* | Remove tabs permission for the webapp. | sergeyu@chromium.org | 2011-10-03 | 1 | -1/+0 |
* | Remove XmppClient::Abort() call from XmppSignalStrategy::Close(). | sergeyu@chromium.org | 2011-10-03 | 1 | -4/+0 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 17 | -65/+65 |
* | Expose connection error code to the web app. | sergeyu@chromium.org | 2011-10-01 | 13 | -189/+225 |