Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #404 from janekptacijarabaci/pm_global-scope_1 | Moonchild | 2018-05-29 |
|\ | | | | | [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 |
| | | | | | | | | | | | | | | | | | | 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 |
| | | |||
* | | [WebExAM] Follow up to 351cf2703 | Matt A. Tobin | 2018-05-28 |
| | | |||
* | | Fix typo in 8b9fe0e3582a0578720dc38b4ede57eac90e4594 | wolfbeast | 2018-05-28 |
| | | |||
* | | Merge branch 'update.json' | Matt A. Tobin | 2018-05-28 |
|\ \ | |||
| * | | [WebExAM] Issue #402 - Make JSON update manifests assume Firefox instead of ↵ | Matt A. Tobin | 2018-05-28 |
| | | | | | | | | | | | | Toolkit | ||
* | | | Port libopus upstream patch. | Pale Moon | 2018-05-28 |
|/ / | | | | | | | 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 |
|\ \ | | | | | | | 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 |
|/ / | |||
* | | Merge pull request #398 from MoonchildProductions/revert-397-buildsystem-work | Moonchild | 2018-05-28 |
|\ \ | |/ |/| | Revert "Only display SSE2 error dialog on 32-bit Linux" | ||
| * | Revert "Only display SSE2 error dialog on 32-bit Linux" | Moonchild | 2018-05-28 |
|/ | |||
* | Merge pull request #397 from trav90/buildsystem-work | Moonchild | 2018-05-28 |
|\ | | | | | Only display SSE2 error dialog on 32-bit Linux | ||
| * | Only display SSE2 error dialog on 32-bit Linux | trav90 | 2018-05-27 |
|/ | | | | 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 |
| | | | | This resolves #396. | ||
* | Merge pull request #395 from trav90/buildsystem-work | Moonchild | 2018-05-27 |
|\ | | | | | Always build with SSE2 support & display an error if not available | ||
| * | Remove extraneous SSE flag | trav90 | 2018-05-27 |
| | | |||
| * | Tweak SSE/SSE2 GCC flags | trav90 | 2018-05-27 |
| | | |||
| * | Always build with SSE2 support when using GCC | trav90 | 2018-05-27 |
| | | |||
| * | Display an error on Linux in the absence of SSE2 | trav90 | 2018-05-27 |
| | | |||
* | | Merge pull request #394 from janekptacijarabaci/pm_popup_block_1 | Moonchild | 2018-05-27 |
|\ \ | | | | | | | [PALEMOON] [frontend vs backend] Reduce size of PopupBlocking:UpdateBlockedPopups messages | ||
| * | | [PALEMOON] [frontend vs backend] Reduce size of ↵ | janekptacijarabaci | 2018-05-27 |
|/ / | | | | | | | | | | | PopupBlocking:UpdateBlockedPopups messages Issue #392 | ||
* | | Merge pull request #390 from janekptacijarabaci/dom_fetch_credentials_1 | Moonchild | 2018-05-27 |
|\ \ | |/ |/| | Make fetch() use "same-origin" credentials by default | ||
| * | Bug 1394399 - Fix web-platform-tests to expect "same-origin" default ↵ | janekptacijarabaci | 2018-05-26 |
| | | | | | | | | | | | | Request.credentials Issue #389 | ||
| * | Bug 1394399 - Fix mochitests to expect "same-origin" default Request.credentials | janekptacijarabaci | 2018-05-26 |
| | | | | | | | | Issue #389 | ||
| * | Bug 1394399 - Default Request.credentials to "same-origin" instead of "omit" | janekptacijarabaci | 2018-05-26 |
| | | | | | | | | Issue #389 | ||
* | | Merge pull request #388 from adeshkp/patch-5 | Moonchild | 2018-05-26 |
|\ \ | | | | | | | [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 |
|/ / | |||
* | | Merge pull request #386 from MoonchildProductions/revert-381-masterPM28.0.0a2_Unstable | Moonchild | 2018-05-25 |
|\ \ | | | | | | | Revert "Remove the Social API" | ||
| * | | Revert "Remove the Social API" | Moonchild | 2018-05-25 |
|/ / | |||
* | | Merge pull request #381 from Ascrod/master | Moonchild | 2018-05-25 |
|\ \ | | | | | | | Remove the Social API | ||
| * | | Remove MOZ_SOCIAL. | Ascrod | 2018-05-24 |
| | | | |||
| * | | Remove the Social API | Ascrod | 2018-05-24 |
| | | | |||
* | | | Merge pull request #385 from trav90/media-work | Moonchild | 2018-05-25 |
|\ \ \ | | | | | | | | | Fix null checks in dom/media | ||
| * | | | Revoke MediaDataDecoder callback after RemoteVideoDecoder has been shut down | trav90 | 2018-05-25 |
| | | | | |||
| * | | | Null check the right pointer in RecvReadback | trav90 | 2018-05-25 |
| | | | | |||
| * | | | Perform null check earlier in OggCodecState.cpp | trav90 | 2018-05-25 |
|/ / / | |||
* | | | Merge pull request #383 from trav90/media-work | Moonchild | 2018-05-25 |
|\ \ \ | |/ / |/| | | [MSE] Correct ADTS frame size calculation | ||
| * | | [MSE] Correct ADTS frame size calculation | trav90 | 2018-05-25 |
|/ / | | | | | | | This should be bitwise OR rather than logical OR, which just returns 1. | ||
* | | Remove CrashReporterParent leftover. | wolfbeast | 2018-05-24 |
| | | | | | | | | Tag #20. | ||
* | | Remove IPC profile functions. | wolfbeast | 2018-05-24 |
| | | | | | | | | Resolves #378. | ||
* | | Remove SPS profiler. | wolfbeast | 2018-05-24 |
| | | | | | | | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions. | ||
* | | Remove CrashReporterParent leftover. | wolfbeast | 2018-05-24 |
|/ | | | | Tag #20. | ||
* | Remove the jprof profiler. | wolfbeast | 2018-05-23 |
| | | | | This resolves #377. | ||
* | Merge pull request #379 from janekptacijarabaci/pm_places_livemark_add_1 | Moonchild | 2018-05-23 |
|\ | | | | | [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 |
| | | | | | | | | | | | | work correctly Issue #121 | ||
* | | Remove the Dark Matter Detector (DMD) Memeory debugger component. | wolfbeast | 2018-05-23 |
|/ | | | | This resolves #376. | ||
* | Remove IPC CrashReporterClient/Host | wolfbeast | 2018-05-22 |
| | | | | Tag #20. | ||
* | Remove stubbed IPC CrashReporter(Parent/Child) | wolfbeast | 2018-05-21 |
| | |||
* | Remove GMP, Plugin and IPC crash reporter hooks. | wolfbeast | 2018-05-21 |
| | | | | | | Stubs will be removed in follow-up Tag #20. |