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
*
FilePathWatcherLinux should be more verbose if inotify_init() fails.
thestig@chromium.org
2013-11-26
1
-0
/
+3
*
retry r235823 with more lax unit test.
estade@chromium.org
2013-11-25
4
-0
/
+653
*
Fix crash in TraceLog::UpdateTraceEventDuration()
wangxianzhu@chromium.org
2013-11-25
1
-3
/
+5
*
Remove unused PumpOutPendingPaintMessages function
jamesr@chromium.org
2013-11-23
2
-29
/
+0
*
GTTF: Lower test launcher timeout back to 45s.
phajdan.jr@chromium.org
2013-11-23
1
-1
/
+1
*
Introduce a temporary workaround to ensure tracked preferences set to empty l...
gab@chromium.org
2013-11-22
2
-0
/
+11
*
crypto: disable NSS AES-NI support when AVX is disabled by OS.
agl@chromium.org
2013-11-22
2
-23
/
+40
*
Android: Moves isPrintingSupported method to ApiCompatibilityUtils
cimamoglu@chromium.org
2013-11-22
1
-0
/
+7
*
Cleanup: Remove many unused wstring string_utils.
thestig@chromium.org
2013-11-22
3
-171
/
+54
*
Added RefCountedMallocedMemory
joaoe@opera.com
2013-11-22
3
-0
/
+50
*
Fix threading in ScopedCriticalAction
stuartmorgan@chromium.org
2013-11-22
2
-14
/
+44
*
Remove temporary code after migration of Platform::updateTraceEventDuration
wangxianzhu@chromium.org
2013-11-21
1
-18
/
+5
*
Remove redundant call to switches_.end() in base::CommandLine::GetSwitchValue...
vivek.vg@samsung.com
2013-11-21
1
-2
/
+2
*
Move std::string instance inside of loop.
grt@chromium.org
2013-11-21
1
-2
/
+1
*
Clarify the interface of JSONStringValueSerializer::Deserialize which can onl...
gab@chromium.org
2013-11-21
3
-1
/
+6
*
Kick the pump when allowing nestable tasks on a message loop
jamesr@chromium.org
2013-11-21
2
-5
/
+94
*
Use TracingController for startup tracing
wangxianzhu@chromium.org
2013-11-21
1
-5
/
+2
*
When using C++11, use static_assert to implement COMPILE_ASSERT.
mark@chromium.org
2013-11-21
1
-2
/
+12
*
Implement SharedMemory::ShareReadOnlyToProcess().
jyasskin@chromium.org
2013-11-20
6
-38
/
+229
*
Add more RTL-related methods to ApiCompatibilityUtils.java
newt@chromium.org
2013-11-20
1
-1
/
+87
*
[Android] Fix x86 compilation with multiply defined command_line.cc
jdduke@chromium.org
2013-11-20
4
-7
/
+7
*
Cache the numberOfProcessors value on posix and expose it to blink
jochen@chromium.org
2013-11-20
4
-20
/
+58
*
Cleanup: Fix a typo in string_split.h.
thestig@chromium.org
2013-11-20
1
-3
/
+3
*
Fix multiples typos while reading histogram.
etienneb@chromium.org
2013-11-20
1
-5
/
+5
*
Fix chrome upload with content uri
qinmin@chromium.org
2013-11-20
16
-3
/
+403
*
Support use_glib==0 on Linux in base
spang@chromium.org
2013-11-20
3
-10
/
+8
*
[Android] Move CommandLine.java to base
jdduke@chromium.org
2013-11-20
8
-0
/
+641
*
Independently enable recording and event callback
wangxianzhu@chromium.org
2013-11-20
4
-109
/
+305
*
Clean up PrefServiceBuilder
isherman@chromium.org
2013-11-19
7
-188
/
+158
*
Revert 235823 "Add a timezone utility file to base/."
dewittj@chromium.org
2013-11-19
4
-657
/
+0
*
Revert 235842 "fix android build by adding build_config.h"
dewittj@chromium.org
2013-11-19
1
-1
/
+1
*
fix android build by adding build_config.h
estade@chromium.org
2013-11-18
1
-1
/
+1
*
Add a timezone utility file to base/.
estade@chromium.org
2013-11-18
4
-0
/
+657
*
Revert 235752 "Fix chrome upload with content uri"
qinmin@chromium.org
2013-11-18
16
-403
/
+3
*
Fix chrome upload with content uri
qinmin@chromium.org
2013-11-18
16
-3
/
+403
*
Android: moves base/ to use long for JNI.
bulach@chromium.org
2013-11-18
2
-6
/
+7
*
Force memcpy when reading a float, to avoid alignment issues
piman@chromium.org
2013-11-18
1
-1
/
+9
*
Use JsonDoubleQuote to output trace string
wangxianzhu@chromium.org
2013-11-15
2
-12
/
+10
*
Add WaitForCondition() and use it in ExtensionTestNotificationObserver.
bauerb@chromium.org
2013-11-15
2
-2
/
+2
*
Revert "Revert 234367 "Base: Make RegistryOverrideManager support sharde...""
tommycli@chromium.org
2013-11-15
4
-53
/
+235
*
Remove linux coverage scripts.
thakis@chromium.org
2013-11-14
1
-20
/
+0
*
Add a switch to emit browser histograms.
grt@chromium.org
2013-11-14
3
-3
/
+102
*
GTTF: Fix cc_unittests ignoring gtest_filter with new test launcher.
phajdan.jr@chromium.org
2013-11-14
1
-0
/
+2
*
Revert "Unmap unpinned ashmem regions."
pliard@chromium.org
2013-11-14
1
-26
/
+4
*
Android: Fix IsLowEndDevice typo.
epenner@chromium.org
2013-11-14
1
-1
/
+1
*
ios: Enable -Wunused-functions.
thakis@chromium.org
2013-11-14
1
-0
/
+4
*
GTTF: Make the test launcher's retry limit configurable.
phajdan.jr@chromium.org
2013-11-14
3
-1
/
+18
*
Update compatibility methods in ApiCompatibilityUtils.java.
newt@chromium.org
2013-11-14
1
-12
/
+13
*
Remove 1 static initializer with gcc.
thakis@chromium.org
2013-11-13
1
-16
/
+22
*
GTTF: Pass --test-launcher-bot-mode in .isolate files
phajdan.jr@chromium.org
2013-11-13
1
-0
/
+2
[next]