[Pkg-mozext-commits] [tabmixplus] 02/22: Set LOAD_BYPASS_CACHE when loading tab progressively

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:28:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag 0.5.0.4pre.170625a1
in repository tabmixplus.

commit c5e891e2094df4864fa610e4083ca51a89bd125e
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon May 29 10:29:19 2017 +0300

    Set LOAD_BYPASS_CACHE when loading tab progressively
---
 chrome/content/places/places.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/chrome/content/places/places.js b/chrome/content/places/places.js
index 6ba80ce..536d750 100644
--- a/chrome/content/places/places.js
+++ b/chrome/content/places/places.js
@@ -320,6 +320,9 @@ var TMP_Places = {
           entry.triggeringPrincipal_base64 = TabmixSvc.SERIALIZED_SYSTEMPRINCIPAL;
         }
         tabsData.push({entries: [entry], index: 0});
+        if (!url.startsWith("file:") && url != "about:blank") {
+          aTab.setAttribute("_tabmix_load_bypass_cache", true);
+        }
       }
 
       if (!tabToSelect)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list