Closed
Bug 1948876
Opened 22 days ago
Closed 20 days ago
Fix NEL implementation and WPT tests
Categories
(Core :: Networking, task, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged], [wptsync upstream])
Attachments
(2 files)
Our NEL implementation currently passes all the WPT tests, but we had a few hacks in it just to pass the tests.
This bug is to address the test issues where they disagree with the spec.
Assignee | ||
Comment 1•22 days ago
|
||
https://www.w3.org/TR/2023/WD-network-error-logging-20231005/#deliver-a-network-report
3. If report body's phase property is dns or connection:
Clear url's path and query.
Assignee | ||
Comment 2•22 days ago
|
||
https://www.w3.org/TR/2023/WD-network-error-logging-20231005/#generate-a-network-error-report
8. If report body's phase property is not dns or connection, append the following properties to report body:
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/943aa0d92519
Fix sends-report-on-subdomain-dns-failure.https.html NEL test to use no-path-and-query URL r=necko-reviewers,kershaw
https://hg.mozilla.org/integration/autoland/rev/bb7ae8f61276
NEL: Do not submit method and status code if phase is dns r=necko-reviewers,kershaw
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/50822 for changes under testing/web-platform/tests
Whiteboard: [necko-triaged] → [necko-triaged], [wptsync upstream]
Comment 5•20 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/943aa0d92519
https://hg.mozilla.org/mozilla-central/rev/bb7ae8f61276
Status: NEW → RESOLVED
Closed: 20 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•