Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |||
| * | | [MSE] Correct ADTS frame size calculation | trav90 | 2018-05-25 | -2/+2 |
|/ / | | | | | | | This should be bitwise OR rather than logical OR, which just returns 1. | |||
* | | Remove CrashReporterParent leftover. | wolfbeast | 2018-05-24 | -1/+0 |
| | | | | | | | | Tag #20. | |||
* | | Remove IPC profile functions. | wolfbeast | 2018-05-24 | -159/+0 |
| | | | | | | | | Resolves #378. | |||
* | | Remove SPS profiler. | wolfbeast | 2018-05-24 | -24501/+12 |
| | | | | | | | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions. | |||
* | | Remove CrashReporterParent leftover. | wolfbeast | 2018-05-24 | -8/+0 |
|/ | | | | Tag #20. | |||
* | Remove the jprof profiler. | wolfbeast | 2018-05-23 | -3212/+0 |
| | | | | This resolves #377. | |||
* | Merge pull request #379 from janekptacijarabaci/pm_places_livemark_add_1 | Moonchild | 2018-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 ↵ | janekptacijarabaci | 2018-05-23 | -10/+22 |
| | | | | | | | | | | | | work correctly Issue #121 | |||
* | | Remove the Dark Matter Detector (DMD) Memeory debugger component. | wolfbeast | 2018-05-23 | -6544/+6 |
|/ | | | | This resolves #376. | |||
* | Remove IPC CrashReporterClient/Host | wolfbeast | 2018-05-22 | -502/+1 |
| | | | | Tag #20. | |||
* | Remove stubbed IPC CrashReporter(Parent/Child) | wolfbeast | 2018-05-21 | -91/+1 |
| | ||||
* | Remove GMP, Plugin and IPC crash reporter hooks. | wolfbeast | 2018-05-21 | -373/+8 |
| | | | | | | Stubs will be removed in follow-up Tag #20. | |||
* | Remove gfxCrashReporterUtils leftover. | wolfbeast | 2018-05-20 | -3/+0 |
| | | | | Tag #20. | |||
* | Remove gfxCrashReporterUtils. | wolfbeast | 2018-05-20 | -254/+0 |
| | | | | Tag #20. | |||
* | Merge pull request #375 from trav90/media-work | Moonchild | 2018-05-20 | -1/+1 |
|\ | | | | | [MSE] Add a missing comma in validBoxes | |||
| * | [MSE] Add a missing comma in validBoxes | trav90 | 2018-05-18 | -1/+1 |
| | | ||||
* | | Update libhyphen's glue code to include overloads for fgetc() and feof(). | wolfbeast | 2018-05-19 | -15/+42 |
|/ | | | | | Follow-up to 41cbe2d931d2742bb8dd6240eae9599e3bf3a512 to fix a crash regression. This resolves #374. | |||
* | Fix missing include in Skia SafeMath | wolfbeast | 2018-05-17 | -0/+1 |
| | ||||
* | Merge pull request #370 from alaviss/system-nss | Moonchild | 2018-05-17 | -4/+4 |
|\ | | | | | palemoon/installer: Fix packaging when built --with-system-(nss|nspr) | |||
| * | palemoon/installer: Fix packaging when built --with-system-nss/nspr | Leorize | 2018-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. | |||
* | Merge pull request #369 from alaviss/crmf | Moonchild | 2018-05-17 | -1/+0 |
|\ | | | | | external/nss: Don't link with libcrmf on --with-system-nss builds |