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
*
Base: Switch base_i18n to be a separate dll (component build)
rvargas@google.com
2011-08-31
14
-75
/
+123
*
Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...
jam@chromium.org
2011-08-31
4
-9
/
+31
*
Revert 98885 - Third attempt at the following. Unreviewed, this was original...
rsleevi@chromium.org
2011-08-31
3
-5
/
+0
*
Third attempt at the following. Unreviewed, this was originally reviewed in ...
pkasting@chromium.org
2011-08-30
3
-0
/
+5
*
[Mac] Capture -dealloc backtrace to log with CrZombie messages.
shess@chromium.org
2011-08-30
2
-0
/
+18
*
base/json: Get rid of an old TODO that doesn't apply anymore.
tfarina@chromium.org
2011-08-30
1
-3
/
+0
*
cycle bots
thakis@chromium.org
2011-08-30
1
-1
/
+1
*
Remove the free_ member of scoped_ptr_malloc.
evan@chromium.org
2011-08-29
1
-7
/
+3
*
Upstream android i18n change
michaelbai@google.com
2011-08-29
2
-5
/
+8
*
Disable frame pointer optimization on base::debug::StackTrace() so it works p...
eroman@chromium.org
2011-08-27
1
-0
/
+13
*
Base: WritePlatformFile now retries the operation if
rvargas@google.com
2011-08-26
3
-20
/
+16
*
Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr
sievers@chromium.org
2011-08-26
3
-18
/
+220
*
Upstream misc changes for android.
michaelbai@google.com
2011-08-26
7
-11
/
+43
*
Remove some views depenencies from RenderWidgetHostViewWin.
jam@chromium.org
2011-08-26
1
-0
/
+8
*
Remove some unneeded reinterpret_casts
dilmah@chromium.org
2011-08-26
2
-3
/
+3
*
Revert recent changes to base::Value
stevenjb@google.com
2011-08-26
4
-48
/
+28
*
Move base/resource_util.* into base/win/ since it's windows specific.
tony@chromium.org
2011-08-25
3
-10
/
+11
*
Remove obsolete test timeouts and convert callers.
phajdan.jr@chromium.org
2011-08-25
1
-15
/
+0
*
base: Add AsBinary() function to Value API.
tfarina@chromium.org
2011-08-25
3
-13
/
+22
*
Remove unused test command-line switches.
phajdan.jr@chromium.org
2011-08-25
3
-15
/
+0
*
base: Add AsList() function to Value API.
tfarina@chromium.org
2011-08-25
4
-15
/
+26
*
Get views_unittests pass on touch build
oshima@google.com
2011-08-24
1
-1
/
+1
*
Reverts debugging code added in hopes of tracking crash. This also
sky@chromium.org
2011-08-24
2
-24
/
+3
*
Tommi: I need an owner review for the chrome frame changes.
rogerta@chromium.org
2011-08-24
3
-0
/
+131
*
mpx: Use [mostly proper] glib event source for X events when GTK events are n...
sadrul@chromium.org
2011-08-24
2
-10
/
+69
*
Fix variable names and comments in RandGenerator.
dilmah@chromium.org
2011-08-24
3
-17
/
+15
*
Remove check_on_delete for ChromeOS to avoid change to sizeof(Value)
satorux@chromium.org
2011-08-24
2
-1
/
+16
*
Trying again to land OOM priority manager changes.
gspencer@google.com
2011-08-23
3
-27
/
+57
*
Revert 97808 - Make WeakPtr thread-safe, i.e. allow cross-thread copying of W...
cbentzel@chromium.org
2011-08-23
3
-220
/
+18
*
Dump a stack trace when browser tests time out.
mihaip@chromium.org
2011-08-23
1
-2
/
+3
*
base: Map non-finite double Values to 0.0.
derat@chromium.org
2011-08-23
1
-2
/
+5
*
Adds some debugging code in hopes of figuring out a crash. As far as I
sky@chromium.org
2011-08-23
2
-3
/
+9
*
Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr
sievers@chromium.org
2011-08-23
3
-18
/
+220
*
Fix WaitForSingleNonChildProcess. There were three bugs in the loop usage.
mark@chromium.org
2011-08-22
1
-38
/
+71
*
GTTF: Reduce number of different timeouts.
phajdan.jr@chromium.org
2011-08-22
2
-15
/
+7
*
Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm.
mattm@chromium.org
2011-08-22
3
-67
/
+27
*
Changing OOM range to 0, 1000 and tweaking OOM algorithm.
gspencer@google.com
2011-08-22
3
-27
/
+67
*
Rename event_recorder.cc to event_recorder_win.cc.
tony@chromium.org
2011-08-22
2
-2
/
+1
*
base/json: Don't use static variables of user-defined type (i.e, std::wstring).
tfarina@chromium.org
2011-08-19
2
-19
/
+17
*
Fix a small leak in FileUtilProxy
kinuko@chromium.org
2011-08-19
2
-2
/
+9
*
Cleanup code used to diagnose and fix bug 81449.
apatrick@chromium.org
2011-08-19
3
-35
/
+6
*
Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread.
ajwong@chromium.org
2011-08-18
7
-3
/
+398
*
[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...
rsesek@chromium.org
2011-08-18
6
-4
/
+108
*
Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...
rsesek@chromium.org
2011-08-18
6
-108
/
+4
*
Change the expectation for ProcessUtilTest.MacTerminateOnHeapCorruption to wo...
rsesek@chromium.org
2011-08-18
1
-1
/
+2
*
[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...
rsesek@chromium.org
2011-08-18
6
-4
/
+107
*
Mirror Windows implementation of CancelOnMessageLoopThread.
dominich@chromium.org
2011-08-18
1
-9
/
+11
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
12
-417
/
+7
*
Adding checks to guard against buffer overruns in QuotaFileIO::Write and base...
sanga@chromium.org
2011-08-17
2
-0
/
+3
*
Adding guards against heap overflow in PPB_FileIO::Read
sanga@chromium.org
2011-08-17
1
-0
/
+2
[next]