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
*
Revert 259561 "Set the default ASan options for executables buil..."
mukai@chromium.org
2014-03-28
2
-74
/
+0
*
Revert 259709 "Add the host toolset to base:sanitizer_options. F..."
mukai@chromium.org
2014-03-28
1
-2
/
+1
*
Remove GN GYP generator.
brettw@chromium.org
2014-03-27
7
-11
/
+0
*
Use SYZYASAN instead of ADDRESS_SANITIZER.
chrisha@google.com
2014-03-27
5
-16
/
+17
*
Delete some dead code.
thakis@chromium.org
2014-03-27
4
-41
/
+0
*
[Mac] Remove unnecessary dlsym indirection for pthread_setname_np.
rsesek@chromium.org
2014-03-26
1
-11
/
+3
*
Add the host toolset to base:sanitizer_options. Fix a typo in nacl.gyp
glider@chromium.org
2014-03-26
1
-1
/
+2
*
Set the default ASan options for executables built with ASan on Linux.
glider@chromium.org
2014-03-26
2
-0
/
+74
*
Remove PlatforFile from fileapi/native_file_util
rvargas@chromium.org
2014-03-26
3
-1
/
+22
*
Linux: do not associate SIGSYS with the StackDumpSignalHandler
jln@chromium.org
2014-03-26
1
-0
/
+4
*
Support DirectWrite with sandbox on
scottmg@chromium.org
2014-03-26
2
-0
/
+8
*
Refactor EDID parsing utilities and consolidate them under ui/display/chromeos
dnicoara@chromium.org
2014-03-25
5
-430
/
+0
*
Revert "Enable DMP for system Chromium WebView on Android"
primiano@chromium.org
2014-03-25
1
-5
/
+0
*
Remove prtypes.h and prcpucfg*.h from base/third_party/nspr.
wtc@chromium.org
2014-03-25
15
-3069
/
+17
*
Report PPAPI plugin load error code to UMA.
xhwang@chromium.org
2014-03-25
4
-11
/
+43
*
[UMA] Update documentation for running the extract_actions.py script.
isherman@chromium.org
2014-03-25
1
-3
/
+4
*
Remove the LIKELY() macro.
viettrungluu@chromium.org
2014-03-24
1
-9
/
+0
*
Remove the NSSTRING_FORMAT() macro.
viettrungluu@chromium.org
2014-03-24
1
-13
/
+0
*
Add Arm64 atomicops to base.
rmcilroy@chromium.org
2014-03-24
2
-1
/
+363
*
Remove use of mprotect() in DiscardableMemoryAllocatorAndroid.
pliard@chromium.org
2014-03-24
1
-12
/
+6
*
Remove the (private) SharedMemory::{PrepareMapFile,FilePathForMemoryName}() o...
viettrungluu@chromium.org
2014-03-22
2
-3
/
+4
*
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
[next]