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
*
Bugfix: to add missing prefix for return type from javap.
dwkang@chromium.org
2013-02-06
2
-2
/
+8
*
Reset rollover_ms and last_seen_now when replacing mock tick function
scottmg@chromium.org
2013-02-06
1
-0
/
+3
*
base: add GetNumberOfThreads() to Linux and Android.
jln@chromium.org
2013-02-06
3
-0
/
+30
*
Security unittests: add more compiler barriers
jln@chromium.org
2013-02-06
1
-25
/
+27
*
Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.
joi@chromium.org
2013-02-06
6
-27
/
+22
*
Disable FoundationUtilTest.NSStringToFilePath test
scheib@chromium.org
2013-02-05
1
-1
/
+2
*
GTTF: Add missing virtual destructors.
phajdan.jr@chromium.org
2013-02-05
5
-2
/
+10
*
add upstream nspr maintainers to the owners list
vapier@chromium.org
2013-02-05
1
-0
/
+2
*
base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant.
tfarina@chromium.org
2013-02-05
6
-10
/
+17
*
Recognize "\r\n" (Windows) line endings in base::JSONParser so that line numb...
fangjue23303@gmail.com
2013-02-05
2
-3
/
+18
*
Revert 180547 (didn't help)
thakis@chromium.org
2013-02-04
8
-27
/
+26
*
Linux: grow a unique random mapping in ASLR
jln@chromium.org
2013-02-04
1
-33
/
+55
*
Revert 180332 (speculative, BrowserAccessibilityTest.BasicAttributeTest
thakis@chromium.org
2013-02-04
8
-26
/
+27
*
Allow BrowserTestBase to do wait.
nileshagrawal@chromium.org
2013-02-04
1
-0
/
+2
*
Revert 180514: It breaks the windows compile.
mpcomplete@chromium.org
2013-02-04
1
-51
/
+33
*
Linux: grow a unique random mapping in ASLR
jln@chromium.org
2013-02-04
1
-33
/
+51
*
Revert 180486
jln@chromium.org
2013-02-04
1
-51
/
+33
*
Linux: grow a unique random mapping in ASLR
jln@chromium.org
2013-02-04
1
-33
/
+51
*
Use WINHEAP by default if ADDRESS_SANITIZER is defined.
sebmarchand@chromium.org
2013-02-04
1
-1
/
+15
*
Refactor: Simplify WaitableEventWatcher.
teravest@chromium.org
2013-02-04
4
-127
/
+64
*
base: Update the calls from QuitClosure() to QuitWhenIdleClosure().
tfarina@chromium.org
2013-02-04
8
-27
/
+26
*
[Test Expectations] Convert the functions to use base::StringPiece.
rsesek@chromium.org
2013-02-03
2
-9
/
+11
*
MessageLoop's RUN method will pass a const ref to PendingTask when
rtenneti@chromium.org
2013-02-03
3
-8
/
+9
*
Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...
gab@chromium.org
2013-02-03
1
-12
/
+14
*
Fix scoped_ptr<T[]> to disallow construction and reset from NULL.
dcheng@chromium.org
2013-02-02
5
-4
/
+30
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
23
-149
/
+183
*
Adds AVX detection to CPU and records a histogram of Intel Microarchitecture ...
whunt@chromium.org
2013-02-02
2
-0
/
+27
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
7
-56
/
+64
*
[Test Expectations] Create the basic data structures.
rsesek@chromium.org
2013-02-01
5
-0
/
+295
*
Revert 179987
dmichael@chromium.org
2013-01-31
4
-63
/
+126
*
Refactor: Simplify WaitableEventWatcher.
teravest@chromium.org
2013-01-31
4
-126
/
+63
*
Remove/simplify the POSIX SharedMemory::Create() a bit.
viettrungluu@chromium.org
2013-01-31
1
-10
/
+7
*
Move stringize_macros to base/strings.
brettw@chromium.org
2013-01-31
4
-61
/
+6
*
Fix base_unittests.isolate
csharp@chromium.org
2013-01-31
1
-2
/
+2
*
TCMalloc: support userland ASLR on Linux and Chrome OS
jln@chromium.org
2013-01-31
1
-0
/
+59
*
Update base_unittests.isolate
csharp@chromium.org
2013-01-31
1
-0
/
+1
*
base/prefs: Build and run json_pref_store_unittest.cc within base_unittests t...
tfarina@chromium.org
2013-01-30
1
-0
/
+3
*
Fix BufferAlignment build issue for Android x86
james.wei@intel.com
2013-01-30
1
-1
/
+1
*
Make RouteStdioToConsole() redirect FDs 1 and 2 as well as FILE* pointers
mseaborn@chromium.org
2013-01-30
1
-2
/
+11
*
Fix creating target paths in file_util_posix CopyDirectory.
aedla@chromium.org
2013-01-30
3
-12
/
+53
*
Set Realtime Audio Thread priority on Android
james.wei@intel.com
2013-01-30
6
-4
/
+49
*
Fix a double deletion in histogram test and re-enable
kaiwang@chromium.org
2013-01-30
1
-2
/
+0
*
Relanding "Add apk for running content_browsertests"
nileshagrawal@chromium.org
2013-01-29
3
-6
/
+11
*
Disable ToolsSanityTest.ArrayDeletedWithoutBraces and ToolsSanityTest.SingleE...
glider@chromium.org
2013-01-29
1
-3
/
+12
*
Disable cache in PathService.
vitalybuka@chromium.org
2013-01-29
2
-3
/
+21
*
encodeHtmlDataUri to avoid malformed URIs in tests
aruslan@chromium.org
2013-01-29
1
-1
/
+23
*
Adding upper limit to DiscardableMemoryAndroid
qinmin@chromium.org
2013-01-28
2
-1
/
+57
*
Use LOG_GETLASTERROR in more cases in base/
mseaborn@chromium.org
2013-01-28
7
-24
/
+21
*
Revert 179189
nileshagrawal@chromium.org
2013-01-28
3
-11
/
+6
*
Add apk for running content_browsertests
nileshagrawal@chromium.org
2013-01-28
3
-6
/
+11
[next]