Open
Bug 1650814
Opened 5 years ago
Updated 27 days ago
Reloading a data Uri returns an error
Categories
(GeckoView :: General, defect, P2)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: imanol.martin, Unassigned)
Details
(Whiteboard: [fxr][geckoview:m81])
Attachments
(1 obsolete file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:77.0) Gecko/20100101 Firefox/77.0
Steps to reproduce:
- Load a html data uri calling load data on a GeckoSession:
mSession.loadData(InternalPages.createAboutPage(mContext, pageResources), "text/html"); - Reload the page
Actual results:
The content is correctly loaded the first time when calling loadData but calls onLoadError when reloaded (error: 17)
Expected results:
The content should be correctly reloaded.
Reporter | ||
Updated•5 years ago
|
Whiteboard: fxr
Comment 1•5 years ago
|
||
Find regression window. Not an FxR blocker, but still a regression we want to resolve.
Severity: -- → S2
Priority: -- → P2
Whiteboard: fxr → [fxr][geckoview:m81]
Comment 2•5 years ago
|
||
FxR is now seeing this issue in other places too and our work around is not able fix these additional cases.
Priority: P2 → P1
Summary: Reloading a data Uri returns an erro → Reloading a data Uri returns an error
Updated•5 years ago
|
Priority: P1 → P2
Comment hidden (offtopic) |
Updated•27 days ago
|
Attachment #9500346 -
Attachment mime type: application/pdf → image/gif
Comment hidden (admin-reviewed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•