Closed
Bug 1831587
Opened 2 years ago
Closed 2 years ago
Add value argument to URLSearchParams's has() and delete()
Categories
(Core :: DOM: Networking, enhancement, P2)
Core
DOM: Networking
Tracking
()
RESOLVED
FIXED
115 Branch
Tracking | Status | |
---|---|---|
firefox115 | --- | fixed |
People
(Reporter: annevk, Assigned: sankalp.shubham99)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [necko-triaged])
Attachments
(1 file, 4 obsolete files)
This was the most-requested feature in the URL Standard backlog.
Standard: https://github.com/whatwg/url/pull/735.
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Assignee | ||
Comment 1•2 years ago
|
||
Hi. I would like to help with this.
Can someone give me the file pointers.
Comment 2•2 years ago
|
||
Hey sankalp.shubham! You can change:
- https://searchfox.org/mozilla-central/source/dom/url/URLSearchParams.h and https://searchfox.org/mozilla-central/source/dom/url/URLSearchParams.cpp
- https://searchfox.org/mozilla-central/source/dom/webidl/URLSearchParams.webidl
I hope this helps!
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → sankalp.shubham99
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D177957
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D177958
Assignee | ||
Comment 6•2 years ago
|
||
Depends on D177959
Updated•2 years ago
|
Attachment #9334643 -
Attachment description: Bug 1831587 - Add signature to header, remove empty checks r=valentin → Bug 1831587 - Add signature to header, remove empty check r=valentin
Updated•2 years ago
|
Attachment #9334643 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9333476 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9333474 -
Attachment is obsolete: true
Assignee | ||
Comment 7•2 years ago
|
||
Updated•2 years ago
|
Attachment #9333473 -
Attachment description: Bug 1831587 - add value arg to delete and has r=valentin → Bug 1831587 - add value arg to delete and has, working wpt r=valentin
Updated•2 years ago
|
Attachment #9333473 -
Attachment description: Bug 1831587 - add value arg to delete and has, working wpt r=valentin → Bug 1831587 - add value arg to delete and has, working wpt, add ini r=valentin
Updated•2 years ago
|
Attachment #9333473 -
Attachment description: Bug 1831587 - add value arg to delete and has, working wpt, add ini r=valentin → Bug 1831587 - add value arg to delete and has, working wpt, delete ini r=valentin
Updated•2 years ago
|
Attachment #9335609 -
Attachment is obsolete: true
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/fc5fe4c288f6
add value arg to delete and has, working wpt, delete ini r=valentin,necko-reviewers,webidl,smaug,emilio
Comment 9•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Keywords: dev-doc-needed
Comment 10•2 years ago
|
||
FF115 MDN work for this largely done. For more information see https://github.com/mdn/content/issues/27172
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•