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
*
base: remove unused header and include the right one instead
ensonic@google.com
2011-11-30
1
-1
/
+0
*
Fix sources list for symbolize.
ensonic@google.com
2011-11-30
1
-1
/
+7
*
Avoid holding the lock while we do alarm processing
jar@chromium.org
2011-11-30
1
-1
/
+4
*
Make ThreadLocalStorage more posix pthread compliant
jar@chromium.org
2011-11-29
3
-30
/
+105
*
Allow const pointers to be stored in ThreadLocalPointer.
jbates@chromium.org
2011-11-29
2
-5
/
+5
*
ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...
pkasting@chromium.org
2011-11-29
6
-70
/
+51
*
remove entry from includes as it is already pulled from the dependencies
ensonic@google.com
2011-11-29
1
-1
/
+0
*
Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()
robertshield@chromium.org
2011-11-29
3
-21
/
+27
*
Remove several more custom Task implementations from base/
dcheng@chromium.org
2011-11-29
3
-153
/
+99
*
Revert 111865 - Remove several more custom Task implementations from base/
dcheng@chromium.org
2011-11-29
3
-90
/
+151
*
Remove several more custom Task implementations from base/
dcheng@chromium.org
2011-11-29
3
-151
/
+90
*
Increase Bind/Callback Arity from 6 -> 7.
ajwong@chromium.org
2011-11-28
8
-21
/
+751
*
callback_forward.h forward-declares base::Callback and base::Closure.
erikwright@chromium.org
2011-11-28
5
-4
/
+22
*
Cleanup: Convert ASCIIToUTF16("") to string16().
jhawkins@chromium.org
2011-11-28
3
-12
/
+15
*
base::Bind: Convert devtools_sanity_unittest.cc.
jhawkins@chromium.org
2011-11-28
1
-1
/
+1
*
Value::GetAsDictionary
battre@chromium.org
2011-11-26
3
-1
/
+44
*
Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...)
dcheng@chromium.org
2011-11-25
3
-53
/
+0
*
Revert 111548 - Broke OmniboxViewTest.AcceptKeywordBySpace on Linux
rsleevi@chromium.org
2011-11-24
1
-1
/
+1
*
Strip invalid characters (line breaks, tabs), javascript:schemes from the cop...
ncj674@motorola.com
2011-11-24
1
-1
/
+1
*
base::Bind: Implement CancelableCallback to replace CancelableTask.
jhawkins@chromium.org
2011-11-24
6
-1
/
+334
*
Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."
ajwong@chromium.org
2011-11-24
8
-4792
/
+5
*
Remove bogus line and fix tree
jar@chromium.org
2011-11-24
1
-2
/
+0
*
Check that thread contexts are cleaned up during profiling
jar@chromium.org
2011-11-24
2
-19
/
+57
*
Extract similar code into SetJobObjectAsKillOnJobClose()
toyoshim@chromium.org
2011-11-23
2
-0
/
+20
*
Fix many* python scripts in src/
maruel@chromium.org
2011-11-23
1
-1
/
+0
*
Add OVERRIDE to base/, dbus/.
avi@chromium.org
2011-11-23
1
-4
/
+4
*
Increase Bind/Callback Arity from 6 -> 11: These go to eleven.
ajwong@chromium.org
2011-11-23
8
-5
/
+4792
*
Remove custom Task implementations in base.
dcheng@chromium.org
2011-11-23
7
-104
/
+61
*
base::Bind: Convert FilePathWatcher.
jhawkins@chromium.org
2011-11-23
5
-70
/
+44
*
Make ObserverListThreadSafe key its observers by PlatformThreadId instead of ...
rsesek@chromium.org
2011-11-23
2
-16
/
+70
*
Move the ProcessWatcher methods out of content/common/process_watcher into ba...
jam@chromium.org
2011-11-23
5
-0
/
+394
*
Add CHECKs for file descriptors used in select() by InotifyReaderTask
mnissler@chromium.org
2011-11-23
1
-0
/
+5
*
DefaultDispatcher for MessagePumpX
oshima@chromium.org
2011-11-23
2
-5
/
+22
*
Remove obsolete usage of TOUCH_UI.
saintlou@chromium.org
2011-11-23
3
-4
/
+4
*
Move PropertyBag to base. Originally this was in chrome\common because only c...
jam@chromium.org
2011-11-23
5
-0
/
+310
*
replace platform conditions with os_posix and os_bsd where applicable
robert.nagy@gmail.com
2011-11-22
1
-1
/
+1
*
Revert 111074 - ASAN timeout on OutOfProcessPPAPITest.*
dhollowa@chromium.org
2011-11-22
1
-1
/
+1
*
Allows base to be built for host on android.
bulach@chromium.org
2011-11-22
1
-20
/
+39
*
Upstream: Gyp changes to build net_unittests for Android.
jingzhao@chromium.org
2011-11-22
1
-8
/
+15
*
ASAN timeout on OutOfProcessPPAPITest.*
dhollowa@chromium.org
2011-11-22
1
-1
/
+1
*
Remove TOUCH_UI definition and make use_virtual_keyboard an independant varia...
saintlou@chromium.org
2011-11-22
1
-1
/
+1
*
Replace ScopedCommandLineOverride with TestSuite listener.
miket@chromium.org
2011-11-22
2
-1
/
+30
*
Some dead-code removal from message_pump_x and touch_factory.
sadrul@chromium.org
2011-11-21
2
-202
/
+7
*
Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...
ajwong@chromium.org
2011-11-21
19
-2638
/
+3218
*
Fixing some warning due to different signess of char
kristianm@chromium.org
2011-11-21
1
-2
/
+8
*
compositor_unittests target is unimplmented on Mac
dhollowa@chromium.org
2011-11-21
1
-1
/
+1
*
Switch to a simple linked-list for worker thread pool
jar@chromium.org
2011-11-20
2
-123
/
+73
*
wayland: use message_pump_observer common code
msb@chromium.org
2011-11-18
2
-23
/
+1
*
base::Bind: Convert chrome_frame/.
jhawkins@chromium.org
2011-11-18
1
-1
/
+1
*
Create files readable by grp and oth in base::PlatformFile for posix.
tbarzic@chromium.org
2011-11-18
1
-2
/
+7
[next]