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
*
Fixes for the EnumeratesPE base_unittest failures seen on Windows 8 X64. The ...
ananta@chromium.org
2012-04-13
1
-2
/
+10
*
Fix timings in TrackedObjects unit test
isherman@chromium.org
2012-04-13
1
-1
/
+2
*
[UMA] Use proper C++ objects to serialize tracked_objects across process boun...
isherman@chromium.org
2012-04-13
5
-810
/
+564
*
JSONValueConverter changes for custom base::Value filed parsing.
zelidrag@chromium.org
2012-04-13
2
-1
/
+46
*
Fixes for the EnumeratesPE base_unittest failures seen on Windows 8. The valu...
ananta@chromium.org
2012-04-12
1
-10
/
+18
*
Field Trials choices can now be forced from a command line argument, and yet ...
mad@chromium.org
2012-04-12
3
-140
/
+266
*
Convert isolate.py to exclusively use .isolate files.
maruel@chromium.org
2012-04-12
2
-49
/
+56
*
Add SequencedWorkerPoolTaskRunner which lets you specify the shutdown behavior.
mattm@chromium.org
2012-04-11
3
-10
/
+190
*
Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner.
mattm@chromium.org
2012-04-11
7
-216
/
+164
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
7
-87
/
+96
*
Upstream crash changes for android.
carlosvaldivia@google.com
2012-04-10
5
-0
/
+246
*
Revert 131593
erg@google.com
2012-04-10
5
-246
/
+0
*
Upstream Android native crash handling changes.
carlosvaldivia@google.com
2012-04-10
5
-0
/
+246
*
Update use of TimeDelta in base/*.
tedvessenes@gmail.com
2012-04-10
1
-1
/
+1
*
Make a NULL pointer volatile.
thakis@chromium.org
2012-04-09
1
-1
/
+1
*
Added an initial version of helper functions for Windows 8 metro to base.
ananta@chromium.org
2012-04-09
3
-0
/
+41
*
Revert 131404 - Upstream native crash handling changes for Android.
msw@chromium.org
2012-04-09
5
-248
/
+0
*
Consolidate win/x dispatchers
oshima@chromium.org
2012-04-09
7
-53
/
+45
*
Upstream native crash handling changes for Android.
carlosvaldivia@google.com
2012-04-09
5
-0
/
+248
*
Remove WAYLAND port
oshima@chromium.org
2012-04-07
5
-181
/
+2
*
Win 8 Start Menu shortcut changes
gab@chromium.org
2012-04-06
5
-106
/
+147
*
Adding android mediaplayer implementation to chromium
qinmin@chromium.org
2012-04-06
1
-20
/
+24
*
Do not run ProcessUtilTest.MacMallocFailureDoesNotTerminate under ASan.
glider@chromium.org
2012-04-06
1
-2
/
+6
*
Update base/sys_byteorder.h comment, missed in previous CL.
wez@chromium.org
2012-04-06
1
-7
/
+5
*
Add virtual and OVERRIDE to base/ implementation files
rsleevi@chromium.org
2012-04-06
44
-154
/
+180
*
Objects that derive from RefCounted/RefCountedThreadSafe should not have publ...
rsleevi@chromium.org
2012-04-06
11
-22
/
+60
*
Revert 131064 - Adding android mediaplayer implementation to chromium
qinmin@chromium.org
2012-04-06
1
-24
/
+20
*
Adding android mediaplayer implementation to chromium
qinmin@chromium.org
2012-04-06
1
-20
/
+24
*
Add ability to create a platform thread with a priority.
dgreid@chromium.org
2012-04-05
3
-3
/
+53
*
Working around a bug in VS2010 Express compiler causing two objects to be ali...
alexeypa@chromium.org
2012-04-05
1
-1
/
+4
*
Adds some debugging code to help isolate a crash.
sky@chromium.org
2012-04-05
1
-0
/
+4
*
[Coverity] Check return value.
craig.schlenter@chromium.org
2012-04-05
1
-17
/
+18
*
Add #include <iterator> to files that use std::back_inserter.
halyavin@google.com
2012-04-05
1
-0
/
+1
*
Make sure that scoped_ptr<> cannot be used with ref-counted objects.
sergeyu@chromium.org
2012-04-05
2
-0
/
+36
*
Modify SequencedWorkerPoolTaskRunner's RunsTasksOnCurrentThread method to mor...
michaeln@google.com
2012-04-05
1
-1
/
+1
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
7
-26
/
+20
*
Fix a build break caused by the newly added UIATextProvider accessibility hel...
ananta@chromium.org
2012-04-04
1
-1
/
+2
*
Add support for UIA accessibility interfaces like IAccessibleEx and IRawEleme...
ananta@chromium.org
2012-04-04
3
-0
/
+128
*
In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.
rsesek@chromium.org
2012-04-04
2
-7
/
+89
*
ScopedProcessInformation protects against process/thread handle leaks from Cr...
erikwright@chromium.org
2012-04-04
6
-24
/
+419
*
Make 'generate_jni_headers' less noisy.
thakis@chromium.org
2012-04-04
1
-1
/
+0
*
Moved the Chromoting host configuration under %SystemDrive%\ProgramData and A...
alexeypa@chromium.org
2012-04-04
2
-4
/
+14
*
Log message is captured on stack prior to generating minidump for fatal errors.
apatrick@chromium.org
2012-04-03
1
-0
/
+7
*
CHECK that we don't start watching an object with a NULL delegate.
dcheng@chromium.org
2012-04-03
1
-1
/
+2
*
Add BASE_EXPORT macros to base ... again.
thakis@chromium.org
2012-04-03
1
-0
/
+4
*
Reland r129998: When input is "" (or " " with trim_whitespace true), SplitStr...
pkasting@chromium.org
2012-04-03
2
-20
/
+20
*
Fix some grammatical errors in base/
gavinp@chromium.org
2012-04-02
3
-4
/
+4
*
Implementation of SequencedTaskRunner based on SequencedWorkerPool.
francoisk777@gmail.com
2012-04-02
12
-66
/
+855
*
A deeper heap profile dumper in third_party/tcmalloc/chromium.
dmikurube@chromium.org
2012-04-02
1
-0
/
+4
*
Add additional base::TimeDelta interface for WaitForChildProcess()
tedvessenes@gmail.com
2012-03-31
2
-9
/
+19
[next]