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
*
Avoid trace-to-console deadlock or infinite recursion
wangxianzhu@chromium.org
2013-12-05
3
-37
/
+107
*
Make base::RefCountedBase methods inline
mikhail.pozdnyakov@intel.com
2013-12-05
2
-46
/
+43
*
Revert 238913 "Make gtest always use simple internal regex engine."
hashimoto@chromium.org
2013-12-05
2
-4
/
+6
*
Make gtest always use simple internal regex engine.
mithro@mithis.com
2013-12-05
2
-6
/
+4
*
GTTF: Don't use multi-process new test launcher on Android.
phajdan.jr@chromium.org
2013-12-05
1
-0
/
+5
*
GTTF: Enable --brave-new-test-launcher by default.
phajdan.jr@chromium.org
2013-12-05
1
-7
/
+1
*
GTTF: Update --help for new test launcher.
phajdan.jr@chromium.org
2013-12-05
1
-8
/
+31
*
Minor style tweaks to tls
sky@chromium.org
2013-12-05
3
-23
/
+18
*
Move Touch to base namespace, remove SetLastModifiedTime.
brettw@chromium.org
2013-12-04
4
-36
/
+25
*
Android: some minor improvements to jni_generator_tests.py
bulach@chromium.org
2013-12-04
1
-1
/
+14
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-04
11
-241
/
+235
*
Refactor base::Timer to not call TimeTicks::Now for task with 0 delay.
qsr@chromium.org
2013-12-04
2
-8
/
+19
*
Move GetFileSize, NormalizeFilePath to base namespace
brettw@chromium.org
2013-12-04
8
-179
/
+174
*
Self-removing jar from owners in base
jar@chromium.org
2013-12-04
1
-1
/
+0
*
Move the logic for getting icu data out of icu_util
jshin@chromium.org
2013-12-04
1
-29
/
+12
*
[mac] Implement a windowed extension install/permissions prompt.
tapted@chromium.org
2013-12-04
1
-0
/
+11
*
Enable pasting HTML content from the Android clipboard
kristianm@chromium.org
2013-12-04
1
-0
/
+7
*
Base: Move platform_file.* to files/file.*
rvargas@chromium.org
2013-12-04
8
-709
/
+673
*
Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...
brettw@chromium.org
2013-12-03
2
-26
/
+26
*
Document that tests should avoid using bare SWPs.
earthdok@chromium.org
2013-12-03
1
-0
/
+3
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
12
-131
/
+130
*
Reapply "Remove TraceController"
wangxianzhu@chromium.org
2013-12-03
3
-231
/
+100
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
15
-101
/
+95
*
Revert of https://codereview.chromium.org/99103004/
wangxianzhu@chromium.org
2013-12-03
3
-100
/
+231
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
19
-45
/
+58
*
Run ipc_tests serially when using new test launcher.
phajdan.jr@chromium.org
2013-12-03
2
-6
/
+25
*
Move more uses of string16 to specify base::
brettw@chromium.org
2013-12-03
13
-77
/
+95
*
Revert "Revert 237280 "Remove TraceController""
wangxianzhu@chromium.org
2013-12-02
3
-231
/
+100
*
Cache JNI call results in SysUtils on native side.
sl.ostapenko@samsung.com
2013-12-02
2
-2
/
+15
*
Update OWNERS files
joth@chromium.org
2013-12-02
2
-2
/
+0
*
Fix a test failure as GetFileSize() will not set the size if it fails
qinmin@chromium.org
2013-12-02
1
-2
/
+1
*
Move some more file utils to the base namespace.
brettw@chromium.org
2013-12-02
17
-166
/
+180
*
net: boost AES-GCM ciphers if the machine has AES-NI.
agl@chromium.org
2013-12-02
2
-0
/
+4
*
Change docs for DeprecatedGetPrefRegistry to point to the correct approach.
joi@chromium.org
2013-12-02
1
-0
/
+10
*
Android: relands r237947, split golden content from jni_generator_tests.
bulach@chromium.org
2013-12-02
10
-1385
/
+1394
*
Move EmptyString, kWhitespace and the BOM to base.
brettw@chromium.org
2013-12-02
3
-26
/
+36
*
Extract unit tests from the mixed bag process_util_unittest.cc into proper fi...
maruel@chromium.org
2013-12-02
4
-127
/
+132
*
Revert 237947 "Android: split golden content from jni_generator_..."
scottmg@chromium.org
2013-11-30
10
-1387
/
+1383
*
Android: split golden content from jni_generator_tests.
bulach@chromium.org
2013-11-29
10
-1383
/
+1387
*
Add ScopedVector<T>::pop_back().
pliard@chromium.org
2013-11-29
2
-0
/
+19
*
Fix error: unused variable 'kNumTasks'.
justincohen@chromium.org
2013-11-28
1
-0
/
+2
*
Add thread duration support for tracing 'X' (Complete) events
fmeawad@chromium.org
2013-11-28
2
-4
/
+15
*
Use posix_memalign for OS_NACL instead of memalign, remove TODO for docs.
jvoung@chromium.org
2013-11-28
1
-7
/
+6
*
Clarify callback.h const reference binding documentation.
scheib@chromium.org
2013-11-28
1
-2
/
+7
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-28
10
-124
/
+61
*
Base: Copy platform_file.* to files/file.*
rvargas@google.com
2013-11-28
5
-0
/
+1539
*
Move Posix file utils to the base namespace.
brettw@chromium.org
2013-11-27
10
-373
/
+358
*
Revert of https://codereview.chromium.org/53923005/
acleung@chromium.org
2013-11-27
5
-500
/
+0
*
android: Add CHECK() calls to better understand memory corruption.
digit@chromium.org
2013-11-27
1
-2
/
+14
*
[Android] Add a low-end device mode override flag
jdduke@chromium.org
2013-11-27
4
-6
/
+41
[next]