Bookmarks Use Cases: Difference between revisions

Noted extensibility desires
(Noted extensibility desires)
Line 92: Line 92:


(In the extension, the option appeared ''among/below'' the actual bookmarks, but doesn't that clutter up the menus too much?)
(In the extension, the option appeared ''among/below'' the actual bookmarks, but doesn't that clutter up the menus too much?)
== Standard Extensibility from Chrome ==
Having looked up a bookmark node by ID/URL/etc., found it via iteration, whatever...  an extension should be able to watch for onclick events, et al (the addObserver notes imply bookmark changes only, not events).
Bookmark context menus should be extensible via normal XUL overlays. 
This is an area where the current code is just terrifying.
1

edit