aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4urlobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* UrlObject: Avoid potential extra QList detachesVladimir Belyavsky10 days1-6/+1
* QV4: Fix formatting options for the search component of UrlObjectOlivier De Cannière2023-03-161-1/+4
* UrlObject: Properly encode the url search componentsOlivier De Cannière2023-02-091-2/+11
* UrlObject: Fix setting searchParams not modifying the url's search fieldOlivier De Cannière2023-02-091-0/+29
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-1/+0
* UrlObject: Add colon after schemeLeticia Valladares2022-07-141-4/+12
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Support native transformation between UrlObject and QVariant/QUrlUlf Hermann2021-04-221-4/+7
* Check thisObject when calling various methods on URLUlf Hermann2021-04-141-38/+122
* Clean up JSCallData setupUlf Hermann2021-03-171-3/+3
* Compile against latest qtbaseLars Knoll2020-07-091-1/+1
* URL: Allow non-string parametersMaximilian Goldstein2020-07-031-5/+1
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-261-2/+2
* Implement URLSearchParamsMaximilian Goldstein2020-05-061-0/+760
* Implement URL objectMaximilian Goldstein2020-04-081-0/+689