History log of /external/webkit/WebCore/platform/text/StringHash.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d0825bca7fe65beaee391d30da42e937db621564 02-Feb-2010 Steve Block <steveblock@google.com> Merge webkit.org at r54127 : Initial merge by git

Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82
/external/webkit/WebCore/platform/text/StringHash.h
643ca7872b450ea4efacab6188849e5aac2ba161 15-Dec-2009 Steve Block <steveblock@google.com> Merge webkit.org at r51976 : Initial merge by git.

Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43
/external/webkit/WebCore/platform/text/StringHash.h
2a08945432ea7582d851faf9333b1649f340df56 20-Nov-2009 Steve Block <steveblock@google.com> Update the Android-specific fix in StringHash::equal to match the fix recently made in webkit.org.

StringHash::equal includes an Android-specific fix for platforms which don't
provide 4-byte alignment ...

https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=05d23612a67d710479fb2359e98d7ac49a982025

This was recently fixed in webkit.org ...

http://trac.webkit.org/changeset/51006

This patch updates Android to use the fix from webkit.org to avoid future merge conflicts.

Background ...

The fix in webkit.org uses a loop, whereas the Android fix uses memcmp.
Tests by WebKit have apparently shown a loop to be faster than memcmp for small
strings. This is consistent with an equivalent fix in AtomicString ...

http://trac.webkit.org/changeset/19930

Change-Id: Ic9c0f729117e31bfdcb1bc1c28e85c048a464173
/external/webkit/WebCore/platform/text/StringHash.h
d2d04a14cf7fade0c772520daf5bbdfb61d60473 30-Jun-2009 Patrick Scott <phanna@android.com> Same fix from donut. Use sizeof(UChar) * aLength for the correct comparison.
/external/webkit/WebCore/platform/text/StringHash.h
05d23612a67d710479fb2359e98d7ac49a982025 30-Jun-2009 Cary Clark <cary@android.com> fix crash in browser map caused by misaligned string data compare
/external/webkit/WebCore/platform/text/StringHash.h
635860845790a19bf50bbc51ba8fb66a96dde068 05-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@136594
/external/webkit/WebCore/platform/text/StringHash.h
8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebCore/platform/text/StringHash.h
648161bb0edfc3d43db63caed5cc5213bc6cb78f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebCore/platform/text/StringHash.h
1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/external/webkit/WebCore/platform/text/StringHash.h
d8543bb6618c17b12da906afa77d216f58cf4058 12-Jan-1970 Upstream <upstream-import@none> external/webkit r30707
/external/webkit/WebCore/platform/text/StringHash.h