avikpaul / google-url

Automatically exported from code.google.com/p/google-url
Other
0 stars 0 forks source link

googleurl doesn't accept about: URLs with query parameters #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Derived from the following Chromium issue:
http://code.google.com/p/chromium/issues/detail?id=20570

googleurl does not accept about: URLs with query parameters. Seemingly, 
Safari and Firefox accepts such URLs. For compatibility with these browsers, 
googleurl should also support this.

As far as I can tell from the code, I think we can treat about: URLs like 
mailto: URLs to fix this issue.

Original issue reported on code.google.com by yutak@chromium.org on 14 Oct 2009 at 12:06