Closed
Bug 516958
Opened 16 years ago
Closed 16 years ago
Remove folder creation from bookmark system
Categories
(Firefox for Android Graveyard :: Bookmarks, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file)
14.74 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
For Fennec 1.0, we are removing the capability of creating new folders. Folders will still exist and users can navigate through folders (Weave and over methods can put bookmark folders into Fennec).
* Remove the "New Folder" button when in manage mode
* Remove the Folder List XUL and helper JS code
* Do not remove support for displaying and navigating folders
Assignee | ||
Updated•16 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 1•16 years ago
|
||
Also:
* Remove the "Move" button from the bookmark editing widget
Assignee | ||
Comment 2•16 years ago
|
||
This patch removes the UI and code for creating folders and moving bookmarks around folders
Assignee: nobody → mark.finkle
Attachment #401015 -
Flags: review?(21)
Comment 3•16 years ago
|
||
Comment on attachment 401015 [details] [diff] [review]
patch
That's a cleanup!
Nits:
#folder-items : i think we can remove the css rules
* themes/wince/browser.css:#bookmark-items, #folder-items {
* themes/hildon/browser.css:#bookmark-items, #folder-items {
# remove the call to FolderPicker.show in browser.xul
430 onmove="FolderPicker.show(this);"
Attachment #401015 -
Flags: review?(21) → review+
Assignee | ||
Comment 4•16 years ago
|
||
removed the other CSS bits and the "onmove" handler.
pushed:
https://hg.mozilla.org/mobile-browser/rev/494da9a04d99
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
verified on my n810 with 20090921 1.9.2 nightly build
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Component: General → Bookmarks
Updated•12 years ago
|
tracking-fennec: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•