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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stack trace symbolization for Chrome sandbox processes.
ivanpe@google.com
2014-03-22
4
-5
/
+313
*
Make possible to check memory allocations inside chromium
b.kelemen@samsung.com
2014-03-21
7
-25
/
+172
*
GN: update base for recent gyp changes
scottmg@chromium.org
2014-03-21
1
-3
/
+2
*
base: Rename DiscardableMemoryProvider to DiscardableMemoryManager.
reveman@chromium.org
2014-03-21
6
-95
/
+95
*
Revert of Stack trace symbolization for Chrome sandbox processes. (https://co...
vsevik@chromium.org
2014-03-21
4
-319
/
+5
*
Stack trace symbolization for Chrome sandbox processes.
ivanpe@google.com
2014-03-21
4
-5
/
+319
*
[Android] Workaround of an android platform bug.
feng@chromium.org
2014-03-21
4
-6
/
+367
*
Expose original_function in IATPatchFunction and use that to set g_iat_orig_d...
hans@chromium.org
2014-03-21
2
-0
/
+7
*
net: Update FileStream to use base::File instead of PlatformFile.
rvargas@chromium.org
2014-03-21
7
-40
/
+54
*
Revert 258395 "Add a death test to check field trial creation be..."
benwells@chromium.org
2014-03-21
1
-11
/
+0
*
Add the NSPR macro definitions for ARM64 bit.
tedchoc@chromium.org
2014-03-20
1
-0
/
+53
*
Remove CreateAndOpenTemporaryShmemFile().
viettrungluu@chromium.org
2014-03-20
4
-23
/
+6
*
Fix "unreachable code" warnings (MSVC warning 4702) in base/.
pkasting@chromium.org
2014-03-20
2
-9
/
+2
*
Add a death test to check field trial creation before FieldTrialList.
asvitkine@chromium.org
2014-03-20
1
-0
/
+11
*
Enable re2 for GN build
scottmg@chromium.org
2014-03-20
1
-1
/
+0
*
Remove deprecated IsRunningOnHighRamDevice() method.
lliabraa@chromium.org
2014-03-20
3
-12
/
+0
*
Convert scoped_ptr_malloc -> scoped_ptr, part 6.
viettrungluu@chromium.org
2014-03-20
1
-134
/
+1
*
Make the shmem-specific functions in file_util.h POSIX-only.
viettrungluu@chromium.org
2014-03-20
4
-51
/
+44
*
Set error in LoadNativeLibrary() on Windows.
xhwang@chromium.org
2014-03-20
2
-5
/
+12
*
Fix trivial compile error in thread_perftest.cc
jhorwich@chromium.org
2014-03-19
1
-1
/
+1
*
Fix a compile failure on some FYI bot that is worried about use-without-init.
pkasting@chromium.org
2014-03-19
1
-17
/
+7
*
Style changes split off of https://codereview.chromium.org/202993003/ .
pkasting@chromium.org
2014-03-19
2
-80
/
+63
*
x11: Move X11ErrorHandler out of //base/ into //ui/gfx/x/
sadrul@chromium.org
2014-03-19
4
-112
/
+0
*
Add an operator!= to base::FileDescriptor.
viettrungluu@chromium.org
2014-03-19
1
-0
/
+4
*
Removed unneeded include string_util_posix.h.
zvorygin@chromium.org
2014-03-19
1
-1
/
+0
*
Eliminate build warnings in base/ for Android x64
zhenyu.liang@intel.com
2014-03-19
4
-10
/
+19
*
Adding support for Time and TimeTicks inside trace_event.
mithro@mithis.com
2014-03-19
2
-0
/
+54
*
Remove a unused method and fix some styles according to the style guide.
sungmann.cho@navercorp.com
2014-03-19
1
-25
/
+13
*
IPC: Make ipc_perftests run on Android.
epenner@chromium.org
2014-03-19
4
-7
/
+17
*
Remove X11 and GTK dependencies from host_forwarder
zhenyu.liang@intel.com
2014-03-19
3
-14
/
+7
*
base: Replace BytesToReclaimUnderModeratePressure with BytesToKeepUnderModera...
reveman@chromium.org
2014-03-18
3
-27
/
+23
*
Disallow calling Map on currently-mapped SharedMemory
jbauman@chromium.org
2014-03-18
5
-2
/
+24
*
MemorySanitizer: adjust thread stack size to work around an MSan bug.
earthdok@chromium.org
2014-03-18
1
-1
/
+2
*
Refactor IsRunningOnHighRamDevice() to be more specific.
lliabraa@chromium.org
2014-03-18
2
-1
/
+32
*
Remove two Unicode characters that are not white space per
pkasting@chromium.org
2014-03-18
1
-33
/
+31
*
Fix a brace style according to the style guide.
sungmann.cho@navercorp.com
2014-03-18
1
-2
/
+1
*
stack_trace_posix: Make size be a size_t in ProcessBacktrace().
raphael.kubo.da.costa@intel.com
2014-03-18
1
-4
/
+4
*
Run ContentMain in a browser_test's browser process. This removes duplication...
jam@chromium.org
2014-03-18
2
-7
/
+23
*
Revert 257577 "Revert 257562 "Base: Make base::File use ScopedFD..."
zmo@chromium.org
2014-03-18
4
-29
/
+39
*
Revert 257562 "Base: Make base::File use ScopedFD on POSIX."
zmo@chromium.org
2014-03-18
4
-39
/
+29
*
Base: Make base::File use ScopedFD on POSIX.
rvargas@chromium.org
2014-03-18
4
-29
/
+39
*
Change sWindowFocusListeners to mWindowFocusListeners.
sungmann.cho@navercorp.com
2014-03-18
1
-4
/
+4
*
Revert 257524 "Move IsStringASCII/UTF8 to base namespace."
brettw@chromium.org
2014-03-17
4
-35
/
+31
*
Move IsStringASCII/UTF8 to base namespace.
brettw@chromium.org
2014-03-17
4
-31
/
+35
*
Move ScopedFILE to base namespace and scoped_file.h
brettw@chromium.org
2014-03-17
3
-3
/
+16
*
Move some functions in test_file_util to base namespace.
brettw@chromium.org
2014-03-17
6
-48
/
+61
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
7
-27
/
+33
*
ensure that UnixDomainSocket::RecvMsgWithFlags doesn't memcpy from 0
mostynb@opera.com
2014-03-17
1
-2
/
+4
*
Implement ScopedFD in terms of ScopedGeneric.
brettw@chromium.org
2014-03-17
16
-92
/
+148
*
Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...
jochen@chromium.org
2014-03-15
16
-148
/
+92
[next]