Closed
Bug 1201365
Opened 9 years ago
Closed 9 years ago
Remove offline data in the advanced preferences is broken
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
Firefox 43
People
(Reporter: marco, Assigned: marco)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
2.08 KB,
patch
|
marco
:
review+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → mar.castelluccio
Status: NEW → ASSIGNED
Attachment #8656357 -
Flags: review?(jaws)
Comment 2•9 years ago
|
||
Comment on attachment 8656357 [details] [diff] [review]
fix_clear_offline_data
Review of attachment 8656357 [details] [diff] [review]:
-----------------------------------------------------------------
browser/components/preferences/advanced.js was just removed today by bug 1140495. Only the in-content change is necessary.
Attachment #8656357 -
Flags: review?(jaws) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Carrying r+.
There isn't any test covering this, so I haven't sent the patch to try.
Attachment #8656357 -
Attachment is obsolete: true
Attachment #8656476 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•9 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #3)
> Created attachment 8656476 [details] [diff] [review]
> fix_clear_offline_data
>
> Carrying r+.
>
> There isn't any test covering this, so I haven't sent the patch to try.
Can you please file a new bug to add tests for this? Would be great if you attached a patch there too ;)
Flags: needinfo?(mar.castelluccio)
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Assignee | ||
Comment 6•9 years ago
|
||
> Can you please file a new bug to add tests for this? Would be great if you attached a patch there too ;)
Filed bug 1203354. Unfortunately I don't have time to do it at the moment, but maybe will take a stab at it in the future.
Flags: needinfo?(mar.castelluccio)
Assignee | ||
Comment 7•9 years ago
|
||
Should we uplift the fix to Aurora?
status-firefox42:
--- → affected
![]() |
||
Comment 8•9 years ago
|
||
[Tracking Requested - why for this release]: Regression, users can't remove site from Options > Advanced > Network > Offline data.
tracking-firefox42:
--- → ?
Comment 9•9 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #7)
> Should we uplift the fix to Aurora?
Please request approval for beta (42 has merged up), yes. I don't fully understand the additional , true) argument for the clearing call - is that going to work on 42, too?
Flags: needinfo?(mar.castelluccio)
Assignee | ||
Comment 10•9 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #9)
> (In reply to Marco Castelluccio [:marco] from comment #7)
> > Should we uplift the fix to Aurora?
>
> Please request approval for beta (42 has merged up), yes. I don't fully
> understand the additional , true) argument for the clearing call - is that
> going to work on 42, too?
It should work, as the third argument (exactHost) is present in http://mxr.mozilla.org/mozilla-beta/source/netwerk/base/nsIPermissionManager.idl as well.
I don't know if my patch applies cleanly to beta, I'll try tomorrow and publish a new patch in case it doesn't apply.
Flags: needinfo?(mar.castelluccio)
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8656476 [details] [diff] [review]
fix_clear_offline_data
Approval Request Comment
[Feature/regressing bug #]: I'm not sure what regressed this.
[User impact if declined]: Users won't be able to clear offline data for websites from the "Advanced" preferences
[Describe test coverage new/current, TreeHerder]: No test coverage.
[Risks and why]: The patch is very simple, it simply adds a missing import and a missing parameter in a function.
[String/UUID change made/needed]: None.
Attachment #8656476 -
Flags: approval-mozilla-beta?
Updated•9 years ago
|
Keywords: regression
Updated•9 years ago
|
Attachment #8656476 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Updated•9 years ago
|
Flags: qe-verify+
Comment 15•9 years ago
|
||
I tried on several builds to reproduce this issue but without any luck. However, I've checked on Firefox 44.0a1 (2015-09-30), Firefox 43.0a2 (2015-09-30) and Firefox 42 Beta 2 on Windows 7 64-bit and the “Clear Now” button from about:preferences#advanced works as expected.
Marco, since you've reproduced this bug, could you please confirm that it's fixed now?
Flags: needinfo?(mar.castelluccio)
Assignee | ||
Comment 16•9 years ago
|
||
I wrote the patch, so I tested it while working on it :D
Flags: needinfo?(mar.castelluccio)
Comment 17•9 years ago
|
||
Thanks Marco! Based on Comment 15 and Comment 16 I am marking this bug as Verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•