Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(179)

Issue 29001: Create the extensions (<Profile>/Extensions) and user script (<Profile>/User ... (Closed)

Created:
11 years, 10 months ago by rafaelw
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Create the extensions (<Profile>/Extensions) and user script (<Profile>/User Scripts) directories during start up if they don't already exists Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10134

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 9

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M chrome/browser/extensions/extensions_service.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/user_script_master.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
rafaelw
Hey Guys, Here's the new CL that's doesn't against a real source tree, has Matt's ...
11 years, 10 months ago (2009-02-20 20:14:55 UTC) #1
Aaron Boodman
http://codereview.chromium.org/29001/diff/2002/1003 File chrome/browser/extensions/extensions_service.cc (right): http://codereview.chromium.org/29001/diff/2002/1003#newcode167 Line 167: // Create the <Profile>/Extensions directory if it doesn't ...
11 years, 10 months ago (2009-02-20 20:29:01 UTC) #2
Matt Perry
http://codereview.chromium.org/29001/diff/2002/1003 File chrome/browser/extensions/extensions_service.cc (right): http://codereview.chromium.org/29001/diff/2002/1003#newcode164 Line 164: kill extra newline http://codereview.chromium.org/29001/diff/2002/1003#newcode167 Line 167: // Create ...
11 years, 10 months ago (2009-02-20 20:32:21 UTC) #3
Aaron Boodman
http://codereview.chromium.org/29001/diff/2002/1003 File chrome/browser/extensions/extensions_service.cc (right): http://codereview.chromium.org/29001/diff/2002/1003#newcode168 Line 168: if (!file_util::DirectoryExists(path)) On 2009/02/20 20:32:22, Matt Perry wrote: ...
11 years, 10 months ago (2009-02-20 20:42:21 UTC) #4
rafaelw
http://codereview.chromium.org/29001/diff/2002/1003 File chrome/browser/extensions/extensions_service.cc (right): http://codereview.chromium.org/29001/diff/2002/1003#newcode164 Line 164: On 2009/02/20 20:32:22, Matt Perry wrote: > kill ...
11 years, 10 months ago (2009-02-20 21:12:52 UTC) #5
Aaron Boodman
LGTM
11 years, 10 months ago (2009-02-20 21:40:12 UTC) #6
Matt Perry
LGTM
11 years, 10 months ago (2009-02-20 21:40:40 UTC) #7
Dean McNamee
11 years, 10 months ago (2009-02-21 13:52:46 UTC) #8
What thread does this happen on?  Just curious, trying to keep file system
access off the startup critical path if possible.  This adds two directory
checks on startup.

On 2009/02/20 21:40:40, Matt Perry wrote:
> LGTM

Powered by Google App Engine
This is Rietveld 408576698