-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small images from private tabs (displayed with favicons) are cached to disk #56
Labels
Comments
And (both from setIcon()): aTab.setAttribute("image", sizedIconUrl); and this._callProgressListeners(browser, "onLinkIconAvailable", [browser.mIconURL]); => |
Oh, forgot about this because I use browser.pagethumbnails.capturing_disabled = true |
I did not know that option, thanks |
Infocatcher
added a commit
that referenced
this issue
May 9, 2013
…entation for icon of image document Note: doesn't work in SeaMonkey (workaround for #56)
Infocatcher
added a commit
that referenced
this issue
May 9, 2013
we now use this patch for tabs icons (related to #56)
Looks fixed for me. |
Works for me, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported here: https://addons.mozilla.org/addon/private-tab/reviews/462226/
(more than one reason?)
See gBrowser.setIcon():
view-source:chrome://browser/content/tabbrowser.xml
The text was updated successfully, but these errors were encountered: