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

Refactor query state to operate on a buffer #558

Merged
merged 2 commits into from
Nov 2, 2020
Merged

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    9637645 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Fix percent-encoding for ISO-2022-JP

    Since the ISO-2022-JP encoder is stateful, percent-encoding needs to hold onto an instance of the encoder and manually perform error handling. This also requires the input to be the full string rather than individual code points as otherwise the callers of percent-encoding would need to be aware of this too. (As UTF-8 encoding cannot fail this problem does not affect those endpoints.)
    
    Builds on this Encoding PR: whatwg/encoding#238.
    
    Tests: web-platform-tests/wpt#26158 and web-platform-tests/wpt#26317.
    
    Fixes #557.
    annevk committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    38f6ae8 View commit details
    Browse the repository at this point in the history