--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
I'm pretty sure that non chrome:// URLs are prevented from opening or linking to chrome:// URLs. A manifest permission won't override this.
On Fri, 2011-08-19 at 17:02 -0400, Michael Gundlach wrote:
> On Fri, Aug 19, 2011 at 1:31 PM, Arne Roomann-Kurrik
> <kur...@chromium.org> wrote:
> I'm pretty sure that non chrome:// URLs are prevented from
> opening or linking to chrome:// URLs. A manifest permission
> won't override this.
>
>
> Not quite: with 'tabs' permission,
>
>
> <a href="#"
> onclick="chrome.tabs.create({url:'chrome://settings/clearBrowserData'});">click me</a>
>
>
> Michael
> --