summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/sessionstore/SessionStore.jsm
Commit message (Collapse)AuthorAgeLines
* [PALEMOON] Skip notifications for background tabs when restoring a sessionJustOff2018-09-16-2/+5
|
* Rewrite restoreDimensions to account for mismatched CSS/device pixel sizes.wolfbeast2018-05-31-19/+51
| | | | | | | | | This resolves the situation where the device pixels per css px does not match the screen DPI. In that case, the restored width and height would be adjusted if the window width (css px) would be larger than the screen width (dev pixels). This patch converts everything to css px before checking if the dimensions fit the screen. This resolves #411.
* [PALEMOON] Replace serializing `nsISHEntry.owner` with ↵JustOff2018-04-30-11/+19
| | | | `nsISHEntry.triggeringPrincipal`
* Use `urlbarChangeTracker` instead of `userTypedClear` to track address bar ↵JustOff2018-04-28-1/+7
| | | | changes
* Mass-replace global-scope let with var in Pale Moon and TychoAMwolfbeast2018-04-16-6/+6
| | | | tag #155
* Align SessionStore.jsm with the updated nsICookieManager2.add() APIJustOff2018-04-14-1/+1
|
* Align SessionStore.jsm with the updated getCookiesFromHost() APIJustOff2018-04-14-1/+1
|
* Use document's principal for favicons in browserJustOff2018-04-14-1/+5
|
* [PALEMOON] [DevTools] Fix some paths to DevTools (sessionstore)janekptacijarabaci2018-04-08-3/+3
| | | | Issue #102
* Add Pale MoonMatt A. Tobin2018-02-02-0/+4733