projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mshtml/tests: Avoid crashing on test failure.
[wine]
/
dlls
/
mshtml
/
htmlelem.c
2008-11-03
Alistair Leslie...
mshtml: Implement IHTMLElement get_document.
blob
|
commitdiff
|
raw
2008-10-14
Jacek Caban
mshtml: Added IHTMLElement::put_innerText implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-14
Jacek Caban
mshtml: Added IHTMLElement::get_innerText implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Jacek Caban
mshtml: Added element mouseout and selectstart event...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Jacek Caban
mshtml: Added element keydown, mouseup and mousedown...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Jacek Caban
mshtml: Added get_onmouseover implementations.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-13
Jacek Caban
mshtml: Added IHTMLElement::put_onmouseover implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-10
Jacek Caban
mshtml: Moved events declaration to separated file.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-10
Jacek Caban
mshtml: Use IHTMLElement3 in IDispatchEx.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-10
Jacek Caban
mshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-10
Jacek Caban
mshtml: Use stored nsdoc in IHTMLElement::insertAdjacen...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Jacek Caban
mshtml: Added HTMLIFrame stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Jacek Caban
mshtml: Added IHTMLElement3 stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-08
Jacek Caban
mshtml: Added IHTMLElement::get_offsetWidth implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Jacek Caban
mshtml: Use create_all_collection in IHTMLElement:...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Jacek Caban
mshtml: Use create_collection_from_nodelist in IHTMLEle...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Jacek Caban
mshtml: Move IHTMLElementCollection to separated file.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-01
Jacek Caban
mshtml: Added IHTMLTableRow stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-22
Alistair Leslie...
mshtml: Implement IDispatch for IHTMLElementCollection.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-25
Jacek Caban
mshtml: Added IHTMLElement::get_parentElement implement...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-18
Alistair Leslie...
mshtml: Implement IDispatch for IHTMLElement.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-01
Jacek Caban
mshtml: Added IHTMLElement::get_offsetHeight implementa...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-14
Jacek Caban
mshtml: Added IHTMLElement2::getElementsByTagName imple...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-01
Jacek Caban
mshtml: DispatchEx's QueryInterface implementation...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-26
Jacek Caban
mshtml: Added IHTMLElement::get_offsetTop implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Jacek Caban
mshtml: Added IHTMLElement::put_title implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-25
Jacek Caban
mshtml: Added IHTMLElement::get_title implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-24
Jacek Caban
mshtml: Added IHTMLElement::put_onkeyup implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-23
Jacek Caban
mshtml: Added IHTMLElement::put_onclick implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-23
Jacek Caban
mshtml: Added IHTMLElement::put_className implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-23
Jacek Caban
mshtml: Return NULL instead of empty string in IHTMLEl...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-20
Jacek Caban
mshtml: Added IHTMLGenericElement implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-20
Jacek Caban
mshtml: Initialize node object from child node's constr...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-19
Jacek Caban
mshtml: Better stub for IHTMLElement::setAttribute...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-18
Jacek Caban
mshtml: Use heap_alloc_zero in HTMLElementCollection_Cr...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-18
Jacek Caban
mshtml: Added IHTMLElement::put_id implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-06-18
Jacek Caban
mshtml: Added IHTMLElement::get_id implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-06
Francois Gouget
mshtml: gcc 2.95 does not allow an array of undefined...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Added IHTMLImgElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Handle COMMENT_NODE like ELEMENT_NODE in elemen...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Don't assume that nselem is valid in HTMLElement.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-01
Jacek Caban
mshtml: Moved IDispatchEx initialization to HTMLElement...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-29
Jacek Caban
mshtml: Added indexed access to HTMLElementCollection...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-29
Jacek Caban
mshtml: Added support for custom DISPIDs.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added IDispatchEx support to HTMLElementCollect...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added IHTMLDOMNode2 to IDispatchEx support.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Return VT_NULL instead of empty string in getAt...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Added elements IDispatchEx implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Jacek Caban
mshtml: Use heap_alloc_zero for allocating node objects.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-18
Jacek Caban
mshtml: Added possibility to get node object from nsIDO...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-07
Jacek Caban
mshtml: Remove unneeded includes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jacek Caban
mshtml: Added IHTMLScriptElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-17
Jacek Caban
mshtml: Remove not used argument in nsAString_GetData.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-06
Michael Stefaniuc
mshtml: Rename the wrappers around HeapAlloc() &Co...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-04
Jacek Caban
mshtml: Added IConnectionPointContainer iface to all...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-04
Jacek Caban
mshtml: Initialize HTMLElement in the beginning of...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-30
Jacek Caban
mshtml: Added IHTMLTable interface stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: IHTMLElementContainer::item rewrite.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Added IHTMLOptionElement interface stub impleme...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Include document element in collection returned...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Return IHTMLElementCollection instead of IDispa...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Move common code to separated function.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Move nodes' QueryInterface implementation to...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Use vtbl for node destructors.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Pass HTMLDOMNode pointer to HTMLElement's destr...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-04
Jacek Caban
mshtml: Pass HTMLDOMNode pointer to its destructor.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-03
Jacek Caban
mshtml: Added get_tagName implementation.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-24
Vitaliy Margolen
mshtml: Fix typo.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-19
Jacek Caban
mshtml: Forward node ref calls to IHTMLDOMNode interface.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-19
Jacek Caban
mshtml: Get rid of node_type variable in HTMLNode object.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-19
Jacek Caban
mshtml: Don't use node_type from HTMLNode object.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Jacek Caban
mshtml: Store HTMLElement struct instead of pointer...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Jacek Caban
mshtml: Store HTMLElement struct instead of pointer...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Jacek Caban
mshtml: Store HTMLElement struct instead of pointer...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Jacek Caban
mshtml: Store HTMLElement struct instead of pointer...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Jacek Caban
mshtml: Store HTMLElement struct instead of pointer...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-13
Jacek Caban
mshtml: Store HTMLDOMNode struct instead of pointer...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-13
Jacek Caban
mshtml: Added IHTMLAnchorElement stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-13
Rob Shearman
mshtml: Implement HTMLElement_insertAdjacentHTML and...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-25
Rob Shearman
mshtml: Implement HTMLElement_get_children.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-25
Rob Shearman
mshtml: Implement HTMLElement_setAttribute.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-25
Rob Shearman
mshtml: The SRC value returned from HTMLElement_getAttr...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-17
Jacek Caban
mshtml: Store nsIDOMCSSStyleDeclaration in HTMLStyle.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-17
Jacek Caban
mshtml: Added get_style implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-14
Kovács András
mshtml: HTMLElementCollection_item implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Jacek Caban
mshtml: Added put_innerHTML implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-23
Jacek Caban
mshtml: Added IHTMLElement::get_className implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Jacek Caban
mshtml: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-18
Jacek Caban
mshtml: Wrap more Heap* function by inline functions.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-24
Jacek Caban
mshtml: Added IHTMLElement2 implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-22
Jacek Caban
mshtml: Clean up get_all and tags (also fixes a typo).
blob
|
commitdiff
|
raw
|
diff to current
2006-03-20
Jacek Caban
mshtml: Better QueryInterface implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-09
Jacek Caban
mshtml: Added beginning of getAttribute implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-09
Jacek Caban
mshtml: Added IHTMLBodyElement implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-07
Jacek Caban
mshtml: Added IHTMLTextAreaElement implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-07
Jacek Caban
mshtml: Added IHTMLSelectElement implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-07
Jacek Caban
mshtml: Added IHTMLInputElement implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-07
Jacek Caban
mshtml: Added IHTMLElementCollection::tags implementation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-06
Jacek Caban
mshtml: Added IHTMLElementCollection implementation.
blob
|
commitdiff
|
raw
|
diff to current
next