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
*
Remove "using" from nullable string now that all users are updated.
avi@chromium.org
2013-06-19
1
-4
/
+0
*
Move Firefox importer's INI parser to c/browser/common.
tommycli@chromium.org
2013-06-18
5
-0
/
+269
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-18
38
-326
/
+316
*
Move CreateFIFO() and RedirectStream() from testing/android/ to base/android/.
scherkus@chromium.org
2013-06-18
3
-0
/
+59
*
cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes.
danakj@chromium.org
2013-06-18
2
-0
/
+14
*
MemoryPressureListener: fixes ref-counting.
bulach@chromium.org
2013-06-18
1
-3
/
+20
*
Replace base::NullableString16(bool) usage with default constructor.
darin@chromium.org
2013-06-18
1
-1
/
+0
*
Do not show sync promo when RestoreOnStartupURLs policy is set
bartfab@chromium.org
2013-06-18
1
-0
/
+1
*
Make ifdef condition consistent in platform_thread_linux.cc.
mazda@chromium.org
2013-06-18
1
-1
/
+1
*
Fix wrong header guards found by clang's new Wheader-guard.
thakis@chromium.org
2013-06-17
1
-1
/
+1
*
Add support using EXPECT_EQ with NullableString16 objects.
darin@chromium.org
2013-06-17
5
-1
/
+70
*
Currently, the temporary directory name is generated by rand(), which was see...
tommycli@chromium.org
2013-06-17
1
-2
/
+2
*
Fix LeakSanitizer annotations for NaCl.
earthdok@chromium.org
2013-06-17
1
-1
/
+1
*
Fixing issue of invalid number of parameters. Found this issue while debuggin...
shrikant@chromium.org
2013-06-17
1
-0
/
+3
*
[Android] Call View.postInvalidate on ICS
boliu@chromium.org
2013-06-17
1
-1
/
+1
*
Revert 206507 "Move message_pump to base/message_loop."
brettw@chromium.org
2013-06-14
38
-317
/
+327
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-14
38
-327
/
+317
*
Adds RefCountedDeleteOnMessageLoop
droger@chromium.org
2013-06-14
2
-0
/
+71
*
Make base compile with no "using base::Value" in values.h
brettw@chromium.org
2013-06-14
24
-188
/
+204
*
Fix grammar in recurring macro comment
janx@chromium.org
2013-06-14
1
-1
/
+1
*
Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-14
1
-1
/
+1
*
Move message_loop to the message_loop directory.
brettw@chromium.org
2013-06-14
6
-735
/
+742
*
Add LeakSanitizer annotations to base/debug/leak_annotations.h
earthdok@google.com
2013-06-13
1
-12
/
+37
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.
dcheng@chromium.org
2013-06-13
4
-12
/
+5
*
Notify TraceLog observers outside of the lock
jamescook@chromium.org
2013-06-13
3
-102
/
+193
*
Move nullable_string16.h to the string subdirectory.
avi@chromium.org
2013-06-13
2
-25
/
+40
*
add more string -> unsigned number conversion unit tests (attempt 2)
mostynb@opera.com
2013-06-13
1
-1
/
+206
*
[Android] Fix component build again.
yfriedman@chromium.org
2013-06-12
2
-1
/
+2
*
Revert "GTTF: Lower the action max timeout to 30s for everyone."
phajdan.jr@chromium.org
2013-06-12
1
-0
/
+4
*
Adds MemoryPressureListener.
bulach@chromium.org
2013-06-12
10
-0
/
+281
*
[Autofill] Determine Popup RTLness from page
csharp@chromium.org
2013-06-12
1
-0
/
+1
*
Fix aligned_memory_unittest for x86-64 NaCl
hamaji@chromium.org
2013-06-12
1
-2
/
+14
*
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
[next]