Comment #7 on issue 30442 by vigacmoe: Extension content scripts can get
out of the sandbox via window.top
http://code.google.com/p/chromium/issues/detail?id=30442
Great to know that you are working on that.
--
You received this message because you are listed in the owner
or CC fields of thi
Comment #6 on issue 30442 by aba...@chromium.org: Extension content scripts
can get out of the sandbox via window.top
http://code.google.com/p/chromium/issues/detail?id=30442
Yes, that's a bug: http://code.google.com/p/chromium/issues/detail?id=20773
I'm working on fixing it, but it requires
Comment #5 on issue 30442 by vigacmoe: Extension content scripts can get
out of the sandbox via window.top
http://code.google.com/p/chromium/issues/detail?id=30442
I did a simple test on the latest dev channel release (4.0.288.1 dev), it
seems that window.top is simply set to 'undefined' fo
Updates:
Status: Fixed
Cc: dglaz...@chromium.org
Comment #4 on issue 30442 by aba...@chromium.org: Extension content scripts
can get out of the sandbox via window.top
http://code.google.com/p/chromium/issues/detail?id=30442
This works properly now. Looking at the repo steps, I