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
...
*
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
*
Fix building on the 10.7 SDK.
avi@chromium.org
2013-12-24
1
-2
/
+8
*
Update all users of base::Version to explicitly specify the namespace, and cl...
avi@chromium.org
2013-12-23
2
-4
/
+2
*
Fix a race condition in preference metric reporting.
erikwright@chromium.org
2013-12-23
6
-13
/
+84
*
Revert 242382 "Fix a race condition in preference metric reporting."
danakj@chromium.org
2013-12-23
6
-83
/
+13
*
Fix a race condition in preference metric reporting.
erikwright@chromium.org
2013-12-23
6
-13
/
+83
*
Fixes in base for [P]NaCl port of remoting client
sergeyu@chromium.org
2013-12-23
6
-89
/
+89
*
Revert 242270 "Fixes in base for [P]NaCl port of remoting client"
thakis@chromium.org
2013-12-21
6
-86
/
+88
*
Fixes in base for [P]NaCl port of remoting client
sergeyu@chromium.org
2013-12-21
6
-88
/
+86
*
[osx] Adapt UncheckedMalloc() support for 10.9.
shess@chromium.org
2013-12-21
1
-4
/
+17
*
Revert 242121 "Reland "Add a HistogramRecorder class and use cas..."
groby@chromium.org
2013-12-20
5
-143
/
+3
*
Rename base::FieldTrialList::RegistrationList --> RegistrationMap.
gavinp@chromium.org
2013-12-20
2
-5
/
+5
[prev]
[next]