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
*
Don't make checkdeps ignore includes to directories that are brought in via d...
jam@chromium.org
2012-04-27
1
-0
/
+1
*
Add a suppression on ChromeOS for allowing wait.
jam@chromium.org
2012-04-27
1
-16
/
+18
*
Revert 134269 - Revert 134234 - Turn thread restrictions on for release build...
kevers@chromium.org
2012-04-27
2
-9
/
+19
*
Revert 134234 - Turn thread restrictions on for release builds as well so tha...
kevers@chromium.org
2012-04-27
2
-19
/
+9
*
Initialize Android OS path overrides for testing
peter@chromium.org
2012-04-27
2
-1
/
+11
*
ScopedAllowWait for NativeBackendKWallet::InitWithBus
battre@chromium.org
2012-04-27
1
-1
/
+4
*
Turn thread restrictions on for release builds as well so that they're trigge...
jam@chromium.org
2012-04-27
2
-9
/
+17
*
Explicitly track the time source type in base/profiler/alternate_timer.h
isherman@chromium.org
2012-04-27
3
-4
/
+20
*
[cros] Fix udevadm command line for camera presence detection.
ivankr@chromium.org
2012-04-26
2
-14
/
+23
*
Add PathUtilsTest.
nileshagrawal@chromium.org
2012-04-26
3
-10
/
+50
*
Add more allow-wait suppressions on cros.
jam@chromium.org
2012-04-26
1
-0
/
+8
*
fix cros compile
jam@chromium.org
2012-04-26
1
-1
/
+1
*
Fix ChromeOS debug asserts after adding thread restrictions on blocking the U...
jam@chromium.org
2012-04-26
1
-1
/
+7
*
Disallow UI/IO thread blocking on any other thread.
jam@chromium.org
2012-04-26
11
-3
/
+128
*
Revert 134041 - Explicitly track the time source type in base/profiler/altern...
dpapad@chromium.org
2012-04-26
3
-20
/
+4
*
Explicitly track the time source type in base/profiler/alternate_timer.h
isherman@chromium.org
2012-04-26
3
-4
/
+20
*
Add an enum MetroLaunchType which would indicate the reason chrome was launch...
ananta@chromium.org
2012-04-26
1
-0
/
+21
*
[UMA] Add performance profile data to UMA uploads.
isherman@chromium.org
2012-04-25
3
-31
/
+23
*
Simplify ScheduleDelayedWork implementation on Mac
stuartmorgan@chromium.org
2012-04-25
1
-22
/
+2
*
win: Fix another small language violation found by clang.
thakis@chromium.org
2012-04-25
1
-2
/
+2
*
Implement the skeleton of an android content shell.
tedchoc@chromium.org
2012-04-25
8
-0
/
+181
*
Add TaskRunner wrapper for WorkerPool.
mattm@chromium.org
2012-04-25
4
-1
/
+123
*
Convert the session restore ui_tests to browser_tests. I renabled the disable...
jam@chromium.org
2012-04-25
2
-24
/
+11
*
Implemented a "Last Updated" field for the about page of Chrome OS.
khorimoto@chromium.org
2012-04-25
2
-4
/
+14
*
Add an AddExtension() method in FilePath
rdevlin.cronin@chromium.org
2012-04-25
3
-22
/
+73
*
RefCounted types should not have public destructors, base/ edition
rsleevi@chromium.org
2012-04-25
12
-32
/
+62
*
Adding new JNI util methods that deal with Java string arrays and use string16.
jcivelli@chromium.org
2012-04-24
2
-0
/
+36
*
Revert 133773 - [UMA] Add performance profile data to UMA uploads.
isherman@chromium.org
2012-04-24
3
-23
/
+31
*
[UMA] Add performance profile data to UMA uploads.
isherman@chromium.org
2012-04-24
3
-31
/
+23
*
win: Fix a small language violation.
thakis@chromium.org
2012-04-24
1
-2
/
+1
*
Move RefCountedStaticMemory to base namespace
simon.hong81@gmail.com
2012-04-24
2
-4
/
+4
*
Update net/android/network_library.cc with fresher code.
yfriedman@chromium.org
2012-04-24
1
-0
/
+22
*
Add a "--silent" flag to our test suite to disable gtest output. This clears ...
jam@chromium.org
2012-04-23
2
-11
/
+25
*
Extension alarms now persist in Preferences.
mpcomplete@chromium.org
2012-04-23
1
-0
/
+1
*
Cleanup: IWYU for base/file_util_proxy.h.
thestig@chromium.org
2012-04-23
2
-8
/
+10
*
Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.
bbudge@chromium.org
2012-04-23
1
-0
/
+4
*
mmap returns -1 on failure and in the posix implementation of SharedMemory, t...
raymes@chromium.org
2012-04-23
1
-3
/
+4
*
Convert MessageLoopProxy to TaskRunner in FileUtilProxy
kinuko@chromium.org
2012-04-23
4
-61
/
+469
*
Add and implement API to associate Google experiment IDs with FieldTrials.
stevet@chromium.org
2012-04-23
2
-0
/
+14
*
Set svn:executable bit on scripts that are executable.
maruel@chromium.org
2012-04-23
1
-1
/
+1
*
Change --variable argument, must now be spaced, -V foo bar, instead of -V foo...
maruel@chromium.org
2012-04-23
1
-2
/
+2
*
Set svn:executable bit on scripts that are executable.
maruel@chromium.org
2012-04-21
2
-4
/
+2
*
Add BASE_EXPORT to base::mac::ExecuteWithPrivilegesAndGetPID
lambroslambrou@chromium.org
2012-04-21
1
-0
/
+1
*
Final(?) eradications of GDK / GTK from the GPU process.
cevans@chromium.org
2012-04-20
1
-1
/
+7
*
Revert 133212 - Add and implement API to associate Google experiment IDs with...
groby@chromium.org
2012-04-20
2
-14
/
+0
*
Add and implement API to associate Google experiment IDs with FieldTrials.
stevet@chromium.org
2012-04-20
2
-0
/
+14
*
Move RefCountedBytes Class to base namespace.
simon.hong81@gmail.com
2012-04-20
2
-6
/
+6
*
Add NetworkChangeNotifier for Android.
yfriedman@chromium.org
2012-04-20
2
-0
/
+84
*
Make sure that base::MessagePumpForUI from different modules are isolated fro...
alexeypa@chromium.org
2012-04-20
4
-29
/
+78
*
apk-based test runner work for android. 2 unit test bundles converted over (i...
jrg@chromium.org
2012-04-19
3
-8
/
+75
[next]