Closed
Bug 1588114
Opened 5 years ago
Closed 5 years ago
Implement Network.setCookie and Network.setCookies
Categories
(Remote Protocol :: CDP, task, P1)
Remote Protocol
CDP
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 5 open bugs, )
Details
(Whiteboard: [puppeteer-beta-mvp])
Attachments
(1 file, 2 obsolete files)
(deleted),
text/x-phabricator-request
|
Details |
Adding a cookie we also had to do for Marionette, so pieces of this work could just be picked from:
https://searchfox.org/mozilla-central/source/testing/marionette/cookie.js
Assignee | ||
Comment 1•5 years ago
|
||
Specs for this method can be found at:
https://chromedevtools.github.io/devtools-protocol/tot/Network#method-deleteCookies
Here the interface of the add() cookie API:
Note that some pre-processing might be necessary to distinguish between the url or host/path variations.
Mentor: hskupin
Priority: P2 → P3
Whiteboard: [lang=js]
Updated•5 years ago
|
Assignee: nobody → dburns
Comment 2•5 years ago
|
||
This adds the methods setCookie and setCookies to the Network interface
of the remote protocol
Comment 3•5 years ago
|
||
Comment 4•5 years ago
|
||
This adds the methods setCookie and setCookies to the Network interface
of the remote protocol
Updated•5 years ago
|
Attachment #9113719 -
Attachment is obsolete: true
Updated•5 years ago
|
Attachment #9113719 -
Attachment is obsolete: false
Updated•5 years ago
|
Priority: P3 → P1
Whiteboard: [lang=js] → [lang=js][puppeteer-beta-reserve]
Updated•5 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Assignee: dburns → hskupin
Assignee | ||
Updated•5 years ago
|
Mentor: hskupin
Whiteboard: [lang=js][puppeteer-beta-reserve] → [puppeteer-beta]
Updated•5 years ago
|
Attachment #9113719 -
Attachment is obsolete: true
Assignee | ||
Updated•5 years ago
|
Blocks: 1549461
Summary: Implement Network.setCookie → Implement Network.setCookie and Network.setCookies
Updated•5 years ago
|
Whiteboard: [puppeteer-beta] → [puppeteer-beta-mvp]
Updated•5 years ago
|
Attachment #9114144 -
Attachment is obsolete: true
Assignee | ||
Comment 5•5 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/686af4c3274d
[remote] Implement Network.setCookie and Network.setCookies. r=remote-protocol-reviewers,maja_zf
Comment 7•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
Updated•4 years ago
|
Component: CDP: Network → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•