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

Implement blob url support in the fetch stack. #13750

Merged
merged 7 commits into from Oct 14, 2016
Merged

Implement blob url support in the fetch stack. #13750

merged 7 commits into from Oct 14, 2016

Commits on Oct 14, 2016

  1. Stop wrapping FileManager in an Arc.

    It already contains an Arc internally.
    Ms2ger committed Oct 14, 2016
  2. Stop spawning threads unnecessarily in FileManager.

    The spawned threads remain for select_file and select_files, as those may
    need to wait indefinitely for the user's response.
    Ms2ger committed Oct 14, 2016
  3. Update the bug number for Blob-XHR-revoke.html.

    Ms2ger committed Oct 14, 2016
You can’t perform that action at this time.