Commit Graph

739 Commits

Author SHA1 Message Date
Jacek Caban 814e07d8e8 mshtml: Update wine_url in nsIURI::SetPath. 2008-02-04 13:17:48 +01:00
Jacek Caban e7885cf221 mshtml: Added more about protocol tests. 2008-02-04 13:15:52 +01:00
Francois Gouget 44b52b128c Assorted spelling fixes. 2008-01-16 12:48:29 +01:00
Marcus Meissner fa6042fc8d mshtml: Check for This->frame. 2008-01-16 12:17:01 +01:00
Jacek Caban c0881ac515 mshtml: Disable some default Gecko warnings. 2008-01-11 12:26:41 +01:00
Jacek Caban c32cca8066 mshtml: Use QueryService to get IHttpNegotiate in get_post_data_stream. 2008-01-11 12:26:37 +01:00
Jacek Caban ed11dbab6c mshtml: Added more range tests. 2008-01-11 12:26:30 +01:00
Jacek Caban 0bc9f9a7d5 mshtml: Fixed hr element handling in range object. 2008-01-11 12:26:22 +01:00
Jacek Caban 8c686f9d00 mshtml: Update focus information in WM_RESETFOCUS_HACK. 2008-01-11 12:26:17 +01:00
Jacek Caban cbe9f974d6 mshtml: Move nsChannel's content type initialization to async_open_doc_uri. 2008-01-11 12:26:11 +01:00
Jacek Caban c58ca1312c mshtml: Handle fClearDirty flag in IPersistStreamInit::Save. 2008-01-10 13:20:23 +01:00
Jacek Caban 7de847c6ee mshtml: Don't crash in before_async_open if there is no client site. 2008-01-10 13:20:20 +01:00
Rico Schüller 066ccd1275 mshtml: Fix memory leak (found by Smatch). 2008-01-07 13:45:57 +01:00
Jacek Caban 62b8439484 mshtml: Don't assume that end_pos.node is text node in range_to_string. 2008-01-04 12:01:06 +01:00
Jacek Caban 0cf629b81a mshtml: Fixed Read implementations. 2008-01-04 12:01:04 +01:00
Jacek Caban c6ac960f4a mshtml: Added Invoke(DISPID_READYSTATE) implementation. 2008-01-04 12:00:54 +01:00
Jacek Caban 7514283d73 mshtml: Added PutProperty implementation. 2008-01-02 11:46:08 +01:00
Jacek Caban c19fb7f011 mshtml: Added QueryInfo tests. 2007-12-28 11:29:17 +01:00
Jacek Caban e93353b2b5 mshtml: Added ResProtocolInfo::QueryInfo implementation. 2007-12-28 11:29:08 +01:00
Jacek Caban 8a87ea5b6a mshtml: Added AboutProtocolInfo::QueryInfo implementation. 2007-12-28 11:29:04 +01:00
Jacek Caban 82a199bcee mshtml: Use IBindCtx passed to Load in BindToStorage call. 2007-12-24 16:34:28 +01:00
Jacek Caban 559649c443 mshtml: Remove not used argument in nsAString_GetData. 2007-12-17 11:49:19 +01:00
Jacek Caban 72d0971034 mshtml: Remove not used argument of nsACString_GetData. 2007-12-17 11:49:12 +01:00
Jacek Caban a95420a07e mshtml: Fix CSS px unit handling differences between Gecko and IE. 2007-12-11 18:06:50 +01:00
Jacek Caban 141ffa7dd9 mshtml: Added more IHTMLStyle implementation. 2007-12-11 18:06:42 +01:00
Rob Shearman cf48f090f1 mshtml: Fix a memory leak in the htmldoc tests. 2007-12-07 16:34:40 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Jacek Caban e35e27de4c mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) test. 2007-12-06 14:52:38 +01:00
Jacek Caban f5a8a450b2 mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) implementation. 2007-12-06 14:52:33 +01:00
Jacek Caban 8d08592018 mshtml: Fixed ref counting. 2007-12-06 14:52:23 +01:00
Jacek Caban 23393756dd mshtml: Added IHTMLStyleSheetRulesCollection::get_length implementation. 2007-12-06 14:52:13 +01:00
Jacek Caban 4ac1ba130a mshtml: Added IHTMLStyleSheet::get_rules implementation. 2007-12-06 14:52:08 +01:00
Jacek Caban da39170029 mshtml: Added more DOM tests. 2007-12-06 14:50:06 +01:00
Luis C. Busquets Pérez 6208d4153e mshtml: Update Spanish resource. 2007-12-06 12:13:08 +01:00
Michael Stefaniuc a084d1db62 mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
Rob Shearman 1c28273686 mshtml: Use the correct deallocator in the htmldoc tests for the memory returned by IMoniker_GetDisplayName and fix a use-after-free error. 2007-12-06 12:07:02 +01:00
Alexander Nicolaysen Sørnes b25bc9220b mshtml: Update Norwegian resources. 2007-12-06 12:06:05 +01:00
Jonathan Ernst 5147ad24b6 mshtml: Updated French translation. 2007-12-05 12:21:50 +01:00
Jacek Caban 92223c19f9 mshtml: Improve debug traces. 2007-12-05 12:07:00 +01:00
Jacek Caban 87e2bb3e63 mshtml: Return NULL instead of empty string in IHTMLBodyElement::get_background. 2007-12-05 12:06:51 +01:00
Jacek Caban b12ebbdaca mshtml: Added DIID_HTMLTableEvents connection point. 2007-12-04 18:17:29 +01:00
Jacek Caban cd68aacbbc mshtml: Move HTMLTextContainerEvents connection point to HTMLTextContainer object. 2007-12-04 18:17:21 +01:00
Jacek Caban 2bcd1f0e9e mshtml: Added IConnectionPointContainer iface to all HTMLElement objects. 2007-12-04 18:17:17 +01:00
Jacek Caban a9e77575b3 mshtml: Initialize HTMLElement in the beginning of constructors. 2007-12-04 18:17:13 +01:00
Jacek Caban a1bdef2d62 mshtml: Make IConnectionPointContainer more flexible. 2007-12-04 18:17:08 +01:00
Jacek Caban 29d66b48ef mshtml: Added IHTMLElement2::get_dir implementation. 2007-12-03 11:51:56 +01:00
Jacek Caban 77ee756c91 mshtml: Added IHTMLTable interface stub implementation. 2007-11-30 14:21:13 +01:00
Jacek Caban 0ea1bfc2ac mshtml: Added IOleCommandTarget implementation to HTMLTxtRange. 2007-11-26 12:35:39 +01:00
Jacek Caban c5953bec63 mshtml: Added IHTMLStyleSheetsCollection::item implementation. 2007-11-26 12:35:36 +01:00
Jacek Caban 4b302f9c89 mshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet object if available. 2007-11-26 12:35:33 +01:00