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
*
Implement chromium's TLS.
michaelbai@chromium.org
2013-12-18
5
-223
/
+344
*
Revert "Log more info in file_util::WriteFile for debugging."
phajdan.jr@chromium.org
2013-12-18
1
-7
/
+6
*
Move DumpProcessWithoutCrash to base, so we can use it from net and content
jochen@chromium.org
2013-12-18
5
-7
/
+71
*
Log more info in file_util::WriteFile for debugging.
phajdan.jr@chromium.org
2013-12-18
1
-6
/
+7
*
Add method to check if all Activities were destroyed
dfalcantara@chromium.org
2013-12-18
1
-0
/
+8
*
Make gtest always use simple internal regex engine.
mithro@mithis.com
2013-12-18
4
-11
/
+10
*
Get rid of ui_cocoa_third_party_toolkits target from ui.gyp
tfarina@chromium.org
2013-12-18
2
-3
/
+3
*
GTTF: Limit number of retried tests.
phajdan.jr@chromium.org
2013-12-17
2
-62
/
+71
*
Have jni_generator.gypi specify include_dirs to dependent targets.
blundell@chromium.org
2013-12-17
2
-9
/
+0
*
Revert 241144 "Implement chromium's TLS."
estade@chromium.org
2013-12-17
5
-340
/
+223
*
Implement chromium's TLS.
michaelbai@chromium.org
2013-12-17
5
-223
/
+340
*
Fix getPaddingStart/getPaddingEnd in ApiCompatibilityUtils.java
skanuj@chromium.org
2013-12-17
1
-6
/
+6
*
Revert of https://codereview.chromium.org/107513011/
szym@chromium.org
2013-12-16
3
-82
/
+1
*
Implement eliding/truncating at end in RenderText
skanuj@chromium.org
2013-12-16
3
-1
/
+82
*
base: Refactor DiscardableMemoryProvider to build and be tested on all platfo...
reveman@chromium.org
2013-12-16
9
-158
/
+231
*
Fix --trace-to-console filter merge issue
wangxianzhu@chromium.org
2013-12-13
1
-6
/
+11
*
Revert of https://codereview.chromium.org/112063003/
szym@chromium.org
2013-12-13
3
-82
/
+1
*
GTTF: Fix the test launcher's JSON output for non-UTF8-encoded snippets.
phajdan.jr@chromium.org
2013-12-13
1
-1
/
+21
*
Revert of https://codereview.chromium.org/82963003/
nkostylev@chromium.org
2013-12-13
3
-31
/
+25
*
Remove heapcheck support.
thakis@chromium.org
2013-12-13
2
-47
/
+12
*
Cleanup: Make more wstring functions Windows-only.
thestig@chromium.org
2013-12-13
3
-25
/
+31
*
Implement eliding/truncating at end in RenderText
skanuj@chromium.org
2013-12-13
3
-1
/
+82
*
Enable svelte UX on low end devices for new installs or after clearing data.
cramya@chromium.org
2013-12-12
1
-1
/
+7
*
Reset thread_shared_chunk_ in TraceLog::NextGeneration()
haraken@chromium.org
2013-12-12
2
-7
/
+10
*
Use Atomic in IsProfilerTimingEnabled
qsr@chromium.org
2013-12-12
1
-13
/
+18
*
Make LaunchProcess able to inherit only specified handles on Vista+.
viettrungluu@chromium.org
2013-12-12
4
-13
/
+109
*
Revert of https://codereview.chromium.org/88993002/
mikhail.pozdnyakov@intel.com
2013-12-12
2
-43
/
+46
*
Change "high RAM" level for iOS devices from 250 MB to 500MB.
lliabraa@chromium.org
2013-12-11
2
-3
/
+3
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-11
8
-181
/
+304
*
GTTF: Make new test launcher automatically use single process mode when debug...
phajdan.jr@chromium.org
2013-12-11
3
-1
/
+41
*
Disable timing from chrome://profiler on Android.
qsr@chromium.org
2013-12-11
3
-2
/
+36
*
Revert of https://codereview.chromium.org/100823007/
antrim@chromium.org
2013-12-11
8
-304
/
+181
*
Enable tcmalloc heap-profiler module on Windows.
peria@chromium.org
2013-12-11
2
-10
/
+5
*
Revert 239921 "Revert 239759 "The comment in base64.h implies th..."
vadimt@chromium.org
2013-12-11
3
-13
/
+5
*
Revert 239759 "The comment in base64.h implies that base::Base64..."
vadimt@chromium.org
2013-12-11
3
-5
/
+13
*
Fixing all Java import ordering issues.
aurimas@chromium.org
2013-12-10
11
-29
/
+9
*
Revert "Revert 239763 "Add DiscardableMemoryAllocator to minimize use of...""
pliard@chromium.org
2013-12-10
9
-60
/
+926
*
GTTF: Enable glibcxx debug mode for Debug builds by default.
phajdan.jr@chromium.org
2013-12-10
2
-0
/
+3
*
Fix Java style issues in base/
aurimas@chromium.org
2013-12-10
37
-81
/
+87
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-10
8
-181
/
+304
*
Revert 239763 "Add DiscardableMemoryAllocator to minimize use of..."
pliard@chromium.org
2013-12-10
9
-924
/
+60
*
Add DiscardableMemoryAllocator to minimize use of FDs with discardable memory...
pliard@chromium.org
2013-12-10
9
-60
/
+924
*
The comment in base64.h implies that base::Base64Encode() can return false, but
ricea@chromium.org
2013-12-10
3
-13
/
+5
*
linux_aura: Move parallel_jobs_ override to base/.
erg@chromium.org
2013-12-10
1
-0
/
+11
*
Revert 239423 since it breaks base_unittests in linux, cros, mac valgrind bots.
sadrul@chromium.org
2013-12-10
4
-21
/
+11
*
Fix compiler errors when using CBU16_{LEAD,TRAIL} from base/third_party/icu/i...
rsesek@chromium.org
2013-12-10
1
-2
/
+5
*
Add code to fetch the windows type along its version to base.
pastarmovj@chromium.org
2013-12-09
2
-2
/
+76
*
Add FilePath::FinalExtension() to avoid double extensions (.tar.gz) for file ...
davidben@chromium.org
2013-12-09
3
-19
/
+80
*
Remove IO allowed assert in GetTempDir()
joaoe@opera.com
2013-12-09
1
-2
/
+0
*
Make gtest always use simple internal regex engine.
mithro@mithis.com
2013-12-09
4
-11
/
+21
[next]