index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
path_service.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make base compile with no "using base::FilePath".
brettw@chromium.org
2013-02-16
1
-0
/
+2
*
Revert 182032
brettw@chromium.org
2013-02-12
1
-2
/
+0
*
Make base compile with no "using base::FilePath".
brettw@chromium.org
2013-02-12
1
-0
/
+2
*
Disable cache in PathService.
vitalybuka@chromium.org
2013-01-29
1
-3
/
+18
*
Remove ".." from PathService take #2.
maruel@chromium.org
2013-01-26
1
-0
/
+6
*
Add PathService::RemoveOverride to clear path overrides.
pastarmovj@chromium.org
2012-09-26
1
-43
/
+59
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
1
-4
/
+6
*
Revert 157667 - Add new PathService paths for Windows' All Users Desktop and ...
wjia@chromium.org
2012-09-20
1
-6
/
+4
*
Add new PathService paths for Windows' All Users Desktop and Quick Launch fol...
gab@chromium.org
2012-09-20
1
-4
/
+6
*
Add new method OverrideAndCreateIfNeeded to PathService.
pastarmovj@chromium.org
2012-05-09
1
-7
/
+18
*
Revert 135321 - Make sure only the main browser process and service proceses ...
pastarmovj@chromium.org
2012-05-04
1
-18
/
+7
*
Make sure only the main browser process and service proceses are allowed to c...
pastarmovj@chromium.org
2012-05-04
1
-7
/
+18
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
1
-5
/
+5
*
Options2: Pull the trigger.
jhawkins@chromium.org
2011-12-14
1
-3
/
+3
*
Revert "Options2: Pull the trigger."
jhawkins@chromium.org
2011-12-13
1
-3
/
+3
*
Options2: Pull the trigger.
jhawkins@chromium.org
2011-12-13
1
-3
/
+3
*
Revert 114236 - Options2: Pull the trigger.
jhawkins@chromium.org
2011-12-13
1
-3
/
+3
*
Options2: Pull the trigger.
jhawkins@chromium.org
2011-12-13
1
-3
/
+3
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Upstream android file related code.
michaelbai@google.com
2011-06-21
1
-1
/
+17
*
Use DCHECK_GE() where possible in base/. Patch by Kushal Pisavadia (see http...
pkasting@chromium.org
2011-03-31
1
-2
/
+2
*
Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug...
kushi.p@gmail.com
2011-03-13
1
-2
/
+2
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-9
/
+9
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-2
/
+4
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-4
/
+2
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-2
/
+4
*
windows: remove PathService::Get() that uses wstrings
evan@chromium.org
2010-11-30
1
-12
/
+0
*
Revert 67201 - Revert 67191 - chrome_paths: refactor and sanitize cache direc...
viettrungluu@chromium.org
2010-11-24
1
-8
/
+0
*
Revert 67191 - chrome_paths: refactor and sanitize cache directory handling
viettrungluu@chromium.org
2010-11-24
1
-0
/
+8
*
chrome_paths: refactor and sanitize cache directory handling
evan@chromium.org
2010-11-24
1
-8
/
+0
*
Revert "chrome_paths: refactor and sanitize cache directory handling"
evan@chromium.org
2010-11-23
1
-0
/
+8
*
chrome_paths: refactor and sanitize cache directory handling
evan@chromium.org
2010-11-23
1
-8
/
+0
*
linux: fix cache corruption when using multiple --user-data-dir
evan@chromium.org
2010-11-13
1
-0
/
+8
*
Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.
phajdan.jr@chromium.org
2010-09-09
1
-12
/
+26
*
Revert 56738 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t...
rvargas@google.com
2010-08-19
1
-32
/
+13
*
Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.
phajdan.jr@chromium.org
2010-08-19
1
-13
/
+32
*
Header cleanup in base.
brettw@chromium.org
2010-08-17
1
-1
/
+0
*
Revert 55450 - Fix CheckFalseTest.CheckFails on Linux after my change to ui_t...
glen@chromium.org
2010-08-09
1
-26
/
+12
*
Fix CheckFalseTest.CheckFails on Linux after my change to ui_test.
phajdan.jr@chromium.org
2010-08-09
1
-12
/
+26
*
posix: refactor duplicated path-handling code
evan@chromium.org
2009-11-21
1
-11
/
+11
*
Make all paths passed to --user-data-dir absolute.
erg@google.com
2009-10-27
1
-8
/
+9
*
Deprecate PathService::Get(..., wstring*) and use FilePath instead.
evan@chromium.org
2009-10-19
1
-0
/
+2
*
Quick fix to use file_util::SetCurrentDirectory method instead of the PathSer...
erikkay@chromium.org
2009-09-16
1
-4
/
+0
*
Landing the patch of Thiago Farina.
jcampan@chromium.org
2009-09-02
1
-4
/
+0
*
On Linux, the path to the exe is used to fork renderer processes.
jcampan@chromium.org
2009-06-25
1
-6
/
+9
*
POSIX: Make --user-data-dir work when it doesn't exist.
agl@chromium.org
2009-04-27
1
-0
/
+5
*
Reverting 14152.
thestig@chromium.org
2009-04-21
1
-3
/
+2
*
Stop using and remove deprecated file_util::TrimTrailingSeparator().
thestig@chromium.org
2009-04-21
1
-2
/
+3
*
NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...
maruel@chromium.org
2009-03-03
1
-2
/
+2
*
Instead of appending "Downloads" to the user document directory, let each pla...
estade@chromium.org
2009-02-28
1
-4
/
+4
[next]