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
*
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
*
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
[next]