]> spindle.queued.net Git - midori/commit
Optimize and clean-up form history
authorAlexander Butenko <a.butenka@gmail.com>
Sat, 19 Dec 2009 09:45:39 +0000 (10:45 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 19 Dec 2009 10:28:46 +0000 (11:28 +0100)
commit9af30a1eda807a6269bbd921b5d2f2a71e2d362d
treee9c7e6d32281c20696bc5fe6801df37e2199f4c3
parent045cc81b45cd3a109c226d36962bd2ffa8b99652
Optimize and clean-up form history

Switch from g_file_test() to g_access()

Initialize suggestions once the DOM is ready and only once

No need to handle WEBKIT_WEB_NAVIGATION_REASON_FORM_RESUBMITTED

[JS] Hide suggestions if search pattern was cleared

[JS] Human usable up/ down navigation in the suggestion window

Reusing a single suggestion window introduced a regression.
Suggestions were filling into the wrong editbox if there was more
than 1 on the page.

Some comments fixed and style clean-ups

Removed dead code
data/autosuggestcontrol.css
data/autosuggestcontrol.js
extensions/formhistory.c