Window-Q 0.1 d10 (complete single-window)
-
- Posts: 673
- Joined: June 10th, 2003, 2:20 pm
Window-Q 0.1 d10 (complete single-window)
Window-Q 0.1 d10 (duality): <a href="http://www.eschew.org/misc/firefox/index.php?dir=&file=windowq-01-dev.xpi">Installer</a> and <a href="http://www.eschew.org/misc/firefox/index.php?dir=&file=windowq.jar">jar-file</a>.
.
It's finally here: the extension that TBP and SingleWindow aspire to be. This is a Single-Window Mode for mozilla and Firefox. The only known backdoor: enabling a site's popup-allowance will permit new windows for that site during unattended page-load.
.
Tested under Firefox 0.9.2 and moz1.3.1 -- should it fail elsewhere, just drop a line.
.
It's finally here: the extension that TBP and SingleWindow aspire to be. This is a Single-Window Mode for mozilla and Firefox. The only known backdoor: enabling a site's popup-allowance will permit new windows for that site during unattended page-load.
.
Tested under Firefox 0.9.2 and moz1.3.1 -- should it fail elsewhere, just drop a line.
Last edited by rue on August 18th, 2004, 12:17 am, edited 1 time in total.
- roachfiend
- Posts: 264
- Joined: December 7th, 2002, 11:54 pm
- Location: north america
- Contact:
-
- Posts: 228
- Joined: March 3rd, 2004, 7:18 am
-
- Posts: 673
- Joined: June 10th, 2003, 2:20 pm
morphis:
I need a whole lot more info: browser-build / platform, other extensions, any relevant prefs you might have set (browser.block.target_new_window), right vs. left vs. middle-click, and lastly, if you can post the relevant source for the link.. or, better, send yourself a dummy-message (with link) and save/zip/pm-send the whole page.
--
aliumalik:
Actually, it should be opened in a new tab, but enclosed in a sized-iframe. Tricky, but do-able.
I need a whole lot more info: browser-build / platform, other extensions, any relevant prefs you might have set (browser.block.target_new_window), right vs. left vs. middle-click, and lastly, if you can post the relevant source for the link.. or, better, send yourself a dummy-message (with link) and save/zip/pm-send the whole page.
--
aliumalik:
Actually, it should be opened in a new tab, but enclosed in a sized-iframe. Tricky, but do-able.
-
- Posts: 4864
- Joined: October 16th, 2003, 5:47 am
- Location: Somewhere in London, riding the Underground
TBP doesn't seem to spawn double tabs when clicking on links on the GMail website. What it does do, unfortunately, is open a new window AND a new tab...
Does anyone know where I can find the source of the Gmail link handling function OpenExtLink()?
Does anyone know where I can find the source of the Gmail link handling function OpenExtLink()?
Proud user of teh Fox of Fire
Registered Linux User #289618
Registered Linux User #289618
-
- Posts: 226
- Joined: March 19th, 2003, 4:03 pm
- Location: Sweden
- Contact:
rue I tried to use the code from windowq before in singlewindow and it was working quite well. However I found this site: http://www.outoftimemovie.com/ and it does not work at all with the code for catching js-links enabled :( (tabs opens but are empty) Any suggestions?
-
- Posts: 673
- Joined: June 10th, 2003, 2:20 pm
TheOneKEA:
Ah- excellent. "OpenExtLink" is defined as an onclick-handler -- directly on the link. I saw onclick-deference in browser.js, but didn't pay it mind. See if it works, now.
--
gorgias:
Fixed the url-handling for relative urls. Unfortunately, a browser-bug is exposed: moz1.3.1 isn't suppressing the popup for that site. It's because the open-call is in a timeout. I'll have to verify with Firefox.
Ah- excellent. "OpenExtLink" is defined as an onclick-handler -- directly on the link. I saw onclick-deference in browser.js, but didn't pay it mind. See if it works, now.
--
gorgias:
Fixed the url-handling for relative urls. Unfortunately, a browser-bug is exposed: moz1.3.1 isn't suppressing the popup for that site. It's because the open-call is in a timeout. I'll have to verify with Firefox.
-
- Posts: 673
- Joined: June 10th, 2003, 2:20 pm
d10 pass4: <a href="http://adblock.mozdev.org/Window-Q/windowq-01-dev.xpi">Installer</a> and <a href="http://adblock.mozdev.org/Window-Q/windowq.jar">jar-file</a>.
.Mini-Changelog wrote:pass2: Firefox EM homepages are "queued"
pass3: onclick links are now ignored (handler-deference, per GMail)
pass4: javascript: relative urls are handled proper
-
- Posts: 228
- Joined: March 3rd, 2004, 7:18 am
-
- Posts: 4864
- Joined: October 16th, 2003, 5:47 am
- Location: Somewhere in London, riding the Underground
rue wrote:TheOneKEA:
Ah- excellent. "OpenExtLink" is defined as an onclick-handler -- directly on the link. I saw onclick-deference in browser.js, but didn't pay it mind. See if it works, now.
What line # is browser.js? Perhaps I too can perform onclick-dereferencing and fix this quirk as well.
Proud user of teh Fox of Fire
Registered Linux User #289618
Registered Linux User #289618
-
- Posts: 673
- Joined: June 10th, 2003, 2:20 pm
d10 pass6: <a href="http://adblock.mozdev.org/Window-Q/windowq-01-dev.xpi">Installer</a> and <a href="http://adblock.mozdev.org/Window-Q/windowq.jar">jar-file</a>.
--
gorgias:
Your site should work perfectly, now.
--
TheOneKEA:
You should take a look at windowQ.js. Via lxr, the <a href="http://lxr.mozilla.org/mozilla/source/browser/base/content/browser.js#3797">relevant line</a> in browser.js.
--
aliumalik:
I wired to a pref, so you can toggle popup-routing (see changelog).
Mini-Changelog wrote:pass5: popup permission-handling is complete; clicks, keypresses and other "popup-activators" open a 3sec. window in which open() calls can be made
pass6: popup routing now honors browser.tabs.opentabfor.windowopen
--
gorgias:
Your site should work perfectly, now.
--
TheOneKEA:
You should take a look at windowQ.js. Via lxr, the <a href="http://lxr.mozilla.org/mozilla/source/browser/base/content/browser.js#3797">relevant line</a> in browser.js.
--
aliumalik:
I wired to a pref, so you can toggle popup-routing (see changelog).