Closed
Bug 1202770
Opened 9 years ago
Closed 9 years ago
Clearing browsing history should not delete pinned pages
Categories
(Firefox OS Graveyard :: Gaia::System::Browser Chrome, defect, P2)
Firefox OS Graveyard
Gaia::System::Browser Chrome
ARM
Gonk (Firefox OS)
Tracking
(blocking-b2g:2.5+)
VERIFIED
FIXED
blocking-b2g | 2.5+ |
People
(Reporter: benfrancis, Assigned: gmarty)
References
Details
(Whiteboard: [systemsfe])
Attachments
(1 file)
No description provided.
Updated•9 years ago
|
Priority: -- → P2
Whiteboard: [systemsfe]
Updated•9 years ago
|
QA Whiteboard: [COM=Pin the Web]
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → gmarty
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8671902 [details] [review]
[gaia] gmarty:Bug-1202770-Clearing-private-data-should-not-delete-pinned-pages-or-pinned-site-icons > mozilla-b2g:master
This patch ensures that pinned pages are not deleted when the browsing history is cleared.
Doing something similar with pinned sites and pages icons when the private data are cleared seems more complicated. Can we break down this bug into 2 different bugs to allow this patch to land quickly?
Attachment #8671902 -
Flags: feedback?(bfrancis)
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8671902 [details] [review]
[gaia] gmarty:Bug-1202770-Clearing-private-data-should-not-delete-pinned-pages-or-pinned-site-icons > mozilla-b2g:master
Dale, can you take a look at this patch?
Attachment #8671902 -
Flags: feedback?(bfrancis) → review?(dale)
Assignee | ||
Updated•9 years ago
|
Summary: Clearing private data should not not delete pinned pages or pinned site icons → Clearing browsing history should not delete pinned pages
Comment 6•9 years ago
|
||
Comment on attachment 8671902 [details] [review]
[gaia] gmarty:Bug-1202770-Clearing-private-data-should-not-delete-pinned-pages-or-pinned-site-icons > mozilla-b2g:master
So I think ideally the solution would be to have a seperate store for pinned sites only, basically split out any data that would need to be cleared from data that needs persisted so those stores can be cleared entirely.
But for doing it this way the code + tests looks good.
Attachment #8671902 -
Flags: review?(dale) → review+
Assignee | ||
Comment 7•9 years ago
|
||
Thanks for the review.
Landed in https://github.com/mozilla-b2g/gaia/commit/aec2c319e898b6cfce2d625217ccf669b5c8f88f
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 8•9 years ago
|
||
Verified on
[Flame]
Build ID 20151018150205
Gaia Revision f75a7e01912cee313fed92ff2089586f507b2ba5
Gaia Date 2015-10-16 13:00:48
Gecko Revision https://hg.mozilla.org/mozilla-central/rev/d1a89632277fbaaf470c90a35573776048988f2d
Gecko Version 44.0a1
Device Name flame
Firmware(Release) 4.4.2
Firmware(Incremental) eng.cltbld.20151018.183443
Firmware Date Sun Oct 18 18:34:55 EDT 2015
Bootloader L1TC000118D0
[Aries]
Build ID 20151018193102
Gaia Revision f75a7e01912cee313fed92ff2089586f507b2ba5
Gaia Date 2015-10-16 13:00:48
Gecko Revision https://hg.mozilla.org/mozilla-central/rev/d1a89632277fbaaf470c90a35573776048988f2d
Gecko Version 44.0a1
Device Name aries
Firmware(Release) 4.4.2
Firmware(Incremental) eng.worker.20151018.185054
Firmware Date Sun Oct 18 18:51:02 UTC 2015
Bootloader s1
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•