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
*
HANDLE_EINTR: parenthesize arguments
vapier@chromium.org
2012-03-20
1
-3
/
+3
*
simplify a few header includes
vapier@chromium.org
2012-03-19
2
-3
/
+6
*
Make allocator_unittests a Win-only target.
hans@chromium.org
2012-03-19
2
-21
/
+20
*
Don't compile heap-profile-table.cc on windows
jbauman@chromium.org
2012-03-19
1
-0
/
+2
*
Relax check for message loop in SequencedWorkerPool
akalin@chromium.org
2012-03-17
2
-9
/
+12
*
Move IsRunningOnChromeOS to base/chromeos so that ui/, /chromeos and other co...
oshima@chromium.org
2012-03-16
3
-0
/
+52
*
Resubmit r127219: Make test failure clearer
tbreisacher@chromium.org
2012-03-16
1
-1
/
+1
*
Remove "base/values.h" import from "base/location.h", fix up downstream files.
isherman@chromium.org
2012-03-16
2
-3
/
+7
*
Revert 127219 - Make test failure clearer
tbreisacher@chromium.org
2012-03-16
1
-1
/
+1
*
Make test failure clearer
tbreisacher@chromium.org
2012-03-16
1
-1
/
+1
*
Revert 127171 - Experiment for a deeper heap profile dumper to check impact f...
dmikurube@chromium.org
2012-03-16
1
-4
/
+0
*
Experiment for a deeper heap profile dumper to check impact for performance.
dmikurube@chromium.org
2012-03-16
1
-0
/
+4
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
5
-77
/
+80
*
mac: Export MessagePumpNSRunLoop constructor.
thakis@chromium.org
2012-03-15
1
-1
/
+1
*
Add comments and fix a potential leak in LaunchProcess.
erikwright@chromium.org
2012-03-15
2
-2
/
+8
*
Move work signal count tracking from SequencedWorkerPool to the test file
akalin@chromium.org
2012-03-14
3
-54
/
+58
*
Add preliminary OOM support for Mountain Lion.
avi@chromium.org
2012-03-14
5
-19
/
+15
*
Build Android's MessagePumpForUI by upstreaming SystemMessageHandler
peter@chromium.org
2012-03-14
5
-59
/
+114
*
Cleanup: Remove remaining deprecated file_util functions.
thestig@chromium.org
2012-03-14
4
-61
/
+0
*
Fix error handling in OpenProcess wrappers.
halyavin@google.com
2012-03-14
1
-3
/
+3
*
[Mac] Add the OS version check functions for 10.8.
rsesek@chromium.org
2012-03-14
4
-5
/
+84
*
Build Java files as part of the base target for Android builds
peter@chromium.org
2012-03-14
1
-0
/
+1
*
Upstream Android's PathUtils implementation.
peter@chromium.org
2012-03-14
8
-35
/
+114
*
Fix uses of TimeDelta in base/test.
tedvessenes@gmail.com
2012-03-14
1
-1
/
+2
*
Added read-only file error test.
ahendrickson@chromium.org
2012-03-14
3
-2
/
+129
*
Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount
mdm@chromium.org
2012-03-14
1
-7
/
+7
*
Convert CRLF to LF in json_string_value_serializer.cc
ericdingle@chromium.org
2012-03-13
1
-45
/
+45
*
Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while c...
glider@chromium.org
2012-03-13
1
-6
/
+2
*
Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom...
dmikurube@chromium.org
2012-03-13
3
-23
/
+43
*
Add base::StaticAtomicSequenceNumber.
pliard@chromium.org
2012-03-13
3
-10
/
+40
*
Cleanup: Remove deprecated version of file_util::AppendToPath().
thestig@chromium.org
2012-03-13
4
-34
/
+2
*
Remove a unused parameter in the Linux FilePathWatcher implementation.
thestig@chromium.org
2012-03-13
1
-18
/
+11
*
Merge the fix for NSPR bug 689188.
wtc@chromium.org
2012-03-13
1
-2
/
+3
*
Fix race in file_util::ReplaceFile on Windows.
grt@chromium.org
2012-03-13
1
-17
/
+13
*
Clean up condition variable usage in SequencedWorkerPool
akalin@chromium.org
2012-03-12
3
-28
/
+108
*
New test infrastructure for producing verbose logs in failing tests.
grt@chromium.org
2012-03-12
2
-7
/
+7
*
ui/base: Move message_box_win.{h,cc} to ui/base/win.
tfarina@chromium.org
2012-03-12
2
-7
/
+2
*
mac: BASE_EXPORTS for debug builds
thakis@chromium.org
2012-03-12
1
-1
/
+1
*
Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ...
dmikurube@chromium.org
2012-03-10
3
-43
/
+23
*
Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0).
dmikurube@chromium.org
2012-03-10
3
-23
/
+43
*
Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator.
tzik@chromium.org
2012-03-10
3
-1
/
+14
*
Overhaul base/process_util_linux.cc.
thestig@chromium.org
2012-03-09
1
-142
/
+215
*
Add test to for RAF-spinning in accelerated mode with no damage.
jbates@chromium.org
2012-03-09
3
-9
/
+71
*
Move task_runner_test_template.* into base/test and test_support_base
akalin@chromium.org
2012-03-09
4
-7
/
+7
*
Implement SequencedWorkerPool::RunsTasksOnCurrentThread()
akalin@chromium.org
2012-03-09
3
-25
/
+111
*
Separate xvfb.py logic into its own script
maruel@chromium.org
2012-03-09
1
-3
/
+27
*
Add a new option to JSONWriter, which instructs it not to append '.0' or
kkania@chromium.org
2012-03-08
3
-9
/
+39
*
base: Add more BASE_EXPORT macros
thakis@chromium.org
2012-03-08
2
-4
/
+5
*
Add PrintTo for string16
gab@chromium.org
2012-03-08
2
-2
/
+9
*
Chrome for Android unfork.
bulach@chromium.org
2012-03-08
1
-68
/
+46
[next]