Mike Frysinger

Results 280 comments of Mike Frysinger

i think the code needs to call `chrome.contextMenus.removeAll()` when reloading the bg page. Chrome likes to keep the entries sticky otherwise.

in order to access the smartcard connector app, you need to be whitelisted by it first: https://github.com/GoogleChromeLabs/chromeos_smart_card_connector/blob/master/third_party/pcsc-lite/naclport/server_clients_management/src/known_client_apps.json further, the way Secure Shell does it is by building an ssh-agent on...

just send them a PR, and feel free to cc me on it so i can sync up with the Googler internally as needed

you mean `dns.google` right ? :)

you can have any of these installed on any OS, including dev versions. in secure shell I do a dynamic probe of all of them and go with the first...

the logic lives entirely in the [`nassh.GoogleRelay.findGnubbyExtension`](https://chromium.googlesource.com/apps/libapps/+/master/nassh/js/nassh_google_relay.js#268) helper that runs during app startup.

latest hterm supports touch events for scrolling. anything beyond that is tracked in https://crbug.com/792235.

i'm not familiar with this Esc code, but the keyboard shortcut register part looks fine now. thanks!

fwiw: https://chromium.googlesource.com/apps/libapps/+/master/nassh/doc/FAQ.md#How-do-I-use-web-fonts

that's not entirely accurate: https://stackoverflow.com/questions/3607894/ I'm not sure how much you need to protect users from themselves though