commit | c1657632e37d910a69a4aeff25172e058bb2f7d0 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Tue Oct 14 17:50:29 2014 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Tue Oct 14 17:50:29 2014 -0700 |
tree | ef6b40438a64e285dd9188423359a7da62e5f74e | |
parent | 043df3f6caf0ab7e4666a9d5d2a846651c3e9701 [diff] |
veyron-browser: Fix Namespace Suggestions The suggestions are currently not updating on the first getChildren call. However, they are correctly updating on cached calls. The issue is in get-namespace-suggestions and the namespace service's glob. glob updates its observable array over time; the result is always starts empty. I have two possible solutions - Use mercury.watch to watch for changes and update the state in a callback. - Directly store the mercury struct into the state. I don't mind using either solution. Currently, I'm using the second. Note: This issue may be related to immutability in mercury. freeze() may not be working as intended. Change-Id: I3766643e16f674c514b087480f0e2e5e6c29cbde
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start