Enable URL completion for both bookmarks and history (workaround).
commitbf05c874053a5ada25dbbb925a2e042c862f633b
authorDavid Kettler <kettler@internode.on.net>
Tue, 17 Nov 2009 11:44:24 +0000 (17 22:14 +1030)
committerJohn Foerch <jjfoerch@earthlink.net>
Fri, 26 Feb 2010 19:31:04 +0000 (26 14:31 -0500)
tree4fb437fc275585197910311f76b48ad672d60b15
parent7070419fd279644e1904c190e8f8b4359ad8ef77
Enable URL completion for both bookmarks and history (workaround).

Previously, enabling url_completion_use_bookmarks when
url_completion_use_history was enabled did not provide bookmarks in
the completion list.  The underlying issue is that QUERY_TYPE_UNIFIED
is not implemented in xulrunner.

The workaround used in this patch will lead to duplicates if the URL
appears in both bookmarks and history.
modules/history.js