Status: Untriaged
Owner: ----
CC: rafa...@chromium.org
Labels: Type-Bug Pri-2 OS-All Area-Extensions Size-Medium

New issue 14720 by jack...@chromium.org: pack-extension truncates part of  
extension name if it contains a period
http://code.google.com/p/chromium/issues/detail?id=14720

What steps will reproduce the problem?
1. Put some extension in C:\foo.bar\
2. Pack it using --pack-extension

What is the expected output?
Output extension is named foo.bar.crx
Private key is named foo.bar.pem

What do you see instead?
Output extension is named foo.crx
Private key is named foo.pem

The probably is that the directory name contained a period. We should
probably use Append instead of ReplaceExtension to add the ".crx" and
".pem" to the end of the extension name:

http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser_init
.cc?view=annotate#l723

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to