ebooksgratis.com

See also ebooksgratis.com: no banners, no cookies, totally FREE.

CLASSICISTRANIERI HOME PAGE - YOUTUBE CHANNEL
Privacy Policy Cookie Policy Terms and Conditions
User:Lupin/sandbox/popups.diff - Wikipedia, the free encyclopedia

User:Lupin/sandbox/popups.diff

From Wikipedia, the free encyclopedia

--- popups.orig.js 2005-12-06 17:53:40.000000000 -0800 +++ popups.js 2005-12-06 18:01:03.000000000 -0800 @@ -1191,6 +1191,8 @@

//
//

+var gDownloadsInProgress = { }; +

function downloader(url) {
  // Source: http://jibbering.com/2002/4/httprequest.html
  this.http = false;

@@ -1225,9 +1227,14 @@

downloader.prototype.runCallback = function () {this.callbackFunction(this);};
downloader.prototype.getData = function () {if(!this.http) return null; return this.http.responseText;};
downloader.prototype.setTarget = function () {if(!this.http) return null; this.http.open("GET", this.url, true);};

-downloader.prototype.start=function () {if(!this.http) return null; return this.http.send(null);};

downloader.prototype.getReadyState=function () {if(!this.http) return null; return this.http.readyState;};

+downloader.prototype.start=function () { + if(!this.http) return null; + gDownloadsInProgress[this.id] = this; + return this.http.send(null); +}; +

downloader.prototype.getLastModifiedDate=function () {
  if(!this.http) return null; 
  var lastmod=null;

@@ -1252,6 +1259,7 @@

  d.setTarget();
  var f = function () {
    if (d.getReadyState() == 4) { 

+ delete gDownloadsInProgress[this.id];

      d.data=d.getData(); 
      d.lastModified=d.getLastModifiedDate();
      callback(d);

@@ -1274,6 +1282,15 @@

  return d.start();
};

+function abortAllDownloads() { + for ( var x in gDownloadsInProgress ) { + try { + gDownloadsInProgress[x].abort(); + delete gDownloadsInProgress[x]; + } catch (e) { } + } +}; +

//
//
// downloader

@@ -1329,18 +1346,6 @@

  return gCachedPages.push(page);
};

-/* - var gCurrentDownload = null; - - function abortCurrentDownload(download) { - if (gCurrentDownload) { - try { gCurrentDownload.abort(); } - catch (anerror) {return 'could not abort download object';} - } - return true; - } -*/ -

/////////////////////
// LINK GENERATION //

@@ -2946,7 +2951,7 @@

  if (getValueOf('popupShortcutKeys')) rmPopupShortcuts();
  cClick();
  window.currentLink=null;

- // abortCurrentDownload(); + abortAllDownloads();

  stopImagesDownloading();
  if (checkPopupPositionTimer != null) { clearInterval(checkPopupPositionTimer); checkPopupPositionTimer=null; }
  if (checkImagesTimer != null) { clearInterval(checkImagesTimer); checkImagesTimer=null; }


aa - ab - af - ak - als - am - an - ang - ar - arc - as - ast - av - ay - az - ba - bar - bat_smg - bcl - be - be_x_old - bg - bh - bi - bm - bn - bo - bpy - br - bs - bug - bxr - ca - cbk_zam - cdo - ce - ceb - ch - cho - chr - chy - co - cr - crh - cs - csb - cu - cv - cy - da - de - diq - dsb - dv - dz - ee - el - eml - en - eo - es - et - eu - ext - fa - ff - fi - fiu_vro - fj - fo - fr - frp - fur - fy - ga - gan - gd - gl - glk - gn - got - gu - gv - ha - hak - haw - he - hi - hif - ho - hr - hsb - ht - hu - hy - hz - ia - id - ie - ig - ii - ik - ilo - io - is - it - iu - ja - jbo - jv - ka - kaa - kab - kg - ki - kj - kk - kl - km - kn - ko - kr - ks - ksh - ku - kv - kw - ky - la - lad - lb - lbe - lg - li - lij - lmo - ln - lo - lt - lv - map_bms - mdf - mg - mh - mi - mk - ml - mn - mo - mr - mt - mus - my - myv - mzn - na - nah - nap - nds - nds_nl - ne - new - ng - nl - nn - no - nov - nrm - nv - ny - oc - om - or - os - pa - pag - pam - pap - pdc - pi - pih - pl - pms - ps - pt - qu - quality - rm - rmy - rn - ro - roa_rup - roa_tara - ru - rw - sa - sah - sc - scn - sco - sd - se - sg - sh - si - simple - sk - sl - sm - sn - so - sr - srn - ss - st - stq - su - sv - sw - szl - ta - te - tet - tg - th - ti - tk - tl - tlh - tn - to - tpi - tr - ts - tt - tum - tw - ty - udm - ug - uk - ur - uz - ve - vec - vi - vls - vo - wa - war - wo - wuu - xal - xh - yi - yo - za - zea - zh - zh_classical - zh_min_nan - zh_yue - zu -