Displaying 19 results from an estimated 19 matches for "htmldocument".
Did you mean:
html_document
2010 Jul 31
2
getElementsByName
static HRESULT WINAPI HTMLDocument3_getElementsByName(IHTMLDocument3 *iface, BSTR v,
IHTMLElementCollection **ppelColl)
{
HTMLDocument *This = HTMLDOC3_THIS(iface);
FIXME("(%p)->(%s %p)\n", This, debugstr_w(v), ppelColl);
return E_NOTIMPL;
}
I'm tryi...
2017 Nov 24
0
Wine release 2.22
...mentation for OnDataAvailable.
urlmon: Added user marshaling implementation for GetBindInfo[Ex].
urlmon/tests: Added IBindStatusCallback marshaling tests.
ieproxy: Added IPersistHistory proxy/stub.
mshtml: Merge olewnd.c into oleobj.c.
mshtml: Store IOleAdviseHolder in HTMLDocumentObj instead of HTMLDocument.
mshtml: Pass document as HTMLDocumentObj to update_doc.
mshtml: Get rid of unneeded parent from NSContainer.
mshtml: Removed no longer needed flush_pending_tasks.
mshtml: Store task_magic in HTMLDocumentObj instead of HTMLDocument.
mshtml: A...
2006 Jul 11
1
Can't get xfire to run with wine
...t class {25336920-03f9-11cf-8fd0-00aa00686f13}
not regist ered
err:ole:CoGetClassObject class {25336920-03f9-11cf-8fd0-00aa00686f13}
not regist ered
err:ole:CoGetClassObject no class object
{25336920-03f9-11cf-8fd0-00aa00686f13} could be created for context 0x3
err:shdocvw:navigate Could not create HTMLDocument: 80040154
fixme:ole:OleCreate
{8856f961-340a-11d0-a96b-00c04fd705a2}
{00000112-0000-0000-c000-000000000046} semi-stub!
=====================
help?
2007 Aug 24
0
Wine release 0.9.44
...entation.
mshtml: Reduce debug traces.
mshtml: Check use_wine_url in nsIURI::GetAsciiSpec.
mshtml: Return wine: URI for protocols handled by MSHTML.
mshtml: Make window.external visible for JavaScript code.
mshtml: Call setup_nswindow on load event.
mshtml: Store HTMLDocument reference in HTMLSelectionObject.
mshtml: Store HTMLDocument reference in HTMLTxtRange object.
mshtml: Added IHTMLTxtRange::put_text implementation.
mshtml: Don't create element object for document node.
mshtml: Added get_scrollWidth and get_scrollHeight implementation....
2009 Sep 25
0
Wine release 1.1.30
...ntObj::get_keyCode implementation.
mshtml: Added IHTMLEventObj::get_button implementation.
mshtml: Added IHTMLEventObj::get_client[XY] implementation.
mshtml: Added IHTMLEventObj::get_screen[XY] implementation.
mshtml: Improve IHTMLEventObj getter stubs.
mshtml: Added IHTMLDocument2::onclick property implementation.
mshtml: Store event handlers in vector structure.
mshtml: Added IHTMLElement2::attachEvent implementation.
mshtml: Added HTML events test.
mshtml: Make empty string is a valid overflow style.
mshtml: Improve debug messages for timer i...
2007 Oct 12
0
Wine release 0.9.47
...e file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.46:
Alexandre Julliard (26):
msvcirt: Added stub implementation of msvcirt.dll.
comctl32/tests: Avoid destroying a DPA twice.
mshtml: The HTMLDocument URL is a standard WCHAR string, not a BSTR.
msi: Avoid accessing a freed object.
user32/tests: Compare against ASCII string first since it may not be a valid Unicode string in that case.
shlwapi: Fix GetAcceptLanguagesA to not read past the end of the buffer.
ntdll: Clear he...
2017 Apr 28
0
Wine release 2.7
...dded HTMLFrameElement coclass declaration.
mshtml.idl: Added HTMLIFrame coclass declaration.
mshtml.idl: Added HTMLStyleElement coclass declaration.
mshtml: Replace get_htmldoc_classinfo with more generic helper.
mshtml: Added IProvideMultipleTypeInfo stub implementation for HTMLDocument object.
mshtml: Added IProvideMultipleTypeInfo implementation for HTMLWindow object.
mshtml: Added IProvideMultipleTypeInfo implementation for HTMLElement object.
mshtml.idl: Added HTMLAreaElement coclass declaration.
mshtml/tests: Added area element tests.
mshtml: Add...
2007 Jun 15
0
Wine release 0.9.39
...ntation.
mshtml: Added edit mode IDM_CUT implementation.
mshtml: Call Exec(CGID_ShellDocView, 37) in exec_editmode.
mshtml: Move createing URL moniker to separated function.
mshtml: Move Exec(CGID_ShellDocView, 37) call to match native.
mshtml: Store current moniker in HTMLDocument.
mshtml: Added GetCurMoniker implementation.
mshtml: Don't crash in set_font_size if range_cnt is 0.
mshtml: Added get_URL implementation.
mshtml: Use IOleInPlaceSiteEx if available.
mshtml: Added IOleInPlaceSiteEx tests.
James Hawkins (8):
msi: Use fetch_in...
2011 Jan 07
0
Wine release 1.3.11
...e.
mshtml: COM cleanup for the remaining ifaces in nsChannel.
urlmon: Use an iface instead of a vtbl pointer in ClassFactory.
hlink: Use an iface instead of a vtbl pointer in CFImpl.
rpcrt4: COM cleanup for StdProxyImpl.
mshtml: COM cleanup for the IDispatchEx iface in HTMLDocument.
mshtml: COM cleanup for the IDispatchEx iface in HTMLWindow.
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
mshtml: Remove some stray #undef.
mshtml: COM cleanup for the IUnknown iface.
comdlg32: Pass an object instead of an iface to a helper function....
2010 Dec 24
0
Wine release 1.3.10
...ion.
mshtml: Forward PluginHost's QueryService calls to window object.
mshtml: Fixed tests on some IE6 installations.
mshtml: Removed undocumented, internal stubs exported only by old IEs.
jscript: Move some of registration process to IRegistrar mechanism.
mshtml: IHTMLDocument2 iface handling clean up.
winetest: Make win9x unsupported.
shdocvw: Share get_LocationURL implementation between WebBrowser and InternetExplorer objects.
shdocvw: Moved getting dochost pointer to separated function.
shdocvw: Added support for QueryService(IID_IWebBrowserApp...
2012 Mar 16
0
Wine release 1.5.0
...keyboard.
comctl32/datetime: Fix AM/PM handling with 12-hour fields.
Petr Ko?andrle (1):
po: Update Czech translation.
Piotr Caban (29):
include: Added IXMLGenericParse interface definition.
mshtml: Set proposed MIME to text/html on main document.
mshtml/tests: Test HTMLDocument without MIME type reported.
urlmon: Added CopyBindInfo implementation.
urlmon/tests: Added CopyBindInfo tests.
urlmon: Use CopyBindInfo in InternetBindInfo_GetBindInfo.
shlwapi: Lowercase schemes in UrlCombine function.
urlmon: Added text/xml filter.
urlmon: Reor...
2018 Mar 02
0
Wine release 3.3
...ument argument from create_all_list.
mshtml: Get rid of no longer needed document argument from get_element.
mshtml: Use get_element helper in IHTMLElement::get_offsetParent implementation.
ntdll/tests: Added pipe security descriptor tests.
mshtml: Use get_element helper in IHTMLDocument2::elementFromPoint implementation.
mshtml: Get rid of no longer needed document argument from create_collection_from_nodelist and create_collection_from_htmlcol.
mshtml: Use get_element helper in IHTMLDocument3::get_documentElement implementation.
mshtml: Share more code between g...
2007 Nov 09
0
Wine release 0.9.49
...Fixed typos.
shdocvw: Move registration code to .inf file.
mshtml: More test fixes.
mshtml: AsyncOpen code clean up.
iexplore: Added self-registration code.
urlmon: Added https protocol class factory stub implementation.
shdocvw: Fixed typos.
mshtml: Store HTMLDocument pointer in BSCallback object.
mshtml: More range tests and fixes.
mshtml: Call Exec(CGID_ShellDocView, 84) in start_binding.
mshtml: Added AcceptLanguage handling.
mshtml: Added IDM_SETDIRTY implementation.
James Hawkins (39):
msi: Test the MoveFiles standard action....
2017 Feb 03
0
Wine release 2.1
...ng values for the desktop window to avoid a server round-trip.
user32/tests: Restore the mouse cursor to its original position.
dssenh/tests: Fix a failing test on Windows 7.
dmcompos/tests: Fix a failing test on Windows 8.
Jacek Caban (38):
mshtml: Initialize nsAString in IHTMLDocument3::get_dir.
urlmon: Added Seek implementations for streams using cache file.
mshtml: Added MHTMLDocument object class factory stub implementation.
inetcomm: Register mhtml protocol handler.
inetcomm: Added MimeHtmlProtocol stub implementation.
mshtml/tests: Added text s...
2008 Aug 21
0
kickstart error on 5.2 exception
...xec6ef50>
intf.ppw.ics.cw.rnv.vue: <gtkhtml2.View object (HtmlView) at 0x2b2109cc9f00>
intf.ppw.ics.cw.rnv.currentURI: /mnt/source/RELEASE-NOTES-en_US.html
intf.ppw.ics.cw.rnv.topDir: /mnt/source
intf.ppw.ics.cw.rnv.doc: <gtkhtml2.Document object (HtmlDocument) at 0x2b2109cc9fa0>
intf.ppw.ics.cw.rnv.height: 600
intf.ppw.ics.cw.rnv.width: 800
intf.ppw.ics.cw.rnv.opener: FancyURLopener instance, containing members:
intf.ppw.ics.cw.rnv.opener._URLopener__unlink: <built-in function unlink>
intf.p...
2019 Mar 15
0
Wine release 4.4
...html: Simplify handling origin URI charset.
mshtml: Rename NSContainer to GeckoBrowser.
mshtml: Detach more document objects in detach_inner_window.
mshtml: Move child window list to inner window and detach children when detaching parent.
mshtml: Pass GeckoBrowser instead of HTMLDocumentObj to create_document_node.
mshtml: Use global security manager.
mshtml: Store weak GeckoBrowser reference in HTMLDocumentNode.
mshtml: Pass GeckoBrowser instead of HTMLDocumentObj to create_outer_window.
mshtml: Store GeckoBrowser weak reference in HTMLOuterWindow.
ms...
2012 Jan 27
1
Wine release 1.4-rc1
...d statements tests.
jscript: Get rid of no longer used OP_label.
jscript: Simplify identifier_eval function.
mshtml: Return error in IInternetHostSecurityManager calls on detached documents.
htiface.idl: Added ITargetFrame declaration.
mshtml: Added a test showing that HTMLDocument does not support ITargetFrame interface.
ieframe: Call appropriate functions in response to toolbar icons.
mshtml: Added ITargetContainer stub implementation.
tlogstg.idl: Added new file and ITravelLogClient declaration.
mshtml: Added ITargetContainer::GetFramesContainer imp...
2009 Nov 13
0
Wine release 1.1.33
...the return value of GetClipBox before trying to access the rect.
Ilya Shpigor (3):
extrac32: Add command-line parsing.
user32: Fix switching focus to parent after child hiding.
extrac32: Implementation of the CAB archive extraction.
Jacek Caban (41):
mshtml: Fail to create HTMLDocument if Gecko is not available.
mshtml: Store window reference in nsURI.
mshtml: Use HTMLWindow in AsyncOpen implementation.
mshtml: Moved bscallback to HTMLWindow.
mshtml: Moved url and mon to HTMLWindow.
mshtml: Allow task queue to be used for different targets.
msh...
2008 May 02
0
Wine release 0.9.61
...html: Forward window IDispatch methods.
mshtml: Added navigator's IDispatchEx test.
mshtml: Added IHTMLWindow2::get_document implementation.
mshtml: Forward IHTMLWindow2::setTimeout to IHTMLWindow3::setTimeout.
mshtml: Added setTimeout implementation.
mshtml: Make IHTMLDocument2 iterface offset independent.
mshtml: Added HTMLDocument's IDispatchEx implementation.
mshtml: Forward IHTMLDocument2's IDispatch methods to IDispatchEx implementation.
mshtml: Added IHTMLDocument3::getElementById implementation.
mshtml: Use heap_alloc_zero for alloc...