Closed
Bug 1257484
Opened 9 years ago
Closed 9 years ago
Deleting cookies via "Web Developer" and "Remove Cookie(s) for Site" add-ons doesn't work
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: maggus.staab, Unassigned)
References
()
Details
(Keywords: addon-compat, qawanted, regression)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0
Build ID: 20160315004019
Steps to reproduce:
Use Firefox with "Web Developer" addon.
A) Click "Cookies" -> "Delete Domain Cookies"
B) Click "cookies" -> "show domain cookies" -> "delete cookie"
Actual results:
no error, no cookies deleted
Expected results:
both, A) and B) should be valid ways to delete a cookie.
It seems to be a FF Dev Edition only issue.
| Reporter | ||
Updated•9 years ago
|
Summary: cookies web developer → delete cookies via "web developer" addon
This add-on is pretty old (no update since 2013). Do these functions work in FF45, or is it broken since FF47?
Component: Untriaged → Extension Compatibility
Flags: needinfo?(maggus.staab)
Summary: delete cookies via "web developer" addon → Deleting cookies via "Web Developer" add-on doesn't work
In addition, could you test with e10s (multiprocess) disabled and enabled in FF47, please.
| Reporter | ||
Comment 3•9 years ago
|
||
Same problem on FF47 non e10s build.
cookies also not deletable with extension https://addons.mozilla.org/en-US/firefox/addon/remove-cookies-for-site/ in FF47
In FF44 it works.
Flags: needinfo?(maggus.staab)
| Reporter | ||
Comment 4•9 years ago
|
||
might this be related to the issue I reported in parallel: https://bugzilla.mozilla.org/show_bug.cgi?id=1257483 ?
| Reporter | ||
Comment 5•9 years ago
|
||
Also in FF45 it works.
It's a side-effect of bug 1245184.
Blocks: 1245184
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: addon-compat,
regression
OS: Unspecified → All
Hardware: Unspecified → All
Summary: Deleting cookies via "Web Developer" add-on doesn't work → Deleting cookies via "Web Developer" and "Remove Cookie(s) for Site" add-ons doesn't work
status-firefox46:
--- → unaffected
status-firefox47:
--- → affected
status-firefox48:
--- → affected
Comment 7•9 years ago
|
||
HTTPS Everywhere is also affected by the change.
The interface is used by many of the add-ons -- baku, is it possible overload the function definition so we don't throw
NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsICookieManager2.remove]
if we know the function is called with the fewer number of arguments?
Flags: needinfo?(amarchesini)
Comment 9•9 years ago
|
||
Hi maggus.staab@googlemail.com - can you confirm if bug 1259169 fixed this please?
Flags: needinfo?(maggus.staab)
Comment 10•9 years ago
|
||
QA, can you help verify comment 9? Thank you!
Flags: needinfo?(ryanvm)
Keywords: qawanted
Updated•9 years ago
|
Flags: needinfo?(ryanvm) → needinfo?(andrei.vaida)
| Reporter | ||
Comment 11•9 years ago
|
||
confirmed, works in FF48 Dev Edition
Comment 12•9 years ago
|
||
Thanks! Any chance you can confirm it works in 47 Beta (http://beta.mozilla.org/), too? (Sorry, I'm just having a hard time understanding the STR myself.)
| Reporter | ||
Comment 13•9 years ago
|
||
FF47 is no longer installed on my workstation (because it already updated to FF48).
regarding STR:
- Start Firefox with the "Web Developer" extension installed
- Visit a site from which you know, your browser uses/allows cookies
- From the "Web Developer" Toolbar choose "cookies" -> "show cookie information" (not 100% sure about the labels, because I am using a translated version of the extension)
-> expected result: a new tab is opened which contains information about the cookies
-> actual result (before this fix): the cookie list/table was empty
- Close the newly added tab again
- From the "Web Developer" Toolbar choose "cookies" -> "delete domain cookies"
-> expected result: confirm message, which shows how many cookies were deleted
-> actual result (before this fix): "0 cookies deleted" message
Comment 14•9 years ago
|
||
Marking 48 as fixed (probably by bug 1259169) based on comment 11. It would be nice to verify the fix on 47 as well.
Flags: qe-verify+
Comment 15•9 years ago
|
||
(In reply to maggus.staab from comment #13)
> regarding STR:
Thanks for the clear STR! I can verify this is fixed in the 20160531183335 47 build.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(maggus.staab)
Flags: needinfo?(andrei.vaida)
Resolution: --- → FIXED
Comment 16•9 years ago
|
||
I tried reproducing the bug on the affected 48.0a1 build(20160323030400) and can confirm that it is reproducible.
Confirm the bug is fixed on the builds : 46.0.1 build(20160502172042) , 48.0a2 build (20160601004014) 47.0 build 1 (20160531183335).
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 17•9 years ago
|
||
this seems to be broken again in FF50
Comment 18•9 years ago
|
||
(In reply to maggus.staab from comment #17)
> this seems to be broken again in FF50
I doubt it's broken again, I tested with the latest Aurora and the add-on "Remove Cookies" (https://addons.mozilla.org/en-US/firefox/addon/remove-cookies-for-site/) and it works fine. Could you create a fresh profile with Aurora, install the add-on and test, please.
| Reporter | ||
Comment 19•9 years ago
|
||
I can confirm it still works when using fresh profile from FF50 (2016-08-12).
Dont know what exactly is wonky with my profile, but it doesnt work there.
when using "Cookies -> Delete Domain cookies" nothing happens. no confirm window, no message, no error in the firefox console.
You need to log in
before you can comment on or make changes to this bug.
Description
•