diff options
| author | Stephen Blott | 2016-01-31 07:39:04 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-01-31 07:39:04 +0000 | 
| commit | eba184604678dbc11fffa04c8fe05ff537a50e36 (patch) | |
| tree | ed60cb1d60f1b3340d7815d0de69548c3004a082 /tests | |
| parent | 91fb337c9d92f6291ef42c55c4d29ca35b710203 (diff) | |
| download | vimium-eba184604678dbc11fffa04c8fe05ff537a50e36.tar.bz2 | |
Add a basic log page; tweaks.
This tweaks @mrmr1993's logging ideas discussed in #1629:
- Do not generate log entries from the logging page itself.
- Use the logger for *all* logging (including from `commands.coffee`, and from `bgLog`).
@mrmr1993's original idea is 91fb337c9d92f6291ef42c55c4d29ca35b710203.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit_tests/test_chrome_stubs.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/unit_tests/test_chrome_stubs.coffee b/tests/unit_tests/test_chrome_stubs.coffee index 8814ab23..8b816cd4 100644 --- a/tests/unit_tests/test_chrome_stubs.coffee +++ b/tests/unit_tests/test_chrome_stubs.coffee @@ -17,6 +17,7 @@ global.document =  exports.chrome =    runtime: +    getURL: ->      getManifest: () ->        version: "1.2.3"      onConnect: | 
