summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix typoMoonchild2022-04-09
|
* [devtools] Restrict sourcemap URLsMoonchild2022-04-09
|
* [xpcom] xpcom Threadpool cleanupMoonchild2022-04-09
| | | | Make sure thread locks are in place to guard accesses.
* [js] Fix AliasSet of MLoadTypedArrayElementHoleMoonchild2022-04-09
|
* No issue - Avoid WebGL crash on MesaMoonchild2022-04-08
| | | | This prevents too high vert-count draws that Mesa doesn't handle.
* [XPCOM] xpcom/threads misc cleanupMoonchild2022-04-08
|
* [NSS] Update NSS to 3.52.4Moonchild2022-04-08
|
* Issue #1836 - Implement Selection.setBaseAndExtent()Moonchild2022-04-08
|
* Issue #1840 - Try to deal with bad website scripting loading/unloading modules.Moonchild2022-04-08
| | | | | | | | Apparently Bing does rapid-fire loading/unloading of module scripts that causes our attempts at resolving and initializing them to end up with null fetched modules. Returning null is probably a better way to handle this than crashing on ms->ModuleRecord() ;-)
* Merge pull request 'Implement 'content' keyword for 'flex-basis' property ↵Moonchild2022-04-08
|\ | | | | | | | | | | and address spec changes' (#1854) from FranklinDM/UXP-contrib:work_css-flex-basis-content into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1854
| * Issue #1370 - Part 6: Update testsFranklinDM2022-04-07
| |
| * Issue #1370 - Part 5: Regenerate developer tools' static CSS properties databaseFranklinDM2022-04-07
| |
| * Issue #1370 - Part 4: Treat `flex-basis: content` as `max-content`FranklinDM2022-04-07
| | | | | | | | | | | | This uses a different approach and builds upon the refactoring made in the 576eb6ee01fb9ee3669cad634b26473c2886cab1. Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1374540
| * Issue #1370 - Part 3: Implement `content` keyword for `flex-basis` propertyFranklinDM2022-04-07
| | | | | | | | Partially based on https://bugzilla.mozilla.org/show_bug.cgi?id=1105111
| * Issue #1370 - Part 2: Remove redundant special-case code for treating ↵FranklinDM2022-04-07
| | | | | | | | | | | | flex-basis enum values as 'auto' in vertical axis Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1436881
| * Issue #1370 - Part 1: Refactor nsFrame to use a separate function for ↵FranklinDM2022-04-07
| | | | | | | | | | | | handling `flex-basis` This removes the need to keep the `flex-basis` handling code of the ComputeSize* functions in sync since they both call the same function now for this purpose.
* | Merge pull request 'Land final NSS-gyp work' (#1850) from nss-gyp-work into ↵Moonchild2022-04-08
|\ \ | | | | | | | | | | | | | | | master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1850
| * | Issue #1847 - Clean up gyp[_base].mozbuild for Android removal.nss-gyp-workMoonchild2022-04-07
| | |
| * | Issue #1847 - Fixes for SunOSMoonchild2022-04-07
| | |
| * | Issue #1847 - Update generate_certdata.py so it matches what thisMatt A. Tobin2022-04-07
| | | | | | | | | | | | version of NSS expects.
| * | Issue #1847 - Get NSS gyp to understand disabling avx2 in freeblMatt A. Tobin2022-04-07
| | |
| * | Issue #1847 - Transfer build configuration to gypMatt A. Tobin2022-04-07
| | |
| * | Issue #1847 - Updates to handle NSSMatt A. Tobin2022-04-07
| | | | | | | | | | | | Bug 1295937
| * | Issue #1847 - Restore build/gyp.mozbuild to m-esr52 state.Matt A. Tobin2022-04-07
| | | | | | | | | | | | To do: remove android stuff again at the end.
* | | Update 7zSD.Moonchild2022-04-08
| | |
* | | No issue - Always build MAR support.Moonchild2022-04-08
| | | | | | | | | | | | Even when there is no updater.
* | | [NSS] check for missing signedData field and bump versionMoonchild2022-04-08
| | |
* | | [DOM IndexedDB] Increase intermediate byte storage maximum capacity.Moonchild2022-04-08
| | |
* | | [DOM media] Handle truncated ADTS and MP3 resources.Paul Adenot2022-04-08
| | |
* | | [devtools] Escape backtick charactersMoonchild2022-04-08
| | |
* | | [interface] Make Windows non-ePopupLevelTop popups respect owner z-orderMoonchild2022-04-08
| | |
* | | Bug 1650214 - Cancel progress timer when shutting down FileReaderYaron Tausky2022-04-08
| | | | | | | | | | | | | | | | | | Not canceling the timer when run in a worker could lead to the timer firing after the primary worker runnable finished running, leading to an assertion failure in cycle collector code.
* | | [interface] Hold a self-reference in nsDataObj.Moonchild2022-04-08
| | |
* | | [DOM] Stop treating XSLT meta refresh as a special snowflake thing.Moonchild2022-04-08
| | | | | | | | | | | | | | | It's just not healthy. It'll get delusions of self-importance and go rogue. Next thing you know it'll start identifying as other elements.
* | | [interface] Don't block size mode changes.Moonchild2022-04-08
| | |
* | | [win system] Update the list of delayed-loaded dllsMoonchild2022-04-08
| | | | | | | | | | | | | | | Primarily for those who custom-install and somehow mess up directory permissions exposing themselves to dll injection attacks.
* | | [js] Add dynamic check for valid serialized lengthSteve Fink2022-04-08
| | |
* | | No Issue - Don't build the layout recorder unless debugMatt A. Tobin2022-04-08
| | |
* | | Issue #1853 - Follow-up: extend attribution mapping to resize and cornerMoonchild2022-04-08
| | | | | | | | | | | | | | | | | | controls to allow themes to respond to scrollbar-width. Also clean up the comments and whitespace a bit.
* | | Issue #953 - Neuter the user-facing controls for e10sMoonchild2022-04-08
| | | | | | | | | | | | | | | This should prevent people using a massive footgun that would blow off their entire legs. Requires appropriate FE changes.
* | | Issue #1853 - Map scrollbar-width to an element attribute.Moonchild2022-04-08
| | | | | | | | | | | | | | | By mapping this to an attribute, this allows browser themes to respond to the various available scrollbar width settings in CSS.
* | | Issue #1852 - Undo Stylo nonsense that breaks body and frame margins.Moonchild2022-04-08
| | | | | | | | | | | | | | | | | | | | | This restores support for using HTML tag styling of margins on the body. Reftests post bug still pass for dynamic changes, so does the newly-added test for body margins and frames that tests the old styling method. This also removes the reftest list for stylo testing for obvious reasons.
* | | Issue #1822 - Follow-up: Remove reputation check leftovers from jsdownloads.Moonchild2022-04-08
| | |
* | | Issue #21 - Remove MOZ_SERVICES_HEALTHREPORT from old-configure.Moonchild2022-04-08
| | | | | | | | | | | | Also remove irrelevant references from build docs.
* | | Issue #1851 - Update embedded emoji font to Twemoji 13.1 (TM 0.6.0)Moonchild2022-04-08
| | |
* | | No issue - Fix a potential autocomplete issue.Moonchild2022-04-07
| | | | | | | | | | | | | | | Account for the case where we don't have a tree view in selectedIndex setter which may break future autocompletes.
* | | [XPCOM] Use swap in nsThread::SetObserver.Moonchild2022-04-07
| | |
* | | [DOM] Align XHR requests with the spec.Moonchild2022-04-07
| | |
* | | [Docshell] Implement reload flood guardMoonchild2022-04-07
| | |
* | | [Docshell] Close ContentViewer properly if initialization fails.Olli Pettay2022-04-07
| | |