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
*
Upstream support for WebKit shared timer toggling.
pliard@chromium.org
2012-07-19
1
-0
/
+1
*
Use common stack trace code in Android port
skyostil@chromium.org
2012-07-19
2
-17
/
+0
*
Add abstract class HistogramBase. It will be the sub class of all
kaiwang@chromium.org
2012-07-19
6
-19
/
+75
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
2
-6
/
+21
*
Remove all the OS X 10.6 SDK forward declarations.
rsesek@chromium.org
2012-07-18
6
-441
/
+2
*
Change the FindHistogram interface of StatisticsRecorder
kaiwang@chromium.org
2012-07-18
3
-22
/
+16
*
Fix blank lines in base.gyp
felipeg@chromium.org
2012-07-18
1
-4
/
+1
*
Change explicit usage of each type of message loop in WaitableEventWatcher te...
leng@chromium.org
2012-07-18
2
-16
/
+26
*
Include linux_util for android.
nileshagrawal@chromium.org
2012-07-18
2
-27
/
+24
*
Linux: Detect Unity as a desktop environment.
thestig@chromium.org
2012-07-17
2
-0
/
+14
*
Reenable the following tests that were disabled because they failed on OS X 1...
rsesek@chromium.org
2012-07-17
1
-8
/
+1
*
Remove "chrome" hardcoded suffix from Android .pak path.
tedchoc@chromium.org
2012-07-17
1
-11
/
+28
*
Remove native_library_mac from the iOS build
stuartmorgan@chromium.org
2012-07-17
1
-1
/
+0
*
Enable SysInfoTest on iOS.
leng@chromium.org
2012-07-17
1
-1
/
+0
*
Adds a way to specify test data files for unittests.
rohitrao@chromium.org
2012-07-17
2
-1
/
+17
*
Change explicit usage of each type of message loop in TimerTest to instead lo...
leng@chromium.org
2012-07-17
2
-28
/
+38
*
Android: Disable tests failing on Jellybean devices.
nileshagrawal@chromium.org
2012-07-16
1
-9
/
+0
*
Remove IO thread restrictions from registry functions
cpu@chromium.org
2012-07-16
1
-26
/
+0
*
Implement SharedMemory for untrusted NaCl builds.
bbudge@chromium.org
2012-07-16
2
-23
/
+39
*
Un-exclude system_monitor_unittest.cc on iOS.
leng@chromium.org
2012-07-16
1
-1
/
+0
*
Add a !defined(OS_IOS) block around SharedMemoryProcessTest tests.
leng@chromium.org
2012-07-16
2
-1
/
+4
*
Upstreaming diffs in os_compat_android.cc
felipeg@chromium.org
2012-07-16
4
-3
/
+171
*
Add all of base.gyp to the iOS 'All' target
stuartmorgan@chromium.org
2012-07-16
1
-10
/
+14
*
Add necessary iOS frameworks to base and test_support_base
stuartmorgan@chromium.org
2012-07-15
1
-0
/
+9
*
Implement SyncSocket for untrusted NaCl builds.
bbudge@chromium.org
2012-07-14
1
-7
/
+14
*
Move StatisticsRecorder out of histogram.cc/h for further refactoring.
kaiwang@chromium.org
2012-07-13
8
-361
/
+399
*
Have iOS use the same atomicops_internal implementation that Mac uses.
leng@chromium.org
2012-07-13
3
-6
/
+8
*
Adds MessageLoopUIApplication for use on iOS.
rohitrao@chromium.org
2012-07-13
7
-36
/
+134
*
Make it possible to run gtests on iOS.
leng@chromium.org
2012-07-13
9
-4
/
+214
*
Removing the DCHECK for the thread type from the IsParentalControlActivityLog...
ananta@chromium.org
2012-07-13
2
-4
/
+1
*
The functionality to query for whether Windows parental control activity logg...
ananta@chromium.org
2012-07-12
2
-3
/
+4
*
Use GenericScopedHandle to implement ScopedCreateDC.
wez@chromium.org
2012-07-12
1
-24
/
+12
*
Add quick reference for bind/callback usage.
brettw@chromium.org
2012-07-12
6
-144
/
+406
*
Histograms - Support histograms for Plugins, GPU
rtenneti@google.com
2012-07-12
4
-0
/
+207
*
Use isfinite() on all POSIX platforms
stuartmorgan@chromium.org
2012-07-12
1
-9
/
+4
*
Allow Objective-C files in base/test/.
leng@chromium.org
2012-07-12
1
-0
/
+1
*
Add a helper function to query whether parental control logging is on for the...
ananta@chromium.org
2012-07-11
2
-0
/
+43
*
Second try of http://codereview.chromium.org/10698063/
kaiwang@chromium.org
2012-07-11
2
-158
/
+292
*
Switch to TimeDelta interface for process waiting functions in base.
tedvessenes@gmail.com
2012-07-11
5
-12
/
+13
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
273
-273
/
+0
*
Remove two deprecated methods from base::Version
isherman@chromium.org
2012-07-11
3
-36
/
+10
*
Revert "Revert 146000 - Split out ContentViewCore from ContentView for embedd...
tedchoc@chromium.org
2012-07-11
2
-10
/
+10
*
Add minimal support for process_utils on iOS
stuartmorgan@chromium.org
2012-07-11
5
-8
/
+124
*
Get base_unittests closer to compiling for iOS
stuartmorgan@chromium.org
2012-07-11
2
-4
/
+33
*
Get mac_logging and foundation_util working on iOS
stuartmorgan@chromium.org
2012-07-11
5
-4
/
+34
*
Implement SysInfo for iOS
chenyu@chromium.org
2012-07-11
3
-3
/
+71
*
Enable compilation of more files in base/ on iOS.
rohitrao@chromium.org
2012-07-11
1
-3
/
+0
*
Bring back VERSION_SERVER_2003 to distinguish Server 2003 and XP Pro x64 from...
grt@chromium.org
2012-07-11
2
-3
/
+4
*
Fix failed apk unit test case MessagePumpLibeventTest.* on Android.
shouqun.liu@intel.com
2012-07-11
1
-24
/
+40
*
Add the methods to change and get a posix file permission to file_util.
yoshiki@chromium.org
2012-07-11
3
-26
/
+229
[next]