commit | 70f66bc364d57cad7c78616f448938ea445ce4fa | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Wed Jan 21 12:50:57 2015 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Wed Jan 21 12:51:42 2015 -0800 |
tree | 66f2d6de90f829383f870d9256a6c1b0b36d1ac1 | |
parent | 38540a8b569067e1fc46cd1dc07edc3f79675fd2 [diff] |
viz: Fix namespace root's paper-autocomplete The paper-autocomplete Was not listening to input event properly. It seemed to be firing too early, before it updated its internal value. This was a bug with probably Polymer and mercury. Mercury's capturing mode messes with Polymer. Anyway, waiting 0ms before retrieving the value seems to be the right solution, in this single instance. Change-Id: I056738577d46a03875a88c1feb89ebbbce890cc7
Viz is a browser-like application that lets the user view and traverse mount tables, intermediate nodes, and services. It also lets the user invoke services either to see the results, or to change the state of a server.
You must have the Vanadium Extension installed on Chrome to run this.
Get it here: https://chrome.google.com/webstore/detail/vanadium-extension/jcaelnibllfoobpedofhlaobfcoknpap
Before you can run Viz, you need to build. Simply run:
make
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start
If you have any problems after updating the code, try
make clean
make start