Closed
Bug 1619344
Opened 5 years ago
Closed 5 years ago
Support additional schemes for redirects in onLoadRequest
Categories
(GeckoView :: General, defect)
Tracking
(firefox75 fixed)
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: droeh, Assigned: droeh)
References
Details
Attachments
(1 file)
The quick work-around in bug 1600704 didn't quite get us where we need to be for redirects to Gecko-unsupported URIs; apps that register custom schemes were not behaving well in some cases. This should fix that, but in certain circumstances this may silently fail (rather than throwing an unknown protocol error) if neither the app nor Gecko handles a given URI.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by droeh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0185ccccafd1
Open the floodgates and let the GV app handle all schemes in redirects in onLoadRequest. r=snorp
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•