summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeLines
* Merge pull request #404 from janekptacijarabaci/pm_global-scope_1Moonchild2018-05-29-22/+24
|\ | | | | [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope let/const with var in Pale Moon and TychoAM
| * [PALEMOON] [frontend vs backend] Part 2: Mass-replace global-scope ↵janekptacijarabaci2018-05-28-22/+24
| | | | | | | | | | | | | | | | | | let/const with var in Pale Moon and TychoAM Issue #155 Part 2 for: https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858
* | Revert "Always build with SSE2 support & display an error if not available"Moonchild2018-05-28-61/+0
| |
* | Revert "Only display SSE2 error dialog on 32-bit Linux"Moonchild2018-05-28-5/+3
|/
* Only display SSE2 error dialog on 32-bit Linuxtrav902018-05-27-3/+5
| | | | All 64bit CPU's support SSE2 so there's no reason to have this code on 64-bit builds.
* Make Pale Moon Windows8WindowFrameColor compatible with global scope.wolfbeast2018-05-27-3/+3
| | | | This resolves #396.
* Merge pull request #395 from trav90/buildsystem-workMoonchild2018-05-27-0/+61
|\ | | | | Always build with SSE2 support & display an error if not available
| * Tweak SSE/SSE2 GCC flagstrav902018-05-27-1/+1
| |
| * Display an error on Linux in the absence of SSE2trav902018-05-27-0/+61
| |
* | [PALEMOON] [frontend vs backend] Reduce size of ↵janekptacijarabaci2018-05-27-55/+57
|/ | | | | | PopupBlocking:UpdateBlockedPopups messages Issue #392
* Pale Moon - Fix white tab text for active tab on Macadeshkp2018-05-26-6/+6
|
* Remove SPS profiler.wolfbeast2018-05-24-4/+0
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Merge pull request #379 from janekptacijarabaci/pm_places_livemark_add_1Moonchild2018-05-23-10/+22
|\ | | | | [PALEMOON] [frontend vs backend] Places - fix: adding a livemark doesn't work correctly
| * [PALEMOON] [frontend vs backend] Places - fix: adding a livemark doesn't ↵janekptacijarabaci2018-05-23-10/+22
| | | | | | | | | | | | work correctly Issue #121
* | Remove the Dark Matter Detector (DMD) Memeory debugger component.wolfbeast2018-05-23-3/+0
|/ | | | This resolves #376.
* palemoon/installer: Fix packaging when built --with-system-nss/nsprLeorize2018-05-17-4/+4
| | | | | | | | The variables set by 'configure' for --with-system-(nss|nspr) is named differently in UXP. This breaks packaging for palemoon when system nss/nspr is used. This commit corrects the name of said variables.
* Revive the quickdial page (about:newtab)JustOff2018-05-16-2/+2
|
* Pale Moon version bumpMatt A. Tobin2018-05-15-1/+1
|
* [PALEMOON] Override Windows Installer usage of MOZ_APP_DISPLAYNAME when ↵Matt A. Tobin2018-05-14-3/+7
| | | | appropriate
* [PALEMOON] Remove non-applicable lines from package-manifest.in that block ↵Matt A. Tobin2018-05-14-2/+0
| | | | basic macintosh packaging
* Remove the obsolete `media.mediasource.format-reader` control from the ↵JustOff2018-05-11-30/+1
| | | | preferences UI
* [PALEMOON] Remove fullscreen and pointer-lock from permission managingJustOff2018-05-06-158/+2
|
* [PALEMOON] Replace fullscreen permission dialog with a warningJustOff2018-05-06-148/+13
|
* [PALEMOON] Update fullscreen activation event to match UXPJustOff2018-05-06-2/+2
|
* Use application specific application.iniMatt A. Tobin2018-05-05-0/+50
|
* Merge branch 'intl-ICU-emoji-work'wolfbeast2018-05-04-2/+0
|\
| * Issue #325 Part 10: Remove non-Intl conditionals from installer files.wolfbeast2018-05-04-2/+0
| |
* | Delay and shorten animation of transition to the full-screenJustOff2018-05-04-1/+2
| |
* | Merge pull request #323 from MoonchildProductions/nuke-sandboxMoonchild2018-05-04-48/+2
|\ \ | |/ |/| Nuke sandbox
| * Remove unused XREShellDatawolfbeast2018-05-03-3/+1
| |
| * Remove sandbox ductwork conditional code.wolfbeast2018-05-03-39/+1
| |
| * Remove content process sandbox code.wolfbeast2018-05-02-6/+0
| |
* | Merge pull request #318 from janekptacijarabaci/pm_places_keyword_1Moonchild2018-05-02-9/+12
|\ \ | |/ |/| [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty value) does not work
| * [PALEMOON] [frontend vs backend] Places - use "let" instead of "var" for the ↵janekptacijarabaci2018-05-02-1/+1
| | | | | | | | | | | | entire function "onKeywordFieldBlur" Issue #121
| * [PALEMOON] [frontend vs backend] Places - Fix: "Keyword" reset (to an empty ↵janekptacijarabaci2018-05-02-9/+12
| | | | | | | | | | | | value) does not work Issue #121
* | [TychoAM] Do not allow Jetpack extensions to install if Jetpack isn't ↵Matt A. Tobin2018-05-01-0/+2
|/ | | | | | actually built This does not cover the previous case of an application dropping jetpack support.. This follows the WebExtension route. A new case will have to be redeveloped if an existing application drops jetpack support.
* [PALEMOON] Update error number for webextensions to match the platformMatt A. Tobin2018-05-01-3/+3
|
* [PALEMOON] Align the application with the updated fullscreen APIJustOff2018-05-01-8/+4
|
* [PALEMOON] Use CSS transition instead of JS animation for hiding toolbox in ↵JustOff2018-05-01-89/+62
| | | | fullscreen mode and simplify related code
* [PALEMOON] Added padding to toolbar autohideJustOff2018-05-01-32/+18
|
* [PALEMOON] fullscr-toggler element needs to be hidden in DOM fullscreenJustOff2018-05-01-21/+9
|
* Merge pull request #307 from janekptacijarabaci/pm_nsBrowserGlue_1Moonchild2018-05-01-31/+24
|\ | | | | [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in nsBrowserGlue.js
| * [PALEMOON] Added gBrandBundle lazy getter and use gBrowserBundle in ↵janekptacijarabaci2018-04-30-31/+24
| | | | | | | | | | | | nsBrowserGlue.js Tag #273
* | Merge pull request #306 from JustOff/PR_owner_triggeringPrincipalMoonchild2018-05-01-15/+23
|\ \ | | | | | | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated API
| * | [PALEMOON] Replace serializing `nsISHEntry.owner` with ↵JustOff2018-04-30-11/+19
| | | | | | | | | | | | `nsISHEntry.triggeringPrincipal`
| * | [PALEMOON] Replace `owner` with `triggeringPrincipal` to match the updated ↵JustOff2018-04-30-4/+4
| |/ | | | | | | UXP docshell
* / [PALEMOON] Fix feeds - "Subscribe to this page..."janekptacijarabaci2018-05-01-1/+1
|/ | | | Issue #121
* Merge pull request #299 from janekptacijarabaci/pm_permissions_2_style-clean-upNew Tobin Paradigm2018-04-30-8/+0
|\ | | | | [PALEMOON] [frontend vs backend] Remove unused styles for Push Notifications
| * [PALEMOON] [frontend vs backend] Remove unused styles for Push Notificationsjanekptacijarabaci2018-04-30-8/+0
| | | | | | | | https://github.com/MoonchildProductions/UXP/pull/273#issuecomment-385267814
* | [PALEMOON] Add required gBrowserBundle lazy getter in nsBrowserGlue.jsMatt A. Tobin2018-04-30-3/+9
| |