1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 13:48:00 +01:00

Add abbreviation hives and fix some apparently long standing abbreviation bugs in the process. :(

This commit is contained in:
Kris Maglione
2011-02-11 11:34:55 -05:00
parent 0899c52448
commit 0d4fe708a1
5 changed files with 172 additions and 124 deletions

View File

@@ -147,7 +147,7 @@ var Browser = Module("browser", XPCOM(Ci.nsISupportsWeakReference, ModuleBase),
onLocationChange: util.wrapCallback(function onLocationChange(webProgress, request, uri) {
onLocationChange.superapply(this, arguments);
delete contexts.groups;
contexts.flush();
statusline.updateUrl();
statusline.progress = "";