Lee wrote:
On 12/8/15, WaltS48 <[email protected]> wrote:
On 12/08/2015 02:07 PM, EE wrote:
Is there any up-to-date site that lists all the chrome URLs for
SeaMonkey? The only ones I could find are hopelessly out of date. There
are a few that must be different now, since the old ones are broken. I
have been searching, but I cannot find any updated chrome URL list.

Trying to use DOM Inspector did not get me anywhere either.  I tried
opening the Data Manager in a tab, then looking at it from File >
Inspect Chrome Document, and all I got was
"chrome://navigator/content/navigator.xul".  Not helpful for trying to
find the interfaces for specific data handling.


Here is one I found scanning old posts using Quick Filter in Thunderbird.

<chrome://passwordmgr/content/passwordManager.xul>

You might be able to figure out the rest from there. I'll try to find
the other one I saw and post it, if I find it.

If you're up for some trial & error, unpack omni.ja, search for .xul
files and try them out.

For example, I'm on Windows, so I used 7Zip to unpack
   C:\Program Files (x86)\SeaMonkey\omni.ja
into c:\temp\sm.   Open a dos window and
   cd \temp\sm
   dir *.xul /s
and a couple of minutes playing around got me these:

  C:\temp\SM\chrome\comm\content\navigator\pageinfo
chrome://navigator/content/pageinfo/pageInfo.xul

  C:\temp\SM\chrome\comm\content\editor
chrome://editor/content/pref-editing.xul

  C:\temp\SM\chrome\comm\content\communicator\permissions
chrome://communicator/content/permissions/permissionsManager.xul
chrome://communicator/content/permissions/cookieViewer.xul

  C:\temp\SM\chrome\comm\content\communicator\history
chrome://communicator/content/history/placesOverlay.xul
chrome://communicator/content/history/history-panel.xul

  C:\temp\SM\chrome\comm\content\communicator\downloads
chrome://communicator/content/downloads/downloadmanager.xul

  C:\temp\SM\chrome\comm\content\communicator\bookmarks
chrome://communicator/content/bookmarks/bookmarksManager.xul
chrome://communicator/content/bookmarks/bm-panel.xul

  C:\temp\SM\chrome\comm\content\communicator
chrome://communicator/content/passwordManager.xul


Regards,
Lee

Like you, I noticed that the pathnames are not the same. It looks as if you remove the subdirectory after "chrome" and reverse the order of the next two. For example, with the cookie viewer:
chrome/comm/content/communicator/permissions/cookieViewer.xul
will become:
chrome://communicator/content/permissions/cookieViewer.xul

What controls the permission to install add-ons? I could not find any reference to that.

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to