Pauan / tab-organizer

Google Chrome Extension that makes it easier to manage many tabs!
MIT License
66 stars 8 forks source link

Uncaught Error: chrome.windows is not supported in content scripts. #22

Closed Pauan closed 9 years ago

Pauan commented 9 years ago

Originally reported on Google Code with ID 22

What steps will reproduce the problem?
1. Visit a webpage, like http://www.google.com
2. Open the JavaScript console (Ctrl+Shift+J).

What is the expected output? What do you see instead?
Nothing. Instead, there is this error:

Uncaught Error: chrome.windows is not supported in content scripts. See the content
scripts documentation for more details.

Please provide any additional information below.
This happens because of this line in lib/Platform.js:

ID_NONE: chrome.windows.WINDOW_ID_NONE,

Reported by pcxunlimited on 2010-09-06 05:16:10

Pauan commented 9 years ago
Fixed by revision 8df7a1bf91.

Reported by pcxunlimited on 2010-09-06 05:29:34

Pauan commented 9 years ago

Reported by pcxunlimited on 2010-09-11 02:31:39

Pauan commented 9 years ago

Reported by pcxunlimited on 2010-09-12 05:19:31

Pauan commented 9 years ago

Reported by pcxunlimited on 2010-09-12 08:11:54

Pauan commented 9 years ago

Reported by pcxunlimited on 2010-11-21 18:49:48

Pauan commented 9 years ago

Reported by pcxunlimited on 2012-08-27 23:44:47