--
v3: mshtml: Implement contentType for XDomainRequest.
mshtml: Implement timeout for XDomainRequest.
mshtml: Implement XDomainRequest.open().
mshtml: Add XDomainRequest factory implementation.
mshtml: Factor out XMLHttpRequest's send.
mshtml: Factor out XMLHttpRequest's open.
mshtml: Factor out XMLHttpRequest's abort.
mshtml: Factor out XMLHttpRequest's get_responseText.
mshtml: Separate the ifaces and the other XHR fields.
mshtml: Factor out XMLHttpRequest constructor init.
mshtml: Factor out XMLHttpRequest creation.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8960
Additionally, add explicit rules to the AQS parser for resolving shift/reduce conflicts involving NOT/OR clauses.
--
v7: cfgmgr32: Implement support for logical operators in DEVPROP_FILTER_EXPRESSION.
cfgmgr32/tests: Add additional tests for device query filters.
https://gitlab.winehq.org/wine/wine/-/merge_requests/9010
Additionally, add explicit rules to the AQS parser for resolving shift/reduce conflicts involving NOT/OR clauses.
--
v6: cfgmgr32: Implement support for logical operators in DEVPROP_FILTER_EXPRESSION.
cfgmgr32/tests: Add additional tests for device query filters.
https://gitlab.winehq.org/wine/wine/-/merge_requests/9010
Additionally, add explicit rules to the AQS parser for resolving shift/reduce conflicts involving NOT/OR clauses.
--
v5: cfgmgr32: Implement support for logical operators in DEVPROP_FILTER_EXPRESSION.
cfgmgr32/tests: Add tests for filters with boolean operators.
https://gitlab.winehq.org/wine/wine/-/merge_requests/9010
Additionally, add explicit rules to the AQS parser for resolving shift/reduce conflicts involving NOT/OR clauses.
--
v3: cfgmgr32: Implement support for logical operators in DEVPROP_FILTER_EXPRESSION.
https://gitlab.winehq.org/wine/wine/-/merge_requests/9010
FluidSynth settings table is internally a refcounted hashtable.
Due to wrong glib atomic emulation, the hashtable might be leaked (if refcount != 2) or abruptly freed (if refcount == 2) due to incorrect return value from `fluid_atomic_int_exchange_and_add()`.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/9019