Lines Matching full:hash
2376 <https://bugs.webkit.org/show_bug.cgi?id=25710> HTML5 Database stops executing transactions if the URL hash changes while a transaction is open and an XHR is in progress.
2380 Fix a bug that causes database transactions to fail if a history navigation to a hash fragment of the same document is made while resources (e.g. an XHR) are loading
2382 Test: storage/hash-change-with-xhr.html
3742 Instead of using RefPtr<AtomicStringImpl> as keys for the hash maps in SVGFilterBuilder, just use AtomicString objects.
6579 assignments and ::equal, ::hash and ::compareFileVersion.
6646 Minor cleanup in PluginPackage::hash. Let the compiler
6649 StringImpl::hash.
6652 (WebCore::PluginPackage::hash):
6660 Move ::hash, ::equal and ::compareFileVersion from
6670 (WebCore::PluginPackage::hash):
14319 CrashTracer: Lots of crashes in Safari in hash table remove function inside DocumentLoader::removeSubresourceLoader
25025 (WebCore::FormState::FormState): Adopt a vector instead of copying a hash map.
25027 * loader/FormState.h: Update to use a vector that we adopt instead of hash map
32274 Bug 24422: REGRESSION: null-URL crash in FrameLoader setting location.hash on new window
36121 Test: fast/dom/empty-hash-and-search.html
36124 hash property returns incorrect value for links w/o hash
36126 Make hash() and search() behavior for empty and missing parts match IE and Firefox.
36134 (WebCore::Location::hash): Return an empty string for empty hashes, not only missing ones.
36138 (WebCore::WorkerLocation::hash):
36142 (WebCore::HTMLAnchorElement::hash):
54347 (WebCore::FontPlatformData::hash):
54352 (WebCore::FontPlatformData::RefCountedHFONT::hash):
54361 (WebCore::FontPlatformData::hash):
56320 (WebCore::CachedOutlineKeyHash::hash):
58040 Simplified the code by using a %seenTag hash to detect multiple definitions
58809 This cuts down on the number of hash table operations during loading.
58908 (WebCore::FormElementKeyHash::hash): Use WTF::stringHashingStartValue
58917 (WebCore::MappedAttributeHash::hash): Use WTF::stringHashingStartValue
58923 (WebCore::CaseFoldingHash::hash): Use WTF::stringHashingStartValue
58925 (WebCore::TextEncodingNameHash::hash): Use WTF::stringHashingStartValue
61616 (WebCore::CaseFoldingHash::hash):
64367 hash function to crash since it contains a null StringImpl. Used in
64438 calling the string hash functions directly. Add Chromium-specfic ifdefs
64505 Bug 22609: Provide a build-time choice when generating hash tables for properties of built-in DOM objects
64514 Added back the code that generates a "compact" hash (instead of a
64515 perfect hash) as a build-time option using the
64520 be stored in each hash table and pass it to GenerateHashTable().
64522 number of elements to store in the compact hash table. Added back
64523 code to compute compact hash tables. Generate both hash table sizes
65076 * dom/Document.cpp: Document now holds a hash map id->timeout
68056 This also changes the hash type to 64 bits, but does not actually use
68083 (WebCore::LinkHashHash::hash):
70471 (WebCore::PluginPackage::hash):
75175 compute the hash up-front for the empty string
75178 method to get the hash without a test and branch, for callers like
75179 AtomicStringHash who can guarantee that the hash has already been computed.
76107 WebCore JS bindings should be able to use non-static hash tables for properties
76119 WebCore client data is now a class that contains both a DOM wrapper map and a property hash
76122 * bindings/js/JSDOMBinding.h: Added getHashTableForGlobalData() to query the hash table map.
76125 JSDOMBinding map to access its property hash tables.
84158 Bug 21184: REGRESSION: Reproducible crash below StringImpl::hash while running editing/deleting/5408255.html
85262 (WebCore::Node::hasRareData): Use another newly freed bit to store whether we have rare data; avoids doing hash lookups in the common case
86365 a document-wide hash for this purpose.
91495 (WebCore::FontPlatformData::hash):