summaryrefslogtreecommitdiffstats
path: root/uriloader
Commit message (Collapse)AuthorAgeLines
* Issue #1053 - Remove android support from uriloaderMatt A. Tobin2020-02-22-927/+2
|
* Prefer file extension as-provided over default extension for mimetype towolfbeast2020-01-11-52/+84
| | | | look up default applications on Windows
* Issue #1118 - Part 5: Change the way document.open() workswolfbeast2019-12-22-14/+111
| | | | | | | | | | | | This changes the work we do for document.open() in the following ways: - We no longer create a new Window when doing document.open(). We use the same Window but remove all the event listeners on the existing DOM tree and Window before removing the document's existing children to provide a clean slate document to use for .write(). - We no longer create a session history entry (previously would be a wyciwyg URI). We now replace the current one, effectively losing the entry for the original document. - We now support document.open() on windowless documents.
* Issue #1263 - Part 1: Remove DiskSpaceWatcherwolfbeast2019-11-08-32/+1
|
* Issue #991 Part 4: Network and URILoaderAscrod2019-04-13-11/+5
|
* Clean up nsOSHelperAppService.wolfbeast2019-03-22-135/+57
| | | | | | 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-17/+0
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-10/+0
|
* Remove Gonk build directorieswolfbeast2018-05-12-96/+1
|
* Bug 1447080 - Remove SEE_MASK_FLAG_NO_UI for better Windows 10 ↵Jim Mathies2018-05-10-2/+1
| | | | | | | | | | compatibility. r=dparks, a=lizzard MozReview-Commit-ID: FbaKIfQdV8K --HG-- extra : source : 56bfd2178dcad46a5b611b14e31938f1d96124a0 extra : intermediate-source : ed7be30d31414eedb16d557c0a2e7a9aeb5ec36d
* Bug 1182569: Use AsyncOpen2 for docshell loadsjanekptacijarabaci2018-04-30-1/+1
|
* Implement WebP image decoder.wolfbeast2018-02-03-0/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+27574