Infocatcher / Link_Properties_Plus

Provides extended link properties: size of linked file, last modified time, etc., extension for Firefox, SeaMonkey and Thunderbird
https://addons.mozilla.org/addon/link-properties-plus/
Other
10 stars 3 forks source link

Add support for per-window private browsing #1

Closed Infocatcher closed 11 years ago

Infocatcher commented 11 years ago

We should use private mode to send requests for links from private window.

We can use nsIPrivateBrowsingChannel to do this: Forcing a channel into private mode nsIPrivateBrowsingChannel.idl

Infocatcher commented 11 years ago

Seems like all works correct and this issue may be closed.