Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Fix getPath issues that arise on Android 4.4#7237

Closed
gabrielschulhof wants to merge 2 commits intomasterfrom
6810-android-4.4-getPath-fixes
Closed

Fix getPath issues that arise on Android 4.4#7237
gabrielschulhof wants to merge 2 commits intomasterfrom
6810-android-4.4-getPath-fixes

Conversation

@gabrielschulhof
Copy link

This is an update to PR #6811. It includes the changes in that PR, and it fixes the spacing issues.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling cf789ad on 6810-android-4.4-getPath-fixes into 68d2ccd on master.

@arschmitz
Copy link
Contributor

👍

@gabrielschulhof
Copy link
Author

In the end, we couldn't reproduce the issue, so I'm going to close this PR. In #7263, which fixes #6574 and #6599 we remove the assumption that // has to be added to a protocol, and instead rely on the parser to split of // from the URL if present, and then re-assemble the URL with the value parsed.

If the location object is ever whacky on any platform we support, we need only modify getLocation() to restrict its usage of the location object to location.href, and use our regex parser to construct an object similar to the location object.

@arschmitz arschmitz deleted the 6810-android-4.4-getPath-fixes branch November 5, 2014 18:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants