- 6ad46d6 Remove <wtf/Optional.h> https://bugs.webkit.org/show_bug.cgi?id=226437 by darin@apple.com · 3 years, 9 months ago
- 83e38b6 Allow UniqueRef to be the value of a HashMap by achristensen@apple.com · 4 years ago
- 463575a REGRESSION(r269017): Speedometer2 1% regression by ysuzuki@apple.com · 4 years ago
- 986eeef Make check for full HashTables opt-in by tzagallo@apple.com · 4 years, 1 month ago
- 7143d9e HashMap<Ref<T>>::take should return RefPtr<T> by rniwa@webkit.org · 4 years, 6 months ago
- 9fae125 [WTF] HashTable<Ref<K>, V>::HashTable(const HashTable& other) can't compile by Hironori.Fujii@sony.com · 4 years, 6 months ago
- 748a663 [WTF] AtomStringTable should be small by ysuzuki@apple.com · 5 years ago
- 05bc288 Move Vector HashTraits to HashTraits.h to fix GCC build by antti@apple.com · 5 years ago
- 2ccbb27 Unreviewed, rolling out r253820. by tsavell@apple.com · 5 years ago
- 0526adc Invalidate only affected elements after media query evaluation changes by antti@apple.com · 5 years ago
- d27553f Use constexpr instead of const in symbol definitions that are obviously constexpr. by mark.lam@apple.com · 5 years ago
- 6f99e87 Add WeakHashSet https://bugs.webkit.org/show_bug.cgi?id=195152 by rniwa@webkit.org · 6 years ago
- 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
- ddb46d2 Use pragma once in WTF https://bugs.webkit.org/show_bug.cgi?id=190527 by achristensen@apple.com · 6 years ago
- c17c5e2 HashMap<Ref<P>, V> asserts when V is not zero for its empty value by sbarati@apple.com · 7 years ago
- ec6dbae [Cocoa] More tweaks and refactoring to prepare for ARC by darin@apple.com · 7 years ago
- b7e45da Use Forward.h instead of forward-declaring WTF::String by jfbastien@apple.com · 7 years ago
- 1ab6fd6 Roll out r223316. by aestes@apple.com · 7 years ago
- 06964b3 Adopt type trait template aliases everywhere in WTF by commit-queue@webkit.org · 7 years ago
- c723367 [Cleanup] Follow up cleanup for DOMFormData implementation by commit-queue@webkit.org · 7 years ago
- 1503e10 B3::fixSSA() needs a tune-up https://bugs.webkit.org/show_bug.cgi?id=170485 by fpizlo@apple.com · 8 years ago
- 983878e Fix uninitialized public members in WTF by tpopela@redhat.com · 8 years ago
- 33aa9ed Rubber-stamped by Chris Dumez. by keith_miller@apple.com · 8 years ago
- 9cc1e51 We should be able to use std::tuples as keys in HashMap by keith_miller@apple.com · 8 years ago
- 4392696 [WTF] Import std::optional reference implementation as WTF::Optional by utatane.tea@gmail.com · 8 years ago
- 9766390 Unreviewed, rolling out r202136. https://bugs.webkit.org/show_bug.cgi?id=158932 by rniwa@webkit.org · 9 years ago
- 3b97707 Unreviewed, rolling out r202002 and r202111. by cdumez@apple.com · 9 years ago
- 735d786 Improve HashMap and HashSet support for Ref by commit-queue@webkit.org · 9 years ago
- 7cb0315 Make HashMap and HashSet work with Refs by commit-queue@webkit.org · 9 years ago
- f4efc6d [WTF] Removing a smart pointer from HashTable issues two stores to the same location by commit-queue@webkit.org · 9 years ago
- 406a4e5 [JSC] Make CSE's ImpureData faster when dealing with large blocks by commit-queue@webkit.org · 9 years ago
- cf5bfd0 Convert OwnPtr and PassOwnPtr uses to std::unique_ptr by darin@apple.com · 10 years ago
- 7fe984a Remove some stray uses of OwnPtr and PassOwnPtr in WTF (outside of the template definitions and traits) by darin@apple.com · 10 years ago
- 877bfc3 Use unsigned for HashSet size. https://bugs.webkit.org/show_bug.cgi?id=142518 by commit-queue@webkit.org · 10 years ago
- 0f94bb5 [Win] ASSERTION FAILED !m_ptr under AccessibilityController::winAddNotificationListener by bfulgham@apple.com · 10 years ago
- 7cd2131 Use separate HashMaps for common and uncommon headers in HTTPHeaderMap by cdumez@apple.com · 10 years ago
- 0f8c52e Make possible HashSet<std::unique_ptr<>> by weinig@apple.com · 10 years ago
- 62cbf17 GenericHashTraits::peek() is producing copies of passed-in temporary values by commit-queue@webkit.org · 10 years ago
- 0fd634f HashMap can't be used with std::unique_ptr as value when it has a custom deleter by commit-queue@webkit.org · 11 years ago
- 2e7ada0 FTL should be able to do some simple inline caches using LLVM patchpoints by fpizlo@apple.com · 11 years ago
- 47ece5f Remove passIn and passOut from HashTraits by andersca@apple.com · 11 years ago
- 4f9f0e0 Remove needsDestruction from vector and hash traits by andersca@apple.com · 11 years ago
- 9a21bb1 Un-indent HashTraits.h. by andersca@apple.com · 11 years ago
- 8e17717 Add hash traits for std::unique_ptr by andersca@apple.com · 11 years ago
- 2e85bf3 Add rudimentary support for move-only types as values in HashMap by andersca@apple.com · 11 years ago
- b4cc066 Begin moving off of TypeTraits.h https://bugs.webkit.org/show_bug.cgi?id=121006 by andersca@apple.com · 11 years ago
- 68545b4 HashTraits<RefPtr<P> >::peek should consider empty value by mikhail.pozdnyakov@intel.com · 12 years ago
- f246650 Avoid unnecessary arguments copying inside GenericHashTraits methods by mikhail.pozdnyakov@intel.com · 12 years ago
- 7e3c2cf HashTraits<RefPtr<P> >::PeekType should be raw pointer for better performance by mikhail.pozdnyakov@intel.com · 12 years ago
- 58cbf43 Change HashTraits<RefPtr<P> >::PassOutType to PassRefPtr for better performance by mikhail.pozdnyakov@intel.com · 12 years ago
- e6ab449 Merged the global function cache into the source code cache by ggaren@apple.com · 12 years ago
- 7d8b694 Remove unused WTF_NEW_HASHMAP_ITERATORS_INTERFACE #define by enne@google.com · 12 years ago
- 67dc7f1 Lower minimum table size of WTF::HashTable to reduce memory usage. by kling@webkit.org · 12 years ago
- ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 12 years ago
- 9f76861 Unreviewed, rolling out r130419. by dpranke@chromium.org · 12 years ago
- 2fcfa0a Lower minimum table size of WTF::HashTable to reduce memory usage. by kling@webkit.org · 12 years ago
- 3d648d8 OSR exit sometimes neglects to create the arguments object by ggaren@apple.com · 12 years ago
- fa6afbc Unreviewed, rolling out r126914. by commit-queue@webkit.org · 12 years ago
- d99b3ea Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 12 years ago
- 036eca0 Unreviewed, rolling out r126836. by tkent@chromium.org · 12 years ago
- a94a150 Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 12 years ago
- 947a228 Source/JavaScriptCore: Create a specialized pair for use in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
- 0613d76 HashTable.h has using directives for std::pair and std::make_pair by caio.oliveira@openbossa.org · 13 years ago
- 779ee11 HashTable.h has using directives for std::pair and std::make_pair by caio.oliveira@openbossa.org · 13 years ago
- 706431c Iterating a HashMap<String, X> involves a string equality comparison to check for the empty value by darin@apple.com · 13 years ago
- a262f1d Unreviewed, rolling out r114914. by dimich@chromium.org · 13 years ago
- eaa766e Iterating a HashMap<String, X> involves a string equality comparison to check for the empty value by darin@apple.com · 13 years ago
- 7c215cc Actually move WTF files to their new home by eric@webkit.org · 13 years ago[Renamed from Source/JavaScriptCore/wtf/HashTraits.h]
- 3979f2d Make WTF public headers use fully-qualified include paths and remove ForwardingHeaders/wtf by eric@webkit.org · 13 years ago
- 991c923 Remove implicit copy constructor usage in HashMaps with OwnPtr by enne@google.com · 13 years ago
- 4a66c10 Specialize HashTraits for RefPtr to use PassRefPtr as "pass type" to reduce reference count churn by darin@apple.com · 13 years ago
- 215589e Placement new does an unnecessary NULL check by ggaren@apple.com · 13 years ago
- 20e72be Use HashMap<Node*, OwnPtr<...>> in ChildListMutationScope by adamk@chromium.org · 13 years ago
- 8f5f73b Unreviewed, rolling out r102267. by commit-queue@webkit.org · 13 years ago
- b052328 Use HashMap<Node*, OwnPtr<...>> in ChildListMutationScope by adamk@chromium.org · 13 years ago
- dc54ef5 Change HashMap implementation to use the pass type and peek type from traits for the mapped value by darin@apple.com · 13 years ago
- b7c56e7 Specialize HashTraits for OwnPtr to use PassOwnPtr and raw pointer by darin@apple.com · 13 years ago
- 46f8b67 Add a "pass type" and "peek type" concept to HashTraits by darin@apple.com · 13 years ago
- 8113a4f HashTraits.h should include template specialization for WTF::String by steveblock@google.com · 13 years ago
- 2574e77 Viewing a post on reddit.com wastes a lot of memory on event listeners. by andreas.kling@nokia.com · 13 years ago
- 64efd16 2011-04-12 Oliver Hunt <oliver@apple.com> by ggaren@apple.com · 14 years ago
- 76da8fc Move JavaScriptCore to Source https://bugs.webkit.org/show_bug.cgi?id=51604 by abarth@webkit.org · 14 years ago[Renamed from JavaScriptCore/wtf/HashTraits.h]
- 6a4c9ab Reviewed by Geoffrey Garen. by ap@apple.com · 15 years ago
- 5b3b14b Reviewed by Darin Adler. by ap@apple.com · 15 years ago
- f122462 Revert r53899 (HashMap<AtomicStringImpl*, Value> key checks) and subsequent bug fixes, by ap@apple.com · 15 years ago
- c42e54d More Windows build fixing. by ap@apple.com · 15 years ago
- 8376e35 Windows build fix. by ap@apple.com · 15 years ago
- 3260d48 Reviewed by Darin Adler. by ap@apple.com · 15 years ago
- d47070f 2009-02-05 David Levin <levin@chromium.org> by bfulgham@webkit.org · 16 years ago
- 08a2292 2009-01-30 David Levin <levin@chromium.org> by ap@webkit.org · 16 years ago
- f88a463 Merge squirrelfish-extreme to trunk. by mrowe@apple.com · 16 years ago
- 53ddf17 2008-08-23 Cameron Zwarich <cwzwarich@uwaterloo.ca> by cwzwarich@webkit.org · 16 years ago
- 3cd7511 Fix <rdar://5954749> Assertion failure due to HashTable's use of operator& by aroben@apple.com · 17 years ago
- e2a7253 2008-04-28 Darin Adler <darin@apple.com> by darin@apple.com · 17 years ago
- 3beb300 JavaScriptCore: by darin@apple.com · 17 years ago
- cb9eeb2 Windows build fix after r31324 by aroben@apple.com · 17 years ago
- 4e52074 2008-03-26 Maciej Stachowiak <mjs@apple.com> by mjs@apple.com · 17 years ago
- 56f4e44 Turn testIsInteger assertions into compile-time asserts and move them into HashTraits.h where possible. by mrowe@apple.com · 17 years ago
- 489e796 Reviewed by Sam. by kmccullo · 17 years ago
- 5a95960 Fix compilation with gcc 4.3 by including 'limits' due to the use of std::numeric_limits. by hausmann · 17 years ago