Граф коммитов

12 Коммитов

Автор SHA1 Сообщение Дата
Daniel Stenberg 192f6276a1 Bug 1402828 - improve "copy as cURL", r=Honza
--HG--
extra : rebase_source : 562698af70402aee79f1cf17b796a951f21de6f3
2017-09-29 02:57:00 +03:00
J. Ryan Stinnett 23ff4cc75d Bug 1443081 - Apply spacing via `eslint --fix` for DevTools. r=jdescottes
MozReview-Commit-ID: 2RVNt140Zte
2018-03-12 13:44:41 -05:00
abhinav 7ec4689c74 Bug 1420982 - Fix for copy as cURL ignoring PATCH data. r=Honza
MozReview-Commit-ID: 8GDV8ykAIsH

--HG--
extra : rebase_source : 49aced8366e742320a87834acf0a7ab50c789fd7
2017-12-22 00:41:50 +05:30
Sebastian Hengst dfa1f371f6 Bug 1253487 - Remove the explicit HTTP version from curl.js: Remove unused const. r=eslint-fix 2017-09-26 21:21:28 +02:00
Daniel Stenberg 4ec1fd3ea9 Bug 1253487 - Remove the explicit HTTP version from curl.js. r=jryans
- it generated a string that isn't a curl option

- curl is sometimes built without HTTP/2 support so insisting on a fixed
  version limits the use of the command line

- curl built with HTTP/2 support will already by itself attempt to use
  HTTP/2 by default over HTTPS (similar to Firefox itself)
2017-09-25 23:32:00 -04:00
Dragana Damjanovic ac4b67b516 Bug 1334776 - ResponseHeader Visitor will get original header casing. We need to fix it at some places in devtools. 2017-04-27 16:48:43 +02:00
Stefan Yohansson 18fa48d27c Bug 1353535 - Fix "copy as curl" POST request without json data. r=gasolin
--HG--
extra : rebase_source : 35d42a108df7e2241f8b0740a6ca8bc3997bdf13
2017-04-04 18:35:29 -03:00
Stefan Yohansson a640d7ed0e Bug 1031956 - "Copy as cURL" is building GET when it should be POST. r=gasolin
- Added POST to create post data conditional;
- Added test to check "--data" on curl generated command.

--HG--
extra : rebase_source : 04c3519fa8788a7d196161fea719e363734cb25a
2017-03-18 11:39:37 -03:00
Sebastian Hengst cb76f56d60 Backed out changeset 6bc38f188ef2 (bug 1330099) for devtools failures. r=backout 2017-01-11 23:21:56 +01:00
Tim Nguyen d7ea1c1605 Bug 1330099 - Enable object-shorthand eslint rule. r=jryans
MozReview-Commit-ID: 3wA25rfznBv
2017-01-11 21:22:15 +00:00
Jarda Snajdr 13b0a3df43 Bug 1297082 - Part 3: Fix eslint issues in curl.js r=Honza
MozReview-Commit-ID: EeUbPoJ9DJ9

--HG--
extra : rebase_source : 8bfbb76618c4ac4ccbb46c23ce73b8db69d17d7c
2016-08-22 16:22:54 +02:00
Jarda Snajdr d436f89be9 Bug 1297082 - Part 1: Convert Curl.jsm to a CommonJS module r=Honza
MozReview-Commit-ID: LI7Ra1w3RBj

--HG--
extra : rebase_source : 28ea664d54b860e09ec3aff049a79d5948d95770
2016-08-18 17:05:15 +02:00