After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 134320 - Allow single popup windows
Allow single popup windows
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: obsolete
master
Other Linux
: Normal normal
: ---
Assigned To: Adam Hooper
Adam Hooper
Depends on:
Blocks:
 
 
Reported: 2004-02-13 13:05 UTC by Adam Hooper
Modified: 2007-03-11 20:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Hooper 2004-02-13 13:05:58 UTC
http://bugzilla.mozilla.org/show_bug.cgi?id=198846

A few things needed:
- Copy the concepts from the patch from the bug above
- Will probably have to move ge_popup_blocked signal *out* of Epiphany into
the extension itself
- Might have to change the statusbar behavior. Maybe create a placeholder
GtkContainer in Epiphany for extensions?
Comment 1 Adam Hooper 2004-03-14 16:21:59 UTC
After a slew of patches, I've implemented an alternative solution to
the one described above. "View -> [ ] Popup Windows" will show or hide
the site's popup windows immediately (and will be remembered
per-site). I imagine the Mozilla bug was filed because the all the
user wants is something to make popups open instantly; that's what
this method gives.