summaryrefslogtreecommitdiff
path: root/browser
Commit message (Collapse)AuthorAge
* Lay down Pale Moon 30Matt A. Tobin2022-02-12
|
* Prep for GREMatt A. Tobin2022-02-12
|
* Confirm launch of executables other than .exe on Windows.Pale Moon2018-06-30
| | | | Follow-up: pre-process DownloadsCommon.jsm for added XP_WIN check.
* Confirm launch of executables other than .exe on Windows.Pale Moon2018-06-30
|
* Satisfy AMO's discrimination by UA.Pale Moon2018-06-13
|
* Update blocklist pm112Pale Moon2018-05-10
|
* Bump UI version in glue to clear sync migration with a last try.Pale Moon2018-05-01
|
* Unstable version bumpPale Moon2018-04-20
|
* Remove dead Places protocol handlerJustOff2018-04-14
|
* Update Twemoji font to 0.3.2 to fix ZWJ code point issues.Pale Moon2018-04-04
|
* Remove the trailing comma in an arrayjanekptacijarabaci2018-03-22
| | | | ECMAScript 3+ contains this feature (trailing commas in arrays)
* "Enter address" if the feature "autocomplete" and "keyword.enabled" are disabledjanekptacijarabaci2018-03-22
| | | | Issue #1651
* Better use of the observerjanekptacijarabaci2018-03-21
| | | | Issue #1651
* "Enter address" if the feature "autocomplete" is disabledjanekptacijarabaci2018-03-21
| | | | Issue #1651
* Merge pull request #1642 from janekptacijarabaci/desktopNotifications_click_1Moonchild2018-03-19
|\ | | | | Clicking on a notification should select the originating tab
| * The switch statement - use "break;" for all casesjanekptacijarabaci2018-03-14
| | | | | | | | Issue #1641
| * Use getTabForBrowser insted of _getTabForBrowser (deprecated)janekptacijarabaci2018-03-14
| | | | | | | | Issue #1641
| * Clicking on a notification should select the originating tabjanekptacijarabaci2018-03-14
| | | | | | | | Issue #1641
* | Blocklist update (follow up for "AntiVirus for Firefox")janekptacijarabaci2018-03-15
| | | | | | | | Issue #1644
* | Mac: Force disable the OSX system "nano allocator".Pale Moon2018-03-15
| | | | | | | | We're not actually using it, and it messes up with the zone allocator in mozjemalloc after fork().
* | Blocklist updatePale Moon2018-03-14
| |
* | Synchronously read the session file if the session need to be restored at ↵JustOff2018-03-12
| | | | | | | | startup.
* | More aggressively Migrate existing Sync users transparently to palemoon.org.Pale Moon2018-03-11
| | | | | | | | | | | | | | Too many requests are still coming in on pmsync.palemoon.net even from the latest version. Migrate on every startup now until the UIversion is bumped again. Tag #1458.
* | Add UA overridde for Dropboxadeshkp2018-03-08
| | | | | | Native UA mode added a while back doesn't work anymore
* | Switch to the Open Twemoji font resources.Pale Moon2018-03-08
|/ | | | This deprecates EmojiOne in favor of Twemoji which doesn't have a restrictive license.
* Version bump for new cycle.Pale Moon2018-02-27
|
* Update Emoji font to 0.2.2 (latest release)Pale Moon2018-02-21
|
* Issue #1610 Part2: Supply a bundled emoji font on Windows.Pale Moon2018-02-21
|
* Properly handle new tab selection dialog when instantApply is enabledJustOff2018-02-18
|
* Match the start page URL for newtab with the default URL's scheme.Pale Moon2018-02-15
|
* Use "getComplexValue" for new tab = home page.Pale Moon2018-02-15
| | | | Previously, any non-ascii URLs would get mangled because getCharPref's simple value handling can't deal with it.
* l10n: Split appMenu and menubar Restart entries for consistency.Pale Moon2018-02-15
|
* Address commit comments.Pale Moon2018-02-10
|
* Tweak some more ellipses.Pale Moon2018-02-10
| | | | Tag #1612
* Remove superfluous ellipses from the UI.Pale Moon2018-02-10
| | | | This resolves #1612.
* Fix 1-in-5 gapPale Moon2018-02-09
|
* Add configure variable verificationMatt A. Tobin2018-02-08
|
* Hook up scheme fixups to the browser's Front-endjanekptacijarabaci2018-01-24
| | | | Issue #1600
* Don't style the menu bar items unless we don't have a compositor.Pale Moon2018-01-20
| | | | | | (Workaround for Windows 8+ always using the compositor, even in high-contrast mode) Tag #1591
* Add Eyedropper to the app menujanekptacijarabaci2018-01-17
| | | | Issue #1588
* Remove extraneous "tab".Pale Moon2018-01-16
| | | | Follow-up to #1582 (issue #1444)
* Version bump (new cycle)Pale Moon2018-01-16
|
* Adjust the theme to account for natural border width rounding.Pale Moon2018-01-16
| | | | This resolves #1584 and follows up to #1556
* Made showTabPreviews checkbox string less hand-holdingSpockMan022018-01-15
|
* Removed unnecessary showTabPreviews functionSpockMan022018-01-15
| | | It didn't seem to do any harm, but as it wasn't needed, it's probably best to remove it.
* Added label for showTabPreviewsSpockMan022018-01-14
| | | After other Pale Moon additions, following the same format, before newtabPage.
* Added browser.ctrlTab.previews prefSpockMan022018-01-14
| | | Followed format of other preferences added in Pale Moon
* Added checkbox for showTabPreviewsSpockMan022018-01-14
| | | Following the format of other checkboxes, after other checkboxes under Pale Moon additions, before newtabPage selection.
* Added function for a showTabPreviews prefSpockMan022018-01-14
| | | Follows same structure as readLinkTarget
* Removed "on Windows" from commentSpockMan022018-01-10
| | | It's not just Windows