Status: Unconfirmed
Owner: ----
Labels: Pri-2 Via-Wizard Type-Bug-Regression OS-Windows
New issue 377404 by
simon.vi...@gmail.com: Custom protocol handler not
launching external applications anymore
http://code.google.com/p/chromium/issues/detail?id=377404
UserAgent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/35.0.1916.114 Safari/537.36
Steps to reproduce the problem:
1. Have a custom protocol handler registered in the windows registry, as
described here:
http://msdn.microsoft.com/en-us/library/ie/aa767914(v=vs.85).aspx
For testing purposes I added the following handler to the registry which
simply runs notepad:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\notepadtest]
"URL Protocol"="\"\""
@="URL:notepadtest Protocol"
[HKEY_CLASSES_ROOT\notepadtest\shell]
[HKEY_CLASSES_ROOT\notepadtest\shell\open]
[HKEY_CLASSES_ROOT\notepadtest\shell\open\command]
@="\"C:\\Windows\\notepad.exe\" %1"
2. Try the above custom protocol by entering the following command in the
JavaScript console: "window.location = 'notepadtest:something.txt'"
What is the expected behavior?
A dialog should appear asking me if I want to launch the external
application.
What went wrong?
Nothing happens.
Did this work before? Yes Prior to version 35
Chrome version: 35.0.1916.114 Channel: stable
OS Version: 6.3
Flash Version: Shockwave Flash 13.0 r0
In all other browsers this still works. Is this a bug or a "security
feature" since Chrome 35?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings