summaryrefslogtreecommitdiff
path: root/uriloader/exthandler
Commit message (Collapse)AuthorAge
* Issue #2342: Use [[nodiscard]] in /uriloader /widgetMoonchild2023-11-08
| | | | Also a few misc low-volume places.
* Issue #1656 - Remove more vim control lines.Moonchild2023-05-05
| | | | | | | | Vim control lines were re-introduced or not entirely cleaned up. This nukes them again. Removing from accessible, [root], tools, uriloader, widget, xpcom and xpfe. Resolves #1656
* Issue #2133 - Part 3: Remove TrackingProtection plumbingMoonchild2023-03-07
|
* Issue #1769: Ensure MIME type is known in URIloader for jxlMoonchild2022-11-08
|
* Issue #1769 - Part 2: Implement JPEG-XL decoder and about:config and MIME ↵Job Bautista2022-06-29
| | | | | | plumbing. Backported from Mozilla bug 1707590 whereever possible.
* Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from ↵Brian Smith2022-04-26
| | | | | | | | | the rest of the tree.” This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals. This reverts commit 6f707bde95dab6998ac204f9ee6c925ee230c740.
* Issue #1829 - Revert “Issue #1751 - Remove Mac code behind ↵Brian Smith2022-04-26
| | | | | | MOZ_WIDGET_TOOLKIT == 'cocoa’” This reverts commit 1fe9c19305dadf2d5bcaa0e589fcd250389dfa8a.
* [network] Add non-overrideable default MIME types for js, jsm and json.Moonchild2022-04-13
| | | | | This ensures the browser always recognizes these file type extensions appropriately, even if not otherwise registered in the system.
* [Network] Escape external protocol handler URLsMoonchild2022-04-07
|
* Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'Moonchild2021-06-21
|
* Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree.Moonchild2021-05-06
| | | | | This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals.
* Issue #1681 - Hard-code FLAC media type association for .flacMoonchild2020-12-24
| | | | We don't support AAC outside of OMX at the moment, so oops.
* Revert "Issue #1681 - Hard-code FLAC and AAC media type associations for ↵Moonchild2020-12-24
| | | | | | .flac and .aac" This reverts commit a8e90975d0b7fd481b03a862844c65778f402c5e.
* Issue #1681 - Hard-code FLAC and AAC media type associations for .flac and .aacMoonchild2020-12-24
|
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* [network/dom] Improve sanitization of download filenames.Moonchild2020-07-29
|
* Issue #1053 - Remove android support from uriloaderMatt A. Tobin2020-02-22
|
* Prefer file extension as-provided over default extension for mimetype towolfbeast2020-01-11
| | | | look up default applications on Windows
* Issue #991 Part 4: Network and URILoaderAscrod2019-04-13
|
* Clean up nsOSHelperAppService.wolfbeast2019-03-22
| | | | | | About time we stopped looking at Netscape 4.x entries in the registry ;) Also, assume the application association API is present in Windows and use that instead of reading from the registry directly.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13
| | | | Tag #288
* Remove Gonk build directorieswolfbeast2018-05-12
|
* Bug 1447080 - Remove SEE_MASK_FLAG_NO_UI for better Windows 10 ↵Jim Mathies2018-05-10
| | | | | | | | | | compatibility. r=dparks, a=lizzard MozReview-Commit-ID: FbaKIfQdV8K --HG-- extra : source : 56bfd2178dcad46a5b611b14e31938f1d96124a0 extra : intermediate-source : ed7be30d31414eedb16d557c0a2e7a9aeb5ec36d
* Implement WebP image decoder.wolfbeast2018-02-03
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02