summaryrefslogtreecommitdiffstats
path: root/remoting/webapp
Commit message (Expand)AuthorAgeFilesLines
* Remove the NPAPI plugin from the webapp. weitaosu@chromium.org2014-05-245-126/+58
* Make reconnection in response to video channel inactivity less aggressive.sergeyu@chromium.org2014-05-241-13/+3
* Automatic host installation for IT2Me on Windows.weitaosu@chromium.org2014-05-227-50/+91
* Enable keyboard filters in PNaCl clientsergeyu@chromium.org2014-05-211-1/+8
* Build remoting for PNaClsergeyu@chromium.org2014-05-195-3/+43
* Revert 271343 "Build remoting for PNaCl"sergeyu@chromium.org2014-05-195-43/+3
* Build remoting for PNaClsergeyu@chromium.org2014-05-195-3/+43
* Fix installer download for apps v2.jamiewalch@chromium.org2014-05-152-3/+8
* Implement apps v2 custom window frame.jamiewalch@chromium.org2014-05-1413-80/+508
* Cancel PIN browser testkelvinp@chromium.org2014-05-146-40/+354
* Refactor HostSetupDialog and HostInstallDialog.weitaosu@chromium.org2014-05-096-83/+126
* This change provides a basic infrastructure for writing browser test in JavaS...kelvinp@chromium.org2014-05-094-2/+188
* Don't send mouse events if the plugin doesn't have focus.jamiewalch@chromium.org2014-05-061-1/+5
* Fix <video> positioning for the MediaSource-based renderingsergeyu@chromium.org2014-05-032-4/+11
* Smart Reconnect kelvinp@chromium.org2014-05-015-45/+238
* Use chrome.app.window full-screen API for apps v2.jamiewalch@chromium.org2014-04-306-22/+309
* Revert 267030 "Build remoting for PNaCl"sergeyu@chromium.org2014-04-305-42/+2
* Build remoting for PNaClsergeyu@chromium.org2014-04-305-2/+42
* Don't throw an exception if onfullscreenchanged fires after the plugin isjamiewalch@chromium.org2014-04-281-3/+5
* A simple implementation to augment JavaScript objects with eventskelvinp@chromium.org2014-04-252-0/+229
* Fix copy/paste error.jamiewalch@chromium.org2014-04-171-2/+1
* Consolidate Help and Feeback under a single icon and add to toolbar.jamiewalch@chromium.org2014-04-166-25/+75
* On Windows, install the chromoting host component via a separate NPAPI call. ...weitaosu@chromium.org2014-04-155-28/+106
* Add Feedback link to the app.jamiewalch@chromium.org2014-04-113-7/+50
* Show the host setup dialog when the user tries to share an IT2Me session if n...weitaosu@chromium.org2014-04-084-32/+26
* Cause:kelvinp@chromium.org2014-04-052-25/+32
* Fix display when host is larger than clientkelvinp@chromium.org2014-04-011-0/+1
* Fix Host stuck at the right sidekelvinp@chromium.org2014-03-292-3/+2
* Fix click-to-play support in chromoting clientsergeyu@chromium.org2014-03-291-4/+4
* Do minimal processing of gnubby data. Add request timeouts and send errorpsj@chromium.org2014-03-241-10/+21
* Cause:kelvinp@chromium.org2014-03-193-7/+1
* Fix host installation prompt cancelation in CRD webapp.sergeyu@chromium.org2014-03-121-0/+1
* Use jinja to generate remoting webapp manifest.sergeyu@chromium.org2014-03-014-201/+149
* Cleanup remoting.gyp around the remoting_webapp targetsergeyu@chromium.org2014-02-271-5/+9
* Revert of Cleanup remoting.gyp around the remoting_webapp target (https://cod...erikwright@chromium.org2014-02-271-9/+5
* Cleanup remoting.gyp around the remoting_webapp targetsergeyu@chromium.org2014-02-271-5/+9
* Add gnubby auth handler to webapppsj@chromium.org2014-02-275-5/+173
* Minor JS cleanup for Chromoting: add semicolons, and call helper function.garykac@chromium.org2014-02-263-3/+3
* Fix remoting webapp to properly handle non supported platforms.sergeyu@chromium.org2014-02-262-5/+5
* Update Chromoting's build-html to check for extra/missing templates.garykac@chromium.org2014-02-255-52/+88
* Fix regression in pairing registry caused by crrev.com/131643008.weitaosu@chromium.org2014-02-241-1/+1
* Python script to generate Chromoting's main.html.garykac@chromium.org2014-02-2025-829/+1082
* Disable Me2Me host controls on unsupported Linux systems.sergeyu@chromium.org2014-02-151-1/+2
* [Chromoting] Break up JS event handler registration into related groups.garykac@chromium.org2014-02-152-43/+71
* [Chromoting] Update jscompile target to use JS files from gypi.garykac@chromium.org2014-02-152-29/+21
* Minor cleanups in UI code that gets host state when webapp is staredsergeyu@chromium.org2014-02-133-24/+23
* [Remoting] Add generic JS typecheck functions to cleanup client_plugin.js.garykac@chromium.org2014-02-128-372/+343
* Fix jscompile warning in Chromoting.garykac@chromium.org2014-02-071-2/+3
* Don't exit full-screen mode when the Escape key is pressed for apps v2.jamiewalch@chromium.org2014-02-061-2/+3
* Chromoting client: video renderer based on MediaSource API.sergeyu@chromium.org2014-02-067-35/+303