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
/
containers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland "Enable libc++ on Android"
jdduke
2015-05-05
1
-8
/
+0
*
Change ScopedPtrHashMap's 2nd template parameter
kcwu
2015-04-28
2
-20
/
+120
*
base: Remove non-const refs from the MRUCache implementation.
danakj
2015-03-09
1
-5
/
+2
*
base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.
danakj
2015-03-07
1
-0
/
+1
*
base: Add/Fix namespace closing comments.
danakj
2015-03-07
1
-1
/
+1
*
Revert of Enable libc++ on Android (patchset #16 id:460001 of https://coderev...
jam
2015-02-07
1
-3
/
+3
*
Enable libc++ on Android
jdduke
2015-02-06
1
-3
/
+3
*
Align base::hash_map with C++11, part 2.
davidben
2014-10-24
3
-38
/
+104
*
Align base::hash_map with C++11, part 1.
davidben
2014-10-11
1
-0
/
+11
*
Add base::Reversed() as an adapter for range-based for loops in reverse
mdempsky
2014-09-29
2
-0
/
+90
*
Create WebSocketTransportClientSocketPool
ricea@chromium.org
2014-06-24
2
-1
/
+60
*
Redo escaping in GN.
brettw@chromium.org
2014-06-05
1
-0
/
+7
*
Shift by the right number of bytes when grabbing the high 32 bits.
danakj@chromium.org
2014-02-26
1
-2
/
+2
*
[Base] Add typedefs to ScopedPtrHashMap
tzik@chromium.org
2014-02-24
1
-0
/
+3
*
[Base] Refactor ScopedPtrHashMap
tzik@chromium.org
2014-02-21
1
-21
/
+18
*
Fix incorrect assumption in IDMap and SmallMap tests.
earthdok@chromium.org
2014-01-23
1
-17
/
+8
*
Move more uses of string16 to specify base::
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Add discardable memory emulation for non-android/mac platforms
vollick@chromium.org
2013-10-30
1
-2
/
+7
*
Remove incorrect const qualifier from resize().
tomhudson@chromium.org
2013-09-04
1
-1
/
+1
*
So that ScopedPtrHashMap can be used by user outside of cc.
powei@chromium.org
2013-08-30
1
-0
/
+157
*
Extract pair hash functions so that they can be re-used outside of hash tables
piman@chromium.org
2013-08-08
1
-86
/
+85
*
Move hash_pair.h from cc/base into base/.
nasko@chromium.org
2013-06-20
2
-0
/
+198
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
3
-3
/
+3
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-11
2
-3
/
+3
*
Move hash_tables.h to base/containers.
brettw@chromium.org
2013-06-10
1
-0
/
+120
*
Fix BufferAlignment build issue for Android x86
james.wei@intel.com
2013-01-30
1
-1
/
+1
*
Fix BufferAlignment test on ARM linux.
sbc@chromium.org
2013-01-24
1
-3
/
+4
*
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
hans@chromium.org
2013-01-15
1
-1
/
+2
*
Move mru_cache to the new containers subdirectory.
brettw@chromium.org
2012-11-13
2
-0
/
+576
*
Move stack_container and linked_list to the new containers subdirectory.
brettw@chromium.org
2012-11-10
4
-0
/
+825
*
Add a SmallMap to base for small map lookups.
brettw@chromium.org
2012-11-09
2
-0
/
+1143