summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/jscompiler_hacks.js
Commit message (Collapse)AuthorAgeFilesLines
* Constrain keyboard navigation while a modal dialog is active.jamiewalch@google.com2012-05-101-0/+20
| | | | | | | | | BUG=126200 TEST=Open and close various modal dialogs (IT2Me client and host, Me2Me host config) and make sure that the control tab ordering is what you would expect. Review URL: https://chromiumcodereview.appspot.com/10384097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136351 0039d316-1c4b-4281-b951-d872f2087c98
* Improve keyboard navigation.jamiewalch@google.com2012-05-081-1/+4
| | | | | | | | | | | | | * Ensure all hyperlinks are selectable (have hrefs). * Ensure that the selected element has a visual indicator. * Added keyboard navigation to the host list. BUG=126200 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10375057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135937 0039d316-1c4b-4281-b951-d872f2087c98
* Register for WebKit tab visibility changes and use to pause video.wez@chromium.org2012-05-031-0/+3
| | | | | | | | | | | Actual pausing of video at the host side will be implemented in a follow-up CL. BUG=107285 Review URL: http://codereview.chromium.org/10321003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135083 0039d316-1c4b-4281-b951-d872f2087c98
* Support bump-scroll in full-screen by adjusting plugin margins.jamiewalch@google.com2012-05-021-0/+10
| | | | | | | | | BUG=125031 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10260022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134926 0039d316-1c4b-4281-b951-d872f2087c98
* Make JS compiler happy about OAUTH2_USE_OFFICEIAL_CLIENT_ID.sergeyu@chromium.org2012-04-241-0/+3
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10206007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133634 0039d316-1c4b-4281-b951-d872f2087c98
* Enable alphanumeric input in fullscreen.jamiewalch@google.com2012-04-051-1/+5
| | | | | | | | | | | | Pass flag to webkitRequestFullScreen to enable alphanumeric keyboard input in fullscreen. (Without the flag, only control keys are enabled.) BUG=121522 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10010025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131043 0039d316-1c4b-4281-b951-d872f2087c98
* [Chromoting] Stop the webapp sending any items that are on the clipboard ↵simonmorris@chromium.org2012-04-031-0/+3
| | | | | | | | | | | | when a session starts. The user may not intend such items to be sent to the host. BUG=117473 Review URL: https://chromiumcodereview.appspot.com/9965121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130504 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up daemon control UI:jamiewalch@google.com2012-03-301-0/+3
| | | | | | | | | | | | | * Improve spacing of top-level UI. * Add a Cancel button to the PIN dialog (UI still needs work). * Add an OK button to the "finished" and "error" dialogs. BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129797 0039d316-1c4b-4281-b951-d872f2087c98
* Added screen options menu.jamiewalch@google.com2012-03-291-0/+19
BUG=119092 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9884001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129535 0039d316-1c4b-4281-b951-d872f2087c98