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
*
Refactor ScopedJavaRef
joth@chromium.org
2011-09-09
14
-160
/
+407
*
Revert 100074 - tcmalloc doubly-linked free-lists for thread caches
bxx@chromium.org
2011-09-08
1
-3
/
+0
*
Add UTF16ToUTF8AndAdjustOffset() to base/.
kinaba@chromium.org
2011-09-08
3
-3
/
+58
*
tcmalloc doubly-linked free-lists for thread caches
bxx@chromium.org
2011-09-08
1
-0
/
+3
*
Move launching in a job object logic
phajdan.jr@chromium.org
2011-09-07
2
-3
/
+28
*
Use precompiled headers for most large projects where the .gyp file
joi@chromium.org
2011-09-07
1
-0
/
+1
*
aura: A few changes to have aura_demo compile and run on linux.
sadrul@chromium.org
2011-09-07
3
-3
/
+3
*
Fix trace_event code to accept double-quote and backslash characters in strin...
jbates@chromium.org
2011-09-07
2
-8
/
+11
*
Support for registering arbitrary Tasks with AtExitManager.
apatrick@chromium.org
2011-09-06
3
-16
/
+26
*
Don't DCHECK thread_policy_set() calls because they can fail during runtime
crogers@google.com
2011-09-06
1
-5
/
+21
*
base/json: Make ReadHexDigits easier to read by using IsHexDigit() function.
tfarina@chromium.org
2011-09-06
1
-3
/
+1
*
Added support to trace_event for passing static string arguments without copy
jbates@chromium.org
2011-09-06
3
-50
/
+183
*
[Linux] Make FilePathWatcher somewhat more symlink aware.
craig.schlenter@chromium.org
2011-09-05
2
-33
/
+227
*
Make BaseFile member functions return net::Error's.
ahendrickson@chromium.org
2011-09-04
2
-637
/
+607
*
Revert 99515 - tcmalloc doubly-linked free-lists for thread caches
bxx@chromium.org
2011-09-03
1
-3
/
+0
*
tcmalloc doubly-linked free-lists for thread caches
bxx@chromium.org
2011-09-03
1
-0
/
+3
*
Add metrics to measure time elapsed between form load and form submission wit...
isherman@chromium.org
2011-09-02
1
-0
/
+18
*
Move test utilities into test_file_util.*.
ahendrickson@chromium.org
2011-09-02
5
-55
/
+80
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
4
-20
/
+36
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
4
-36
/
+20
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
4
-20
/
+36
*
Base: Change ReadPlatformFile to perform a best
rvargas@google.com
2011-09-01
4
-19
/
+42
*
Synchronize the parent and child processes during launch, ensuring that the
mark@chromium.org
2011-09-01
3
-18
/
+169
*
Remove use of <iostream> where unnecessary.
evan@chromium.org
2011-09-01
1
-1
/
+1
*
Disable failed test GetTerminationStatusExit on Linux.
dyu@chromium.org
2011-09-01
1
-1
/
+8
*
base/json: Get rid of static initializer in JSONReader.
tfarina@chromium.org
2011-09-01
2
-24
/
+27
*
Enable smooth scrolling on mac
thakis@chromium.org
2011-09-01
1
-3
/
+4
*
Reduce number of unnamed-type-template-args violations (mostly when passing v...
pkasting@chromium.org
2011-09-01
1
-1
/
+1
*
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
[next]