projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
quartz/tests: Remove misplaced ok() call.
[wine]
/
dlls
/
mshtml
/
htmlwindow.c
2012-05-15
Francois Gouget
Assorted typo, spelling, wording and case fixes.
blob
|
commitdiff
|
raw
2012-05-02
Jacek Caban
mshtml: Added IHTMLWindow2::get_history implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-17
Jacek Caban
mshtml: Added IHTMLWindow3::detachEvent implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-17
Jacek Caban
Added support for shadowing of element pseudo-variables.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-13
Jacek Caban
mshtml: Use return_nsstr helper in more functions.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-11
Jacek Caban
mshtml: Return self as a parent of global top window.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-10
Jacek Caban
mshtml: Added better IHTMLWindow2::get_opener stub.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-04
Jacek Caban
mshtml: Added IHTMLWindow2::onerror semi-stub implement...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-29
Jacek Caban
mshtml: Added support for anchors with target '_top'.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-28
Jacek Caban
mshtml: Improved VARIANT debug traces in htmlwindow.c.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-27
Jacek Caban
mshtml: Moved creating URIs relative to window to a...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Jacek Caban
mshtml: Added IHTMLWindow5 stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
Jacek Caban
mshtml: Better stub for ITravelLogClient::FindWindowByI...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
Jacek Caban
mshtml: Added ITravelLogClient stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-09
Jacek Caban
mshtml: Added IHTMLWindow::open implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-24
Jacek Caban
mshtml: Properly remove event listeners.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Jacek Caban
mshtml: Split IHTMLPrivateWindow::SuperNavigate impleme...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Jacek Caban
mshtml: Get rid of an unused parameter in prepare_for_b...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Jacek Caban
mshtml: Fixed HTMLPrivateWindow_GetAddressBarUrl functi...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-09
Jacek Caban
mshtml: Wine Gecko 1.4 release.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-03
Jacek Caban
mshtml: HTMLWindow_item code clean up.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-19
Jacek Caban
mshtml: Added IHTMLWindow6 stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-24
Jacek Caban
mshtml: Get rid of no longer useful get_nsdoc_window...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Jacek Caban
mshtml: Wine Gecko 1.3 release.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-23
Piotr Caban
mshtml: Populate dynamic properties table in get_dynami...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Frédéric Delanoy
tests: Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jacek Caban
mshtml: Use task destructor for navigate_javascript...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jacek Caban
mshtml: Use task destructor for navigate task.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jacek Caban
mshtml: Allow async tasks to have custom destructors.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-01
Jacek Caban
mshtml: Added semi-stub implementation of IHTMLWindow2...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Jacek Caban
mshtml: Added support for javascript: URLs.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Jacek Caban
mshtml: Call set_moniker asynchronously in SuperNavigate.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Jacek Caban
mshtml: Split set_moniker implementation.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Jacek Caban
mshtml: Use CreateURLMonikerEx2 in SuperNavigate.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-24
Jacek Caban
mshtml: Moved binding-related declarations to separate...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Jacek Caban
mshtml: Store security manager in HTMLWindow instead...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-29
Austin English
mshtml: Avoid shadowing a parameter.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-14
Jacek Caban
mshtml: Fixed type in get_nsdoc_window.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-11
Piotr Caban
mshtml: Added IHTMLPrivateWindow_GetAddressBarUrl imple...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-09
Jacek Caban
mshtml: Don't assume that HTMLWindow_Create sets ret...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-08
Thomas Mullaly
mshtml: Correctly forward IHTMLWindow's IHTMLDocument...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-07
Jacek Caban
mshtml: Added IHTMLWindow2::focus 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
2011-01-03
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLImageElementFactory...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-03
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLOptionElement* ifaces.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-03
Michael Stefaniuc
mshtml: Use ifaces instead of vtbl pointers in HTMLFram...
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
2010-12-31
Michael Stefaniuc
mshtml: COM cleanup for the IDispatchEx iface in HTMLWi...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-30
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLElement iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-28
Jacek Caban
mshtml: Pass DispatchEx pointer instead of outer IUnkno...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-27
Michael Stefaniuc
mshtml: COM cleanup for the rest of the *Window* ifaces...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-27
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLWindow2 iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-27
Michael Stefaniuc
mshtml: COM cleanup for all the IServiceProvider ifaces.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-22
Michael Stefaniuc
mshtml: COM cleanup for the IHTMLDocument3 iface.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Jacek Caban
mshtml: IHTMLDocument2 iface handling clean up.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-12
Jacek Caban
mshtml: Added HTMLWindow's IServiceProvider implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-09
Jacek Caban
mshtml: Added IHTMLWindow2::execScript implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-07
Marcus Meissner
mshtml: Add check for doc_obj being NULL (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2010-04-21
Jacek Caban
mshtml: Limit message length to 2000 in IHTMLWindow2...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-13
Jacek Caban
mshtml: Use DOM designMode to switch to editor mode.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-18
Jacek Caban
mshtml: Added support for load event on all nodes.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-03
Jacek Caban
mshtml: Added IHTMLPrivateWindow::SuperNavigate impleme...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-03
Jacek Caban
mshtml: Added IHTMLPrivateWindow stub implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-29
Jacek Caban
mshtml: Optimize more nsAString handling.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-25
Jacek Caban
mshtml: Improved IHTMLWindow::GetIDsOfNames implementation.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-04
Jacek Caban
mshtml: Store body event target in HTMLDocumentNode.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-15
Andrew Eikum
mshtml: Search content_window's properties in HTML...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Andrew Eikum
mshtml: Implement IHTMLWindow2::{get,put}_onresize.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-03
Jacek Caban
mshtml: Detach window from frame element on window...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-01
Jacek Caban
mshtml: Forward setting window.location to window.locat...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-01
Jacek Caban
mshtml: Added IHTMLWindow2::get_screen implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-17
Andrew Eikum
mshtml: Implement IHTMLWindow2::get_top.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Andrew Eikum
mshtml: Implement IHTMLWindow2::get_parent.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Andrew Eikum
mshtml: Implement IHTMLWindow2::item.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Andrew Eikum
mshtml: Implement IHTMLWindow2::get_frames and add...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Andrew Eikum
mshtml: Implement IHTMLWindow4::get_frameElement.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Andrew Eikum
mshtml: Add stub implementation of IHTMLWindow4.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-03
Jacek Caban
mshtml: Moved readystate to HTMLWindow.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-03
Jacek Caban
mshtml: Added support for accessing elements id by...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-03
Jacek Caban
mshtml: Moved global property allocation to separated...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-03
Michael Stefaniuc
mshtml: Free the right variable (Smatch).
blob
|
commitdiff
|
raw
|
diff to current
2009-10-29
Jacek Caban
mshtml: Inherit scriptmode from parent window.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-28
Jacek Caban
mshtml: Moved event_vector to HTMLDocumentNode.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Andrew Eikum
mshtml: Fix typo in TRACE.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Jacek Caban
mshtml: Moved binding list to HTMLDocumentNode.
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-27
Jacek Caban
mshtml: Moved bscallback to HTMLWindow.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Jacek Caban
mshtml: Store window reference in nsURI.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Jacek Caban
mshtml: Initialize iframe windows when added to document.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Jacek Caban
mshtml: Moved HTMLDocumentNode creating to HTMLWindow_C...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Andrew Eikum
mshtml: Add stub implementation for HTMLImageElementFac...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Jacek Caban
mshtml: Added IHTMLWindow2::get_length implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-13
Jacek Caban
mshtml: Added IHTMLWindow2::name property implementation.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Moved hwnd and tooltip_hwnd to HTMLDocumentObj.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Move client site ifaces to HTMLDocumentObj.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Store reference to document node in window...
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: Don't create window in create_doc_from_nsdoc.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Moved event_vector to HTMLWindow.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Jacek Caban
mshtml: Moved HTMLLocation object to HTMLWindow.
blob
|
commitdiff
|
raw
|
diff to current
next