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
*
Support JSON encoding of data for about:tracking information
jar@chromium.org
2011-10-24
8
-199
/
+678
*
Create ObjCCast<>() and ObjCCastStrict<>() methods
kushi.p@gmail.com
2011-10-24
2
-0
/
+157
*
Internalize JSON chunk merging to trace_event.h API (retry).
jbates@chromium.org
2011-10-24
3
-17
/
+130
*
Low-latency AudioInputStream implementation based on WASAPI for Windows.
henrika@chromium.org
2011-10-24
1
-3
/
+13
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
3
-4
/
+4
*
Make AddTraceEventETW duplicate its name argument.
nduca@chromium.org
2011-10-23
1
-2
/
+2
*
base/win: Add documentation to RegKey::Read/Write functions.
tfarina@chromium.org
2011-10-23
2
-56
/
+83
*
Revert: Internalize JSON chunk merging to trace_event.h API.
mpcomplete@chromium.org
2011-10-22
3
-130
/
+17
*
Internalize JSON chunk merging to trace_event.h API.
jbates@chromium.org
2011-10-21
3
-17
/
+130
*
Make DictionaryValue::SetWithoutPathExpansion more efficient.
grt@chromium.org
2011-10-21
1
-5
/
+6
*
Support grouping taskbar icons for panels with regular taskbar icon for Chrom...
jianli@chromium.org
2011-10-21
2
-10
/
+23
*
Make the placement-new buffer in LazyInstance<Type> aligned.
timurrrr@chromium.org
2011-10-21
1
-1
/
+6
*
Move ScopedCoMem to base/win. This is to allow the class to be used from fol...
tommi@chromium.org
2011-10-21
3
-3
/
+89
*
Make MessageLoop::QuitClosure call Quit of the current MessageLoop at call ti...
kalman@chromium.org
2011-10-21
1
-2
/
+5
*
Cache the ranges_ vector and share the ranges_ vector
rtenneti@chromium.org
2011-10-20
3
-31
/
+257
*
Fix X events processing
piman@chromium.org
2011-10-19
1
-4
/
+13
*
Reverting as an experiment to determine if this caused increased Win build
jhawkins@chromium.org
2011-10-19
4
-678
/
+16
*
aura: Make MessagePumpX check that X connection is open.
derat@chromium.org
2011-10-19
1
-1
/
+3
*
Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callback
kinuko@chromium.org
2011-10-19
2
-482
/
+135
*
Create a CFCast<>() method for casting a basic CFTypeRef to a more specific C...
kushi.p@gmail.com
2011-10-19
4
-4
/
+225
*
base/json: Collapse a condition in ReadHexDigits into a single if clause.
tfarina@chromium.org
2011-10-18
1
-3
/
+1
*
OpenBSD patches for base / split from CR #8275005
mark@chromium.org
2011-10-18
4
-2
/
+27
*
base/win: small improvement to RegKey API.
tfarina@chromium.org
2011-10-18
3
-38
/
+45
*
WriteInto handles length_with_null values of 1 better.
cbentzel@chromium.org
2011-10-18
4
-21
/
+88
*
base::Bind: Final cleanup in file_util_proxy.cc.
jhawkins@chromium.org
2011-10-17
1
-4
/
+3
*
base::Bind: Convert FileUtilProxy::StatusCallback.
jhawkins@chromium.org
2011-10-17
2
-46
/
+44
*
Update write checks for external extension file on mac.
skerner@chromium.org
2011-10-17
3
-61
/
+199
*
base::Bind: Convert FileUtilProxy::WriteCallback.
jhawkins@chromium.org
2011-10-17
2
-19
/
+16
*
base::Bind: Convert FileUtilProxy::ReadCallback.
jhawkins@chromium.org
2011-10-17
2
-32
/
+27
*
base::Bind: Convert FileUtilProxy::ReadDirectoryCallback.
jhawkins@chromium.org
2011-10-17
2
-11
/
+12
*
base::Bind: Convert FileUtilProxy::GetFileInfoCallback.
jhawkins@chromium.org
2011-10-17
2
-17
/
+15
*
base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback.
jhawkins@chromium.org
2011-10-17
2
-9
/
+8
*
base::Bind: Convert FileUtilProxy::CreateTemporaryCallback.
jhawkins@chromium.org
2011-10-17
2
-11
/
+10
*
base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.
jhawkins@chromium.org
2011-10-17
2
-11
/
+11
*
Establish correct names for about:tracking profiler
jar@chromium.org
2011-10-17
1
-0
/
+4
*
Support MTA as well in the scoped COM initializer.
tommi@chromium.org
2011-10-17
1
-1
/
+16
*
Remove an unused typedef in scoped_nsobject.h
isherman@chromium.org
2011-10-17
1
-4
/
+0
*
base::Bind: Cleanup in automation.
jhawkins@chromium.org
2011-10-17
2
-9
/
+19
*
base::Bind: Increase the arity to 7.
jhawkins@chromium.org
2011-10-16
4
-16
/
+678
*
base: Constantify the struct used in WprintfFormatPortabilityTest test case.
tfarina@chromium.org
2011-10-16
3
-7
/
+6
*
Fix of unused variable warnings related to DHISTOGRAM* in release builds.
pph34r@gmail.com
2011-10-16
2
-8
/
+50
*
base: Put lowercase_cases array inside TEST unit function.
tfarina@chromium.org
2011-10-16
1
-10
/
+10
*
Update task tracking to not depend on message_loop_ singleton
jar@chromium.org
2011-10-15
7
-393
/
+349
*
Add in an Owned() wrapper to base::Bind().
ajwong@chromium.org
2011-10-15
2
-18
/
+116
*
base/json: Use IsAsciiDigit in JSONReader::ReadInt() function.
tfarina@chromium.org
2011-10-14
1
-2
/
+2
*
Fix line endings in base/file_util.h.
grt@chromium.org
2011-10-14
1
-633
/
+633
*
Add WorkerPool::PostTaskAndReply and use in DHCP code.
joi@chromium.org
2011-10-14
7
-55
/
+256
*
Don't use `sizeof(a) / sizeof(a)` to compute the number of elements in array a.
thakis@chromium.org
2011-10-14
1
-2
/
+4
*
Expand the inline documentation for the HISTOGRAM_ENUMERATION macros.
isherman@chromium.org
2011-10-14
1
-1
/
+7
*
Change i18n icu header inclusions to not use system header syntax.
asvitkine@chromium.org
2011-10-14
3
-4
/
+4
[next]