diff options
author | Nick White <git@njw.me.uk> | 2011-05-22 00:56:31 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-05-22 00:56:31 +0100 |
commit | 9edcd4ac295c8799664016276ff9e39da55c6906 (patch) | |
tree | 1eb19624f7d3357925f206e3dd2f497caa6e1cbd /BUGS | |
parent | a77c6369bda2217903c0d184e1fa092db2c5c2d6 (diff) |
Detail chromium bug, ensure makecrx uses standard unix dd
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +# Chromium + +* page action doesn't work from icon on file:// (though from keybind it works fine +) + 'Error during tabs.executeScript: Cannot access contents of url "file:///hom +e/nick/marlbo2.htm". Extension manifest must request permission to access this host. +' + which is unfair, as it does (with <all_urls>). likely therefore a bug in chromium. |