fix focus problem http://bugs.conkeror.org/issue263
commit50e027b090660fb9836a50a4c71ed62dfbc60026
authorJohn Foerch <jjfoerch@earthlink.net>
Mon, 12 Apr 2010 17:11:08 +0000 (12 13:11 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Mon, 12 Apr 2010 18:27:04 +0000 (12 14:27 -0400)
tree06a6f5b8648ed1331af03a098facf16c1a37f88a
parentd73917ba6afb2d81727616cb05abec0e951b0f93
fix focus problem bugs.conkeror.org/issue263

This problem came about because of changes to the focus system in
xulrunner 1.9.2.  See the bug report for details.

Note, Conkeror's focus-tracking system in buffer.js and minibuffer.js is
no longer necessary as of 1.9.2.  (But we still need it to retain
compatibility with earlier versions of xulrunner.)  Since xulrunner 1.9.2,
element/frame focus is tracked internally to the xul:browser, as it should
be, so all conkeror really has to do is focus the browser.
modules/buffer.js
modules/minibuffer.js