Go to the source code of this file.
Functions | |
| function | url (spec) |
| function | test () |
| function | onFolderChange (evt) |
| function | onFolderRemove (evt) |
| function | onFolderAddChild (evt) |
| function | onFolderRemoveChild (evt) |
| function | onFolderMove (evt) |
| function | onBookmarkChange (evt) |
| function | onBookmarkRemove (evt) |
| function | onBookmarkMove (evt) |
Variables | |
| const | Ci = Components.interfaces |
| const | Cc = Components.classes |
| var | gLastFolderAction = "" |
| var | gLastBookmarkAction = "" |
| function onBookmarkChange | ( | evt | ) |
| function onBookmarkMove | ( | evt | ) |
| function onBookmarkRemove | ( | evt | ) |
| function onFolderAddChild | ( | evt | ) |
| function onFolderChange | ( | evt | ) |
| function onFolderMove | ( | evt | ) |
| function onFolderRemove | ( | evt | ) |
| function onFolderRemoveChild | ( | evt | ) |
| function test | ( | ) |
| function url | ( | spec | ) |
Definition at line 7 of file browser_Bookmarks.js.
| const Cc = Components.classes |
Definition at line 2 of file browser_Bookmarks.js.
| const Ci = Components.interfaces |
Definition at line 1 of file browser_Bookmarks.js.
| var gLastBookmarkAction = "" |
Definition at line 5 of file browser_Bookmarks.js.
| var gLastFolderAction = "" |
Definition at line 4 of file browser_Bookmarks.js.