OSDN Git Service

Add a bulk request method for bookmark icons.
authorPatrick Scott <phanna@android.com>
Fri, 9 Apr 2010 16:42:03 +0000 (12:42 -0400)
committerPatrick Scott <phanna@android.com>
Mon, 12 Apr 2010 18:26:13 +0000 (14:26 -0400)
commit36acfbc2b8df6e62f2d583933eca3a49265279a6
treea738ff2f76c549c050394efe9b2b3e2462758d1a
parent1d7a8b448e9371685894b6b02d29bcd3ae959545
Add a bulk request method for bookmark icons.

Rather than dispatch a message for every url in the db, send a message to the
WebCoreThread to handle the query and iteration.  Update the documentation for
requestAllIcons.

Bug: 2581894
Change-Id: I8af4f87570465dff3839db4ac492883e8805b007
core/java/android/provider/Browser.java
core/java/android/webkit/WebIconDatabase.java