New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 602141 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Password alert throws javascript exceptions when loading local files

Project Member Reported by pdr@chromium.org, Apr 11 2016

Issue description

Version: 51.0.2700.0/dev
OS: OSX 10.11.6a

What steps will reproduce the problem?
(1) Open any local file.
For example, in this page go to file->save as, and save the file to your desktop, then open it.
(2) Open chrome://inspect/#extensions and select password alert
(3) Notice the javascript errors (see screenshot):
extensions::lastError:133 Unchecked runtime.lastError while running tabs.executeScript: Cannot access contents of url "file:///Users/pdr/Desktop/viewbox.html". Extension manifest must request permission to access this host.
    at Object.callback (chrome-extension://[ ...snip... ]/background_compiled.js:38:330)
 
passwordalert.png
172 KB View Download
Status: WontFix (was: Available)
It seems like the extension is injecting scripts to file:/// URL tabs, I've reported the issue in the extension's issue tracker: https://github.com/google/password-alert/issues/91

Closing this as this isn't an Extension system issue.

Comment 2 by pdr@chromium.org, Apr 13 2016

Thanks Lazyboy! I'll file my passwordalert issues there in the future.

Sign in to add a comment