zotero/test
Abe Jellinek fc8a037d12 Zotero.HTTP.request(): Process headers case insensitively
Using the Headers class from the Fetch API.

Before, the added test would fail: `_requestInternal()`, not finding a header
named `Content-Type` (case sensitive), would set it to
`application/x-www-form-urlencoded`. XMLHttpRequest, upon being given both
`content-type`: `application/json`) and `Content-Type`:
`application/x-www-form-urlencoded`, would helpfully merge the two, producing
`content-type`: `application/json, application/x-www-form-urlencoded`. That's
obviously not the correct behavior.
2022-12-23 21:37:15 -05:00
..
components fx-compat: Restore tests and test using actual Zotero executable 2022-06-17 20:24:43 -04:00
content fx-compat: Add preferences with full-text/keyword search (#2659) 2022-08-10 18:26:23 -04:00
resource fx-compat: Update httpd.js from mozilla-central 1739f130 2022-06-17 20:24:43 -04:00
tests Zotero.HTTP.request(): Process headers case insensitively 2022-12-23 21:37:15 -05:00
chrome.manifest fx-compat: Restore tests and test using actual Zotero executable 2022-06-17 20:24:43 -04:00
install.rdf Update maxVersion 2015-10-29 03:57:08 -04:00
runtests.sh fx-compat: Restore tests and test using actual Zotero executable 2022-06-17 20:24:43 -04:00