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
*
Add base/test/data/ to base_unittests.isolate.
maruel@chromium.org
2013-04-04
1
-0
/
+1
*
Update all .isolate files to the new format.
maruel@chromium.org
2013-04-04
1
-13
/
+16
*
Update comment on workaround with bug tracking info
avi@chromium.org
2013-04-04
1
-3
/
+5
*
[Android] Upstream some java test annotations.
frankf@chromium.org
2013-04-04
3
-0
/
+60
*
base/security: re-enable security check on ASAN
jln@chromium.org
2013-04-04
1
-6
/
+5
*
Revert 191854 "Delete CopyRecursiveDirNoCache from test_file_util."
sullivan@chromium.org
2013-04-04
3
-0
/
+138
*
Add PLATFORM_FILE_EXECUTE flag for Windows.
bbudge@chromium.org
2013-04-04
2
-0
/
+4
*
Base Security: fix-up overflow tests
jln@chromium.org
2013-04-04
1
-5
/
+10
*
Work around bug coming back from hiding menu bar with fullscreen.
avi@chromium.org
2013-04-04
1
-0
/
+21
*
When creating app shortcuts on the mac, suffix them with (1) if the shortcut ...
jeremya@chromium.org
2013-04-04
2
-0
/
+24
*
Revert 192218 "Base: disable the scoped handle verifier."
rvargas@google.com
2013-04-04
1
-1
/
+1
*
Base: disable the scoped handle verifier.
rvargas@google.com
2013-04-04
1
-1
/
+1
*
On 64 bit Macs, the malloc system automatically abort()s on heap corruption.
avi@chromium.org
2013-04-03
2
-18
/
+52
*
Split the power monitoring feature from SystemMonitor
hongbo.min@intel.com
2013-04-03
23
-413
/
+529
*
Revert 192031 "Base Security: fix-up overflow tests"
pfeldman@chromium.org
2013-04-03
1
-13
/
+9
*
Base Security: fix-up overflow tests
jln@chromium.org
2013-04-03
1
-9
/
+13
*
Minor file_util cleanup.
brettw@chromium.org
2013-04-03
5
-164
/
+0
*
Stop casting uintptr_t* to int*.
avi@chromium.org
2013-04-02
2
-24
/
+29
*
Delete CopyRecursiveDirNoCache from test_file_util.
brettw@chromium.org
2013-04-02
3
-138
/
+0
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-04-01
1
-18
/
+20
*
Fix missing Filipino/Tagalog translations.
newt@chromium.org
2013-04-01
1
-4
/
+5
*
Disable StatsTableTest.MultipleThreads under ThreadSanitizer v2
glider@chromium.org
2013-04-01
1
-1
/
+1
*
base: Delete the forward file of sys_string_conversions.h file
tfarina@chromium.org
2013-04-01
1
-7
/
+0
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
5
-220
/
+225
*
Copy bom_feff.json into base/test/data directory.
tfarina@chromium.org
2013-03-30
1
-0
/
+10
*
base: Copy binaries files from base/data/file_util/ to base/test/data/
tfarina@chromium.org
2013-03-30
3
-0
/
+0
*
base: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-30
42
-43
/
+43
*
Create a new base/message_loop directory and move the message_loop_proxy.
brettw@chromium.org
2013-03-29
10
-66
/
+76
*
Move shared_memory into base/memory subdirectory.
brettw@chromium.org
2013-03-29
9
-287
/
+294
*
Turn PathUtils.getCacheDirectory() to public
jinsukkim@chromium.org
2013-03-29
1
-1
/
+1
*
Fix Android-specific shmem size code.
aelias@chromium.org
2013-03-29
1
-10
/
+4
*
Move string_piece.h to base/strings.
brettw@chromium.org
2013-03-28
6
-454
/
+460
*
Move string16 into the base namespace.
brettw@chromium.org
2013-03-28
2
-22
/
+24
*
Added two ICU RTL function jni bindings.
kkimlabs@chromium.org
2013-03-28
3
-3
/
+42
*
Make SharedMemory track the size that was actually mapped
jschuh@chromium.org
2013-03-28
6
-46
/
+74
*
base: Move the rest of JSONValueSerializer unit tests from c/common to base/j...
tfarina@chromium.org
2013-03-28
7
-17
/
+155
*
remove redundant DCHECK that a size_t variable >= 0
mostynb@opera.com
2013-03-26
1
-1
/
+1
*
base: Run JsonPrefStore unit tests on ios.
tfarina@chromium.org
2013-03-26
1
-2
/
+1
*
Skip default categories when getting known categories.
dsinclair@chromium.org
2013-03-26
2
-3
/
+5
*
Disable ProcessUtilTest.FDRemapping under ASan.
glider@chromium.org
2013-03-26
1
-1
/
+8
*
Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.
simonjam@chromium.org
2013-03-26
4
-104
/
+184
*
Android: fixes jni_generator for @CalledByNative with generics.
bulach@chromium.org
2013-03-26
2
-11
/
+49
*
Use NSTextAlignmentCenter instead of deprecated UITextAlignmentCenter
lliabraa@chromium.org
2013-03-26
1
-1
/
+1
*
POSIX: surround statvfs calls with HANDLE_EINTR
phajdan.jr@chromium.org
2013-03-25
1
-2
/
+1
*
Make jln@ owner of base/security_unittest.cc
jln@chromium.org
2013-03-25
1
-0
/
+1
*
Make CallocDiesOnOOM return false under TSan, MSan and ASan. Their allocators...
glider@chromium.org
2013-03-25
1
-1
/
+6
*
ifdef OS_NAME -> if defined(OS_NAME)
dbeam@chromium.org
2013-03-23
3
-3
/
+3
*
When running iOS tests on devices, write stdout to a file, then dump to NSLog.
lliabraa@chromium.org
2013-03-23
1
-0
/
+60
*
Fix ToolsSanityTest.DataRace under TSan v1 by allocating the shared variable ...
glider@chromium.org
2013-03-23
1
-3
/
+4
*
Reduce the verbosity of 4 tests run under isolate.
maruel@chromium.org
2013-03-22
1
-2
/
+0
[next]