7-of-9 / google-site-spider

Automatically exported from code.google.com/p/google-site-spider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spider results fail to load on current Chrome stable

GoogleCodeExporter opened this issue · comments

Attempting to spider any site will open the results tab but fail to get past 
initialization. It appears that the underlying problem is that 
chrome.extension.getViews({"type": "tab"}) returns an empty list rather than 
the newly created tab, which appears to be a Chrome bug at first glance. It 
might  be possible to work around this by refactoring the callback so it stores 
the new tab reference rather than needing to find it periodically.

Original issue reported on code.google.com by adamsc@gmail.com on 19 Dec 2011 at 8:27