mshtml: Added IHTMLOptionElementFactory::create implementation.
[wine] / dlls / mshtml /
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElementFactory::create impleme...
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::get_text implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::put_text implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::put_value implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLOptionElement::get_value implementation.
2007-10-15  Jacek Cabanmshtml: Added IHTMLStyle display and visibility propert...
2007-10-15  Jacek Cabanmshtml: Added IHTMLDocument4 stub implementation.
2007-10-15  Jacek Cabanmshtml: Use wine scheme mechanism in do_load_from_monik...
2007-10-15  Jacek Cabanmshtml: Added IHTMLWindow2::get_option implementation.
2007-10-15  Jacek Cabanmshtml: Fixed ref count leak.
2007-10-15  Jacek Cabanmshtml: Fix range pos after put_text call.
2007-10-11  Jacek Cabanmshtml: Added support for installing Gecko from the...
2007-10-10  Robert Shearmanmshtml: Set the SETUP_IS_CHROME_WRAPPER to FALSE as...
2007-10-10  Jacek Cabanmshtml: Fixed test crash on Windows.
2007-10-09  Jacek Cabanmshtml: Move init_nsevents call from start_binding...
2007-10-09  Jacek Cabanmshtml: Fixed tests on IE7.
2007-10-09  Jacek Cabanmshtml: Skip tests if we can't get body object - it...
2007-10-09  Jacek Cabanmshtml: Move most code from handle_editor_load to exec_...
2007-10-04  Jacek Cabanmshtml: Added IHTMLInputTextElement interface implement...
2007-10-04  Jacek Cabanmshtml: Added IHTMLSelectElement::get_length implementa...
2007-10-04  Jacek Cabanmshtml: IHTMLElementContainer::item rewrite.
2007-10-04  Jacek Cabanmshtml: Added IHTMLOptionElement interface stub impleme...
2007-10-04  Jacek Cabanmshtml: Include document element in collection returned...
2007-10-04  Jacek Cabanmshtml: Return IHTMLElementCollection instead of IDispa...
2007-10-04  Jacek Cabanmshtml: Move common code to separated function.
2007-10-04  Jacek Cabanmshtml: Move nodes' QueryInterface implementation to...
2007-10-04  Jacek Cabanmshtml: Use vtbl for node destructors.
2007-10-04  Jacek Cabanmshtml: Pass HTMLDOMNode pointer to HTMLElement's destr...
2007-10-04  Jacek Cabanmshtml: Pass HTMLDOMNode pointer to its destructor.
2007-10-03  Jacek Cabanmshtml: Pass the IDispatch interface of the element...
2007-10-03  Jacek Cabanmshtml: Added get_tagName implementation.
2007-10-02  Gerald Pfeifermshtml: Removed unused function get_child_text_node().
2007-10-01  Alexandre Julliardmshtml: The HTMLDocument URL is a standard WCHAR string...
2007-10-01  Jacek Cabanmshtml: Use GetWineURL in before_async_open.
2007-10-01  Jacek Cabanmshtml: Remove no longer used defines.
2007-09-27  Jacek Cabanmshtml: Use get_nsinterface in set_ns_editmode and...
2007-09-27  Jacek Cabanmshtml: Use get_nsinterface in exec_print and do_ns_com...
2007-09-27  Jacek Cabanmshtml: Added generic get_nsinterface function and...
2007-09-27  Jacek Cabanmshtml: Added IDM_COPY in browse mode implementation.
2007-09-27  Jacek Cabanmshtml: Ignore app's User-Agent header and Content...
2007-09-27  Jacek Cabanmshtml: Forward IHTMLTextContainer::put_scrollTop and...
2007-09-27  Jacek Cabanmshtml: Added IHTMLElement2::put_scrollTop and put_scro...
2007-09-27  Jacek Cabanmshtml: Added get_compatMode implementation.
2007-09-27  Jacek Cabanmshtml: Added IHTMLDocument5 interface stub implementation.
2007-09-24  Jacek Cabanmshtml: Don't crash in UIActivate if Gecko is not avail...
2007-09-24  Vitaliy Margolenmshtml: Fix another typo and add trace.
2007-09-24  Vitaliy Margolenmshtml: Fix typo.
2007-09-19  Jacek Cabanmshtml: Added Exec(IDM_FONT) stub implementation.
2007-09-19  Jacek Cabanmshtml: Added more tests.
2007-09-19  Jacek Cabanmshtml: Fixed IHTMLTxtRange::get_text implementation...
2007-09-19  Jacek Cabanmshtml: Added IHTMLStyleSheetsCollection::get_length...
2007-09-19  Jacek Cabanmshtml: Added get_styleSheets implementation.
2007-09-19  Jacek Cabanmshtml: Added HTMLStyle::get_textDecoration* implementa...
2007-09-19  Jacek Cabanmshtml: Added more IHTMLStyle getters implementation.
2007-09-19  Jacek Cabanmshtml: Return NULL for empty results in get_style_attr.
2007-09-19  Jacek Cabanmshtml: Forward node ref calls to IHTMLDOMNode interface.
2007-09-19  Jacek Cabanmshtml: Get rid of node_type variable in HTMLNode object.
2007-09-19  Jacek Cabanmshtml: Don't use node_type from HTMLNode object.
2007-09-17  Jacek Cabanmshtml: Make HTMLBodyElement child object of HTMLTextCo...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Added get_body test.
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Jacek Cabanmshtml: Store HTMLElement struct instead of pointer...
2007-09-17  Hwang YunSong(황윤성)mshtml: Updated Korean resource.
2007-09-17  Michael Stefaniucmshtml: Move 'inline' to the beginning of the declarati...
2007-09-13  Hwang YunSong(황윤성)mshtml: Updated Korean resource.
2007-09-13  Jacek Cabanmshtml: Store HTMLDOMNode struct instead of pointer...
2007-09-13  Jacek Cabanmshtml: Added IHTMLAnchorElement stub implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::put_text tests.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::move("word") implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::moveEnd implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::move("character") implemen...
2007-09-13  Jacek Cabanmshtml: Fixed ref count in parentElement.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange::expand implementation.
2007-09-13  Jacek Cabanmshtml: Added IHTMLTxtRange tests.
2007-09-13  Jacek Cabanmshtml: Reimplement IHTMLTxtRange::get_text.
2007-09-12  Rob Shearmanmshtml: Implement IDM_HYPERLINK.
2007-09-12  Rob Shearmanmshtml: Implement PersistStreamInit_IsDirty when in...
2007-09-12  Rob Shearmanmshtml: Store the nsIEditor interface in the NSContaine...
2007-09-10  Jacek Cabanmshtml: Added IHTMLTxtRange::isEqual implementation.
2007-09-10  Jacek Cabanmshtml: Added IHTMLTxtRange::inRange implementation.
2007-09-10  Jacek Cabanmshtml: Added IHTMLTxtRange::parentElement implementation.
2007-09-10  Jacek Cabanmshtml: Added IOleUndoManager stub implementation.
2007-09-10  Jacek Cabanmshtml: Call Exec in show_context_menu only if user...
2007-09-10  Mikolaj Zalewskimshtml: Make the Install button the default on the...
2007-09-10  Mikolaj Zalewskimshtml: Hide the progress bar while asking the user...
2007-08-20  Paul Vriensmshtml/htmltextcont: Initialize value (Coverity).
2007-08-17  Jacek Cabanmshtml: Added IHTMLTxtRange::compareEndPoints implement...
2007-08-17  Jacek Cabanmshtml: Added IHTMLTxtRange::select implementation.
2007-08-17  Jacek Cabanmshtml: Added get_scrollWidth and get_scrollHeight...
2007-08-17  Jacek Cabanmshtml: Don't create element object for document node.
2007-08-17  Jacek Cabanmshtml: Added IHTMLTxtRange::put_text implementation.
2007-08-17  Jacek Cabanmshtml: Store HTMLDocument reference in HTMLTxtRange...
2007-08-16  Jacek Cabanmshtml: Store HTMLDocument reference in HTMLSelectionOb...
2007-08-16  Jacek Cabanmshtml: Call setup_nswindow on load event.
2007-08-15  Jacek Cabanmshtml: Make window.external visible for JavaScript...
2007-08-15  Jacek Cabanmshtml: Return wine: URI for protocols handled by MSHTML.
2007-08-15  Jacek Cabanmshtml: Check use_wine_url in nsIURI::GetAsciiSpec.
next