Add console message support to devtools. Does not actually cause logging to occur in the remote console.

This commit is contained in:
Sagar Muchhal 2015-02-05 19:52:35 +00:00 committed by Josh Matthews
parent 149053c2a7
commit 6699738cae
7 changed files with 112 additions and 16 deletions

View file

@ -14,4 +14,7 @@ path = "../devtools_traits"
path = "../msg"
[dependencies.util]
path = "../util"
path = "../util"
[dependencies]
time = "*"