Dan Stillman
13b9837524
fx-compat: Fix New Item menu and serializePersist()
...
`document.getElementsByAttribute` → `document.querySelectorAll`
2022-05-13 04:28:56 -04:00
Dan Stillman
9222b939ab
fx-compat: Fix error viewing items
...
`Components.classes["@mozilla.org/network/standard-url;1"]` no longer
exists
2022-05-13 04:28:56 -04:00
Dan Stillman
31677dd296
fx-compat: Fix error generating item context menus with locate options
2022-05-13 04:28:56 -04:00
Dan Stillman
f91bf49aae
fx-compat: nsIIdleService
→ nsIUserIdleService
2022-05-13 04:28:56 -04:00
Dan Stillman
1714351cc9
fx-compat: Fix position of collection and item context menus
2022-05-13 04:28:56 -04:00
Dan Stillman
b49b8ad140
fx-compat: Mostly fix About pane
...
Example of converting top-level XUL `<dialog/>` to
`<window><dialog/></window>`, which uses a Mozilla-provided `<dialog>`
Custom Element
2022-05-13 04:28:56 -04:00
Dan Stillman
9e9ecc7dcf
fx-compat: XPCOMUtils
→ ComponentUtils
for generateNSGetFactory
2022-05-13 04:28:56 -04:00
Dan Stillman
f4675c02df
fx-compat: Update nsILoginManager::findLogins() calls
2022-05-13 04:28:56 -04:00
Dan Stillman
d838bc952a
fx-compat: Change "pref(" prefix in prefs file to "user_pref(" for tests
...
We now copy the prefs file into the app omni.ja, which requires
`pref()`, but for tests we copy it to the profile directory, where it
needs to stay as `user_pref()`.
2022-05-13 04:28:56 -04:00
Dan Stillman
c7c61f72c9
fx-compat: Stop trying to load overlay.js, which was removed
2022-05-13 04:28:56 -04:00
Dan Stillman
7ee40c4682
fx-compat: Fix Add Item by Identifier window
...
Still a little buggy
2022-05-13 04:28:56 -04:00
Dan Stillman
8075c2d938
Remove obsolete tab.css
2022-05-13 04:28:56 -04:00
Dan Stillman
753824a7e2
fx-compat: Temporarily disable quick search bar mode menu
2022-05-13 04:28:56 -04:00
Dan Stillman
a54da965a7
fx-compat: Use search-textbox custom element for quick search bar
2022-05-13 04:28:56 -04:00
Dan Stillman
26c4bea4fd
fx-compat: .boxObject was removed in Fx69
...
https://bugzilla.mozilla.org/show_bug.cgi?id=1519948
2022-05-13 04:28:56 -04:00
Dan Stillman
0717612b4b
fx-compat: Remove contentAreaContextMenu menupopup
...
No longer necessary
2022-05-13 04:28:56 -04:00
Dan Stillman
260c110d05
fx-compat: Convert itembox XBL to custom element
...
Still lots of things to fix, particularly with styling, but the basic
functionality is there.
2022-05-13 04:28:56 -04:00
Dan Stillman
3c6f0b26af
Move .zotero-clicky to its own SCSS component
...
This will allow it to be included in shadow DOM.
2022-05-12 05:18:47 -04:00
Dan Stillman
87f2716da8
fx-compat: zoteroPane.xul → zoteroPane.xhtml
2022-05-12 05:18:47 -04:00
Dan Stillman
abfa09df51
fx-compat: loadURI() signature change in HTTP.loadDocuments()
2022-05-12 05:18:47 -04:00
Dan Stillman
59fd8247b4
fx-compat: Remove overlay.js, since overlays no longer exist
2022-05-12 05:18:47 -04:00
Dan Stillman
d635fdda41
fx-compat: AddonManager.getAllAddons() now returns a promise
2022-05-12 05:18:47 -04:00
Dan Stillman
66a60eea64
fx-compat: Update custom protocol handler
2022-05-12 05:18:47 -04:00
Dan Stillman
94c7e0674d
fx-compat: Remove 'context' from onStartRequest()/onStopRequest()/etc.
2022-05-12 05:18:47 -04:00
Dan Stillman
3a77abc8d2
fx-compat: Zotero files are now packaged in app/omni.ja, not zotero.jar
2022-05-12 05:18:47 -04:00
Dan Stillman
004d5db2c3
fx-compat: Services.console.getMessageArray() returns an actual array
2022-05-12 05:18:47 -04:00
Dan Stillman
fb8984c947
fx-compat: XULDocument → XMLDocument
2022-05-12 05:18:47 -04:00
Dan Stillman
e98a80c803
Update Bluebird
2022-05-12 05:18:47 -04:00
Dan Stillman
46a52b3e3e
fx-compat: Update locales code
2022-05-12 05:18:47 -04:00
Dan Stillman
5d72d896b8
Enable the connector server by default in prefs file
...
It was already enabled in zotero-standalone-build, but since there's no
Firefox version there's no reason to leave it off in the client code.
2022-05-12 05:18:47 -04:00
Dan Stillman
6d5b2c3d12
Fx-compat: nsIUTF8ConverterService
→ nsIScriptableUnicodeConverter
...
It's not totally clear what this does or if it's necessary (see #1540 ),
but this is a replacement that Thunderbird used.
2022-05-12 05:18:47 -04:00
Dan Stillman
bbecb4d0bd
fx-compat: Add appcontent container to zoteroPane.xul
...
Part of inlining XUL
(View with -w for real diff)
2022-05-12 05:18:47 -04:00
Dan Stillman
3454705825
fx-compat: Update devtools server loading
2022-05-12 05:18:47 -04:00
Dan Stillman
1bb99a6bc8
fx-compat: nsIWebNavigation::loadURI() signature change
2022-05-12 05:18:47 -04:00
Dan Stillman
b6f5d7183f
fx-compat: Remove use of tree.treeBoxObject and change getCellAt() signature
...
Properties and methods are now available on the tree itself, and
getCellAt() now returns an object instead of using in-out variables.
2022-05-12 05:18:47 -04:00
Dan Stillman
ee78dd308b
fx-compat: Remove XBL stylesheets (WIP)
2022-05-12 05:18:47 -04:00
Dan Stillman
3f64310d45
fx-compat: Inline all XUL overlays
2022-05-12 05:18:47 -04:00
Dan Stillman
dd2ff63019
fx-compat: Replace nsIDOMParser
with new DOMParser()
2022-05-12 02:38:59 -04:00
Dan Stillman
993320655e
fx-compat: Throw error if generator is passed to DB.executeTransaction()
2022-05-12 02:38:59 -04:00
Dan Stillman
03242e8984
fx-compat: DB.executeTransaction() no longer takes generator functions
2022-05-12 02:38:59 -04:00
Dan Stillman
ccbc785499
fx-compat: XPCOMUtils.generateQI() → ChromeUtils.generateQI()
2022-05-12 02:38:59 -04:00
Adomas Venčkauskas
4d35cdf095
Remove unneeded constant in virtualized table
2022-05-10 17:03:34 +03:00
Adomas Venčkauskas
eb6b14a218
Fix item tree column resizing issues
...
Report https://forums.zotero.org/discussion/97077/problem-with-column-width-adjustment
2022-05-10 17:02:36 +03:00
Adomas Venčkauskas
a406e62fd3
Item Tree: Fix column dividers not aligned for second-level items
...
Closes #2605
2022-05-10 13:52:32 +03:00
Adomas Venčkauskas
aa483f579f
HTML tree: Find-as-you-type remains on matching string.
...
Closes #2607
2022-05-10 13:35:31 +03:00
Dan Stillman
9c86a974da
Update version
2022-05-09 10:46:18 -04:00
Dan Stillman
273fc6c657
Update locales from Transifex
2022-05-09 10:05:55 -04:00
Dan Stillman
3f371f1cad
Update translators
2022-05-09 09:26:43 -04:00
Abe Jellinek
db5b535ea6
Update translate submodule
2022-05-07 20:34:37 -07:00
Adomas Ven
c49a05d486
Improve column resizing robustness ( #2588 )
...
Also:
* Add staticWidth and minWidth column properties
2022-05-03 03:00:23 -04:00