History log of /external/webkit/WebKit/android/jni/WebIconDatabase.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
20ab751acc0d49d74648373f701f3d0c4ff187c0 20-Jan-2010 Steve Block <steveblock@google.com> Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private to JNIUtility and JNIUtilityPrivate

See http://trac.webkit.org/changeset/53497
This is required to sync the Android tree with webkit.org to allow unforking in WebCore/bridge.

This change required updating headers in Android-specific files in WebCore and WebKit.

Change-Id: I4b80eb3eadcff66cbd261aa6ccef0f37927250b1
/external/webkit/WebKit/android/jni/WebIconDatabase.cpp
94f369b3daaa736ae6488f8f206884d0dcf600aa 14-Dec-2009 Patrick Scott <phanna@android.com> Fix a rare crash when dispatching icon notifications.

I believe this happened when a WebIconDatabaseClient registered twice for
notifications. When it unregistered, it only removed the first entry. This could
lead to a crash since the second entry would be pointing to possibly deleted
memory.

Remove the mutex protection since all operations on mClients happen in the same
thread.

Add a missing include file in WebHistory found while debugging this crash.

Bug: 2279055
/external/webkit/WebKit/android/jni/WebIconDatabase.cpp
3298a7d84b96ade73c6b170671711a8f2792ae59 13-Nov-2009 Steve Block <steveblock@google.com> Fixes license headers for all files in WebKit/android, other than those in stl/.

These files have not yet been upstreamed to webkit.org.
WebKit requires either a BSD-style or LGPL 2.1 license for all code.
We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org.

This change adds licenses where absent or simply fixes the names of copyright holders in the license
text to 'THE COPYRIGHT OWNER' and cleans up formatting.

Files in stl/ currently use licenses other than BSD-style and will require more careful treatment.

Change-Id: I67ad4b8932e432d3eaaeecdfeb0d09418496228d
/external/webkit/WebKit/android/jni/WebIconDatabase.cpp
0deb5796f1ccc4ea91903fec3eda2c18ea5b3e37 28-Jul-2009 Patrick Scott <phanna@android.com> Remove the WebIconDatabase thread attachment since ThreadingPthreads does it.

Also, delete threadData if pthread_create fails. This is a rare occurance but we
don't want to leak memory just in case.
/external/webkit/WebKit/android/jni/WebIconDatabase.cpp
8e35f3cfc7fba1d1c829dc557ebad6409cbe16a2 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebKit/android/jni/WebIconDatabase.cpp
648161bb0edfc3d43db63caed5cc5213bc6cb78f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/webkit/WebKit/android/jni/WebIconDatabase.cpp
7a355dabbffb876b2e08cf63ac4fc28a39c19c6a 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/external/webkit/WebKit/android/jni/WebIconDatabase.cpp
1cbdecfa9fc428ac2d8aca0fa91c9580b3d57353 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/external/webkit/WebKit/android/jni/WebIconDatabase.cpp