summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [ffvpx] Re-enable assembly optimized codetrav902018-04-26-11/+11
| | | | It was inadvertently disabled in 8b37a1bc306c1d5a3cc92e9dc04fb95d5d9a0298.
* [ffvpx] Compile ffvpx lib with -ffreestanding to avoid triggering a clang bugtrav902018-04-26-0/+2
|
* [FFmpeg] Add a preemptive stdlib.h include in our libavutil_visibility.h ↵trav902018-04-26-0/+9
| | | | hackaround file
* [FFmpeg] Work around a bug with corrupted datatrav902018-04-26-2/+2
| | | | According to FFmpeg documentation, the out parameter is "set to size of parsed buffer or zero if not yet finished." however this is only the case if no error occurred; otherwise it is left untouched. We want the invalid content to generate a decoding error, so we set size to inputSize to ensure decoding failed later.
* [ffvpx] Remove some files we don't needtrav902018-04-26-693/+0
|
* [ffvpx] Update ffvp9/ffvp8 to 3.4.2-releasetrav902018-04-26-28271/+17555
| | | | Structure of code was slightly modified so that it should be no longer necessary to re-generate the config_*.h files, greatly simplifying the resync process in the future.
* [ffvpx] Restore AVOptions and dictionary featurestrav902018-04-26-106/+2774
| | | | FFmpeg requires specific default values in AVCodecContext to be set. Instead of manually setting these each time we resync with upstream, let's use FFmpeg's own AVOptions which automatically sets all the values to their default.
* [ffvpx] Revert Mozilla hack in FFmpeg codetrav902018-04-26-32/+16
| | | | This hack was added by Mozilla to work around a potential data race, however the root cause was fixed by upstream in release 3.4 so this hack is no longer needed.
* Merge pull request #269 from adeshkp/button_messagesMoonchild2018-04-26-39/+99
|\ | | | | Improve some button labels in preferences
| * [Toolkit] Change button labels in password manageradeshkp2018-04-26-3/+17
| |
| * [Basilisk] Change button labels in cookies dialogadeshkp2018-04-26-14/+34
| |
| * [Pale Moon] Change button labels in cookies dialogadeshkp2018-04-26-22/+48
| |
* | Make github file all capswolfbeast2018-04-26-0/+0
| |
* | Add github contributing guidelineswolfbeast2018-04-26-0/+86
| |
* | Disable TLS 1.3 by default for now until our NSS can be updated to the ↵wolfbeast2018-04-25-1/+1
| | | | | | | | latest spec.
* | Revert "Update NSPR to 4.18"wolfbeast2018-04-25-295/+395
| | | | | | | | This reverts commit 8781f745556be5d7402d0f3adc67ecfe32fe04a0.
* | Revert "Update NSS to 3.35-RTM"wolfbeast2018-04-25-34294/+15971
| | | | | | | | This reverts commit f1a0f0a56fdd0fc39f255174ce08c06b91c66c94.
* | Revert "Update build system files for NSS 3.35"wolfbeast2018-04-25-9/+1
| | | | | | | | This reverts commit a910f57af64271e391c1fb33cbdd97da1ddfe2d6.
* | Avoid calling slice in self-hosted code. DiDwolfbeast2018-04-25-3/+21
| | | | | | | | This time without unrelated/incomplete pluralforms junk.
* | Revert "Add pluralrules to JS Intl"wolfbeast2018-04-25-542/+134
| | | | | | | | This reverts commit 7686bceecff17f91758c8c6547a78e71ff3a8c38.
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-25-74/+1020
|\ \
| * \ Merge pull request #262 from janekptacijarabaci/js_dom_overflow_1Moonchild2018-04-25-74/+1020
| |\ \ | | | | | | | | moebius#138: Optimize operations on root of deeply-nested frame tree
| | * | moebius#138: Optimize operations on root of deeply-nested frame treejanekptacijarabaci2018-04-24-40/+651
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/138
| | * | Bug 1338053: Make nsFlexContainerFrame::MarkIntrinsicISizesDirty() also call ↵janekptacijarabaci2018-04-24-0/+174
| | | | | | | | | | | | | | | | its parent class's method
| | * | Bug 1336708: Reftestjanekptacijarabaci2018-04-24-0/+65
| | | |
| | * | Bug 1336708: Don't reuse cached flex-item reflow measurements if the item's ↵janekptacijarabaci2018-04-24-23/+39
| | | | | | | | | | | | | | | | computed height has changed
| | * | Bug 1209697: Cache flex measuring reflows to avoid exponential behaviorjanekptacijarabaci2018-04-24-39/+114
| | | |
| | * | Bug 1209697: Clear ancestor intrinsic sizes when our block size changesjanekptacijarabaci2018-04-24-1/+6
| | | |
* | | | Honor browser.safebrowsing.UI.enabledwolfbeast2018-04-25-2/+18
|/ / / | | | | | | | | | This resolves #266
* | | Tweak fullscreen APIwolfbeast2018-04-24-10/+3
| | |
* | | Remove build support for HP-UXwolfbeast2018-04-24-86/+1
|/ / | | | | | | Note: 3rd party lib support (NSS, etc.) has not been touched.
* | Merge pull request #259 from janekptacijarabaci/error_CloudSync_2Moonchild2018-04-24-5/+9
|\ \ | | | | | | moebius#209: Throws an error - "CloudSync is not defined"
| * | moebius#209: Throws an error - "CloudSync is not defined"janekptacijarabaci2018-04-24-5/+9
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/209
* | | Merge pull request #260 from janekptacijarabaci/plugins_placeholder_css_1Moonchild2018-04-24-2/+13
|\ \ \ | | | | | | | | palemoon#583 and #1071: Fix: Plugin placeholder image/text (ask to activate) missing + overlay
| * | | palemoon#583 and #1071: Fix: Plugin placeholder image/text (ask to activate) ↵janekptacijarabaci2018-04-24-2/+13
| |/ / | | | | | | | | | | | | | | | | | | missing + overlay https://github.com/MoonchildProductions/Pale-Moon/pull/583 https://github.com/MoonchildProductions/Pale-Moon/pull/1071
* | | Merge pull request #258 from janekptacijarabaci/forgetAboutSite_1Moonchild2018-04-24-156/+179
|\ \ \ | | | | | | | | moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + a comment
| * | | moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + ↵janekptacijarabaci2018-04-24-156/+179
| |/ / | | | | | | | | | | | | | | | | | | a comment https://github.com/MoonchildProductions/moebius/pull/30 https://github.com/MoonchildProductions/moebius/pull/37
* | | Merge pull request #243 from janekptacijarabaci/fetch_response_body_null_1Moonchild2018-04-24-6/+11
|\ \ \ | | | | | | | | moebius#312: DOM - Fix incorrect TypeError: Response body is given with a null body status
| * | | moebius#312: DOM - Fix incorrect TypeError: Response body is given with a ↵janekptacijarabaci2018-04-24-6/+11
| |/ / | | | | | | | | | | | | | | | null body status https://github.com/MoonchildProductions/moebius/issues/312
* | | Merge pull request #255 from janekptacijarabaci/pm_preferences_cookies_1New Tobin Paradigm2018-04-24-15/+23
|\ \ \ | | | | | | | | [PALEMOON] [frontend vs backend] Fix cookies in Preferences
| * | | [PALEMOON] [frontend vs backend] Fix cookies in Preferencesjanekptacijarabaci2018-04-24-15/+23
| |/ / | | | | | | | | | Issue #121
* | | Merge pull request #254 from janekptacijarabaci/pm_sanitize_1New Tobin Paradigm2018-04-24-5/+12
|\ \ \ | | | | | | | | [PALEMOON] [frontend vs backend] Fix sanitize ("History" - "Clear Recent History...")
| * | | [PALEMOON] [frontend vs backend] Fix sanitize ("History" - "Clear Recent ↵janekptacijarabaci2018-04-24-5/+12
| |/ / | | | | | | | | | | | | | | | History..."): Issue #121
* | | Merge pull request #244 from janekptacijarabaci/pm_toolbars_custom_persist_2New Tobin Paradigm2018-04-24-1/+1
|\ \ \ | | | | | | | | [fix typo] palemoon#903 and #975: Customizable toolbars - persist the attribute "collapsed" (backward compatible)
| * | | [fix typo] palemoon#903 and #975: Customizable toolbars - persist the ↵janekptacijarabaci2018-04-24-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | attribute "collapsed" (backward compatible) https://github.com/MoonchildProductions/Pale-Moon/pull/903 https://github.com/MoonchildProductions/Pale-Moon/pull/975 https://github.com/MoonchildProductions/UXP/issues/242
* | | Re-introduce some required overrides (why were ALL of them cleared?!)wolfbeast2018-04-24-2/+5
| | |
* | | Hard-code the version number for Mozilla's version checker for add-ons.wolfbeast2018-04-23-4/+4
| | |
* | | Merge pull request #240 from JustOff/PR_bootstrap_scopeMoonchild2018-04-23-3/+61
|\ \ \ | |/ / |/| | Fix accessing the bootstrap methods when they are declared in the new lexical scope
| * | Fix accessing the bootstrap methods when they are declared in the new ↵JustOff2018-04-23-3/+61
|/ / | | | | | | lexical scope
* | Merge pull request #238 from janekptacijarabaci/js_dom_pointer_events_2Moonchild2018-04-23-20/+228
|\ \ | | | | | | moebius#195: DOM - PointerEvents - improvements (implement pointerup and pointerdown)