projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
mshtml: Added SID_SContainerDispatch support.
[wine]
/
dlls
/
mshtml
/
htmllocation.c
2012-11-12
Jacek Caban
mshtml: Properly report history update for location...
blob
|
commitdiff
|
raw
2012-10-22
Jacek Caban
mshtml: Added IHTMLLocation::toString implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-21
Jacek Caban
mshtml: Use IUri as base URL in navigate_url.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-14
Jacek Caban
mshtml: Moved HTMLLocation reference to inner window.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-14
Jacek Caban
mshtml: Use helper to get IUri in HTMLLocation implemen...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-25
Jacek Caban
mshtml: Added separated types for outer and inner HTML...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-03
Jacek Caban
mshtml: Use IUri for IHTMLLocation::get_search implemen...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-30
Jacek Caban
mshtml: Use IUri in IHTMLLocation::put_port implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-29
Jacek Caban
mshtml: Use IUri in IHTMLLocation::get_protocol impleme...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-28
Jacek Caban
mshtml: Use IURi for IHTMLLocation::get_hash implementa...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
Jacek Caban
mshtml: Use IUri for IHTMLLocation::get_hostname implem...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-17
Thomas Faber
mshtml: Fix MSVC build in htmllocation.c.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
André Hentschel
mshtml: Port numbers are unsigned.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-02
Jacek Caban
mshtml: Added IHTMLLocation::replace implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-03
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLLocation iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-31
Michael Stefaniuc
mshtml: COM cleanup for the IDispatchEx iface in Dispat...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-01
Jacek Caban
mshtml: Added support for relative URLs in navigate_url.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Jacek Caban
mshtml: Moved url and mon to HTMLWindow.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Michael Stefaniuc
mshtml: Remove redundant NULL check before HeapFree...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Andrew Eikum
mshtml: Implement IHTMLLocation::get_search.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-20
Andrew Eikum
mshtml: Implement IHTMLLocation::get_hash.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Andrew Eikum
mshtml: Reimplement HTMLLocation::get_pathname.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-19
Andrew Eikum
mshtml: Reimplement IHTMLLocation::get_href.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Andrew Eikum
mshtml: Implement IHTMLLocation::get_hostname.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Andrew Eikum
mshtml: Implement IHTMLLocation::get_host.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Andrew Eikum
mshtml: Implement IHTMLLocation::get_protocol.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-15
Andrew Eikum
mshtml: Implement IHTMLLocation::get_port.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-15
Andrew Eikum
mshtml: Add helper function get_url_components.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-12
Jacek Caban
mshtml: Added IHTMLLocation::put_href implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-02
Jacek Caban
mshtml: Get rid of no longer needed HTMLLocation_value.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-29
Andrew Eikum
mshtml: Check for null pointers in IHTMLLocation_get*.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Moved binding variables to HTMLDocumentObj.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Store document node in window.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Moved HTMLLocation object to HTMLWindow.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Jacek Caban
mshtml: Properly release DispatchEx data.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-01
Jacek Caban
mshtml: Added DISPID_VALUE implementation for HTMLLocat...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-18
Alistair Leslie...
mshtml: Implement IHTMLLocation get_href.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-10
Jacek Caban
mshtml: Added IHTMLLocation::get_pathname implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-23
Jacek Caban
mshtml: Fixed tests on IE8 and change Wine behavior...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Alistair Leslie...
mshtml: Implement IDispatch for IHTMLLocation.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-06
Jacek Caban
mshtml: Added IDispatchEx support to HTMLLocation object.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-01
Jacek Caban
mshtml: Fixed copy&paste mistake.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Jacek Caban
mshtml: Added IHTMLDocument2::get_location implementation.
blob
|
commitdiff
|
raw
|
diff to current