summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
Commit message (Expand)AuthorAgeFilesLines
* Explicitly specify overflow mode for <body> and <html>jamiewalch@chromium.org2013-06-201-0/+4
* Remove storage.js from Chromoting webapplambroslambrou@chromium.org2013-06-199-169/+49
* Remoting webapp: Use hasOwnProperty instead of if..in.. where neededlambroslambrou@chromium.org2013-06-183-8/+9
* Add error-handling to host_dispatcher.js interfacelambroslambrou@chromium.org2013-06-184-161/+236
* Clear email when setting refresh tokenrmsousa@chromium.org2013-06-151-0/+1
* Fixed missing 'connecting' dialog after clicking reconnect.jamiewalch@chromium.org2013-06-141-2/+5
* Fix buttons position in the host out-of-date message.sergeyu@chromium.org2013-06-122-22/+29
* Enable Resize_desktop_to_fit by default for Me2Me connections.weitaosu@chromium.org2013-06-121-1/+1
* Hide butter-bar if not on the home screen.jamiewalch@chromium.org2013-06-121-7/+9
* Add host-side rate-limiting to desktop resize events.jamiewalch@chromium.org2013-06-092-2/+13
* Use a consistent extension id for unofficial builds.jamiewalch@chromium.org2013-06-073-4/+12
* [Chromoting] Fix jscompiler warninggarykac@chromium.org2013-06-061-1/+1
* Make patch silent.jamiewalch@chromium.org2013-06-061-1/+1
* Fixed patch and updated script to be stricter.jamiewalch@chromium.org2013-06-052-7/+7
* Position dialogs using absolute rather than fixed.jamiewalch@chromium.org2013-06-051-1/+1
* Remove padding at the bottom of the <body>jamiewalch@chromium.org2013-06-041-1/+2
* Add link to Hangouts Remote Desktop in the It2Me section of the remoting app.sergeyu@chromium.org2013-06-047-85/+160
* Send enums as strings between Chromoting Native Messaging host and web-app.lambroslambrou@chromium.org2013-06-041-14/+10
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-045-19/+162
* Use camelCase for JSON key names in Chromoting Native Messaging interfacelambroslambrou@chromium.org2013-06-011-8/+8
* Remove verify-translations.pysergeyu@chromium.org2013-05-291-53/+0
* Build both v1 and v2 apps on the bots. Change #1: building both V1 and V2 app...weitaosu@chromium.org2013-05-291-1/+1
* Don't serialize config dictionary in Native Messaging interface.lambroslambrou@chromium.org2013-05-243-48/+49
* Show a 'remember me' checkbox in the web-app when connecting to a host that s...jamiewalch@chromium.org2013-05-247-40/+70
* Handle exception from getDaemonVersion on NPAPI plugin.lambroslambrou@chromium.org2013-05-151-1/+5
* Issue 225078: Web-app briefly shows error state when loading for the first ti...weitaosu@chromium.org2013-05-091-1/+10
* Dispatch HostController requests to NativeMessaging host or NPAPI plugin.lambroslambrou@chromium.org2013-05-085-163/+303
* Spacer no longer needed after change to -webkit-flexjamiewalch@chromium.org2013-05-081-1/+0
* Move test for enabling/disabling It2Me Share buttonlambroslambrou@chromium.org2013-05-073-19/+17
* Add missing 'return' to code that disables Native Messaging support.lambroslambrou@chromium.org2013-05-041-5/+4
* Update appsv2.patch for https://codereview.chromium.org/14113042/rmsousa@chromium.org2013-05-021-1/+2
* Fixed JS compiler errors.jamiewalch@chromium.org2013-04-263-8/+12
* Removed trailing comma in manifest.jamiewalch@chromium.org2013-04-261-1/+1
* Webapp changes to support third party authenticationrmsousa@chromium.org2013-04-2618-43/+486
* Disable native messaging support.jamiewalch@chromium.org2013-04-241-0/+4
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-193-2/+121
* Convert Chromoting to use the new, non-deprecated flexboxcbiesinger@chromium.org2013-04-093-8/+8
* Fixed apps v2 patch w.r.t. settings migration.jamiewalch@chromium.org2013-04-061-4/+13
* Search & replace of -webkit-box-shadow -> box-shadowcbiesinger@chromium.org2013-04-063-16/+16
* Migrate window.localStorage settings to chrome.storage.local at start-up.jamiewalch@chromium.org2013-04-051-0/+26
* Add remapKeys per-host advanced option.wez@chromium.org2013-04-041-6/+66
* Blacklist Chrome <= 26.xxx for Native Messaginglambroslambrou@chromium.org2013-04-031-0/+10
* Restore clickable status after canceling host rename.jamiewalch@chromium.org2013-04-031-2/+2
* Don't reload the web-app at any point in the client-side flow.jamiewalch@chromium.org2013-04-026-88/+109
* Add HostPluginWrapper and implement GetState() in Chromoting webapp.lambroslambrou@chromium.org2013-04-025-12/+161
* Fix build failure of remoting in linux_chromeos + Official.kinaba@chromium.org2013-04-011-3/+3
* Implement hello exchange with Chromoting Native Messaging hostlambroslambrou@chromium.org2013-03-302-46/+104
* Refactor getLocalHostStateAndId to help with native messaging implementation.jamiewalch@chromium.org2013-03-264-65/+117
* Don't display full-precision averages of our connection stats.jamiewalch@chromium.org2013-03-261-1/+1
* Webapp changes to support asking for a PINrmsousa@chromium.org2013-03-245-35/+135