[PATCH 1/9] mshtml: Rename NSContainer to GeckoBrowser.
11 Mar
2019
11 Mar
'19
1:22 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Long term plan is to move parts of HTMLDocumentObj to GeckoBrowser and split them in a way allowing them to run in different threads. This is needed to move Gecko-related tasks into a separated thread to workaround Gecko main thread limitation. --- dlls/mshtml/editor.c | 4 +- dlls/mshtml/htmldoc.c | 4 +- dlls/mshtml/mshtml_private.h | 16 +-- dlls/mshtml/nsembed.c | 220 +++++++++++++++++------------------ dlls/mshtml/nsevents.c | 2 +- dlls/mshtml/nsio.c | 2 +- dlls/mshtml/view.c | 2 +- 7 files changed, 125 insertions(+), 125 deletions(-)
2559
Age (days ago)
2559
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban