winemac: Implement MOUSE_SCROLL events.
[wine] / dlls / mshtml /
2013-01-23  Jacek Cabanmshtml: Get rid of PRUint64 type.
2013-01-23  Jacek Cabanmshtml: Get rid of PRUint32 outside XPCOM C API.
2013-01-23  Jacek Cabanmshtml: Get rid of PRUint16 type.
2013-01-23  Jacek Cabanmshtml: Get rid of PRUint8 type.
2013-01-23  Jacek Cabanmshtml: Get rid of PTInt64 type.
2013-01-18  Jacek Cabanmshtml: Get rid of PRInt16 type.
2013-01-18  Jacek Cabanmshtml: Get rid of remaining PRInt32 usage.
2013-01-18  Jacek Cabanmshtml: Don't use PRInt32 in property getters implement...
2013-01-18  Jacek Cabanmshtml: Don't use PRInt32 in htmlelem*.
2013-01-18  Jacek Cabanmshtml: Don't use PRInt32 in nsio.c.
2013-01-17  Jacek Cabanmshtml: Treat doctype nodes as comment nodes.
2013-01-17  Jacek Cabanmshtml: Added support for DOCUMENT_TYPE_NODE in nsnode_...
2013-01-16  Jacek Cabanmshtml: Remove duplicated property entries in preproces...
2013-01-15  Jacek Cabanmshtml: Added IHTMLScriptElement::put_text tests.
2013-01-15  Jacek Cabanmshtml: Added IHTMLScriptElement::put_text implementation.
2013-01-15  Jacek Cabanmshtml: Don't check if script element was already parse...
2013-01-10  Jacek Cabanmshtml: Added support for non-integer values in get_nss...
2013-01-09  Jacek Cabanmshtml: Wine Gecko 1.9 release.
2013-01-07  Jacek Cabanmshtml: Fixed leak in get_nsstyle_pos.
2013-01-07  Jacek Cabanmshtml: Added IHTMLStyle::put_pixelLeft implementation.
2013-01-07  Jacek Cabanmshtml: Added IHTMLStyle::get_pixelLeft implementation.
2013-01-07  Francois GougetAssorted spelling fixes.
2012-12-24  Jacek Cabanmshtml: Removed no longer used nsIProfile declaration.
2012-12-06  Jacek Cabanmshtml: Properly handle NULL value in set_nsstyle_attr.
2012-12-06  Jacek Cabanmshtml: Added SID_SContainerDispatch support.
2012-12-04  Jacek Cabanmshtml: Added support for converting (some) argument...
2012-11-28  Jacek Cabanmshtml: Added IHTMLInputElement::defaultValue property...
2012-11-27  Jacek Cabanmshtml: Use UTF-8 encoding in is_gecko_path.
2012-11-27  Jacek Cabanmshtml: Fixed a few coverity issues.
2012-11-21  Jacek Cabanmshtml: Added nsIURI::GetOriginCharset implementation.
2012-11-21  Jacek Cabanmshtml: Always use UTF-8 encoding in nsWineURL.
2012-11-21  Jacek Cabanmshtml: Fixed leak in fill_props.
2012-11-21  Jacek Cabanmshtml: Use ATTR_FIX_PX in IHTMLStyle2::put_bottom...
2012-11-20  Jacek Cabanmshtml: Use stdint.h type names in nsiface.idl.
2012-11-19  AndrĂ© Hentschelmshtml: Fix possible NULL pointer access in heap_str*.
2012-11-13  Jacek Cabanmshtml: Added IHTMLScriptElement::get_text implementation.
2012-11-12  Jacek Cabanmshtml: Added refresh tests.
2012-11-12  Jacek Cabanmshtml: Added exec_refresh implementation.
2012-11-12  Jacek Cabanmshtml: Store embedder's IOleComandTarget iface in...
2012-11-12  Jacek Cabanmshtml: Added IPersistHistory tests.
2012-11-12  Jacek Cabanmshtml: Don't skip history notification for about:...
2012-11-12  Jacek Cabanmshtml: Properly report history update for location...
2012-11-09  Jacek Cabanmshtml: Added IPersistStream::LoadHistory implementation.
2012-11-09  Jacek Cabanmshtml: Use flags in navigation functions.
2012-11-09  Jacek Cabanmshtml: Added IPersistHistory::SaveHistory implementation.
2012-11-09  Jacek Cabanmshtml: Use fregment-less URI in super_navigate.
2012-11-09  Jacek Cabanmshtml: Call set_current_uri in navigate_proc.
2012-11-09  Jacek Cabanmshtml: Don't pass hash part of URI to EvaluateNewWindow.
2012-11-07  Jacek Cabanmshtml: Added IHTMLObjectElement::name property impleme...
2012-11-06  Jacek Cabanmshtml: Ignore one more property change notification...
2012-11-06  Jacek Cabanmshtml: Keep reference to document node in fire_event_obj.
2012-11-06  Jacek Cabanmshtml: Don't call CP event sinks on detached documents.
2012-11-02  Jacek Cabanmshtml: Try to install ActiveX if it's not registered.
2012-10-25  Jacek Cabanmshtml: Added IHTMLWindow2::onblur property implementation.
2012-10-24  Jacek Cabanmshtml: Added IHTMLFrameBase::marginWidth property...
2012-10-24  Jacek Cabanmshtml: Added IHTMLFrameBase::marginHeight property...
2012-10-23  Jacek Cabanmshtml: Get rid of no longer used painting fallback...
2012-10-23  Jacek Cabanmshtml: Added IHTMLIFrameElement::width property implem...
2012-10-23  Jacek Cabanmshtml: Added IHTMLIFrameElement::height property imple...
2012-10-23  Jacek Cabanmshtml: Added IHTMLStyle::clear property implementation.
2012-10-22  Jacek Cabanmshtml: Added more events tests.
2012-10-22  Jacek Cabanmshtml: Set 'this' to window object for onload handlers.
2012-10-22  Jacek Cabanmshtml: Added IHTMLLocation::toString implementation.
2012-10-22  Jacek Cabanmshtml: Fixed attribute object caching logic.
2012-10-19  Jacek Cabanmshtml: Fixed error handling of IBindCtx_GetObjectParam...
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in htmlnode.c (cover...
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in navigate.c (cover...
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in nsio.c (coverity).
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in omnavigator.c...
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in script.c (coverity).
2012-10-19  Jacek Cabanmshtml: Properly handle OOM errors in task.c (coverity).
2012-10-18  Jacek Cabanmshtml: Added HTML comments in VBScript code tests.
2012-10-17  Jacek Cabanmshtml: Added IHTMLImgElement::get_complete implementation.
2012-10-17  Jacek Cabanmshtml: Fixed trace message.
2012-10-17  Jacek Cabanmshtml: Moved remove_target_tasks to detach_inner_window.
2012-10-17  Jacek Cabanmshtml: Make HTMLInnerWindow the owner of timers.
2012-10-17  Jacek Cabanmshtml: Use detach_inner_window in release_inner_window.
2012-10-17  Jacek Cabanmshtml: Added IOmNavigator::onLine semi-stub.
2012-10-17  Jacek Cabanmshtml: Added HTMLImgElement::onabort implementation.
2012-10-16  Jacek Cabanmshtml: Fixed tests on old IEs.
2012-10-16  Jacek Cabanmshtml: Added IHTMLScriptElement::put_src tests.
2012-10-16  Jacek Cabanmshtml: Added support for IHTMLScriptElement::put_src...
2012-10-16  Jacek Cabanmshtml: Added support for IHTMLScriptElement::put_src...
2012-10-16  Jacek Cabanmshtml: Return early from BindToDocument if possible.
2012-10-16  Jacek Cabanmshtml: Added beginning IHTMLScriptElement::put_src...
2012-10-16  Jacek Cabanmshtml: Moved HTMLScriptElement declaration to separate...
2012-10-16  Jacek Cabanmshtml: Added IHTMLBodyElement::onload property impleme...
2012-10-15  Jacek Cabanmshtml: Added IHTMLLinkElement::href property implement...
2012-10-15  Jacek Cabanmshtml: Added IHTMLLinkElement::type property implement...
2012-10-15  Jacek Cabanmshtml: Added IHTMLLinkElement::rel property implementa...
2012-10-15  Jacek Cabanmshtml: Added IHTMLLinkElement::disabled property imple...
2012-10-15  Jacek Cabanmshtml: Added IHTMLLinkElement stub implementation.
2012-10-11  Jacek Cabanmshtml: Added IHTMLIFrameElement3::get_contentDocument...
2012-10-11  Jacek Cabanmshtml: Added createStyleSheet and get_styleSheet tests.
2012-10-11  Jacek Cabanmshtml: Create script element in IHTMLDocument::createS...
2012-10-11  Jacek Cabanmshtml: Moved creating HTML element to separated function.
2012-10-11  Jacek Cabanmshtml: Added IHTMLStyleElement::get_styleSheet imeplem...
2012-10-11  Jacek Cabanmshtml: Don't run noscript tests in enhanced security...
2012-10-10  Jacek Cabanmshtml: Added more ActiveX loading and script binding...
2012-10-10  Jacek Cabanmshtml: Get rid of no longer needed workarounds for...
next