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
...
*
Tries to catch callbacks expecting scoped_refptr<T> and getting T* using temp...
jamesr@chromium.org
2009-12-02
3
-1
/
+182
*
Flush logging output.
derat@chromium.org
2009-12-02
1
-11
/
+18
*
Remove emtpy lists and empty dictionaries from Preferences and
tony@chromium.org
2009-12-02
3
-42
/
+181
*
Remove the deprecated version of ContentsEqual.
thakis@chromium.org
2009-12-01
3
-9
/
+3
*
Remove the unnecessary workaround for NSS bug 455424, now that we require
wtc@chromium.org
2009-12-01
3
-13
/
+0
*
Point #include lines to files in the new tcmalloc/chromium local branch.
sgk@chromium.org
2009-12-01
1
-1
/
+1
*
List all of the tcmalloc src/ files so that IDE users can view everything,
sgk@chromium.org
2009-12-01
1
-35
/
+146
*
Linux: add next-protocol-negotiation to libssl.
agl@chromium.org
2009-11-30
1
-0
/
+4
*
Fix a memory leak when calling the one-arg form of ListValue::Remove().
pkasting@chromium.org
2009-11-30
3
-2
/
+13
*
Fix race in directory creation on Windows. The
joi@chromium.org
2009-11-27
2
-3
/
+55
*
Make SystemMonitor not a Singleton and move it out of base
phajdan.jr@chromium.org
2009-11-26
9
-461
/
+19
*
Convert the existing .gyp configuration to use the new base\allocator
sgk@chromium.org
2009-11-26
2
-2
/
+13
*
For now, let's clear local storage whenever we clear cookies.
jorlow@chromium.org
2009-11-26
3
-0
/
+16
*
Implement SyncSocket class for Posix targets (Linux, Mac), and enable the
sehr@google.com
2009-11-26
2
-0
/
+102
*
Refactor OS-dependent filename exclusion patterns
evan@chromium.org
2009-11-26
1
-34
/
+1
*
file_util: Remove deprecated function SetCurrentDirectory.
thestig@chromium.org
2009-11-25
2
-5
/
+0
*
Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04).
mdm@chromium.org
2009-11-25
1
-1
/
+6
*
Make the eviction function faster by reading/writing 1MB blocks
nsylvain@chromium.org
2009-11-25
1
-26
/
+25
*
Try to fix spurious gcc warning.
pkasting@chromium.org
2009-11-25
1
-2
/
+2
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
7
-122
/
+269
*
Merge r33049 (symbolize_linux.cc) to new allocator structure.
sgk@chromium.org
2009-11-25
1
-1
/
+3
*
Integrate the base logging with Event Tracing for Windows. This allows ETW to...
siggi@chromium.org
2009-11-25
13
-0
/
+1610
*
Ignore UTF-8's BOM when parsing userscript's metadata.
hayato@chromium.org
2009-11-25
2
-0
/
+4
*
Branch new tcmalloc_linux.cc into new chromium\src branch. Update new
sgk@chromium.org
2009-11-25
1
-0
/
+4
*
Branch the files in the shim layer that switches between the
sgk@chromium.org
2009-11-25
8
-0
/
+1340
*
Enable TCMalloc on Linux by default.
willchan@chromium.org
2009-11-25
4
-31
/
+26
*
linux: fix a warning in the process_util unittest
vandebo@chromium.org
2009-11-24
1
-4
/
+5
*
Make calloc return NULL while initializing.
vandebo@chromium.org
2009-11-24
1
-18
/
+37
*
This adds the first version of SyncSocket to base, along with a trivial unitt...
sehr@google.com
2009-11-24
3
-0
/
+212
*
Move base64 from 'net/base' into 'base'.
hayato@chromium.org
2009-11-24
5
-0
/
+99
*
posix: split OS-specific bits out of sys_info_posix
evan@chromium.org
2009-11-23
5
-50
/
+104
*
Fix environment variables not being used after switching to ChildProcessLaunc...
jam@chromium.org
2009-11-23
2
-7
/
+8
*
Notify race detectors (e.g. ThreadSanitizer) about the thread names
timurrrr@chromium.org
2009-11-23
1
-0
/
+2
*
posix: refactor duplicated path-handling code
evan@chromium.org
2009-11-21
7
-64
/
+27
*
Don't use logging from the OOM killers; it allocates memory.
avi@google.com
2009-11-21
1
-9
/
+9
*
Remove old files.
nsylvain@chromium.org
2009-11-20
7
-297
/
+0
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
5
-33
/
+44
*
Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...
jamesr@chromium.org
2009-11-20
1
-0
/
+18
*
Don't do work in the SharedIOBuffer constructor; use an Init method instead. ...
hawk@chromium.org
2009-11-20
1
-4
/
+2
*
linux: fix a warning in the process_util unittest
evan@chromium.org
2009-11-20
1
-1
/
+4
*
posix: use PLOG to print useful error messages
evan@chromium.org
2009-11-20
1
-6
/
+3
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
10
-43
/
+103
*
Set prop app id for chromium/application shortcut.
xiyuan@chromium.org
2009-11-19
5
-86
/
+89
*
Isolate tests by running AtExit callbacks between them.
phajdan.jr@chromium.org
2009-11-19
8
-31
/
+76
*
Refactors RenderWidget to extract a PaintAggregator class.
darin@chromium.org
2009-11-19
1
-0
/
+1
*
file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate...
evan@chromium.org
2009-11-19
2
-16
/
+0
*
Remove the unused ProcessFilter destructor.
evan@chromium.org
2009-11-19
1
-1
/
+0
*
No need to run out of memory test under valgrind - they will obviously leak, ...
vandebo@chromium.org
2009-11-18
1
-0
/
+4
*
Moved bits.h from O3D to Chrome base.
apatrick@google.com
2009-11-18
3
-0
/
+97
*
For Linux, override malloc and friends so that we can detect and then stop on...
vandebo@chromium.org
2009-11-18
2
-1
/
+193
[prev]
[next]