Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert "Update build system files for NSS 3.35" | wolfbeast | 2018-04-25 | -9/+1 |
| | | | | This reverts commit a910f57af64271e391c1fb33cbdd97da1ddfe2d6. | |||
* | Avoid calling slice in self-hosted code. DiD | wolfbeast | 2018-04-25 | -3/+21 |
| | | | | This time without unrelated/incomplete pluralforms junk. | |||
* | Revert "Add pluralrules to JS Intl" | wolfbeast | 2018-04-25 | -542/+134 |
| | | | | This reverts commit 7686bceecff17f91758c8c6547a78e71ff3a8c38. | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-04-25 | -74/+1020 |
|\ | ||||
| * | Merge pull request #262 from janekptacijarabaci/js_dom_overflow_1 | Moonchild | 2018-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 tree | janekptacijarabaci | 2018-04-24 | -40/+651 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/138 | |||
| | * | Bug 1338053: Make nsFlexContainerFrame::MarkIntrinsicISizesDirty() also call ↵ | janekptacijarabaci | 2018-04-24 | -0/+174 |
| | | | | | | | | | | | | its parent class's method | |||
| | * | Bug 1336708: Reftest | janekptacijarabaci | 2018-04-24 | -0/+65 |
| | | | ||||
| | * | Bug 1336708: Don't reuse cached flex-item reflow measurements if the item's ↵ | janekptacijarabaci | 2018-04-24 | -23/+39 |
| | | | | | | | | | | | | computed height has changed | |||
| | * | Bug 1209697: Cache flex measuring reflows to avoid exponential behavior | janekptacijarabaci | 2018-04-24 | -39/+114 |
| | | | ||||
| | * | Bug 1209697: Clear ancestor intrinsic sizes when our block size changes | janekptacijarabaci | 2018-04-24 | -1/+6 |
| | | | ||||
* | | | Honor browser.safebrowsing.UI.enabled | wolfbeast | 2018-04-25 | -2/+18 |
|/ / | | | | | | | This resolves #266 | |||
* | | Tweak fullscreen API | wolfbeast | 2018-04-24 | -10/+3 |
| | | ||||
* | | Remove build support for HP-UX | wolfbeast | 2018-04-24 | -86/+1 |
|/ | | | | Note: 3rd party lib support (NSS, etc.) has not been touched. | |||
* | Merge pull request #259 from janekptacijarabaci/error_CloudSync_2 | Moonchild | 2018-04-24 | -5/+9 |
|\ | | | | | moebius#209: Throws an error - "CloudSync is not defined" | |||
| * | moebius#209: Throws an error - "CloudSync is not defined" | janekptacijarabaci | 2018-04-24 | -5/+9 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/209 | |||
* | | Merge pull request #260 from janekptacijarabaci/plugins_placeholder_css_1 | Moonchild | 2018-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) ↵ | janekptacijarabaci | 2018-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_1 | Moonchild | 2018-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 + ↵ | janekptacijarabaci | 2018-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_1 | Moonchild | 2018-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 ↵ | janekptacijarabaci | 2018-04-24 | -6/+11 |
| |/ | | | | | | | | | | | null body status https://github.com/MoonchildProductions/moebius/issues/312 | |||
* | | Merge pull request #255 from janekptacijarabaci/pm_preferences_cookies_1 | New Tobin Paradigm | 2018-04-24 | -15/+23 |
|\ \ | | | | | | | [PALEMOON] [frontend vs backend] Fix cookies in Preferences | |||
| * | | [PALEMOON] [frontend vs backend] Fix cookies in Preferences | janekptacijarabaci | 2018-04-24 | -15/+23 |
| |/ | | | | | | | Issue #121 | |||
* | | Merge pull request #254 from janekptacijarabaci/pm_sanitize_1 | New Tobin Paradigm | 2018-04-24 | -5/+12 |
|\ \ | | | | | | | [PALEMOON] [frontend vs backend] Fix sanitize ("History" - "Clear Recent History...") | |||
| * | | [PALEMOON] [frontend vs backend] Fix sanitize ("History" - "Clear Recent ↵ | janekptacijarabaci | 2018-04-24 | -5/+12 |
| |/ | | | | | | | | | | | History..."): Issue #121 | |||
* | | Merge pull request #244 from janekptacijarabaci/pm_toolbars_custom_persist_2 | New Tobin Paradigm | 2018-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 ↵ | janekptacijarabaci | 2018-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?!) | wolfbeast | 2018-04-24 | -2/+5 |
| | | ||||
* | | Hard-code the version number for Mozilla's version checker for add-ons. | wolfbeast | 2018-04-23 | -4/+4 |
| | | ||||
* | | Merge pull request #240 from JustOff/PR_bootstrap_scope | Moonchild | 2018-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 ↵ | JustOff | 2018-04-23 | -3/+61 |
|/ | | | | lexical scope | |||
* | Merge pull request #238 from janekptacijarabaci/js_dom_pointer_events_2 | Moonchild | 2018-04-23 | -20/+228 |
|\ | | | | | moebius#195: DOM - PointerEvents - improvements (implement pointerup and pointerdown) | |||
| * | moebius#195: DOM - PointerEvent - improvements | janekptacijarabaci | 2018-04-23 | -20/+228 |
|/ | | | | https://github.com/MoonchildProductions/moebius/pull/195 | |||
* | Merge pull request #233 from ↵ | Moonchild | 2018-04-23 | -0/+2 |
|\ | | | | | | | | | janekptacijarabaci/webextensions_sandbox_sandboxName_1 moebius#328: Set a sandboxName on the WebExtensions Content Script sandboxes | |||
| * | moebius#328: Set a sandboxName on the WebExtensions Content Script sandboxes | janekptacijarabaci | 2018-04-23 | -0/+2 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/328 | |||
* | | Merge pull request #231 from janekptacijarabaci/security_blocking_data_1 | Moonchild | 2018-04-23 | -171/+1149 |
|\ \ | | | | | | | moebius#223, #224, #226, #230: DOM - consider blocking top level window data: URIs | |||
| * | | moebius#187: DOM - nsIContentPolicy - context (document) | janekptacijarabaci | 2018-04-23 | -55/+120 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/187 | |||
| * | | Revert "Bug 1182569: Use AsyncOpen2 for docshell loads" | janekptacijarabaci | 2018-04-22 | -21/+53 |
| | | | | | | | | | | | | This reverts commit 29bd11c3cd6ff41f7167530f9bbcd9d195b7c427. | |||
| * | | Revert "Bug 1182569: Update ContentSecurityManager to handle docshell loads" | janekptacijarabaci | 2018-04-22 | -68/+27 |
| | | | | | | | | | | | | This reverts commit 2e33335820b2816bee111e78588ac82e401c86ae. | |||
| * | | Revert "Bug 1182569 - Skip security check for plugins using newstream attribute" | janekptacijarabaci | 2018-04-22 | -47/+24 |
| | | | | | | | | | | | | This reverts commit 5b0f4649b3fee771379af60ec04d43b8a525cf80. | |||
| * | | Revert "Bug 1182569: Update tests when converting docshell loads to use ↵ | janekptacijarabaci | 2018-04-22 | -18/+5 |
| | | | | | | | | | | | | | | | | | | AynscOpen2" This reverts commit b73225e886f84182384a2b5b09f83e51501bdc38. | |||
| * | | Revert "Bug 1182569: Disable hsts priming for loads of type subdocument for ↵ | janekptacijarabaci | 2018-04-22 | -18/+0 |
| | | | | | | | | | | | | | | | | | | wpt tests" This reverts commit 5d9ae788d5fe66da0f687e941d5ef90880641fd5. | |||
| * | | Revert "Bug 1182569: Add credentials mode for ↵ | janekptacijarabaci | 2018-04-22 | -4/+2 |
| | | | | | | | | | | | | | | | | | | fetch-frame-resource.https.html wpt test" This reverts commit d3575bfb5b62b0c0f566233faae55e4f5f525e99. | |||
| * | | Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test | janekptacijarabaci | 2018-04-22 | -2/+4 |
| | | | | | | | | | | | | native in moebius | |||
| * | | Bug 1182569: Disable hsts priming for loads of type subdocument for wpt tests | janekptacijarabaci | 2018-04-22 | -0/+18 |
| | | | | | | | | | | | | native in moebius | |||
| * | | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2 | janekptacijarabaci | 2018-04-22 | -5/+18 |
| | | | | | | | | | | | | native in moebius | |||
| * | | Bug 1182569 - Skip security check for plugins using newstream attribute | janekptacijarabaci | 2018-04-22 | -24/+47 |
| | | | | | | | | | | | | native in moebius | |||
| * | | Bug 1182569: Update ContentSecurityManager to handle docshell loads | janekptacijarabaci | 2018-04-22 | -27/+68 |
| | | | | | | | | | | | | native in moebius | |||
| * | | Bug 1182569: Use AsyncOpen2 for docshell loads | janekptacijarabaci | 2018-04-22 | -53/+21 |
| | | | | | | | | | | | | native in moebius |