[Webkit-unassigned] [Bug 31157] Web Inspector: support editing cookie key/values from inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 10:39:53 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=31157

--- Comment #7 from Brian Burg <bburg at apple.com> ---
The DataGrid editing should just be a flag, and the backend will need a new "setCookie" command in Page.json. That's the easy part.

If we only support editing name and value, then that can be implemented as a delete + adding a new cookie via Document.cookie= under the hood.

If editing other fields is to be supported, or loading/saving cookies to file, then a new CookieJar method is needed that takes in the various header fields and makes an already-parsed cookie. This could be nontrivial depending on the port.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151118/c73218e1/attachment.html>


More information about the webkit-unassigned mailing list