CI to automate build of zotero tarball for zotero aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/zotero
Find a file
Abe Jellinek 87286ca776 Remove tab content immediately
Amends 30c70a6ecd.
On some machines, the callback added in that change would never actually run, so
memory usage would grow quickly when switching between tabs. By wrapping in
setTimeout() instead of requestIdleCallback(), we keep the performance gains
from removing once the element is no longer visible (so we can avoid repaints,
rebuilding the layout tree, etc.), but we make sure that the callback gets
called nearly immediately.

#3321
2023-09-07 13:38:55 -04:00
.github Cancel in-progress CI runs if another one starts 2023-06-17 02:45:31 -04:00
app Remove unnecessary mktemp alias on macOS 2023-09-05 06:47:17 -04:00
chrome Remove tab content immediately 2023-09-07 13:38:55 -04:00
components Fix iframe load stopping if attachment resource channel aborts (#67) 2023-08-07 16:07:56 -04:00
defaults/preferences Add preferences for ebook & snapshot file handling 2023-08-07 16:07:55 -04:00
js-build Move pdf-reader submodule to reader 2023-08-08 01:40:24 -04:00
note-editor@8d34975e03 Update reader, pdf-worker and note-editor submodules 2023-08-07 16:07:56 -04:00
pdf-worker@683b8e5b1a Update reader, pdf-worker and note-editor submodules 2023-08-07 16:07:56 -04:00
reader@49fe24cfbf Update reader submodule 2023-09-03 22:25:19 -04:00
resource Add EPUB to Attachment File Type in Advanced Search (#3360) 2023-08-24 03:06:33 -04:00
scripts Ignore .DS_Store and other files in localizer script 2023-06-19 04:34:29 -04:00
scss Fix more Z6/Z7 inconsistencies in Advanced Search 2023-08-24 11:14:59 -04:00
styles@07810eddb0 Update styles and translators 2023-05-20 16:10:57 -04:00
test Use mixed-case DOI in retraction tests 2023-09-03 18:51:50 -04:00
translators@ab8a83ebba Update styles and translators 2023-05-20 16:10:57 -04:00
.babelrc fx-compat: Remove most Babel plugins (#2855) 2022-10-06 18:53:07 -04:00
.eslintignore Remove connectorTypeSchemaData.js from .eslintignore 2023-05-07 02:43:31 -04:00
.eslintrc Use IOUtils instead of OS.File 2023-08-07 16:07:53 -04:00
.gitattributes Update Linux updater for Zotero 7 2023-05-20 10:51:47 +00:00
.gitignore Cache PDF tools in the source directory between test runs 2018-01-18 19:24:09 -05:00
.gitmodules Move pdf-reader submodule to reader 2023-08-08 01:40:24 -04:00
chrome.manifest Switch back to @mozilla.org/browser/clh;1 and fix tests 2023-05-24 08:21:16 -04:00
CONTRIBUTING.md Add "support questions" to CONTRIBUTING.md 2022-12-01 05:10:42 -05:00
COPYING Update COPYING 2018-03-26 11:27:48 +02:00
package-lock.json Update eslint config to 1.0.8 2023-08-02 06:38:35 -04:00
package.json fix: symlink has no referent: "xxx/zotero/build/resource/pako.js" (#3397) 2023-09-06 03:21:11 -04:00
README.md "Zotero wiki" → "Zotero documentation" in app build README 2023-04-26 04:40:22 -04:00
update.rdf Update Fx minVersion to 45 2016-12-13 09:12:55 -05:00
version Update app build scripts for new combined repo 2023-04-26 04:40:22 -04:00

Zotero

CI

Zotero is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.

Please post feature requests or bug reports to the Zotero Forums. If you're having trouble with Zotero, see Getting Help.

For more information on how to use this source code, see the Zotero documentation.