commit | 650495226e1e9c6f32be739b5dae21a3d9619329 | [log] [tgz] |
---|---|---|
author | Ali Ghassemi <aghassemi@google.com> | Thu Jan 08 17:08:50 2015 -0800 |
committer | Ali Ghassemi <aghassemi@google.com> | Fri Jan 09 01:28:45 2015 +0000 |
tree | 6c829a887ee71ee1bc51527a2e23d602d154db7d | |
parent | 0d819b0b0bbcea8fb77e979901f1c354608922e9 [diff] |
namespace_browser: Mercury (specifically virtual hyper dom) has started behaving strange when patching textContent on div (possibly all block elements) as work around we MUST ensure textContent is only on non-block elements like span. I will try to pin this down and create an issue on Mercury side. Change-Id: Iac5fa6b8f1470d8d54e51abadee3d5dfe35e147d
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/release/javascript/core/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start