Bug 86223 - URL: Add support for parameter methods
Summary: URL: Add support for parameter methods
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Erik Arvidsson
URL:
Keywords:
Depends on: 76816
Blocks: 74385
  Show dependency treegraph
 
Reported: 2012-05-11 09:52 PDT by Erik Arvidsson
Modified: 2023-05-27 05:42 PDT (History)
3 users (show)

See Also:


Attachments
Patch (38.47 KB, patch)
2012-05-11 10:01 PDT, Erik Arvidsson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2012-05-11 09:52:33 PDT
URL: Add support for parameter methods
Comment 1 Erik Arvidsson 2012-05-11 10:01:59 PDT
Created attachment 141437 [details]
Patch
Comment 2 Erik Arvidsson 2012-05-11 10:04:20 PDT
This is work in progress. It does not y(In reply to comment #1)
> Created an attachment (id=141437) [details]

This patch is relative to bug 76816

It is work in progress to get feedback on the current approach.

The only functional thing missing is canonicalization of the parameter names and values
Comment 3 Anne van Kesteren 2023-05-27 05:42:36 PDT
This is addressed through URLSearchParams now.