Module: wine
Branch: master
Commit: eca21a38c19ab6e2ac63041529d16d2b928d368d
URL: https://source.winehq.org/git/wine.git/?a=commit;h=eca21a38c19ab6e2ac630415…
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Mar 11 14:22:24 2019 +0100
mshtml: Rename NSContainer to GeckoBrowser.
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.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
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(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=eca21a38c19ab6e2ac63…