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
*
Add a Java API for UMA histograms.
ppi
2015-01-22
9
-35
/
+313
*
Adding flag to specify the used memory pressure strategy
skuhne
2015-01-22
3
-12
/
+72
*
Avoid a /analyze internal compiler error with MakeIndexSequence
brucedawson
2015-01-21
1
-0
/
+46
*
Move ForkWithFlags from process* to launch*.
rickyz
2015-01-21
6
-227
/
+223
*
Instrumenting Win message processing deper for jank
vadimt
2015-01-21
1
-1
/
+23
*
Move the test template to //testing/test.gni (part 2)
qsr
2015-01-21
1
-10
/
+8
*
Linux: Properly detect __GLIBCXX__ in atomicops.h
thestig
2015-01-21
1
-2
/
+6
*
Enable strict-virtual-specifiers for iOS builds.
droger
2015-01-20
3
-23
/
+17
*
Make |use_glib| configurable.
erg
2015-01-20
1
-2
/
+7
*
Add WARN_UNUSED_RESULT to [Final]Extension
scottmg
2015-01-20
1
-2
/
+2
*
Reland "mac: Implement custom AppKit Enter Fullscreen transition."
erikchen
2015-01-20
1
-0
/
+1
*
Revert of Re-land: base: Enable browser-wide discardable memory on Linux, CrO...
reveman
2015-01-20
4
-8
/
+8
*
json_schema_compiler: Use std::vector<char> for binary values.
pneubeck
2015-01-20
3
-0
/
+19
*
Skip direct map from apk check for Samsung Mega.
simonb
2015-01-19
1
-0
/
+10
*
Disable ProcessTest.PreExecHook
clamy
2015-01-19
1
-2
/
+2
*
clang/win: Fix a few warnings/errors.
wfh
2015-01-18
1
-8
/
+4
*
Cleanup: Remove unused third_party include.
tfarina
2015-01-18
2
-5
/
+0
*
Re-land: base: Enable browser-wide discardable memory on Linux, CrOS and Wind...
reveman
2015-01-17
4
-8
/
+8
*
Move OpenPrivilegedProcessHandle to Process::OpenWithExtraPriviles.
rvargas
2015-01-17
6
-30
/
+29
*
Instrumenting all wndprocs to find jank.
vadimt
2015-01-17
3
-0
/
+16
*
Adds ScopedVector::push_back(scoped_ptr)
sky
2015-01-16
2
-0
/
+15
*
Add the ability to run a callback between fork and exec.
rickyz
2015-01-16
4
-1
/
+83
*
Fix ThreadChecker bug in WeakNSObject
droger
2015-01-16
2
-25
/
+85
*
Move l10n_util's GetCanonicalLocal() function into base/i18n module.
tfarina
2015-01-16
2
-3
/
+3
*
Revert of mac: Implement custom AppKit Enter Fullscreen transition. (patchset...
maniscalco
2015-01-15
1
-1
/
+0
*
mac: Implement custom AppKit Enter Fullscreen transition.
erikchen
2015-01-15
1
-0
/
+1
*
Revert of Give asan/win bot a very generous timeout. (patchset #1 id:1 of htt...
thakis
2015-01-15
1
-1
/
+1
*
iOS gtest launcher: get list of tests from executable running in simulator
Paweł Hajdan
2015-01-15
10
-9
/
+214
*
Revert of Reverting due to Android builders breakage. Subsequent fixes did no...
amistry
2015-01-15
3
-0
/
+26
*
Reverting due to Android builders breakage. Subsequent fixes did not fix.
amistry
2015-01-15
3
-26
/
+0
*
Use SuppressFBWarnings to suppress findbugs warnings
cjhopman
2015-01-15
3
-0
/
+26
*
Send all field trials from the browser.
georgesak
2015-01-14
3
-0
/
+169
*
Remove deprecated versions of LaunchProcess.
rvargas
2015-01-14
4
-94
/
+26
*
Allow copying scoped_nsobject of different type.
droger
2015-01-14
1
-0
/
+15
*
Extract UnitTestLauncherDelegate declaration to a header
Paweł Hajdan, Jr
2015-01-14
2
-174
/
+230
*
Revert of Use SuppressFBWarnings to suppress findbugs warnings (patchset #12 ...
rockot
2015-01-14
3
-26
/
+0
*
[Windows] One TimeTicks clock: efficient/reliable high-res, with low-res fall...
miu
2015-01-14
6
-256
/
+266
*
Add unit tests for string_as_array().
thestig
2015-01-14
1
-0
/
+25
*
Use SuppressFBWarnings to suppress findbugs warnings
cjhopman
2015-01-14
3
-0
/
+26
*
Make CancelableCallback::weak_factory_ the last member.
dmichael
2015-01-14
1
-7
/
+4
*
Update EnsureProcessGetsReaped to receive a pid.
rvargas
2015-01-14
2
-5
/
+5
*
Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.
rickyz
2015-01-13
6
-5
/
+197
*
Add TestMockTimeTaskRunner in base/test.
engedy
2015-01-13
4
-0
/
+283
*
Speed up Android resource extraction in the common case (nothing to do)
lizeb
2015-01-13
1
-19
/
+16
*
Tweak tracing JSON output formatting.
alph
2015-01-13
1
-4
/
+4
*
Restore the allocator shim on Windows. Add 2Gb limit on allocations via the ...
wfh
2015-01-13
11
-840
/
+619
*
Instrumenting windows message maps, and cleanup.
vadimt
2015-01-13
1
-10
/
+0
*
MultiProcessTest: Update SpawnChild* to return a Process.
rvargas
2015-01-12
7
-66
/
+60
*
Revert of Add TestMockTimeTaskRunner in base/test. (patchset #5 id:100001 of ...
erg
2015-01-12
4
-282
/
+0
*
base: Update test_launcher to use the new version of launchProcess.
rvargas
2015-01-12
1
-9
/
+10
[next]