Brendan Shanks (@bshanks) commented about server/mach.c:
> return 0;
> }
>
> - if ((ret = task_suspend( process_port )) != KERN_SUCCESS)
> - {
> - mach_set_error( ret );
> - return 0;
> - }
Can you put the removal of `task_suspend()` and `task_resume()` (I guess for all 3 functions) into a separate commit?
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4826#note_89089
--
v3: mshtml: Get rid of HTMLELEMENT_TIDS.
mshtml: Add IHTMLDOMNode2 in every mode in node's init_dispex_info.
mshtml: Move HTMLTableDataCellElement prototype props to the
mshtml: Don't expose some props from elements in IE11 mode.
mshtml: Don't expose some props from elements in IE10+ modes.
mshtml: Don't expose expression methods from elements in IE9+ modes.
mshtml: Don't expose onpage from elements in IE9+ modes.
mshtml: Move normalize from HTMLElement to HTMLDOMNode in IE9+ modes.
mshtml: Move hasAttributes from HTMLElement to HTMLDOMNode in IE9+ modes.
mshtml: Move toString from HTMLElement to HTMLAnchorElement or HTMLAreaElement
mshtml: Don't expose onmspointerhover from elements in IE11 mode.
mshtml: Don't expose fireEvent from elements in IE11 mode.
mshtml: Expose respective props from Element prototype.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6910
--
v2: mshtml: Get rid of HTMLELEMENT_TIDS.
mshtml: Add IHTMLDOMNode2 in every mode in node's init_dispex_info.
mshtml: Move HTMLTableDataCellElement prototype props to the
mshtml: Don't expose some props from elements in IE11 mode.
mshtml: Don't expose some props from elements in IE10+ modes.
mshtml: Don't expose expression methods from elements in IE9+ modes.
mshtml: Don't expose onpage from elements in IE9+ modes.
mshtml: Move normalize from HTMLElement to HTMLDOMNode in IE9+ modes.
mshtml: Move hasAttributes from HTMLElement to HTMLDOMNode in IE9+ modes.
mshtml: Move toString from HTMLElement to HTMLAnchorElement or HTMLAreaElement
mshtml: Don't expose onmspointerhover from elements in IE11 mode.
mshtml: Don't expose fireEvent from elements in IE11 mode.
mshtml: Expose respective props from Element prototype.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6910