| bookmarkProperties.js |
The panel is initialized based on data given in the js object passed
as window.arguments[0]. The object must have the following fields set:
@ action (String). Possible values:
- "add" - for adding a new item.
@ type (String). Possible values:
- "bookmark"
- "folder"
@ URIList (Array of nsIURI objects) - optional, list of uris to
be bookmarked under the new folder.
@ uri (nsIURI object) - optional, the default uri for the new item.
The property is not used for the "folder with items" type.
@ title (String) - optional, the default title for the new item.
@ defaultInsertionPoint (InsertionPoint JS object) - optional, the
default insertion point for the new item.
@ keyword (String) - optional, the default keyword for the new item.
@ postData (String) - optional, POST data to accompany the keyword.
@ charSet (String) - optional, character-set to accompany the keyword.
Notes:
1) If |uri| is set for a bookmark and |title| isn't,
the dialog will query the history tables for the title associated
with the given uri. If the dialog is set to adding a folder with
bookmark items under it (see URIList), a default static title is
used ("[Folder Name]").
2) The index field of the default insertion point is ignored if
the folder picker is shown.
- "edit" - for editing a bookmark item or a folder.
@ type (String). Possible values:
- "bookmark"
@ node (an nsINavHistoryResultNode object) - a node representing
the bookmark.
- "folder"
@ node (an nsINavHistoryResultNode object) - a node representing
the folder.
@ hiddenRows (Strings array) - optional, list of rows to be hidden
regardless of the item edited or added by the dialog.
Possible values:
- "title"
- "location"
- "keyword"
- "tags"
- "folderPicker" - hides both the tree and the menu.
window.arguments[0].bookmarkGuid is set to the guid of the item, if the
dialog is accepted.
|
17262 |
92 % |
| bookmarkProperties.xhtml |
|
2018 |
- |
| bookmarksHistoryTooltip.inc.xhtml |
|
517 |
- |
| bookmarksSidebar.js |
Shared Places Import - change other consumers if you change this: |
3415 |
94 % |
| bookmarksSidebar.xhtml |
|
2872 |
- |
| browserPlacesViews.js |
The base view implements everything that's common to all the views.
It should not be instanced directly, use a derived class instead.
|
74285 |
85 % |
| clearDataForSite.css |
|
325 |
- |
| clearDataForSite.js |
|
887 |
100 % |
| clearDataForSite.xhtml |
|
2085 |
- |
| controller.js |
import-globals-from /browser/base/content/utilityOverlay.js |
57715 |
88 % |
| editBookmark.js |
global MozXULElement |
42065 |
94 % |
| editBookmarkPanel.inc.xhtml |
|
4493 |
- |
| historySidebar.js |
Shared Places Import - change other consumers if you change this: |
6146 |
91 % |
| historySidebar.xhtml |
|
3211 |
- |
| places-commands.js |
|
1400 |
100 % |
| places-menupopup.js |
import-globals-from controller.js |
21389 |
37 % |
| places-tree.js |
import-globals-from controller.js |
27045 |
82 % |
| places.css |
we eventually want to share this value with the bookmark panel, which is
currently using --panel-padding |
954 |
- |
| places.js |
import-globals-from editBookmark.js |
53063 |
75 % |
| places.xhtml |
|
15456 |
- |
| placesCommands.inc.xhtml |
|
1187 |
- |
| placesContextMenu.inc.xhtml |
|
7546 |
- |
| placesContextMenu.js |
|
1754 |
67 % |
| treeView.js |
import-globals-from controller.js |
59966 |
83 % |