zotero/chrome
Dan Stillman 6a2949be8a fx-compat: Add HiddenBrowser.jsm
Remove Zotero.Browser and add HiddenBrowser.jsm. Post-Fission, web/file
content loads in a separate process, so it's not possible (as best as I
can tell) to directly access the contents of a hidden browser -- it just
appears as about:blank in the parent process. We now use Mozilla's
JSWindowActor mechanism [1] to get page data, including character set
and body text for full-text indexing. We'll have to evaluate other uses
of hidden browsers to see how to handle them.

This also adds include.jsm for loading the Zotero object into a JSM.

[1] https://firefox-source-docs.mozilla.org/dom/ipc/jsactors.html
2022-06-17 20:28:58 -04:00
..
content fx-compat: Add HiddenBrowser.jsm 2022-06-17 20:28:58 -04:00
locale fx-compat: Implement tagsBox element 2022-06-07 17:13:48 +03:00
skin/default fx-compat: Display item box using CSS grid 2022-06-16 16:27:16 -05:00