1. 2a8128f [AppRemoting] Drop the connection after resuming from a sleep > 30s. by kelvinp · 10 years ago
  2. 1a8d5b2 [Chromoting] Separates chrome mocks from chrome protos in unittests. by kelvinp · 10 years ago
  3. 41b04f3 remoting.WindowShape clean up. by kelvinp · 10 years ago
  4. 43a567e [Chromoting] Move shared webapp JS files from crd/js -> base/js by garykac · 10 years ago
  5. bbaef9c2 Implement browser test for Me2Me retry logic when a host's JID is stale. by kelvinp · 10 years ago
  6. 14c5971 [Chromoting] Build webapp package with browser test JavaScript files loaded. by kelvinp · 10 years ago
  7. ed09d9af [Chromoting] Add missing file to webapp's GN build. by garykac · 10 years ago
  8. 5b228c89 [Chromoting] Remove CRD-specific JS files from AppRemoting build. by garykac · 10 years ago
  9. 0ffae3270 Added (incomplete) implementation of HostListApi using GCD. by jrw · 10 years ago
  10. 828a33d [Chromoting] Extract shared viewport code into viewport.js. by garykac · 10 years ago
  11. 2128aa3 [Webapp Refactor] Implement Unittest for ClientSession. by kelvinp · 10 years ago
  12. 2c5de34 [Webapp Refactor] Remove remoting.SessionConnector. by kelvinp · 10 years ago
  13. 300af59 Moved some host registration logic into HostListApiImpl because it will by jrw · 10 years ago
  14. cb655c2c Revert of [Webapp Refactor] Remove remoting.SessionConnector. (patchset #3 id:60001 of https://codereview.chromium.org/1047413006/) by kelvinp · 10 years ago
  15. 4c69287 [Webapp Refactor] Remove remoting.SessionConnector. by kelvinp · 10 years ago
  16. 3eddb5b [Chromoting] Enable remoting webapp main.html GN build. by garykac · 10 years ago
  17. cf44a11 [Webapp Refactor] Remove remoting.js. by kelvinp · 10 years ago
  18. 76302d9 Revert of [Chromoting] Enable remoting webapp main.html GN build. (patchset #5 id:80001 of https://codereview.chromium.org/1082083005/) by maniscalco · 10 years ago
  19. 62ee8a9 [Chromoting] Enable remoting webapp main.html GN build. by garykac · 10 years ago
  20. 4a6581f [Webapp Refactor] Implement AppRemotingActivity. by kelvinp · 10 years ago
  21. 1050ee48 [Webapp Refactor] Decouple Application.js from session state changes. by kelvinp · 10 years ago
  22. f326e5a Added partial unit tests for host_controller.js. More to come. by jrw · 10 years ago
  23. e474a782 [Webapp Refactor] Implements emoting.MessageDialog by kelvinp · 10 years ago
  24. 25f89e58 Move ProtocolExtensionManager from SessionConnector into its own class by kelvinp · 10 years ago
  25. 133be79 Added unit test for HostDaemonFacade. by jrw · 10 years ago
  26. 3b3e16c4 [Webapp Refactor] Implements remoting.Activity. by kelvinp · 10 years ago
  27. 58e816f0 Added mock_xhr module w/ unit tests. by jrw · 10 years ago
  28. 2394256 Implement remoting.InputDialog and remove crd_connect.js. by kelvinp · 10 years ago
  29. a1a7ffb0 [Chromoting] Re-add setDesktopScale. by garykac · 10 years ago
  30. 12e3cb3 Added client for interacting with GCD from JS code. by jrw · 10 years ago
  31. d0bb0df Use a separate window to notify the user that permissions are required. by jamiewalch · 10 years ago
  32. 718f4e8 Implement base.inherits() by kelvinp · 10 years ago
  33. b814ba0 Added more typechecking functions and unit tests for existing code. by jrw · 10 years ago
  34. 2119652 remoting.Identity unit-tests and fixes. by jamiewalch · 10 years ago
  35. 0d9f28d [Webapp Refactor] Implements remoting.ConnectionInfo. by kelvinp · 10 years ago
  36. 745e53b Eliminated named constants for instances of remoting.Error. by jrw · 10 years ago
  37. 7829d55 Added SpyPromise class for testing code that uses promises. by jrw · 10 years ago
  38. cd415d0 [Chromoting] Create ProtocolExtension interface by garykac · 10 years ago
  39. 0f92988 Move mocks and unittest JS files to sit alongside production code. by wez · 10 years ago
  40. 101c3e2 [Webapp Refactor] Implements Host needs update dialog as an object. by kelvinp · 10 years ago
  41. 9ba1fff0 [Webapp Refactor] remoting.ConnectedView by kelvinp · 10 years ago
  42. 749305d Use chrome.sockets.tcp API instead of chrome.socket. by sergeyu · 10 years ago
  43. 7ebfce1 Refactor sinon helper to make it easier to use. by sergeyu · 10 years ago
  44. a78cad4 [Webapp Refactor] Remove It2Me connection code from SessionConnectorImpl. by kelvinp · 10 years ago
  45. 9547d1f [Chromoting] Use build-html.py to generate message_window.html by garykac · 10 years ago
  46. 975f1f41 Requiem for client_screen.js by kelvinp · 10 years ago
  47. f95677a HostTableEntry refactor by kelvinp · 10 years ago
  48. 9602422 Remove Hangout Remote Desktop integration code from the webapp. by kelvinp · 10 years ago
  49. 2f51134 [Chromoting] Remove hangout consent dialog. by garykac · 10 years ago
  50. a656e72 [Webapp Refactor] Group authentications properties into remoting.CredentialsProvider. by kelvinp · 10 years ago
  51. 818c801 [Chromoting] Enable jscompile for webapp unittests. by garykac · 10 years ago
  52. b6a2d04 Updated XHR API so call sites are more descriptive. by jrw · 10 years ago
  53. 1e259c47 This CL moves the viewport management related implementation by kelvinp · 10 years ago
  54. 87368c7 Separate host desktop related functionality into remoting.HostDesktop by kelvinp · 10 years ago
  55. b70d463 [Chromoting] Enable jscompile for browser tests. by garykac · 10 years ago
  56. 301d65d Improve DPI matching & scaling logic. by wez · 10 years ago
  57. f6377ee [Chromoting] Extract UI parts from ClientSession by garykac · 10 years ago
  58. 5e4c4c5 Use the local user's email when connecting to It2MeHelpeeChannel by kelvinp · 10 years ago
  59. 12564e8 [Chromoting] Add ability to enable/disable GDrive support per-app in gyp. by garykac · 10 years ago
  60. e24343e Improve HRD first run experience by kelvinp · 10 years ago
  61. c67ab01 base.EventHook by kelvinp · 10 years ago
  62. 2589f69 Handle authentication failures in the v2 app by restarting the app by kelvinp · 10 years ago
  63. 6f290c2 Implement base.IPC by kelvinp · 10 years ago
  64. 9ab9df49 [Chromoting] Include AppRemoting HTML/JS files in the localization check. by garykac · 10 years ago
  65. 19969e2f Implement DNS blackhole check for XMPP connection in the webapp. by sergeyu · 10 years ago
  66. ef56d87 Improve apps v2 upgrade UX by kelvinp · 10 years ago
  67. c24f902 [Chromoting] Update AppRemoting gypi files to support including from alt dirs. by garykac · 10 years ago
  68. b47eef3 Implement FallbackSignalStrategy. by jamiewalch · 10 years ago
  69. 23605fe Update Chromoting to use /third_party/closure_compiler. by garykac · 10 years ago
  70. d90fe69 Implement browser test for It2Me by kelvinp · 10 years ago
  71. 499b99a Implement mocks for identity and host-list, add a browser test to test the app in various failure modes. by jamiewalch · 10 years ago
  72. b874952 Make OAuth and remoting directory APIs mockable. by jamiewalch · 10 years ago
  73. 4eb828f Remove MediaStream renderer from the webapp. by sergeyu · 10 years ago
  74. 846c7c7 [Chromoting] Add onConnectionFailed callback to app Delegate. by garykac · 11 years ago
  75. ccb1b86 [Chromoting] Create core Application interface for CRD. by garykac · 11 years ago
  76. 7b15ac05 [Chromoting] Break up the webapp's init function into smaller chunks. by garykac · 11 years ago
  77. 22eb37f1 [Chromoting] Add missing AuthDialog class for webapp. by Gary Kacmarcik · 11 years ago
  78. 701a99c [Chromoting] Add support for window shape in the client. by garykac · 11 years ago
  79. ac6b679f [Chromoting] Extract butterbar css into separate file. by Gary Kacmarcik · 11 years ago
  80. 6d20d9e Allow the background page to get an OAuth token for apps v1. by jamiewalch · 11 years ago
  81. 6110f4b [Chromoting] Move webapp files based on new directory structure: by Gary Kacmarcik · 11 years ago
  82. aafd65680 [Chromoting] Extract platform checks into platform.js by garykac · 11 years ago
  83. 8e0666d Implement basic mocks for testing. by jamiewalch · 11 years ago
  84. 611d14ec Interfaceify ClientPlugin in preparation for mocking it. by jamiewalch · 11 years ago
  85. 7689f9b Scroll-bar browser test. by jamiewalch · 11 years ago
  86. 30975b8 Use XMPP in V2 webapp by sergeyu · 11 years ago
  87. 020970c9 Hangouts Remote Desktop Part VI - Show confirm dialog before retrieving access code by kelvinp · 11 years ago
  88. ea32100 XMPP implementation in JavaScript. by sergeyu · 11 years ago
  89. 0bc497a8 Add an explicit full-screen button. by jamiewalch · 11 years ago
  90. 8df98f36 Show MessageWindow from the background page by kelvinp · 11 years ago
  91. 16f0bac Hangouts Remote Desktop Part V - It2MeHelpeeChannel by [email protected] · 11 years ago
  92. 9548331 Add a Record button to the web-app if the host supports video recording. by [email protected] · 11 years ago
  93. 2f4e73e The CastExtensionHandler handles interaction with the Cast Host Extension of by [email protected] · 11 years ago
  94. f0977fd Hangouts remote desktop part IV - Host installer by [email protected] · 11 years ago
  95. 23005b6 Hangouts remote desktop part III - It2MeService by [email protected] · 11 years ago
  96. f34acc69 Hangout remote desktop part II - background.html and AppLauncher by [email protected] · 11 years ago
  97. 06ce0d6 Hangout remote desktop part I - It2Me mode by [email protected] · 11 years ago
  98. 6395ecd Implement bump-scroll browser-test. by [email protected] · 11 years ago
  99. d7f7e2ff Remove the blue tool-bar for apps v2. by [email protected] · 11 years ago
  100. ea93fa56 Add unit test for l10n.js by [email protected] · 11 years ago