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
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
17
-25
/
+19
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
7
-61
/
+48
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-11
28
-34
/
+34
*
Register a unique window class for every instance of base::MessagePumpForUI (...
alexeypa@chromium.org
2013-06-11
2
-11
/
+17
*
Make CreateDirectory return an error code instead of just a bool.
dgrogan@chromium.org
2013-06-11
4
-4
/
+22
*
Reenable the tcmalloc SecurityTests in base_unittests on Windows
wfh@chromium.org
2013-06-10
1
-2
/
+7
*
Fix leak in WeakPtrTest::NonOwnerThreadCanCopyAndAssignWeakPtr{,Base}
akalin@chromium.org
2013-06-10
1
-12
/
+8
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
36
-39
/
+39
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
18
-18
/
+18
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
43
-47
/
+47
*
GTTF: Lower the action max timeout to 30s for everyone.
phajdan.jr@chromium.org
2013-06-10
1
-4
/
+0
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
30
-34
/
+34
*
Move hash_tables.h to base/containers.
brettw@chromium.org
2013-06-10
2
-118
/
+123
*
mac: Move more 10.7 api stuff into sdk_forward_declarations.h
thakis@chromium.org
2013-06-10
1
-0
/
+13
*
Add an "append flag" to base::PlatformFile.
teravest@chromium.org
2013-06-10
4
-48
/
+132
*
Improve the implementation of atomic operations on Linux/ARM (including Andro...
digit@chromium.org
2013-06-10
2
-2
/
+281
*
Annotate the intentional test-only leak in base/tracked_objects.cc.
earthdok@google.com
2013-06-10
1
-1
/
+8
*
Provide nanoseconds precision for base::PlatformFileInfo on POSIX
apavlov@chromium.org
2013-06-10
3
-0
/
+27
*
Redo r203907 base_unittests.exe to use alloactor shims
wfh@chromium.org
2013-06-09
2
-3
/
+15
*
Disable ProcessUtilTest.CalcFreeMemory total memory test when using tcmalloc.
wfh@chromium.org
2013-06-08
1
-1
/
+14
*
Move string files in base/ to the string subdirectory.
avi@chromium.org
2013-06-08
20
-957
/
+994
*
GetProcId shouldn't always upgrade the supplied handle
jschuh@chromium.org
2013-06-08
1
-14
/
+2
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
10
-452
/
+530
*
Annotate LeakyLazyInstance as a leak. Remove HeapChecker suppressions.
earthdok@google.com
2013-06-07
1
-0
/
+2
*
Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...
avi@chromium.org
2013-06-07
63
-66
/
+66
*
Add a path to use CALayers to display content
ccameron@chromium.org
2013-06-07
1
-0
/
+6
*
Annotate the intentional leak in weak_ptr_unittest.cc.
earthdok@google.com
2013-06-07
1
-6
/
+13
*
[MIPS] Fix memory barriers for atomic operations.
paul.lind@imgtec.com
2013-06-07
1
-12
/
+5
*
Reland: Fix errors when building android with coverage=1
ilevy@chromium.org
2013-06-06
1
-1
/
+1
*
Android: Provide futimes() implementation using utimensat()
nileshagrawal@chromium.org
2013-06-06
1
-4
/
+19
*
Add isLayoutRtl() to ApiCompatibilityUtils.java.
newt@chromium.org
2013-06-06
1
-0
/
+14
*
Revert 204556 "Fix errors when building android with coverage=1"
ilevy@chromium.org
2013-06-06
1
-1
/
+1
*
Fix errors when building android with coverage=1
rwalker@codeaurora.org
2013-06-06
1
-1
/
+1
*
Revert 204547 "Fix errors when building android with coverage=1"
ilevy@chromium.org
2013-06-06
1
-1
/
+1
*
Fix errors when building android with coverage=1
rwalker@codeaurora.org
2013-06-06
1
-1
/
+1
*
Upstream ApiCompatibilityUtils.java.
newt@chromium.org
2013-06-06
1
-0
/
+104
*
Make expressions like "if (weak_ptr)" work
akalin@chromium.org
2013-06-06
2
-0
/
+23
*
Remove WeakPtr<T>'s operator T*()
akalin@chromium.org
2013-06-06
1
-1
/
+0
*
Revert 200327 to allocator.gyp to disable debugallocator on Windows
wfh@chromium.org
2013-06-05
1
-1
/
+2
*
Revert 204293 "Remove WeakPtr<T>'s operator T*()"
kkania@chromium.org
2013-06-05
1
-0
/
+1
*
Remove WeakPtr<T>'s operator T*()
akalin@chromium.org
2013-06-05
1
-1
/
+0
*
Fix even more remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-1
/
+1
*
Fix remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-2
/
+2
*
Revert 203907 "Modify base_unittests.exe to use the allocator shims"
jochen@chromium.org
2013-06-04
1
-14
/
+2
*
Modify base_unittests.exe to use the allocator shims
wfh@chromium.org
2013-06-04
1
-2
/
+14
*
posix thread: Attempt to set audio threads to real time.
dgreid@chromium.org
2013-06-04
1
-2
/
+15
*
Add TRACE_EVENT_IS_NEW_TRACE as a way to snapshot objects at start of recording
nduca@chromium.org
2013-06-04
4
-1
/
+71
*
Update base/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-03
3
-53
/
+52
*
Remove "using base::MessageLoop" from message_loop.h.
xhwang@google.com
2013-06-01
1
-6
/
+0
*
Fix leak in WeakPtr test introduced in r202038, and remove suppression.
wez@chromium.org
2013-06-01
1
-2
/
+5
[next]