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
*
Fix many test case failures when run isolated on OSX.
maruel@chromium.org
2013-01-24
1
-0
/
+3
*
Fix no-compile tests in base.
dcheng@chromium.org
2013-01-23
4
-15
/
+27
*
[Memory Sheriff] Longer timeout for heapchecker test, too.
groby@chromium.org
2013-01-23
1
-1
/
+1
*
Implement DiscardableMemory for Mac/iOS.
avi@chromium.org
2013-01-23
6
-53
/
+262
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
7
-165
/
+179
*
Follow up change to fix some leftovers in DiscardableMemory
qinmin@chromium.org
2013-01-23
3
-9
/
+12
*
POSIX: add a maximum number of iterations to HANDLE_EINTR
jln@chromium.org
2013-01-23
1
-4
/
+22
*
Making most protected members of MessageLoop private.
shibl@google.com
2013-01-22
1
-4
/
+5
*
Equality on scoped_ptr can be done with const pointers.
qsr@chromium.org
2013-01-22
1
-2
/
+2
*
Remove temporary histograms in field_trial.cc now that the problem is fixed.
asvitkine@chromium.org
2013-01-22
1
-23
/
+2
*
Add base::DiscardableMemory class and implementation for android
qinmin@chromium.org
2013-01-22
5
-0
/
+253
*
Disabling nacl_win64 targets when building in target_arch!=ia32 mode.
bradnelson@google.com
2013-01-21
3
-50
/
+54
*
Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll.
gab@chromium.org
2013-01-21
4
-42
/
+96
*
Documentation: improve FileUtilProxy comment to note about the return value
kinuko@chromium.org
2013-01-21
1
-1
/
+22
*
base: Fix a bug in MessagePumpGLib which caused a hang
satorux@chromium.org
2013-01-19
2
-15
/
+42
*
Android: removes "trace_event_clock_sync" from atrace.
bulach@chromium.org
2013-01-18
3
-51
/
+0
*
Rename non-const payload() in base::Pickle to mutable_pyload()
sergeyu@chromium.org
2013-01-18
2
-10
/
+7
*
Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...
pneubeck@chromium.org
2013-01-18
5
-46
/
+34
*
base: Convert scoped_arrays to the new scoped_ptr style.
tfarina@chromium.org
2013-01-18
15
-27
/
+27
*
Use SOCK_SEQPACKET for synchronous IPC.
glider@google.com
2013-01-18
5
-25
/
+108
*
Add numeric_cast for checked integral narrowing casts
scottmg@chromium.org
2013-01-16
5
-0
/
+306
*
mac: Remove OwnershipPolicy parameter to scoped_nsobject.
thakis@chromium.org
2013-01-16
2
-36
/
+13
*
Cleanup: Deprecate FileUtilProxy::RelayFileTask
kinuko@chromium.org
2013-01-16
2
-18
/
+2
*
Nuke jrg from android OWNERS files.
yfriedman@chromium.org
2013-01-16
2
-2
/
+0
*
base: Add a couple Pref unit tests to base_unittests target.
tfarina@chromium.org
2013-01-16
1
-0
/
+18
*
Enable overlapping, usage counted SetEnabled()/SetDisabled() for TraceLog
caseq@google.com
2013-01-16
3
-11
/
+81
*
Added SharedMemory::MapFrom.
vitalybuka@chromium.org
2013-01-16
5
-9
/
+47
*
Switch back to deprecated fullscreen APIs.
avi@chromium.org
2013-01-16
1
-17
/
+17
*
Fix comments that reference the long since deleted TimerManager class.
darin@chromium.org
2013-01-16
1
-9
/
+8
*
Create the crash key registration system and register some Mac-specific keys.
rsesek@chromium.org
2013-01-15
4
-4
/
+316
*
GTTF: Print more detailed information about deadly signals.
phajdan.jr@chromium.org
2013-01-15
1
-13
/
+76
*
Allow base::BindBlock to return a base::Callback with a return type.
droger@chromium.org
2013-01-15
5
-31
/
+126
*
TCMalloc: restrict maximum size of memory allocations
jln@chromium.org
2013-01-15
2
-0
/
+104
*
Disable flaky SequencedWorkerPoolTest.IgnoresAfterShutdown test.
creis@chromium.org
2013-01-15
1
-1
/
+2
*
mac: Remove an obsolete comment.
thakis@chromium.org
2013-01-15
1
-4
/
+1
*
Add a histogram for renderer memory usage.
marja@chromium.org
2013-01-15
1
-0
/
+3
*
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
hans@chromium.org
2013-01-15
27
-47
/
+51
*
Workaround to make MemoryBarrier compile on Win x64
scottmg@chromium.org
2013-01-15
2
-0
/
+23
*
Remove the base::files:: namespace.
darin@chromium.org
2013-01-15
7
-14
/
+0
*
Rearchitecting the 'app mode' code on mac for v2 apps.
jeremya@chromium.org
2013-01-15
3
-0
/
+56
*
[Media Galleries] Add an ImageCaptureCore listener for Mac. (part 2)
gbillock@chromium.org
2013-01-15
1
-0
/
+1
*
Eliminate FilePathWatcher::Delegate.
darin@chromium.org
2013-01-15
6
-100
/
+38
*
Fix JavaObjectWeakGlobalRef::operator= leaking jweaks
joth@chromium.org
2013-01-14
1
-2
/
+9
*
Fix for the tools sanity unittest when ADDRESS_SANITIZER is defined on Windows.
sebmarchand@chromium.org
2013-01-14
1
-2
/
+3
*
Add support for getting the 256x256 app icon on Windows as a SkBitmap.
asvitkine@chromium.org
2013-01-14
2
-5
/
+28
*
Avoid sending notifications when the bitmap data in the history backend is re...
pkotwicz@chromium.org
2013-01-14
3
-0
/
+36
*
GTTF: dump registers on crash on 32-bit Linux
phajdan.jr@chromium.org
2013-01-14
1
-16
/
+51
*
Revert 176681
sky@chromium.org
2013-01-14
1
-51
/
+16
*
GTTF: dump registers on crash on 32-bit Linux
phajdan.jr@chromium.org
2013-01-14
1
-16
/
+51
*
Add regression test for lazy evaluation of tracing parameters.
dsinclair@chromium.org
2013-01-14
1
-0
/
+18
[next]