summaryrefslogtreecommitdiffstats
path: root/application/palemoon/components/sessionstore
Commit message (Collapse)AuthorAgeLines
* Issue #889 - Clean up the Pale Moon tree - Part 2b: Make jar.mn consistentMatt A. Tobin2018-11-30-3/+3
|
* Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistentMatt A. Tobin2018-11-30-3/+1
|
* [PALEMOON] Skip notifications for background tabs when restoring a sessionJustOff2018-09-16-2/+5
|
* [PALEMOON] about:sessionrestore - fix an error "treeView.treeBox is null" in ↵janekptacijarabaci2018-07-03-0/+3
| | | | | | aboutSessionRestore.js Issue #350
* 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] [frontend vs backend] Part 2: Mass-replace global-scope ↵janekptacijarabaci2018-05-28-4/+4
| | | | | | | | | let/const with var in Pale Moon and TychoAM Issue #155 Part 2 for: https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858
* [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-10/+10
| | | | 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 modern syntax to call NetUtil.newChannel() in _SessionFile.jsmJustOff2018-04-14-1/+4
|
* Use document's principal for favicons in browserJustOff2018-04-14-1/+5
|
* [PALEMOON] Fix some paths (deprecated) with Console.jsm (sessionstore, ↵janekptacijarabaci2018-04-09-1/+1
| | | | extensions)
* [PALEMOON] [DevTools] Fix some paths to DevTools (sessionstore)janekptacijarabaci2018-04-08-3/+3
| | | | Issue #102
* Sync Pale Moon codeMatt A. Tobin2018-04-04-3/+8
|
* Add Pale MoonMatt A. Tobin2018-02-02-0/+6637