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
...
*
tcmalloc: Fix a C++11 error.
thakis@chromium.org
2013-06-29
1
-5
/
+0
*
[Android] Enable using isolate files to get a list of data dependencies to pu...
frankf@chromium.org
2013-06-29
1
-4
/
+8
*
Revert 209047 "ProcessSingleton now uses base::win::MessageWindo..."
thestig@chromium.org
2013-06-28
3
-86
/
+43
*
Split memory-related routines out of base/process_util.h into base/process/me...
rsesek@chromium.org
2013-06-28
18
-1349
/
+1463
*
Delete time forwarding headers.
avi@chromium.org
2013-06-28
2
-14
/
+0
*
Use a direct include of time headers in base/, part 2.
avi@chromium.org
2013-06-28
45
-48
/
+48
*
ProcessSingleton now uses base::win::MessageWindow to create a message-only w...
alexeypa@chromium.org
2013-06-28
3
-43
/
+86
*
Use a direct include of time headers in base/, part 1.
avi@chromium.org
2013-06-28
31
-32
/
+32
*
Fix handling of BROWSER_WRAPPER in the test launcher.
phajdan.jr@chromium.org
2013-06-27
2
-0
/
+17
*
Make sure USE_SYMBOLIZE is properly set in base_unittests.
phajdan.jr@chromium.org
2013-06-27
1
-0
/
+5
*
Move timing files into base/time and base/timer, install forwarding headers.
avi@chromium.org
2013-06-27
22
-939
/
+967
*
[UMA] Remove redundant bucket_count variable from base::Histogram.
isherman@chromium.org
2013-06-27
11
-65
/
+67
*
Have DispatchToMethod use base::internal::UnwrapTraits when dispatching
rsleevi@chromium.org
2013-06-27
1
-60
/
+300
*
Update includes and delete remaining strings forwarding headers.
avi@chromium.org
2013-06-27
2
-14
/
+0
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-1
/
+1
*
Disallow explicit scoped_ptr<T> construction from NULL.
dcheng@chromium.org
2013-06-26
1
-0
/
+3
*
Add events with custom timestamps and thread id to PPAPI dev tracing interface.
grosse@chromium.org
2013-06-26
1
-1
/
+1
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor.
dcheng@chromium.org
2013-06-26
1
-2
/
+1
*
Delete the string_piece.h forwarding header.
avi@chromium.org
2013-06-26
1
-6
/
+0
*
Switched base::win:MessageWindow to use a callback instead of a delegate inte...
alexeypa@chromium.org
2013-06-25
3
-50
/
+62
*
Don't override system malloc when built with LeakSanitizer.
earthdok@chromium.org
2013-06-25
1
-1
/
+1
*
mac: Remove memory/scoped_nsobject.h forwarding header.
thakis@chromium.org
2013-06-25
2
-16
/
+0
*
Always set *error when CreateDirectoryAndGetError fails.
dgrogan@chromium.org
2013-06-25
1
-0
/
+9
*
mac: Remove unused includes of scoped_nsobject.h.
thakis@chromium.org
2013-06-25
1
-1
/
+0
*
Add option to enable sampler.
dsinclair@chromium.org
2013-06-24
2
-0
/
+8
*
mac: Remove ScopedCFTypeRef from base::mac::.
thakis@chromium.org
2013-06-24
3
-10
/
+4
*
mac: Update clients of scoped_nsobject.h.
thakis@chromium.org
2013-06-24
5
-16
/
+17
*
GTTF: Extract a function to launch child gtest process.
phajdan.jr@chromium.org
2013-06-24
2
-0
/
+65
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
8
-41
/
+35
*
Move ComputeDirectorySize to the base namespace.
brettw@chromium.org
2013-06-22
4
-23
/
+33
*
Add a test for base::Bind() and scoped_refptrs copies.
willchan@chromium.org
2013-06-22
1
-0
/
+19
*
This CL fixes two bugs:
pkotwicz@chromium.org
2013-06-22
2
-0
/
+13
*
Android: adds test intents for memory pressure.
bulach@chromium.org
2013-06-21
1
-1
/
+8
*
GTTF: TestLauncher: asynchronous and out-of-order execution of tests
phajdan.jr@chromium.org
2013-06-21
2
-74
/
+104
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
4
-73
/
+83
*
ios: keep scoped_nsobject in source lists.
thakis@chromium.org
2013-06-21
2
-0
/
+2
*
allow unofficial builds with DCHECK and DLOG disabled
mostynb@opera.com
2013-06-21
1
-2
/
+10
*
Moved remoting::win::MessageWindow to base::win::MessageWindow so that it cou...
alexeypa@chromium.org
2013-06-21
5
-5
/
+250
*
Small comment correction.
waffles@chromium.org
2013-06-21
1
-2
/
+2
*
GTTF: Move core parts of test_launcher down to base.
phajdan.jr@chromium.org
2013-06-20
3
-0
/
+432
*
Update the include paths of message_loop_proxy.h
tfarina@chromium.org
2013-06-20
1
-7
/
+0
*
Move scoped_nsobject from base/memory to base/mac.
thakis@chromium.org
2013-06-20
6
-156
/
+181
*
Add FilePath::{As,From}UTF16Unsafe
darin@chromium.org
2013-06-20
2
-0
/
+32
*
content_shell: Use a ThreadRestrictions::ScopedAllowWait for layout tests on ...
peter@chromium.org
2013-06-20
1
-0
/
+2
*
Use a direct include of strings headers, delete some strings forwarding headers.
avi@chromium.org
2013-06-20
8
-43
/
+2
*
Add a method for catching low end devices
dtrainor@chromium.org
2013-06-20
6
-0
/
+92
*
Move hash_pair.h from cc/base into base/.
nasko@chromium.org
2013-06-20
3
-0
/
+199
*
linux: tcmalloc does not depend on glib
mostynb@opera.com
2013-06-20
1
-16
/
+18
*
Revert 207278 "Make sure that the UI window created by base::Mes..."
kinuko@chromium.org
2013-06-20
14
-85
/
+13
*
Make sure that the UI window created by base::MessagePumpForUI is destoyed on...
alexeypa@chromium.org
2013-06-20
14
-13
/
+85
[prev]
[next]