Sign in
chromium
/
chromium
/
src.git
/
2d2989c3627609fe10338d462b9b7950a277de1b
/
third_party
/
WebKit
/
Source
/
wtf
2d2989c
Rename AtomicString::string() to AtomicString::getString().
by dcheng
· 9 years ago
5454af3
Make myself a wtf/OWNER.
by esprehn
· 9 years ago
03d23a6
Add const support to wtf/RefCounted
by leviw
· 9 years ago
2edf9869
Remove unneeded using Base::capacity in WTF::Vector definition.
by dcheng
· 9 years ago
ec47b35
Remove ASSERT_ARG().
by tkent
· 9 years ago
0e32be01
Revert NotImplemented() changes in r383029 and r383047.
by Dirk Pranke
· 9 years ago
513bc45
Update allocPageErrorCode only when mmap fails.
by tasak
· 9 years ago
25e8e9a
Remove ASSERT_ARG().
by tkent
· 9 years ago
cdc755c
Remove platform/NotImplemented.*.
by tkent
· 9 years ago
db7410a
Rename ASSERT_AT to DCHECK_AT, and re-implement it with base/logging.*.
by tkent
· 9 years ago
18c4dc6
wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h.
by bsep
· 9 years ago
9aee43b6
Use DLOG_IF() for REPORT_OVERFLOW().
by tkent
· 9 years ago
dc1e6dee
Revert of wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h. (patchset #4 id:60001 of https://codereview.chromium.org/1814563002/ )
by aberent
· 9 years ago
43dee10e
Remove RELEASE_ASSERT_NOT_REACHED().
by tkent
· 9 years ago
f32b99d
Remove ASSERT_WITH_MESSAGE family.
by tkent
· 9 years ago
1465f844
wtf/CheckedArithmetic.h delegates to base/numerics/safe_math.h.
by bsep
· 9 years ago
b7657ef8
Remove WTF_LOG_ERROR macro.
by tkent
· 9 years ago
eb9885f
Merge WTF::initializeMainThread into WTF::initialize
by haraken
· 9 years ago
cb04e64
Remove FATAL() macro.
by tkent
· 9 years ago
ec92a267
Adjust Spinlock memory ordering to improve ARM performance
by jschuh
· 9 years ago
d4640bcf2
Deprecate some macros in wtf/Assertions.h in favor of base/logging.h
by tkent
· 9 years ago
b1d3886
WTF: Implement move semantics for values of {List,Linked}HashSet.
by yutak
· 9 years ago
d224c9ec
Cleanup of wtf/Assertions.*
by tkent
· 9 years ago
981a814
Fix ListHashSet::AddResult storing a Node* instead of a ValueType*.
by yutak
· 9 years ago
a0c8fd90
Added FATAL instead of IMMEIDATE_CRASH when PartitionAlloc OOM with < 16M memory usage.
by tasak
· 9 years ago
01875a5
WTF HashSet: Implement move semantics for values.
by yutak
· 9 years ago
70eb2471
WTF: Use gtest's typed test in ListHashSetTest.
by yutak
· 9 years ago
07638c1
WTF: Implement move semantics for HashTable-based containers.
by yutak
· 9 years ago
791f9b2
Mojo C++ bindings: support mapping mojo string to WTF::String.
by yzshen
· 9 years ago
1d3fb1e
WTF TypeTraits: Fix IsTrivially{DefaultConstructible,Destructible}.
by yutak
· 9 years ago
02cfffa7
Register ArrayBufferContents' adjustAmountOfMemory in V8Initializer::initialize
by haraken
· 9 years ago
d7225e4
WTF: Fix Vector<T> memcpy'ing incorrectly for some T.
by yutak
· 9 years ago
c80deb3
Rename Vector::prepend to Vector::prependVector
by yhirano
· 9 years ago
1d3dd7d
Avoid WeakProcessingHashTableHelper<> type redefinitions.
by sigbjornf
· 9 years ago
4a08542
WTF: Move TypeTraits.cpp to test-only target.
by yutak
· 9 years ago
3caf842
blink: Use struct instead of class for type-traits.
by danakj
· 9 years ago
960a5f5
Add thread affinity and ASSERT() for same-thread restriction to WTF::Function
by hiroshige
· 9 years ago
893a6b1
WTF::HashTable: Implement move semantics for keys and values.
by yutak
· 9 years ago
fb8ff06
Use move semantics to move elements inside WTF::HashTable.
by yutak
· 9 years ago
54fbc836
Reland of WTF::bind: Handle movable objects in unbound arguments. (patchset #1 id:1 of https://codereview.chromium.org/1757873002/ )
by finnur
· 9 years ago
4018337
Extract webkit_unit_tests from blink_web component.
by jbroman
· 9 years ago
53eccbc
Fix name collisions that will occur with chromium style.
by danakj
· 9 years ago
4a75239
Revert of Extract webkit_unit_tests from blink_web component. (patchset #16 id:300001 of https://codereview.chromium.org/1676083002/ )
by dimich
· 9 years ago
18cda1a
Extend FontCache fallback API to support FontFallbackPriority
by drott
· 9 years ago
737c4d0
Extract webkit_unit_tests from blink_web component.
by jbroman
· 9 years ago
a55ac737
Revert of WTF::bind: Handle movable objects in unbound arguments. (patchset #1 id:1 of https://codereview.chromium.org/1744143002/ )
by finnur
· 9 years ago
bdde21e
Remove unused HashSet<>::isValidValue().
by sigbjornf
· 9 years ago
3b893b5d
Rename enums/functions that collide in chromium style in WTF::HashMap
by danakj
· 9 years ago
cbf29aa
WTF::bind: Handle movable objects in unbound arguments.
by yutak
· 9 years ago
beab086f
Revert of Rename enums/functions that collide in chromium style in WTF::HashMap (patchset #1 id:1 of https://codereview.chromium.org/1746503002/ )
by danakj
· 9 years ago
b2ad76a9
[Mac] Drop support for %@ format specifier.
by jbroman
· 9 years ago
477aebd
Rename enums/functions that collide in chromium style in WTF::HashMap
by danakj
· 9 years ago
bbe710f
Clean up WebTaskRunner::Task subclasses in WebKit.cpp
by hiroshige
· 9 years ago
3fa2f06
Refactor ThreadRestrictionVerifier
by hiroshige
· 9 years ago
fbbd4c94
WTF::bind: Properly handle movable objects in bound arguments.
by yutak
· 9 years ago
6959c1a
Add additive animation support for CSS property background-position
by alancutter
· 9 years ago
6863feb
GN: Add remove_webcore_debug_symbols arg
by hashimoto
· 9 years ago
3b1a0ea
Added errno (or GetLastError code) to crash dump when systemAllocPages fails.
by tasak
· 9 years ago
8a5501c
Simplify IntegerToStringConversion using C++11 and base.
by esprehn
· 9 years ago
89fb645
Refactoring: Remove DETAILED_MEMORY_INFRA
by hajimehoshi
· 9 years ago
2ccb404
Revert of Add additive animation support for CSS property background-position (patchset #7 id:120001 of https://codereview.chromium.org/1680803003/ )
by twellington
· 9 years ago
38955fb
Add additive animation support for CSS property background-position
by alancutter
· 9 years ago
ba5210f
Reland of Change assert to release assert for WTF::double_conversion::Vector to prevent OOB memory access. (patchset #1 id:1 of https://codereview.chromium.org/1694093002/ )
by inferno
· 9 years ago
7b76ad8
The "replacement" encoding shouldn't emit error for empty input
by jsbell
· 9 years ago
a5466f4
Blink Platform: Remove time functions from Platform.
by yutak
· 9 years ago
64cb1f5
Revert of Change assert to release assert for WTF::double_conversion::Vector to prevent OOB memory access. (patchset #2 id:20001 of https://codereview.chromium.org/1677363002/ )
by inferno
· 9 years ago
6fed873
Oilpan: Discard unused system pages when sweeping NormalPageHeaps
by haraken
· 9 years ago
ad618c3
Change assert to release assert for WTF::double_conversion::Vector to prevent OOB memory access.
by mmoroz
· 9 years ago
2a02e48
WTF::bind: Remove the need of hand-rolled code for bound arguments.
by yutak
· 9 years ago
3ed99da0
wtf: Rename variables in dtoa() so there is not both |s| and |S|.
by danakj
· 9 years ago
23324d9
Remove Enumeration Histograms from the Blink Platform API.
by dtapuska
· 9 years ago
c8d32dd
Change assert to release assert for BitArray to prevent out-of-bounds access.
by mmoroz
· 9 years ago
061aa9a7
Change assert to release assert for Deque to prevent out-of-bounds access.
by mmoroz
· 9 years ago
cb52fdd
wtf: Rename int hashing functions to not collide with IntHash struct.
by danakj
· 9 years ago
0a3a4c9d
Remove APPLE_ARMV7S-specific code from Blink.
by suzyh
· 9 years ago
3c0ef4309
Move gn _run target generation into test(). (RELAND)
by jbudorick
· 9 years ago
002f222
Revert of Move gn _run target generation into test(). (patchset #1 id:1 of https://codereview.chromium.org/1653003006/ )
by dpranke
· 9 years ago
6b1b03783
Move gn _run target generation into test().
by jbudorick
· 9 years ago
f7ecadae
Make copyToVector() robust against conservative GCs.
by sigbjornf
· 9 years ago
fc620d8
Add myself as OWNER for CharacterNames.h
by drott
· 9 years ago
7c3f73c
wtf: Rename Unicode enums to not collide with functions.
by danakj
· 9 years ago
72e59104
Don't initialize node partition when Oilpan is enabled
by bashi
· 9 years ago
dbab3f0
Keep (Heap)TerminatedArray in a consistent state while building.
by sigbjornf
· 9 years ago
115ceed
allocator cleanup: remove dependencies on allocator from all targets
by primiano
· 9 years ago
1d6711a
Implement specced parsing algorithm for <area coords>
by fs
· 9 years ago
63f7a4e
PartitionAlloc: Increase the number of pages per bucket
by haraken
· 9 years ago
1305f726
blink: Fix naming and const-ness of constants and non-constants.
by danakj
· 9 years ago
07a9d830
Match <area shape> ASCII case-insensitively
by fs
· 9 years ago
be94d60
Add more missing closing namespace comments.
by Nico Weber
· 9 years ago
e714969
Add missing closing namespace comments to wtf.
by thakis
· 9 years ago
906a9c1
Add a SymbolsIterator to aid with Symbols Segmentation
by drott
· 9 years ago
c3bc9ee
Add myself as per-file OWNER for CharacterNames.h
by drott
· 9 years ago
8477052
Add VS15 and VS16 to CharacterNames
by drott
· 9 years ago
e46533a
Experimental CompressibleString UMA
by hajimehoshi
· 9 years ago
e851311
Move Partitions::initialize() before Platform::initialize().
by tasak
· 9 years ago
064741fc
Add a comment to list up all base/ directories explicitly
by haraken
· 9 years ago
4faca4c4
Make wtf/ (except dtoa) to use USING_FAST_MALLOC.
by tasak
· 9 years ago
74b20fa
[v8] don't crash when ArrayBuffer allocation fails
by caitpotter88
· 9 years ago
2e54bcc
Move WTF::systemTraceTime() to platform
by bashi
· 9 years ago
138ff4e
Make String, AtomicString and CString to use USING_FAST_MALLOC.
by tasak
· 9 years ago
Next »