forked from nvaccess/nvda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update detours, ia2, sonic, w3c, wil (nvaccess#15695)
Summary of the issue: Update various dependences to their latest commit on master. Description of user facing changes Should be none Description of development approach Updated detours, ia2, sonic, w3c, wil to their latest master commit. Created a build to test. Chrome tests were temporarily disabled due to an issue with Chrome on appveyor. This appears to be resolved after several successful builds with tests enabled, so they have been re-enabled. Chrome tests were updated to support the latest w3c examples.
- Loading branch information
Showing
11 changed files
with
93 additions
and
25 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule detours
updated
16 files
+820 −0 | .github/fabricbot.json | |
+8 −8 | .github/workflows/main.yml | |
+21 −0 | LICENSE | |
+41 −0 | SECURITY.md | |
+29 −18 | samples/syelog/syelogd.cpp | |
+1 −1 | samples/traceapi/trcapi.cpp | |
+1 −1 | samples/tracebld/trcbld.cpp | |
+1 −1 | samples/tracelnk/trclnk.cpp | |
+1 −1 | samples/tracemem/trcmem.cpp | |
+1 −1 | samples/tracereg/trcreg.cpp | |
+1 −1 | samples/traceser/trcser.cpp | |
+1 −1 | samples/tracessl/trcssl.cpp | |
+1 −1 | samples/tracetcp/trctcp.cpp | |
+8 −1 | src/detours.cpp | |
+13 −6 | src/detours.h | |
+26 −1 | tests/test_module_api.cpp |
Submodule ia2
updated
16 files
+5 −3 | api/Accessible2.idl | |
+1 −1 | api/Accessible2_2.idl | |
+2 −2 | api/AccessibleHypertext2.idl | |
+1 −1 | api/AccessibleRole.idl | |
+1 −1 | api/AccessibleStates.idl | |
+1 −1 | api/AccessibleTable2.idl | |
+1 −1 | api/AccessibleTableCell.idl | |
+1 −1 | api/AccessibleText.idl | |
+139 −0 | api/AccessibleTextSelectionContainer.idl | |
+1 −1 | api/IA2CommonTypes.idl | |
+1 −1 | api/IA2TypeLibrary.idl | |
+1 −1 | changelog.txt | |
+1 −1 | concatidl.sh | |
+2 −2 | doxygen.conf | |
+3 −3 | how-to-build-ia2-idl.txt | |
+2 −2 | ia2-1.3-errata.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
## Updating dependencies | ||
Updates should be reflected in the [createDevEnvironment guide](../projectDocs/dev/createDevEnvironment.md) and the [change log](../user_docs/en/changes.t2t). | ||
|
||
### Detours | ||
https://github.com/microsoft/Detours | ||
|
||
Fetch latest from master. | ||
Test using [the steps here](../projectDocs/design/displayModel.md). | ||
An example control is the file properties dialog from file explorer. | ||
|
||
### eSpeak | ||
https://github.com/espeak-ng/espeak-ng | ||
|
||
[eSpeak guide](./espeak.md) | ||
|
||
### ia2 | ||
https://github.com/LinuxA11y/IAccessible2 | ||
|
||
Fetch latest from master. | ||
|
||
### javaAccessBridge32 | ||
[javaAccessBridge32-bin readme](https://github.com/nvaccess/javaAccessBridge32-bin) | ||
|
||
### liblouis | ||
TODO | ||
|
||
### microsoft-ui-uiautomation | ||
https://www.github.com/michaeldcurran/microsoft-ui-uiautomation/ | ||
|
||
We are stuck on our own fork. | ||
The fork specifically adds support for connection bound objects to the high-level API, see PR microsoft/microsoft-ui-uiautomation#95. | ||
|
||
### nsis | ||
[NSIS-build readme](https://github.com/nvaccess/NSIS-build) | ||
|
||
### nvda_dmp | ||
TODO | ||
|
||
### nvda-cldr | ||
[nvda-cldr readme](https://github.com/nvaccess/nvda-cldr) | ||
|
||
### sonic | ||
https://github.com/waywardgeek/sonic | ||
|
||
Fetch latest from master. | ||
Used to boost in rate eSpeak. | ||
|
||
### w3c-aria-practices | ||
https://github.com/w3c/aria-practices | ||
|
||
Fetch latest from master. | ||
Used in chrome system tests. | ||
|
||
### wil | ||
https://github.com/microsoft/wil/ | ||
|
||
Fetch latest from master. |
Submodule w3c-aria-practices
updated
487 files
Submodule wil
updated
72 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters