Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libchrome
/
8f3021dea3036b1fe98c3fa8074e6a897ad46aba
/
base
/
files
6bd5b08
Relax ScopedFD close() error checking
by spang
· 8 years ago
6fa8ea9
Add FLAG_CAN_DELETE_ON_CLOSE and DeleteOnClose for use on Windows.
by grt
· 8 years ago
3dbd4bb
Move constructor for base::FilePath
by dmurph
· 8 years ago
63c2bf8
Reland of new multiprocess test client process launcher.
by jcivelli
· 8 years ago
091f3e8
Remove ref-counting from FilePathWatcher.
by fdoray
· 8 years ago
52df9c2
Revert of Multiprocess test client: Android child process launcher rework. (patchset #21 id:400001 of https://codereview.chromium.org/2549363004/ )
by jcivelli
· 8 years ago
8fe4e98
Multiprocess test client: Android child process launcher rework.
by jcivelli
· 8 years ago
318b636
Allow FilePathWatcher to be used from sequenced tasks.
by fdoray
· 8 years ago
f51a54b
A follow-up nit fix for jumplist file operations
by chengx
· 8 years ago
bcf614a
Fix error handling in POSIX version of the base::File::GetLength.
by mkolom
· 8 years ago
59264c1
Remove destruction observer from base::FilePathWatcherKQueue.
by fdoray
· 8 years ago
1cbbc2f
Remove FileUtilProxy:DeleteFile().
by fdoray
· 8 years ago
41d2732
Stop checking that FilePathWatcher is used from a MessageLoopForIO.
by fdoray
· 8 years ago
238090f
Require FilePathWatcher destructor to be called in sequence with Watch().
by fdoray
· 8 years ago
214591a
[base::FilePath] Optimize FilePath::ReferencesParent
by jkarlin
· 8 years ago
10cf05f
base: Cleanup class/struct forward declarations
by jbriance
· 8 years ago
0fbc8ce
Revert of Replace some deprecated usages of readdir_r with readdir (patchset #5 id:80001 of https://codereview.chromium.org/2411833004/ )
by jbudorick
· 8 years ago
5c801f5
Replace some deprecated usages of readdir_r with readdir
by fwang
· 8 years ago
6a324a3
Do not replace up-to-date System Flash with Component Flash.
by waffles
· 8 years ago
36febca
Clean up sparse_histogram.h header by moving UMA_HSITOGRAM_SPARSE_SLOWLY to histogram_macros.h
by nikunjb
· 8 years ago
8c113a1
Reland "Open MessagePumpLibevent's pipe with O_CLOEXEC"
by lhchavez
· 8 years ago
0f02f50
Revert of Open MessagePumpLibevent's pipe with O_CLOEXEC (patchset #4 id:60001 of https://codereview.chromium.org/2394413002/ )
by nasko
· 8 years ago
f74d730
Open MessagePumpLibevent's pipe with O_CLOEXEC
by lhchavez
· 8 years ago
c04ceac
Add comment about leaked FileDescriptorWatcher::Controller::Watcher.
by fdoray
· 8 years ago
a5c7306
Use FileDescriptorWatcher in FilePathWatcherKQueue.
by fdoray
· 8 years ago
a74947c
Remove ScopedTempDir::path()
by vabr
· 8 years ago
e39f8f4
Allow ImportantFileWriter to take in a pre-write callback.
by proberge
· 8 years ago
83ff69f
Remove FilePathWatcher::PlatformDelegate::CancelOnMessageLoopThread().
by fdoray
· 8 years ago
73f858f
Add synchronous callback support to important_file_writer.cc
by proberge
· 8 years ago
5d8924c
Add a new file descriptor watch API.
by fdoray
· 8 years ago
6a0b33f
No destruction observer in file_path_watcher_linux.cc
by fdoray
· 8 years ago
d95e71b
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 8 years ago
233c847
Only update watches when directories changed.
by dspaid
· 8 years ago
31978e9
//base: Make ScopedTempDir::path() a GetPath() with a DCHECK
by vabr
· 8 years ago
cda819d
Change includes of histogram.h to histogram_macros.h.
by asvitkine
· 8 years ago
6165e6b
ImportantFileWriter: Mention non-guarantee of persistence in comments.
by tnagel
· 8 years ago
4faa9f5
Remove base::internal::InotifyReader's destructor.
by raphael.kubo.da.costa
· 8 years ago
30ef1eb
Add some words of caution to File::Flush().
by tnagel
· 8 years ago
8b6535b
base: Change auto to not deduce raw pointers.
by vmpstr
· 8 years ago
2820c0a
Make File::Duplicate const
by kulshin
· 8 years ago
b9a8ad0
Add base::FileProxy::DuplicateFile to duplicate the underlying file.
by engedy
· 8 years ago
96ab655
Remove remaining calls to deprecated MessageLoop methods on Mac.
by fdoray
· 8 years ago
d5c611a
Access FileTracing::g_provider atomically to prevent data races
by dbeam
· 8 years ago
e611334
Use container::back() and container::pop_back() in base/ and chrome/
by thestig
· 8 years ago
df1ea4a
Remove base::mac::LibDispatchTaskRunner and migrate its sole client to plain libdispatch.
by rsesek
· 8 years ago
4eb34d3
Add timeout to the MessageLoop in FilePathWatcherTest
by xyzzyz
· 8 years ago
85919bb
Remove calls to deprecated MessageLoop methods in base.
by fdoray
· 8 years ago
aed1725
Make base::Environment::Create() return unique_ptrs.
by thestig
· 8 years ago
bfbde0a
Add base::ExecutableExistsInPath
by thomasanderson
· 8 years ago
59787c9
Include close errnos in crash dumps.
by davidben
· 8 years ago
592948b
Add chrome_crash_reporter_client_win.cc to the source file list for chrome_elf
by ananta
· 8 years ago
340e3eb
Remove base/move.h
by dcheng
· 8 years ago
7c7fa42
Revert of Remove base/move.h (patchset #4 id:60001 of https://codereview.chromium.org/2038273002/ )
by tzik
· 8 years ago
d9f786e
Remove base/move.h
by dcheng
· 8 years ago
5616233
Migrate WaitableEvent to enum-based constructor in base/
by gab
· 8 years ago
3ab38f5
Define kInvalidPlatformFile in base
by rockot
· 8 years ago
dae93c9
Support read/write memory-mapped files.
by bcwhite
· 8 years ago
8d1e456
Fix include path for moved thread_task_runner_handle.h header in base/
by gab
· 9 years ago
271ca8a
mac: Remove IsOSLion().
by thakis
· 9 years ago
014b37e
Add base::IsOnNetworkDrive.
by wfh
· 9 years ago
073ae8d
Accept StringPiece instead of std::string for file data.
by bcwhite
· 9 years ago
cc8e4d8
Convert //base to use std::unique_ptr
by dcheng
· 9 years ago
1529280
Handle invalid CFStrings in GetHFSDecomposedForm().
by jialiul
· 9 years ago
f647d6c
Update a broken link.
by avi
· 9 years ago
0cd28bb
base: Remove some unnecessary const scoped_refptr<>&.
by vmpstr
· 9 years ago
9185687
base: simplify the first fcntl() call in SetNonBlocking() function
by tfarina
· 9 years ago
671f750
base: Stop overloading ReadFileToString()
by hashimoto
· 9 years ago
ba866f9
Add utility method for WebString to base::FilePath conversion
by kinuko
· 9 years ago
15c8ac4
Add message sizing to basic IPC traits and struct macros.
by rockot
· 9 years ago
946ef56
Allow string::front() and back() and update the codebase to use back().
by pkasting
· 9 years ago
8607128
base: update SetNonBlocking() function to use HANDLE_EINTR
by tfarina
· 9 years ago
241bdae
Switch to standard integer types in base/files/.
by avi
· 9 years ago
6d2d7ac
Linux: Correctly count the number of open file descriptors.
by thestig
· 9 years ago
a5d36bc
net: Extract SetNonBlocking() function from net_util.h
by tfarina
· 9 years ago
961ff4a
Rewrite Pass() to std::move() in base/
by dcheng
· 9 years ago
cc1f4c7
[base] Accidentally omitted file_locking_unittest.cc changes.
by shess
· 9 years ago
23e6c9b
[base] POSIX File::Unlock() didn't actually unlock file.
by shess
· 9 years ago
3f83f16
Remove kint32max.
by avi
· 9 years ago
1ebbfb9
clang/win: Let some chromium_code targets build with -Wextra.
by thakis
· 9 years ago
8e5e0e6
Remove old C++03 move emulation code.
by dcheng
· 9 years ago
7765732
Revert "Treat '...' as a non-parent path component outside of Windows."
by davidben
· 9 years ago
a751231
Treat '...' as a non-parent path component outside of Windows.
by davidben
· 9 years ago
891be77
[base] fcntl, not fctnl.
by shess
· 9 years ago
800d2ea
base: Use std::move() instead of Pass() for real movable types.
by danakj
· 9 years ago
486c61f
Switch to static_assert in base/.
by avi
· 9 years ago
46ee253
Support Windows FILE_FLAG_SEQUENTIAL_SCAN in base::File.
by fdoray
· 9 years ago
1e23d42
Fix ScopedTempDir in base_unittests
by jschuh
· 9 years ago
02e2a1a
Added a comment that File::IsValid can be called outside of file thread.
by lukasza
· 9 years ago
c9ac139
Use permissions 0666 on POSIX platforms
by hashimoto
· 9 years ago
d7e5dfd
Detecting and fixing stringprintf.h format bugs
by brucedawson
· 9 years ago
7dd135f
Remove memory corruption testing from base::File().
by gavinp
· 9 years ago
85d43f4
base: Template methods on Timer classes instead of the classes themselves.
by danakj
· 9 years ago
39eadd6
Fix three Windows base_unittests to not require admin
by brucedawson
· 9 years ago
9110131
Remove base's implicit_cast.
by danakj
· 9 years ago
302c901
Remove g_get_home_dir()
by knthzh
· 9 years ago
9d751ff
IWYU for base/memory/scoped_vector.h.
by thestig
· 9 years ago
7614aae
Updates to base unittests so they run correctly in libchrome on Android
by arihc
· 9 years ago
54cd33b
Replace StringToLowerASCII with base::ToLowerASCII
by brettw
· 9 years ago
2c3103d
Cleanup nits in ImportantFileWriter and JsonPrefStore.
by thestig
· 9 years ago
63f4251
Disable flaky FileProxyTest.SetTimes on Android
by pkotwicz
· 9 years ago
Next »