commit | 84ee74335ffae80c304224b9d40792b9b95a987c | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Thu Jul 16 14:09:52 2009 +0100 |
committer | Bjorn Bringert <bringert@android.com> | Thu Jul 16 14:31:00 2009 +0100 |
tree | 1c6bcbae7360e5ec4e852e31a06e116a686b11e9 | |
parent | 391eaa3ba8c9883c9c0d6bf3b5ab742c9cb38594 [diff] |
Only parse search suggestions that look like HTML HTML parsing of search suggestions is still a major CPU hog in the search dialog. This change first checks if the text contains any HTML markup (by looking for < and &) before bothering to treat it as HTML.