Skip to content

Merge beta to master#15224

Merged
seanbudd merged 3 commits into
masterfrom
beta
Jul 31, 2023
Merged

Merge beta to master#15224
seanbudd merged 3 commits into
masterfrom
beta

Conversation

@seanbudd

Copy link
Copy Markdown
Member

No description provided.

LeonarddeR and others added 3 commits July 31, 2023 09:15
Fixup of #14924

Summary of the issue:
In #14627, we introduced weak references for APCs called as part of a waitable timer. In #14924, this was made more robust by using a single internal APC func. However in the porting process, a part of the logic was reversed, therefore in the internal APC store, we still stored strong rather than weak references.

Description of user facing changes
None.

Description of development approach
Store references instead of functions in the apc store.
#13985 introduced new restrictions for temporary copies of NVDA, preventing the add-on store from opening and preventing writing to disk.
These should be explained in the user guide

Description of user facing changes
N/A

Description of development approach
Simplified some of the structure in the user guide, including explaining what a temporary copy is.
Fixes #15218

Summary of the issue:
Add-ons which were being installed from an external source were treated like an installed add-on.
This resulted in trying to get manifest information for the installed add-ons collection, rather than the bundle that the install is coming from.
When trying to install an incompatible add-on from an external source, an error is raised, as manifest data is not fetched correctly.
This prevents the confirmation dialog from appearing and prevents the user from installing incompatible add-ons from external sources.

Description of user facing changes
Add-ons which are incompatible can be installed from an external source.

Description of development approach
Instead, use the manifest data from the external add-on bundle.
@seanbudd seanbudd requested review from a team as code owners July 31, 2023 03:27
@seanbudd seanbudd merged commit cdb9bbd into master Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants