diff options
author | jan <jan@jansauer.de> | 2015-06-09 19:07:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-10 02:09:16 +0000 |
commit | 300ff8956b18363815c4a2b3a6fd208dc95d1342 (patch) | |
tree | 1a695ac7c435fd691140169a5a4a82d8f1699bce /AUTHORS | |
parent | 48f69f66f31037a1ee6d3c9e7b4a69c4ecd12ad4 (diff) | |
download | chromium_src-300ff8956b18363815c4a2b3a6fd208dc95d1342.zip chromium_src-300ff8956b18363815c4a2b3a6fd208dc95d1342.tar.gz chromium_src-300ff8956b18363815c4a2b3a6fd208dc95d1342.tar.bz2 |
Don't create bookmark files on OSX that start with a dot.
When creating a bookmark file by draging and droping the URL to the desktop
chromium uses the page title for the filename. In cases where the title starts
with a dot the webloc file will also start with a dot. Since files starting
with a dot are considered hidden and not shown by e.g. the Finder users won't
see the expected resulting file. To circumvent this a dot as the first
character is handled like any other character not allowed in a filename and
gets replaced by a hyphen.
BUG=138917
TEST=Paste "data:text/html,<title>. . . hey!</title>" into the Omnibox and drag
and drop the URL to the desktop.
Review URL: https://codereview.chromium.org/1118813005
Cr-Commit-Position: refs/heads/master@{#333649}
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -235,6 +235,7 @@ James Choi <jchoi42@pha.jhu.edu> James Vega <vega.james@gmail.com> James Wei <james.wei@intel.com> James Willcox <jwillcox@litl.com> +Jan Sauer <jan@jansauer.de> Janwar Dinata <j.dinata@gmail.com> Jared Shumway <jaredshumway94@gmail.com> Jared Sohn <jared.sohn@gmail.com> |