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
*
Move RefCountedMemory Class to Base namespace
simon.hong81@gmail.com
2012-05-02
2
-6
/
+3
*
Add John as an owner of base/threading since he's been pushing a lot on this
brettw@chromium.org
2012-05-02
1
-0
/
+2
*
Added support in Metro mode for retrieving the information about the currentl...
ananta@chromium.org
2012-05-02
2
-0
/
+14
*
Adding a structure CurrentTabInfo to base\win\metro which would be used to share
ananta@chromium.org
2012-05-02
1
-0
/
+6
*
Change CreateTemporaryDirInDir to be "more unique"
dpranke@chromium.org
2012-05-01
1
-0
/
+3
*
Add interface to system trace clock.
sleffler@chromium.org
2012-05-01
6
-7
/
+61
*
Add a suppression for GLHelper blocking the UI thread.
mazda@chromium.org
2012-05-01
1
-0
/
+2
*
AppendToFile implementation.
loislo@chromium.org
2012-04-29
4
-0
/
+76
*
Route calls to tcmalloc MallocExtension through allocator agnostic interface
jamesr@chromium.org
2012-04-28
7
-0
/
+209
*
Remove the hash fields from FieldTrials.
stevet@chromium.org
2012-04-27
3
-122
/
+46
*
Add a suppression for the accelerated surface code blocking the UI thread.
jam@chromium.org
2012-04-27
1
-1
/
+3
*
Fix debug asserts when --ui-use-gpu-process is specified.
mazda@chromium.org
2012-04-27
1
-1
/
+8
*
Add a suppression in StaticsProviderImpl for blocking the UI thread.
jam@chromium.org
2012-04-27
1
-0
/
+4
*
Set svn:executable on windows executables.
maruel@chromium.org
2012-04-27
2
-0
/
+0
*
Add suppression for about:histograms waiting on the UI thrad. This is a devel...
jam@chromium.org
2012-04-27
1
-0
/
+2
*
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
[next]