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
*
Allow Win64 build of base library even in a Win32 build.
petewil@chromium.org
2014-01-09
1
-6
/
+40
*
Android: moves base_unittests_jni_headers to use long for JNI.
bulach@chromium.org
2014-01-09
1
-0
/
+1
*
Revert 243896 "Android: moves jni_generator samples to use long ..."
jochen@chromium.org
2014-01-09
3
-11
/
+10
*
Android: moves jni_generator samples to use long for JNI.
bulach@chromium.org
2014-01-09
3
-10
/
+11
*
Convert most of base and net to use base::File
rvargas@chromium.org
2014-01-09
1
-10
/
+6
*
Parse /proc/<pid>/stats fields as int64
sheu@chromium.org
2014-01-09
6
-24
/
+22
*
posix LaunchProcess: remove more iterator usage that was missed in r243401
mattm@chromium.org
2014-01-09
2
-15
/
+13
*
Base: Rename File::error() to File::error_details()
rvargas@chromium.org
2014-01-08
5
-22
/
+22
*
linux_aura: Reenable parallel_jobs_.
erg@chromium.org
2014-01-08
1
-11
/
+0
*
Split macros, etc. from base/basictypes.h into base/macros.h.
viettrungluu@chromium.org
2014-01-08
3
-297
/
+323
*
During the self-destruct flow (user-level Chrome being replaced by system-lev...
huangs@chromium.org
2014-01-08
5
-44
/
+200
*
Android: sync up latest JNI generator changes from downstream.
bulach@chromium.org
2014-01-08
19
-499
/
+1121
*
base: Discardable memory types.
reveman@chromium.org
2014-01-08
13
-122
/
+369
*
Implement sampling profiler (chromium side change)
haraken@chromium.org
2014-01-08
6
-49
/
+124
*
Use Begin/End semantics for synthetic delays
skyostil@chromium.org
2014-01-07
3
-111
/
+156
*
posix LaunchProcess: Don't use STL iterators after fork.
mattm@chromium.org
2014-01-07
2
-20
/
+27
*
Make aura_demo work on Mac
ccameron@chromium.org
2014-01-07
3
-13
/
+8
*
Revert "android: Add CHECK() calls to better understand memory corruption."
torne@chromium.org
2014-01-07
1
-14
/
+2
*
Close duplicated handle on windows.
dsinclair@chromium.org
2014-01-07
1
-18
/
+25
*
Make sdch not use an incompatible stdint.h.
viettrungluu@chromium.org
2014-01-07
1
-8
/
+0
*
Add a StatisticsDeltaReader class and use cases
lpromero@chromium.org
2014-01-07
5
-3
/
+140
*
Convert base::file_util to use File instead of PlatformFile.
rvargas@chromium.org
2014-01-07
12
-72
/
+73
*
GTTF: Include info about disabled tests and platforms in JSON test summary.
phajdan.jr@chromium.org
2014-01-07
3
-4
/
+121
*
GTTF: only print the message about skipping retries when it actually applies.
phajdan.jr@chromium.org
2014-01-07
1
-40
/
+41
*
Delete char32 from base/basictypes.h.
viettrungluu@chromium.org
2014-01-06
1
-7
/
+0
*
Redefine (u)int{8,16,32} as (u)int{8,16,32}_t.
viettrungluu@chromium.org
2014-01-06
1
-32
/
+20
*
Move url BUILD.gn file to main tree.
tfarina@chromium.org
2014-01-05
1
-1
/
+4
*
Emit test name in FATAL logs.
fischman@chromium.org
2014-01-04
1
-0
/
+13
*
GN: Exclude symbolize, xdg_mime and xdg_user_dirs on Android
benm@chromium.org
2014-01-04
1
-5
/
+9
*
Add synthetic delay testing framework
skyostil@chromium.org
2014-01-03
5
-0
/
+508
*
Make basictypes.h use stdint.h even with MSVC.
viettrungluu@chromium.org
2014-01-03
1
-10
/
+6
*
Convert base::MemoryMappedFile to use File instead of PlatformFile.
rvargas@chromium.org
2014-01-03
9
-110
/
+123
*
removing SEH exception restoration #2
cpu@chromium.org
2014-01-03
5
-237
/
+1
*
Make --gtest_list_tests work again for unit tests.
phajdan.jr@chromium.org
2014-01-03
2
-7
/
+1
*
Revert "Update all users of base::Version to explicitly specify the namespace...
avi@chromium.org
2014-01-03
2
-2
/
+4
*
Fix Comment Typos in registry.h
csharp@chromium.org
2014-01-02
1
-2
/
+2
*
Implement eliding/truncating at end in RenderText
skanuj@chromium.org
2014-01-02
3
-1
/
+82
*
Move base BUILD.gn files to main tree.
brettw@chromium.org
2014-01-02
8
-0
/
+1139
*
rAc i18n: implement storage interface for libaddressinput
estade@chromium.org
2014-01-02
5
-21
/
+47
*
Remove 'using base::string16;' from base/strings/string16.h and remove temporary
dbeam@chromium.org
2013-12-30
9
-113
/
+112
*
Revert 242671 "Implement sampling profiler (chromium side change)"
haraken@chromium.org
2013-12-28
6
-128
/
+49
*
Removing TryPostTask functionality
cpu@chromium.org
2013-12-28
5
-81
/
+2
*
Implement sampling profiler (chromium side change)
haraken@chromium.org
2013-12-28
6
-49
/
+128
*
Remove char16 from the global namespace.
avi@chromium.org
2013-12-26
1
-1
/
+0
*
Revert 241657 "Implement chromium's TLS."
kbr@chromium.org
2013-12-26
5
-344
/
+223
*
Always use the ashmem allocator when creating DiscardableMemory instances. ...
pliard@chromium.org
2013-12-26
5
-145
/
+28
*
Remove UTF string conversion functions from the global namespace.
avi@chromium.org
2013-12-26
8
-40
/
+31
*
[osx] Fix UncheckedMalloc() again.
shess@chromium.org
2013-12-26
1
-1
/
+1
*
Make size of ashmem regions based on device's physical memory. ...
pliard@chromium.org
2013-12-25
5
-29
/
+62
*
Remove the Value class names from the global namespace.
avi@chromium.org
2013-12-24
3
-18
/
+7
[next]