Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Issue 257061: Fixes a bug that .crx can not be installed by "Could not create... (Closed)

Created:
11 years, 2 months ago by tkent
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, tim (not reviewing), Paweł Hajdan Jr.
Visibility:
Public.

Description

Fixes a bug that .crx can not be installed by "Could not create directory for unzipping." in the case that the environment variable TMP is set to a root directory of a drive such as "C:\" TEST=Add new tests to base_unittest BUG=23911 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28529

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -4 lines) Patch
M base/file_util_unittest.cc View 1 2 2 chunks +30 lines, -1 line 3 comments Download
M base/file_util_win.cc View 1 2 1 chunk +1 line, -3 lines 3 comments Download

Messages

Total messages: 12 (0 generated)
tkent
11 years, 2 months ago (2009-10-06 11:16:53 UTC) #1
tkent
11 years, 2 months ago (2009-10-09 04:06:16 UTC) #2
Yuzo
http://codereview.chromium.org/257061/diff/3002/3004 File base/file_util_unittest.cc (right): http://codereview.chromium.org/257061/diff/3002/3004#newcode781 Line 781: ASSERT_EQ(0, _dupenv_s(&original_tmp, &original_tmp_size, "TMP")); To be safer, should ...
11 years, 2 months ago (2009-10-09 05:02:49 UTC) #3
tkent
http://codereview.chromium.org/257061/diff/3002/3004 File base/file_util_unittest.cc (right): http://codereview.chromium.org/257061/diff/3002/3004#newcode781 Line 781: ASSERT_EQ(0, _dupenv_s(&original_tmp, &original_tmp_size, "TMP")); On 2009/10/09 05:02:50, Yuzo ...
11 years, 2 months ago (2009-10-09 05:52:12 UTC) #4
Yuzo
LGTM
11 years, 2 months ago (2009-10-09 05:59:04 UTC) #5
Erik does not do reviews
Apologies for missing this when you first sent it my way (feel free to ping ...
11 years, 2 months ago (2009-10-09 14:16:33 UTC) #6
Mark Mentovai
http://codereview.chromium.org/257061/diff/8001/9002 File base/file_util_unittest.cc (right): http://codereview.chromium.org/257061/diff/8001/9002#newcode781 Line 781: _T(""), _T("C:"), _T("C:\\"), _T("C:\\tmp"), _T("C:\\tmp\\") I guess Win32's ...
11 years, 2 months ago (2009-10-09 14:31:15 UTC) #7
tkent
http://codereview.chromium.org/257061/diff/8001/9002 File base/file_util_unittest.cc (right): http://codereview.chromium.org/257061/diff/8001/9002#newcode781 Line 781: _T(""), _T("C:"), _T("C:\\"), _T("C:\\tmp"), _T("C:\\tmp\\") On 2009/10/09 14:31:16, ...
11 years, 2 months ago (2009-10-09 15:09:34 UTC) #8
Erik does not do reviews
ping. Any movement on this? Is leiz/thestig around to answer Mark's quest= ion? I'd rather ...
11 years, 2 months ago (2009-10-12 18:31:29 UTC) #9
Lei Zhang
On 2009/10/12 18:31:29, Erik Kay wrote: > ping. Any movement on this? Is leiz/thestig around ...
11 years, 2 months ago (2009-10-12 18:44:01 UTC) #10
Erik does not do reviews
On Mon, Oct 12, 2009 at 11:44 AM, <thestig@chromium.org> wrote: > On 2009/10/12 18:31:29, Erik ...
11 years, 2 months ago (2009-10-12 18:56:09 UTC) #11
thelawofueki_plus
10 years ago (2010-12-10 01:38:25 UTC) #12
''Could not create directory for unzipping''
??

Powered by Google App Engine
This is Rietveld 408576698