Ava Katushka ava8katushka
e20eaf1409
Bug 1726537 Delete dead code creating extra path in downloads. r=emk
...
Differential Revision: https://phabricator.services.mozilla.com/D123116
2021-08-19 16:27:49 +00:00
Peter Van der Beken
1d099d0913
Bug 1706347
- Check mOOPChildrenLoading when deciding to put page in BFCache with Fission enabled. r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D117199
2021-08-16 09:08:33 +00:00
Sebastian Hengst
30cca9cb15
Backed out changeset f912045db98d (bug 1706347
) for causing content crashes (bug 1725558). a=backout DONTBUILD
2021-08-13 11:19:42 +02:00
Peter Van der Beken
f78596c95a
Bug 1706347
- Check mOOPChildrenLoading when deciding to put page in BFCache with Fission enabled. r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D117199
2021-08-12 14:11:29 +00:00
Ava Katushka ava8katushka
cb852bdc51
Bug 1714107 - File opened by application is saved to user configured dir. r=mtigley,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D122005
2021-08-11 13:06:14 +00:00
Geoff Brown
664426469c
Bug 1724296 - Remove many skip-if(verify) test annotations (xpcshell); r=jmaher,necko-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D121926
2021-08-06 13:25:50 +00:00
Sebastian Streich
0818b99745
Bug 1721146 - Fix Missing ReferrerInfo on Blocked Downloads r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D121608
2021-08-06 12:22:59 +00:00
Alexandru Michis
661015792f
Backed out changeset 1c892391a0e1 (bug 1721146) for causing dt failures in browser_console_clear_cache.js
...
CLOSED TREE
2021-08-04 17:09:12 +03:00
Sebastian Streich
68c14d7f64
Bug 1721146 - Fix Missing ReferrerInfo on Blocked Downloads r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D121608
2021-08-04 12:41:16 +00:00
Ava Katushka ava8katushka
dfb7aabce2
Bug 1719901 - Show "Save as dialog" instead of "Unknown Content" dialog. r=mtigley,Gijs,preferences-reviewers
...
Also solves 1719902 - the default system action is changed from "opening with file" to saving.
Differential Revision: https://phabricator.services.mozilla.com/D120839
2021-08-03 20:42:21 +00:00
Iulian Moraru
a38ff322aa
Backed out changeset 6bcd0226a473 (bug 1721146) for causing xpcshell failures on test_DownloadLegacy.js. CLOSED TREE
2021-08-03 17:54:05 +03:00
Sebastian Streich
fd0013fc0c
Bug 1721146 - Fix Missing ReferrerInfo on Blocked Downloads r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D121608
2021-08-03 13:51:02 +00:00
Gijs Kruitbosch
99251553e0
Bug 1717314 - do not force a dialog for https-redirect-to-external-protocol links from external sources, r=nika,pbz,necko-reviewers,valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D120879
2021-08-02 12:14:23 +00:00
Sandor Molnar
9a31129771
Backed out changeset bb055da29523 (bug 1717314) for causing bc failures in browser_protocol_ask_dialog_external. CLOSED TREE
2021-07-31 01:14:15 +03:00
Gijs Kruitbosch
e83ab3f744
Bug 1717314 - do not force a dialog for https-redirect-to-external-protocol links from external sources, r=nika,pbz,necko-reviewers,valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D120879
2021-07-30 21:24:33 +00:00
Sebastian Streich
24b5b729d8
Bug 1706871 - Fix HandleInternally + Insecure Downloads r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D117412
2021-07-30 13:16:38 +00:00
Kashav Madan
5781dca888
Bug 1720688 - Support extended attribute syntax in protocol declarations, r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D119975
2021-07-22 02:24:43 +00:00
Gijs Kruitbosch
a5bac38c6e
Bug 1719598 - fix unicode handling of file extensions in nsExternalHelperAppService, r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D120218
2021-07-21 10:50:20 +00:00
Sandor Molnar
798b93a069
Backed out changeset 733ddb26d3b2 (bug 1719598) for causing xpc failures in test_getFromTypeAndExtension. CLOSED TREE
2021-07-21 02:08:16 +03:00
Gijs Kruitbosch
89a04cb023
Bug 1719598 - fix unicode handling of file extensions in nsExternalHelperAppService, r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D120218
2021-07-20 22:20:59 +00:00
Csoregi Natalia
1b9596a92c
Backed out changeset b6399ca8a2c1 (bug 1706347
) for failures on iframe-cross-origin-print.sub.html. CLOSED TREE
2021-07-20 00:41:23 +03:00
Peter Van der Beken
276952b05e
Bug 1706347
- Check mOOPChildrenLoading when deciding to put page in BFCache with Fission enabled. r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D117199
2021-07-19 19:18:02 +00:00
Alexandre Poirot
a4ab941009
Bug 1720304 - Implement WebProgress.browsingContext r=nika
...
This helps knowing which particular BrowsingContext is navigating.
Differential Revision: https://phabricator.services.mozilla.com/D119647
2021-07-19 08:28:19 +00:00
Chris Martin
44cf790576
Bug 1701794 - Use nsOSHelperAppServiceChild with Windows r=nika,haik
...
Currently, the Windows implemenation of nsOSHelperAppService uses COM to figure out MIME types and extension
associations. That is incompatible with Win32k lockdown.
Luckily, Haik already made a class that handles these calls in content process and either marks them as
unimplemented or-else forwards them to the main process. This seems to work fine on Windows, so it looks like all
that needs to be done is adding XP_WIN to a couple of #ifdefs and we're good to go!
Differential Revision: https://phabricator.services.mozilla.com/D118391
2021-07-12 19:41:22 +00:00
julianwels
cbe6bf13ea
Bug 1685737 - Older blocked mixed-content downloads get removed from download-list on restart. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D113716
2021-06-24 11:13:49 +00:00
Ava Katushka ava8katushka
267b8ebae8
Bug 1710941 - Show UnknownContentType dialog only if user set alwaysAsk to true. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D117295
2021-06-17 14:44:12 +00:00
Iulian Moraru
27bb808f36
Backed out changeset a713faa51ebb (bug 1706871) for causing bc failures on browser_test_mixed_content_download.js. CLOSED TREE
2021-06-16 16:25:09 +03:00
Sebastian Streich
5982f7b637
Bug 1706871 - Fix HandleInternally + Insecure Downloads r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D117412
2021-06-16 12:39:09 +00:00
Sandor Molnar
1ce906a40d
Backed out changeset 5fc41ac00d90 (bug 1710941) for causing mochitest failures in browser_download_skips_dialog. CLOSED TREE
2021-06-15 20:19:34 +03:00
Ava Katushka ava8katushka
382905583f
Bug 1710941 - Show UnknownContentType dialog only if user set alwaysAsk to true. r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D117295
2021-06-15 15:57:25 +00:00
Ava Katushka
b4f023ef08
Bug 1710933 - Save LaunchWithApplication downloads into downloads folder for windows and unix r=mtigley
...
Differential Revision: https://phabricator.services.mozilla.com/D115997
2021-06-07 13:39:03 +00:00
Emilio Cobos Álvarez
dc3e79e28d
Bug 1481400 - More explicitly activate checkbox in browser_protocol_ask_dialog_permission.js.
...
The element used to only receive the keyup event because of the
subdialog code moving around the focus.
MANUAL PUSH: Orange on a CLOSED TREE
2021-06-03 12:53:20 +02:00
Valentin Gosu
b9a978d201
Bug 1599713 - Implement IsCurrentAppOSDefaultForProtocol on Linux (GTK) r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D113951
2021-05-27 06:42:56 +00:00
Gijs Kruitbosch
2d2e51253d
Bug 1700976 - do not prompt for externally-opened web- or extension-handled 'external' protocols, r=zombie
...
Differential Revision: https://phabricator.services.mozilla.com/D115478
2021-05-24 16:02:50 +00:00
Gijs Kruitbosch
fb3d0ffc91
Bug 1712275 - avoid crashing on browsingcontext-less downloads for which we ask the user what to do with the file, r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D115714
2021-05-21 21:59:59 +00:00
Sarah Ukoha
a3e1a9d769
Bug 1555637 - Ask the user what to do for local files, if the file is set to save to disk automatically r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D114045
2021-05-18 09:16:28 +00:00
Kris Maglione
366e008540
Bug 1696473: End subframe loads for initial about:blank document on request error. r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D112289
2021-05-07 01:39:45 +00:00
Jens Stutte
f2f68509d3
Bug 1690326: Add mappings for ERROR_DEVICE_HARDWARE_ERROR, ERROR_DEVICE_NOT_CONNECTED, ERROR_DISK_FULL and remove error NS_ERROR_FILE_DISK_FULL in favor of existing NS_ERROR_FILE_NO_DEVICE_SPACE r=xpcom-reviewers,necko-reviewers,nika,valentin
...
Win32 errors ERROR_DEVICE_HARDWARE_ERROR, ERROR_DEVICE_NOT_CONNECTED, ERROR_DISK_FULL need a mapping.
NS_ERROR_FILE_DISK_FULL is duplicate to NS_ERROR_FILE_NO_DEVICE_SPACE
Drive by: RejectJSPromise lacked some NS_ERROR_* mappings
Differential Revision: https://phabricator.services.mozilla.com/D113974
2021-05-06 14:00:06 +00:00
Kagami Sascha Rosylight
7b88bc8e6d
Bug 1707590 - Part 2: Implement nsJXLDecoder r=tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D113359
2021-05-06 02:00:57 +00:00
Noemi Erli
13aa18b8d4
Backed out 4 changesets (bug 1707590) for causing gtest crashes CLOSED TREE
...
Backed out changeset 3bd322893127 (bug 1707590)
Backed out changeset 8cc3eaf728b6 (bug 1707590)
Backed out changeset 21f41a9df048 (bug 1707590)
Backed out changeset 3201d860afef (bug 1707590)
2021-05-06 04:57:44 +03:00
Kagami Sascha Rosylight
46370f6828
Bug 1707590 - Part 2: Implement nsJXLDecoder r=tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D113359
2021-05-06 01:14:21 +00:00
Noemi Erli
3487bbd1ee
Backed out 4 changesets (bug 1707590) for causing gtest crashes CLOSED TREE
...
Backed out changeset 6edab66fe2c5 (bug 1707590)
Backed out changeset e5d2d6824408 (bug 1707590)
Backed out changeset 9c7204c3f03c (bug 1707590)
Backed out changeset 25da391baa22 (bug 1707590)
2021-05-06 02:07:42 +03:00
Kagami Sascha Rosylight
c0edfd67fc
Bug 1707590 - Part 2: Implement nsJXLDecoder r=tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D113359
2021-05-05 21:44:08 +00:00
Csoregi Natalia
df171582fd
Backed out 4 changesets (bug 1707590) for causing gtest crashes. CLOSED TREE
...
Backed out changeset fec7b65cc3d7 (bug 1707590)
Backed out changeset 3a7e5c98dd13 (bug 1707590)
Backed out changeset 9dfd0d516062 (bug 1707590)
Backed out changeset 9ab607973f20 (bug 1707590)
2021-05-05 22:23:06 +03:00
Kagami Sascha Rosylight
302712a161
Bug 1707590 - Part 2: Implement nsJXLDecoder r=tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D113359
2021-05-05 17:33:53 +00:00
Narcis Beleuzu
fc252d1f69
Backed out changeset 5b15696335bd (bug 1696473) for xpcshell failures on test_subframe_stop_after_parent_error.js . CLOSED TREE
2021-05-05 01:12:48 +03:00
Kris Maglione
c40721b2ea
Bug 1696473: End subframe loads for initial about:blank document on request error. r=nika
...
Differential Revision: https://phabricator.services.mozilla.com/D112289
2021-05-04 21:19:51 +00:00
Dorel Luca
f8cffec171
Backed out 4 changesets (bug 1707590) for worker/checkouts/gecko/config/rules.mk. CLOSED TREE
...
Backed out changeset 4ccdb31e1c5a (bug 1707590)
Backed out changeset 4b69f99caf69 (bug 1707590)
Backed out changeset a3f23a20b532 (bug 1707590)
Backed out changeset f591c3da4311 (bug 1707590)
2021-05-04 20:29:51 +03:00
Kagami Sascha Rosylight
b28b7b020a
Bug 1707590 - Part 2: Implement nsJXLDecoder r=tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D113359
2021-05-04 15:24:54 +00:00
Iulian Moraru
7e3d199323
Backed out 4 changesets (bug 1707590) for causing build bustages. CLOSED TREE
...
Backed out changeset f3f40c6fb8e2 (bug 1707590)
Backed out changeset 3e76ff83ebe2 (bug 1707590)
Backed out changeset 40a3f43a2306 (bug 1707590)
Backed out changeset 01bb0e75cb82 (bug 1707590)
2021-05-04 17:11:54 +03:00