flutter/dev/devicelab/lib/framework
Ben Konyi 3764cb8515
Added support for authentication codes for the VM service. (#30857)
* Added support for authentication codes for the VM service.

Previously, a valid web socket connection would use the following URI:

`ws://127.0.0.1/ws`

Now, by default, the VM service requires a connection to be made with a
URI similar to the following:

`ws://127.0.0.1:8181/Ug_U0QVsqFs=/ws`

where `Ug_U0QVsqFs` is an authentication code generated and shared by
the
service.

This behavior can be disabled with the `--disable-service-auth-codes`
flag.
2019-04-18 21:01:50 -07:00
..
adb.dart Make logcat less chatty on perf tests (#28272) 2019-02-21 10:59:20 -08:00
framework.dart Avoid overwriting task result for non-leak checkers (#29989) 2019-03-26 11:40:05 -07:00
ios.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
manifest.dart add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
runner.dart Added support for authentication codes for the VM service. (#30857) 2019-04-18 21:01:50 -07:00
running_processes.dart Detect and cleanup leaky processes (#29196) 2019-03-22 14:32:36 -07:00
utils.dart Added support for authentication codes for the VM service. (#30857) 2019-04-18 21:01:50 -07:00