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
*
base/android/jni_array.h: Add JavaArrayOfByteArraysToStringVector()
digit@chromium.org
2012-12-05
3
-0
/
+62
*
(1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...
kmadhusu@chromium.org
2012-12-05
7
-47
/
+154
*
Add an option to use tcmalloc's debugallocation for Debug builds
phajdan.jr@chromium.org
2012-12-04
3
-19
/
+31
*
Clean up ScopedVectorTest's LifeCycleObject.
gavinp@chromium.org
2012-12-04
1
-9
/
+10
*
Remove the last usages of PrefObserver outside of Prefs.
joi@chromium.org
2012-12-04
3
-45
/
+27
*
Enable MessageLoop unittests on iOS and fix MessagePumpIOForIOS bug.
blundell@chromium.org
2012-12-04
3
-6
/
+5
*
UMA for Windows 8 Secondary Tile pinning/unpinning user actions
tapted@chromium.org
2012-12-04
1
-0
/
+39
*
Revert 170800 - Speculatively reverting 166585 to see if it fixes issue 1603...
rtenneti@chromium.org
2012-12-04
4
-14
/
+8
*
roll gtest 621:629 and gmock 405:410
thakis@chromium.org
2012-12-03
1
-1
/
+1
*
Speculatively reverting 166585 to see if it fixes issue 160300 - 6% startup ...
rtenneti@chromium.org
2012-12-03
4
-8
/
+14
*
base: Use TEST() macro when possible.
tfarina@chromium.org
2012-12-03
7
-44
/
+34
*
base/time_posix.cc: Use time64_t on Android.
digit@chromium.org
2012-12-03
1
-12
/
+50
*
Change FilePathWatcher tests to use the new callback style FilePathWatcher::W...
thestig@chromium.org
2012-12-01
1
-113
/
+115
*
Let base_unittests build with the components build on android
thakis@chromium.org
2012-11-30
1
-1
/
+1
*
Provide an iOS message pump for IO implementation.
blundell@chromium.org
2012-11-30
10
-18
/
+680
*
Add myself as an owner of Bind() related files.
ajwong@chromium.org
2012-11-30
1
-0
/
+21
*
Revert 170287 - Add dependency on allocator.gyp from 'base' and export it
akalin@chromium.org
2012-11-30
2
-15
/
+6
*
Add dependency on allocator.gyp from 'base' and export it
akalin@chromium.org
2012-11-29
2
-6
/
+15
*
Add temporary UMA histogram to understand how trials are getting disabled.
asvitkine@chromium.org
2012-11-29
1
-1
/
+5
*
Use Netlink instead of NetworkManager (via D-bus) to monitor network
pauljensen@chromium.org
2012-11-29
1
-2
/
+4
*
[cros] RlzValueStore made protected by a cross-process lock and not persisted...
ivankr@chromium.org
2012-11-29
2
-11
/
+23
*
GTTF: Lower timeouts for Release mode.
phajdan.jr@chromium.org
2012-11-28
1
-0
/
+5
*
Add support to Pickle for reading and writing floats
rbyers@chromium.org
2012-11-28
3
-0
/
+17
*
Disassociate argument type from return type in PostTaskAndReplyWithResult tem...
ajwong@chromium.org
2012-11-28
2
-30
/
+39
*
Fix leak in ScopedVector<>::resize()
gavinp@chromium.org
2012-11-27
2
-1
/
+41
*
base/prefs: Break the dependency in chrome_paths.h
tfarina@chromium.org
2012-11-27
7
-4
/
+44
*
Fix ProcessUtilTest.FDRemapping on Android.
pliard@chromium.org
2012-11-27
1
-9
/
+33
*
base/prefs: Remove all content/ dependency from unittests.
tfarina@chromium.org
2012-11-23
2
-14
/
+0
*
base/prefs: Break the dependency on chrome/common/pref_names.h
tfarina@chromium.org
2012-11-22
4
-27
/
+29
*
base/prefs: Remove unused forward declarations of TabContents and Profile.
tfarina@chromium.org
2012-11-22
1
-2
/
+0
*
Add GPU memory to memory monitor
davemoore@chromium.org
2012-11-21
1
-1
/
+10
*
Android: Fix PathUtilsTest.TestGetNativeLibraryDirectory
jknotten@chromium.org
2012-11-21
1
-4
/
+4
*
[base] Move AutoReset to base namespace.
dbeam@chromium.org
2012-11-21
4
-10
/
+14
*
base/prefs: Remove important_file_writer.h entry from DEPS whitelist.
tfarina@chromium.org
2012-11-21
1
-1
/
+0
*
Add copy and assignment to FundamentalValue and StringValue.
estade@chromium.org
2012-11-20
2
-14
/
+12
*
Add DCHECK to avoid binding values to null callbacks
hashimoto@chromium.org
2012-11-20
3
-0
/
+14
*
Make ShareToProcess return false when dup() fails. This matches the behavior
darin@chromium.org
2012-11-20
1
-1
/
+5
*
AwContents Compositor bring up
joth@chromium.org
2012-11-20
3
-0
/
+11
*
Standardize on |trial_name| and |group_name| in field trials API.
asvitkine@chromium.org
2012-11-19
3
-53
/
+55
*
Handle portrait mode in is-a-tablet heuristic.
grt@chromium.org
2012-11-19
1
-1
/
+4
*
Add ManagedModeSiteList and use it in ManagedModeURLFilter.
bauerb@chromium.org
2012-11-19
1
-0
/
+2
*
Fix gcc 4.7 compilation problem by adding explict unistd.h inclusion.
shenhan@google.com
2012-11-17
1
-0
/
+4
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
18
-38
/
+50
*
Revert 168239 - Extract SIGPIPE ignoring code to a common place.
dmichael@google.com
2012-11-16
4
-20
/
+11
*
Extract SIGPIPE ignoring code to a common place.
phajdan.jr@chromium.org
2012-11-16
4
-11
/
+20
*
Put Android systrace calls in trace_event_impl only.
wangxianzhu@chromium.org
2012-11-15
5
-58
/
+72
*
Revert 167808 - Get rid of use of CreateStringValue in chromeos/ directory.
kinaba@chromium.org
2012-11-15
1
-2
/
+3
*
Get rid of use of CreateStringValue in chromeos/ directory.
estade@chromium.org
2012-11-15
1
-3
/
+2
*
Fix style typo (missing space) in base/path_service_unittest.cc
gab@chromium.org
2012-11-15
1
-1
/
+1
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
20
-22
/
+22
[next]