Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [WebExAM] Use extensions.minCompatibleAppVersion instead of ↵ | Matt A. Tobin | 2018-05-29 | -2/+2 |
| | | | | extensions.minCompatiblePlatformVersion for update.json | |||
* | Fix sec pref locations and enable HPKP checking by default. | wolfbeast | 2018-05-29 | -10/+11 |
| | | | | Some prefs were incorrectly in all.js (ocsp and hpkp) | |||
* | Disable HPKP telemetry in Pale Moon. | wolfbeast | 2018-05-29 | -0/+2 |
| | ||||
* | Merge pull request #407 from JustOff/PR_webapps_cleanup | Moonchild | 2018-05-29 | -31/+0 |
|\ | | | | | Remove unused webapps icons from Pale Moon | |||
| * | Remove unused webapps icons files from Pale Moon | JustOff | 2018-05-29 | -0/+0 |
| | | ||||
| * | Remove unused webapps icons from Pale Moon | JustOff | 2018-05-29 | -31/+0 |
|/ | ||||
* | Limit PNG image dimensions. | wolfbeast | 2018-05-29 | -3/+15 |
| | ||||
* | Merge pull request #405 from janekptacijarabaci/pm_themes_icons_1 | Moonchild | 2018-05-29 | -0/+6 |
|\ | | | | | Restore throbber images to global skin. | |||
| * | [PALEMOON] [frontend vs backend] Remove unused webapps-*.png ↵ | janekptacijarabaci | 2018-05-29 | -7/+0 |
| | | | | | | | | | | | | (chrome://global/skin/icons/webapps-*.png) Issue #121 | |||
| * | [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵ | janekptacijarabaci | 2018-05-29 | -0/+0 |
| | | | | | | | | | | | | osx/global/icons) Issue #121 | |||
| * | [PALEMOON] [frontend vs backend] Added icons (fix typo in a path: ↵ | janekptacijarabaci | 2018-05-29 | -0/+0 |
| | | | | | | | | | | | | osx/global/icons) Issue #121 | |||
| * | [PALEMOON] [frontend vs backend] Added icons | janekptacijarabaci | 2018-05-29 | -0/+13 |
|/ | | | | Issue #121 | |||
* | Merge pull request #404 from janekptacijarabaci/pm_global-scope_1 | Moonchild | 2018-05-29 | -39/+43 |
|\ | | | | | [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 ↵ | janekptacijarabaci | 2018-05-28 | -39/+43 |
| | | | | | | | | | | | | | | | | | | let/const with var in Pale Moon and TychoAM Issue #155 Part 2 for: https://github.com/MoonchildProductions/UXP/commit/931950a880b3550490422b1855c509be10586858 | |||
* | | [WebExAM] Deduplicate toolkit/mozapps/webextensions | Matt A. Tobin | 2018-05-28 | -794/+20 |
| | | ||||
* | | [WebExAM] Follow up to 351cf2703 | Matt A. Tobin | 2018-05-28 | -4/+4 |
| | | ||||
* | | Fix typo in 8b9fe0e3582a0578720dc38b4ede57eac90e4594 | wolfbeast | 2018-05-28 | -1/+1 |
| | | ||||
* | | Merge branch 'update.json' | Matt A. Tobin | 2018-05-28 | -5/+14 |
|\ \ | ||||
| * | | [WebExAM] Issue #402 - Make JSON update manifests assume Firefox instead of ↵ | Matt A. Tobin | 2018-05-28 | -5/+14 |
| | | | | | | | | | | | | Toolkit | |||
* | | | Port libopus upstream patch. | Pale Moon | 2018-05-28 | -1/+1 |
|/ / | | | | | | | Based on https://git.xiph.org/?p=opus.git;a=commitdiff;h=70a3d641b | |||
* | | Merge pull request #399 from MoonchildProductions/revert-395-buildsystem-work | Moonchild | 2018-05-28 | -131/+2 |
|\ \ | | | | | | | Revert "Always build with SSE2 support & display an error if not available" | |||
| * | | Revert "Always build with SSE2 support & display an error if not available" | Moonchild | 2018-05-28 | -131/+2 |
|/ / | ||||
* | | Merge pull request #398 from MoonchildProductions/revert-397-buildsystem-work | Moonchild | 2018-05-28 | -10/+6 |
|\ \ | |/ |/| | Revert "Only display SSE2 error dialog on 32-bit Linux" | |||
| * | Revert "Only display SSE2 error dialog on 32-bit Linux" | Moonchild | 2018-05-28 | -10/+6 |
|/ | ||||
* | Merge pull request #397 from trav90/buildsystem-work | Moonchild | 2018-05-28 | -6/+10 |
|\ | | | | | Only display SSE2 error dialog on 32-bit Linux | |||
| * | Only display SSE2 error dialog on 32-bit Linux | trav90 | 2018-05-27 | -6/+10 |
|/ | | | | 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. | wolfbeast | 2018-05-27 | -3/+3 |
| | | | | This resolves #396. | |||
* | Merge pull request #395 from trav90/buildsystem-work | Moonchild | 2018-05-27 | -2/+131 |
|\ | | | | | Always build with SSE2 support & display an error if not available | |||
| * | Remove extraneous SSE flag | trav90 | 2018-05-27 | -1/+1 |
| | | ||||
| * | Tweak SSE/SSE2 GCC flags | trav90 | 2018-05-27 | -3/+3 |
| | | ||||
| * | Always build with SSE2 support when using GCC | trav90 | 2018-05-27 | -2/+2 |
| | | ||||
| * | Display an error on Linux in the absence of SSE2 | trav90 | 2018-05-27 | -0/+129 |
| | | ||||
* | | Merge pull request #394 from janekptacijarabaci/pm_popup_block_1 | Moonchild | 2018-05-27 | -55/+57 |
|\ \ | | | | | | | [PALEMOON] [frontend vs backend] Reduce size of PopupBlocking:UpdateBlockedPopups messages | |||
| * | | [PALEMOON] [frontend vs backend] Reduce size of ↵ | janekptacijarabaci | 2018-05-27 | -55/+57 |
|/ / | | | | | | | | | | | PopupBlocking:UpdateBlockedPopups messages Issue #392 | |||
* | | Merge pull request #390 from janekptacijarabaci/dom_fetch_credentials_1 | Moonchild | 2018-05-27 | -7/+7 |
|\ \ | |/ |/| | Make fetch() use "same-origin" credentials by default | |||
| * | Bug 1394399 - Fix web-platform-tests to expect "same-origin" default ↵ | janekptacijarabaci | 2018-05-26 | -2/+2 |
| | | | | | | | | | | | | Request.credentials Issue #389 | |||
| * | Bug 1394399 - Fix mochitests to expect "same-origin" default Request.credentials | janekptacijarabaci | 2018-05-26 | -4/+4 |
| | | | | | | | | Issue #389 | |||
| * | Bug 1394399 - Default Request.credentials to "same-origin" instead of "omit" | janekptacijarabaci | 2018-05-26 | -1/+1 |
| | | | | | | | | Issue #389 | |||
* | | Merge pull request #388 from adeshkp/patch-5 | Moonchild | 2018-05-26 | -6/+6 |
|\ \ | | | | | | | [Pale Moon] Fix white tab text for active tab on Mac | |||
| * | | Pale Moon - Fix white tab text for active tab on Mac | adeshkp | 2018-05-26 | -6/+6 |
|/ / | ||||
* | | Merge pull request #386 from MoonchildProductions/revert-381-masterPM28.0.0a2_Unstable | Moonchild | 2018-05-25 | -16/+2895 |
|\ \ | | | | | | | Revert "Remove the Social API" | |||
| * | | Revert "Remove the Social API" | Moonchild | 2018-05-25 | -16/+2895 |
|/ / | ||||
* | | Merge pull request #381 from Ascrod/master | Moonchild | 2018-05-25 | -2895/+16 |
|\ \ | | | | | | | Remove the Social API | |||
| * | | Remove MOZ_SOCIAL. | Ascrod | 2018-05-24 | -8/+0 |
| | | | ||||
| * | | Remove the Social API | Ascrod | 2018-05-24 | -2887/+16 |
| | | | ||||
* | | | Merge pull request #385 from trav90/media-work | Moonchild | 2018-05-25 | -4/+6 |
|\ \ \ | | | | | | | | | Fix null checks in dom/media | |||
| * | | | Revoke MediaDataDecoder callback after RemoteVideoDecoder has been shut down | trav90 | 2018-05-25 | -0/+1 |
| | | | | ||||
| * | | | Null check the right pointer in RecvReadback | trav90 | 2018-05-25 | -1/+1 |
| | | | | ||||
| * | | | Perform null check earlier in OggCodecState.cpp | trav90 | 2018-05-25 | -3/+4 |
|/ / / | ||||
* | | | Merge pull request #383 from trav90/media-work | Moonchild | 2018-05-25 | -2/+2 |
|\ \ \ | |/ / |/| | | [MSE] Correct ADTS frame size calculation |