| Summary: | Remove URL encoding from xhr.js | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | malgorzata.tomczyk, simon_kaegi |
| Version: | 2.0 | ||
| Target Milestone: | 2.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
Actually I guess you're supposed to use URL-shim.js instead OK this is done: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=40b0db774453ad3e73bc6d6de784f6e20024fc59 The "query" argument to xhr is gone. All its callers have been changed to import URL-shim, and use the URLQuery API to construct a URL with the desired query params in it. Then that URL is passed to xhr(). urlencode.js has been deleted. The only remaining method, which dealt with encoding x-www-form-urlencoded data, now lives in form.js . |