Closed
Bug 1534756
Opened 7 years ago
Closed 7 years ago
Don't throw exception in ManifestObtainer if a document has no manifest
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: snorp, Assigned: marcosc)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
It should just return null or a default manifest.
Updated•7 years ago
|
Blocks: webmanifest
Priority: -- → P3
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mcaceres
| Assignee | ||
Comment 2•7 years ago
|
||
We now return null when the manifest lacks a href or is missing.
| Assignee | ||
Comment 3•7 years ago
|
||
Pushed by mcaceres@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ea2baf2c9ae7
Don't throw exception in ManifestObtainer if a document has no manifest r=snorp
Comment 5•7 years ago
•
|
||
Backed out changeset ea2baf2c9ae7 (Bug 1534756) for mochitest failures at test_ManifestProcessor_JSON.html.
Backout: https://hg.mozilla.org/integration/autoland/rev/6f7ba873b5b04b9b23313cb191e011377b0128d3
Push that started the failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=pending%2Crunning%2Csuccess%2Ctestfailed%2Cbusted%2Cexception&revision=ea2baf2c9ae7cc2a1a9fc9e410efb7e986bf5d9b&selectedJob=239257960
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=239248209&repo=autoland&lineNumber=2680
Flags: needinfo?(mcaceres)
| Assignee | ||
Comment 7•7 years ago
|
||
We now return null when the manifest lacks a href or is missing.
Pushed by mcaceres@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d73ccfdab07c
Don't throw exception in ManifestObtainer if a document has no manifest r=snorp
Comment 9•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•