Add new popup infrastructure, change frameset.js to use it
commit513ee5e195a0583f799fc9d52423d875e832805e
authorJeremy Maitin-Shepard <jeremy@jeremyms.com>
Sun, 2 Dec 2007 00:24:07 +0000 (1 19:24 -0500)
committerJeremy Maitin-Shepard <jeremy@jeremyms.com>
Fri, 21 Dec 2007 18:06:49 +0000 (21 13:06 -0500)
tree380137ea8c8868fa655f88e257a2a8cfd4e4fe02
parent764349ab81731779318ee67688114e3f1ca907d1
Add new popup infrastructure, change frameset.js to use it

This minimal popup infrastructure provides a simple interface for
adding a new popup without having to manually perform the DOM
manipulations.  Additionally, it automatically closes an existing
popup before opening a new one, to avoid running in the GTK keyboard
grab bug and also to ensure they do not overlap.
content/conkeror.xul
modules/conkeror.js
modules/frameset.js
modules/popup.js [new file with mode: 0644]