Skip to content

fix: handling of leading slashes when setting pathname for file url#1119

Open
kt3k wants to merge 2 commits into
servo:mainfrom
kt3k:fix-file-url-leading-slashes
Open

fix: handling of leading slashes when setting pathname for file url#1119
kt3k wants to merge 2 commits into
servo:mainfrom
kt3k:fix-file-url-leading-slashes

Conversation

@kt3k

@kt3k kt3k commented Apr 24, 2026

Copy link
Copy Markdown

This change skips the normalization of the leading // in path in Context::Setter, which fixes #1118

@codecov

codecov Bot commented Jun 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@55ff72d). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1119   +/-   ##
=======================================
  Coverage        ?   86.78%           
=======================================
  Files           ?       26           
  Lines           ?     5265           
  Branches        ?        0           
=======================================
  Hits            ?     4569           
  Misses          ?      696           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Leading slashes are dropped while setting pathname for file urls

2 participants