Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix typo | Moonchild | 2022-04-09 |
| | |||
* | [devtools] Restrict sourcemap URLs | Moonchild | 2022-04-09 |
| | |||
* | [xpcom] xpcom Threadpool cleanup | Moonchild | 2022-04-09 |
| | | | | Make sure thread locks are in place to guard accesses. | ||
* | [js] Fix AliasSet of MLoadTypedArrayElementHole | Moonchild | 2022-04-09 |
| | |||
* | No issue - Avoid WebGL crash on Mesa | Moonchild | 2022-04-08 |
| | | | | This prevents too high vert-count draws that Mesa doesn't handle. | ||
* | [XPCOM] xpcom/threads misc cleanup | Moonchild | 2022-04-08 |
| | |||
* | [NSS] Update NSS to 3.52.4 | Moonchild | 2022-04-08 |
| | |||
* | Issue #1836 - Implement Selection.setBaseAndExtent() | Moonchild | 2022-04-08 |
| | |||
* | Issue #1840 - Try to deal with bad website scripting loading/unloading modules. | Moonchild | 2022-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 ↵ | Moonchild | 2022-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 tests | FranklinDM | 2022-04-07 |
| | | |||
| * | Issue #1370 - Part 5: Regenerate developer tools' static CSS properties database | FranklinDM | 2022-04-07 |
| | | |||
| * | Issue #1370 - Part 4: Treat `flex-basis: content` as `max-content` | FranklinDM | 2022-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` property | FranklinDM | 2022-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 ↵ | FranklinDM | 2022-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 ↵ | FranklinDM | 2022-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 ↵ | Moonchild | 2022-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-work | Moonchild | 2022-04-07 |
| | | | |||
| * | | Issue #1847 - Fixes for SunOS | Moonchild | 2022-04-07 |
| | | | |||
| * | | Issue #1847 - Update generate_certdata.py so it matches what this | Matt A. Tobin | 2022-04-07 |
| | | | | | | | | | | | | version of NSS expects. | ||
| * | | Issue #1847 - Get NSS gyp to understand disabling avx2 in freebl | Matt A. Tobin | 2022-04-07 |
| | | | |||
| * | | Issue #1847 - Transfer build configuration to gyp | Matt A. Tobin | 2022-04-07 |
| | | | |||
| * | | Issue #1847 - Updates to handle NSS | Matt A. Tobin | 2022-04-07 |
| | | | | | | | | | | | | Bug 1295937 | ||
| * | | Issue #1847 - Restore build/gyp.mozbuild to m-esr52 state. | Matt A. Tobin | 2022-04-07 |
| | | | | | | | | | | | | To do: remove android stuff again at the end. | ||
* | | | Update 7zSD. | Moonchild | 2022-04-08 |
| | | | |||
* | | | No issue - Always build MAR support. | Moonchild | 2022-04-08 |
| | | | | | | | | | | | | Even when there is no updater. | ||
* | | | [NSS] check for missing signedData field and bump version | Moonchild | 2022-04-08 |
| | | | |||
* | | | [DOM IndexedDB] Increase intermediate byte storage maximum capacity. | Moonchild | 2022-04-08 |
| | | | |||
* | | | [DOM media] Handle truncated ADTS and MP3 resources. | Paul Adenot | 2022-04-08 |
| | | | |||
* | | | [devtools] Escape backtick characters | Moonchild | 2022-04-08 |
| | | | |||
* | | | [interface] Make Windows non-ePopupLevelTop popups respect owner z-order | Moonchild | 2022-04-08 |
| | | | |||
* | | | Bug 1650214 - Cancel progress timer when shutting down FileReader | Yaron Tausky | 2022-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. | Moonchild | 2022-04-08 |
| | | | |||
* | | | [DOM] Stop treating XSLT meta refresh as a special snowflake thing. | Moonchild | 2022-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. | Moonchild | 2022-04-08 |
| | | | |||
* | | | [win system] Update the list of delayed-loaded dlls | Moonchild | 2022-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 length | Steve Fink | 2022-04-08 |
| | | | |||
* | | | No Issue - Don't build the layout recorder unless debug | Matt A. Tobin | 2022-04-08 |
| | | | |||
* | | | Issue #1853 - Follow-up: extend attribution mapping to resize and corner | Moonchild | 2022-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 e10s | Moonchild | 2022-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. | Moonchild | 2022-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. | Moonchild | 2022-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. | Moonchild | 2022-04-08 |
| | | | |||
* | | | Issue #21 - Remove MOZ_SERVICES_HEALTHREPORT from old-configure. | Moonchild | 2022-04-08 |
| | | | | | | | | | | | | Also remove irrelevant references from build docs. | ||
* | | | Issue #1851 - Update embedded emoji font to Twemoji 13.1 (TM 0.6.0) | Moonchild | 2022-04-08 |
| | | | |||
* | | | No issue - Fix a potential autocomplete issue. | Moonchild | 2022-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. | Moonchild | 2022-04-07 |
| | | | |||
* | | | [DOM] Align XHR requests with the spec. | Moonchild | 2022-04-07 |
| | | | |||
* | | | [Docshell] Implement reload flood guard | Moonchild | 2022-04-07 |
| | | | |||
* | | | [Docshell] Close ContentViewer properly if initialization fails. | Olli Pettay | 2022-04-07 |
| | | |