Commit Graph

17 Commits

Author SHA1 Message Date
Nathan Froyd
0018264d57 Bug 1453134 - part 1 - add a string input stream constructor that accepts move references; r=baku
This method is more efficient when we know we're not going to need the
string afterwards, and should cut down on intermediate allocations.
2018-04-11 10:06:17 -04:00
Christian Holler
a7312f8c29 Bug 1440627 - Use fallible setLength in StructuredCloneHolder. r=baku 2018-02-23 14:57:00 +01:00
Thomas Wisniewski
64ad6daa5a Bug 792808 - Migrate BodyExtractor away from using nsIXHRSendable; r=baku
MozReview-Commit-ID: 1fNcm1mPJJB
2017-09-19 21:32:12 -04:00
Anthony Ramine
d9baaff823 Bug 1431924 - Do not use URLParams::ParseInput in PageThumbsProtocol::ParseProtocolURL; r=bz
MozReview-Commit-ID: 79Pg9Vlq8Bu
2018-01-20 09:29:55 +01:00
Anthony Ramine
9ce6a8238c Bug 1431449 - Make URLParams::ParseInput call URLParams::Parse instead of the opposite; r=bz
This trades off more virtual calls in URLParams::ParseInput, while removing any extra
allocation when calling URLParams::Parse.

MozReview-Commit-ID: HrIqsguQjrk
2018-01-18 13:13:51 +01:00
Anthony Ramine
8b2ab0ab4b Bug 1431449 - Make URLParams::DecodeString static; r=bz
MozReview-Commit-ID: KKoaxHSnmSz
2018-01-18 13:13:08 +01:00
Anthony Ramine
8e2b2a383b Bug 1431449 - Introduce URLParams::Parse; r=bz
MozReview-Commit-ID: LicbWjZHxjz
2018-01-18 12:53:35 +01:00
Andrea Marchesini
0e0d177e0b Bug 1379113 - Deleting non-existing URL query parameters should remove ?, r=qdot 2017-07-19 09:12:41 +02:00
Henri Sivonen
7af0452b6b Bug 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor.
MozReview-Commit-ID: 15Y5GTX98bv
2017-06-13 13:23:23 +03:00
Andrea Marchesini
1e52aa4401 Bug 1331580 - Construct URLSearchParams from record<>, r=qdot 2017-03-02 21:48:51 +01:00
Andrea Marchesini
fe35433a46 Bug 1331864 - Implement URLSearchParams's sort(), r=qdot 2017-01-27 20:35:47 +01:00
Andrea Marchesini
cef12d2d65 Bug 1329298 - Part 1 - Unify body extraction in Fetch/Beacon/XHR, r=smaug 2017-01-24 12:13:31 +01:00
Andrea Marchesini
a97b6aff4d Bug 1330678 - Construct URLSearchParams from sequence or from string, r=smaug 2017-01-17 11:13:06 +01:00
Thomas Wisniewski
e217486fc0 Bug 1207233 - Part 2: Make URLSearchParams nsIXHRSendable as well as clonable, and have XHRs set the correct request content type for them. r=baku 2016-07-11 15:03:44 -04:00
Carsten "Tomcat" Book
085451dc7a Backed out changeset ff7dbda6a6d0 (bug 1207233) 2016-07-12 11:40:00 +02:00
Thomas Wisniewski
e892c7d08c Bug 1207233 - Part 2: Make URLSearchParams nsIXHRSendable as well as clonable, and have XHRs set the correct request content type for them. r=baku 2016-07-11 15:03:44 -04:00
Andrea Marchesini
f2ca5cf206 Bug 1270185 - create dom/url for URL API and its tests, r=ehsan 2016-06-29 07:44:18 +02:00