summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* [devtools] Restrict sourcemap URLsRC_20220409RB_29.4.629.4.6_RC1release-29Moonchild2022-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
|
* Fix Mesa check + whitespaceMoonchild2022-04-09
|
* No issue - Avoid WebGL crash on MesaMoonchild2022-04-09
| | | | This prevents too high vert-count draws that Mesa doesn't handle.
* Fix typoMoonchild2022-04-09
|
* [XPCOM] xpcom/threads misc cleanupMoonchild2022-04-09
|
* [NSS] Update NSS to 3.52.4Moonchild2022-04-09
|
* Issue #1840 - Try to deal with bad website scripting loading/unloading modules.Moonchild2022-04-09
| | | | | | | | 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() ;-)
* Revert "[network] Improve thread-safety of cache entry handling."RB_29.4.5.1-UXPMoonchild2022-04-03
| | | | This reverts commit 0d26601e1a668f95cf8e52d12cd6e13d51835e0f.
* [DOM] Promise worker-proxy cleanup improvementsRB_29.4.5-UXPMoonchild2022-04-03
|
* [DOM] Don't allow internal MIME types to be assigned to DataTransferMoonchild2022-04-03
| | | | | | We already blocked x-moz-file(-promise) and x-moz-place* but of course people would find ways to abuse other internal types. This change now blocks everything except x-moz-url types which are harmless. (i.e. whitelist instead of blacklist)
* [places] add Content-Security-Policy to bookmarks HTML exportMoonchild2022-04-03
| | | | | | | | | | | | | | This commit adds a Content-Security-Policy to HTML documents for exported bookmarks. The change will stop active content (like bookmarklets) from being directly runnable in the exported local file, which is *not* breaking the normal use case in which a bookmarklet is intended to modify an existing page. It *will* affect the use case where you have a full website/application stored in a bookmarklet that was supposed to replace the current web page. In this case, users can right-click copy the link and drop it in the address bar. Note: The CSP does not mean that this is a severe attack vector. It merely provides a basic protection measure for users who use the exported bookmarks in a non-standard way as a local file.
* Revert "[network] SocketTransport2 cleanup"Moonchild2022-04-03
| | | | This reverts commit 86cbe641a521db21bb83f90eebb8f632c6504e40.
* [DOM XSLT] Add fallback value conversions if not converted beforehand.Moonchild2022-04-03
|
* [DOM] Convert parameters upfront.Peter Van der Beken2022-04-03
|
* [Network] Only call nsWSAdmissionManager::ConnectNext on the main thread.Moonchild2022-04-03
|
* [DOM media] Handle truncated WAV stream.Paul Adenot2022-04-03
|
* [network] SocketTransport2 cleanupMoonchild2022-04-03
|
* [DOM events] Clear event listener.Peter Van der Beken2022-04-03
|
* [DOM media] Adjust lock scope in MediaSourceDemuxerMoonchild2022-04-03
|
* [Image] Image cleanupRandell Jesup2022-04-03
|
* [DOM media] Add a lock around Reset() in WebMBufferedParserMoonchild2022-04-03
|
* [DOM] worker cleanup.Moonchild2022-04-03
|
* [DOM] Consistent error messages for scripts which failed to load.Moonchild2022-04-03
|
* [DOM] Clear sinks and block further use after storage observer shutdown.Moonchild2022-04-03
|
* [network] Improve thread-safety of cache entry handling.Moonchild2022-04-03
|
* Update 7zSD.RELBASE_20220127-UXPMoonchild2022-04-03
|
* No issue - Always build MAR support.Moonchild2022-04-03
| | | | Even when there is no updater.
* [NSS] check for missing signedData field and bump versionRELBASE_20220118-UXPMoonchild2022-04-03
|
* [DOM IndexedDB] Increase intermediate byte storage maximum capacity.Moonchild2022-04-03
|
* [DOM media] Handle truncated ADTS and MP3 resources.Paul Adenot2022-04-03
|
* [devtools] Escape backtick charactersMoonchild2022-04-03
|
* [interface] Make Windows non-ePopupLevelTop popups respect owner z-orderMoonchild2022-04-03
|
* Bug 1650214 - Cancel progress timer when shutting down FileReaderYaron Tausky2022-04-03
| | | | | | 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-03
|
* [DOM] Stop treating XSLT meta refresh as a special snowflake thing.Moonchild2022-04-03
| | | | | 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-03
|
* [win system] Update the list of delayed-loaded dllsMoonchild2022-04-03
| | | | | 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-03
|
* Disable reload flood guard console reporting for release branch.RELBASE_20211214-UXPMoonchild2022-04-03
| | | | | | Because we're not updating language packs this release, we have to disable the reporting portion of the reload flood guard to prevent errors. Functionality of the guard is otherwise the same.
* [XPCOM] Use swap in nsThread::SetObserver.Moonchild2022-04-03
|
* [DOM] Align XHR requests with the spec.Moonchild2022-04-03
|
* [Docshell] Implement reload flood guardMoonchild2022-04-03
|
* [Docshell] Close ContentViewer properly if initialization fails.Olli Pettay2022-04-03
|
* [Network] Escape external protocol handler URLsMoonchild2022-04-03
|
* [DOM] Don't try to create too large string buffersOlli Pettay2022-04-03
|
* [DOM] Fix handling of text fragmentsMoonchild2022-04-03
|
* [XPCOM] Simplify nsITimer API.Moonchild2022-04-03
| | | | | It's much simpler to hold a death grip on the timer than to have a fragile "release upon cancel" construct.
* [Autocomplete] Add styling for Pale Moon's private-* implementation of AC popupsRELBASE_20211110-UXPMoonchild2022-04-03
| | | | (Linux equivalent)