Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use document encoding for URL parser #159

Closed
annevk opened this issue Oct 5, 2017 · 1 comment
Closed

Use document encoding for URL parser #159

annevk opened this issue Oct 5, 2017 · 1 comment

Comments

@annevk
Copy link
Member

annevk commented Oct 5, 2017

Per https://bugzilla.mozilla.org/show_bug.cgi?id=1405696 using UTF-8 is a compatibility problem.

This requires updating XMLHttpRequest/open-url-encoding.htm as well, unless that happens as part of fixing the Firefox "bug".

cc @zcorpan

@annevk
Copy link
Member Author

annevk commented Oct 6, 2017

Note that this issue exists for the Fetch API too. Hopefully we can fix that before it gets too bad: web-platform-tests/wpt#7604.

annevk added a commit that referenced this issue Dec 4, 2017
Unfortunately forcing UTF-8 is not web compatible.

This also cleans up some other steps in the open() method in the process.

Tests: https://hg.mozilla.org/releases/mozilla-beta/rev/fd6134823ff9.

Fixes #159.
annevk added a commit that referenced this issue Dec 4, 2017
Unfortunately forcing UTF-8 is not web compatible.

This also cleans up some other steps in the open() method in the process.

Tests: https://hg.mozilla.org/releases/mozilla-beta/rev/fd6134823ff9.

Fixes #159.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant