Closed
Bug 405921
Opened 18 years ago
Closed 14 years ago
visually identify dynamic containers
Categories
(Firefox :: Bookmarks & History, defect, P3)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dietrich, Unassigned)
References
Details
(Whiteboard: [icon-namoroka][icon-complete])
Attachments
(4 files)
There's currently no visual identification that "dynamic containers" are different from regular folders. There are at least two reasons why we want them to be identifiable:
1. If an extension or malicious script inserts a container, the user should be able to visually discriminate it.
2. The user should be aware of potential performance penalty for opening a bookmark folder that may pull in remote data or require processing time over and above a normal folder.
Comment 1•18 years ago
|
||
Since this is a dependency of bug 375898, marking P2 so it stays on our radar for Fx3 triage/tracking.
Priority: -- → P2
Target Milestone: --- → Firefox 3 beta4
Updated•18 years ago
|
Flags: blocking-firefox3?
Comment 2•18 years ago
|
||
In comment 0 point 1 where is the "malicious script" from if not an extension? Content can't create dynamic containers, can it?
If it's only chrome code this doesn't need to be a p2.
Whiteboard: [sg:investigate]
Reporter | ||
Comment 3•18 years ago
|
||
This can only happen via addons.
Comment 4•18 years ago
|
||
Thanks, that's what I thought. The "or" threw me. If maliciousness is limited to extensions (and a malicious extension is bad in so many ways) then this is not a security blocker.
Flags: blocking-firefox3?
Priority: P2 → --
Whiteboard: [sg:investigate]
Reporter | ||
Updated•17 years ago
|
Target Milestone: Firefox 3 beta4 → ---
Comment 5•17 years ago
|
||
Faaborg: can we get an icon to identify dynamic containers in Places views?
Dynamic Containers are populated on container opening and can contain uris/folders/containers generated by an add-on.
For example, in bug 453530 we are trying to use them for livemarks, we already have an icon for livemarks container, so this is not top priority for that bug, but would be good fix this since i'm fixing some dynamic containers code.
Comment 6•17 years ago
|
||
I'm not sure I totally understand what you mean by dynamic containers, but it sounds like you want to use these icons, which we developed to visually reference OS X's smart folders, and Vista's saved searches, which are types of dynamic folders in their respective file systems.
OS X:
http://mxr.mozilla.org/seamonkey/source/browser/themes/pinstripe/browser/places/query.png
Windows:
http://mxr.mozilla.org/seamonkey/source/browser/themes/winstripe/browser/places/query.png
http://mxr.mozilla.org/seamonkey/source/browser/themes/winstripe/browser/places/query-aero.png
Linux:
http://mxr.mozilla.org/seamonkey/source/browser/themes/gnomestripe/browser/places/query.png
Comment 7•17 years ago
|
||
humm no, they are not queries, i mean that the data contained does not come from our databases/datas, it could come from an internet service or be generated by the extension, for example we could have a folder containing bookmarks from delicious. the content of the folder is completely free to choice by the extension owner.
Comment 8•17 years ago
|
||
Ok understood, do you need the new icons for beta 2?
Comment 9•17 years ago
|
||
before final, if possible, beta2 would be ok.
What about an icon similar to queries ones but with a gear insted of the magnifier lens?
Comment 10•17 years ago
|
||
Will these dynamic folders commonly involve some sort of network connection?
Comment 11•17 years ago
|
||
not necessarly, they are filled by a service that could (and i think it will often do) require informations to the web before populating them, but ideally it could also fill with our known data.
the service can populate the dynamic container with links, folders, queries, and data can come from everywhere (but since we are a browser i guess they will come from the net). Imho the most used feature will be catching links from web services though, and provide them organized into folders or tags, but ideally it could also create dynamic links to a web service with different params based on current navigation contest or day time.
Updated•17 years ago
|
Whiteboard: [icon-3.1]
Comment 12•17 years ago
|
||
Comment 13•17 years ago
|
||
Comment 14•17 years ago
|
||
I'll post XP and Vista sometime in between B2 and the next milestone (B3 or RC1), in the meantime, just make a copy of the search folders and then we can do an image drop in.
Reporter | ||
Updated•17 years ago
|
Priority: -- → P3
Target Milestone: --- → Firefox 3.1
Reporter | ||
Updated•17 years ago
|
Target Milestone: Firefox 3.1 → ---
Comment 15•16 years ago
|
||
Comment 16•16 years ago
|
||
Updated•16 years ago
|
Whiteboard: [icon-3.1] → [icon-3.1][icon-complete]
Updated•16 years ago
|
Whiteboard: [icon-3.1][icon-complete] → [icon-namoroka][icon-complete]
Comment 17•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
Comment 18•14 years ago
|
||
dynamic containers are dead
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•