Commit Graph

131 Commits (acfb249af6f1bc38d8d46f13b3f7d5e113e1b92d)

Author SHA1 Message Date
Jacek Caban 21f5ef2808 mshtml: Improved more VARIANT debug traces. 2012-03-28 14:56:39 +02:00
Jacek Caban 6c6744f800 mshtml: Use jscript.dll for JavaScript for all zones except untrusted. 2012-03-27 17:55:55 +02:00
André Hentschel 3950721c2d mshtml: Only release the interface if it exists. 2012-02-11 15:13:20 +01:00
Jacek Caban c5257dc126 mshtml: Moved creating URIs relative to window to a new function. 2012-01-27 18:05:58 +01:00
Jacek Caban 5e84789578 mshtml: Added history update notification support. 2012-01-20 16:02:50 +01:00
Michael Stefaniuc 51f77f4983 mshtml: Remove superfluous NULL pointer check before free (Smatch). 2012-01-16 12:45:34 +01:00
Jacek Caban fbdfec74b0 mshtml: Properly handle fragment-only navigation. 2011-11-15 19:37:32 +01:00
Jacek Caban bc701d5965 mshtml: Split setting window URI from set_current_mon. 2011-11-15 19:37:31 +01:00
Jacek Caban dc604f4a27 mshtml: Get rid of an unused parameter in prepare_for_binding. 2011-11-14 15:25:19 +01:00
Jacek Caban 1190c8cbd6 mshtml: Use IUri in use_gecko_script. 2011-11-14 13:10:21 +01:00
Jacek Caban d7f7f33e7d mshtml: Use IUri in set_current_mon if possible and store it in window object. 2011-11-14 13:10:20 +01:00
Jacek Caban 535e2b23a3 mshtml: Store window URL as BSTR. 2011-11-14 13:10:20 +01:00
Gerald Pfeifer 3eafe92ba3 mshtml: Add failure detection to set_downloading_proc. 2011-09-09 16:05:27 +02:00
Piotr Caban e934d847b2 mshtml: Added error handling to get_doc_string. 2011-08-04 18:42:30 +02:00
Jacek Caban 7891fc45d3 mshtml: Removed duplicated includes. 2011-08-03 14:15:49 +02:00
Jacek Caban 923484bd7c mshtml: Use task destructor for set_downloading task. 2011-08-03 14:15:49 +02:00
Jacek Caban 7247eaa181 mshtml: Allow async tasks to have custom destructors. 2011-08-03 14:15:49 +02:00
Jacek Caban b14fc2c9d1 mshtml: Split set_moniker implementation. 2011-07-24 12:32:52 +02:00
Jacek Caban 402c875699 mshtml: Moved OLECMDID_SETDOWNLOADSTATE call to separated function. 2011-07-24 12:32:38 +02:00
Jacek Caban 1e60c2f300 mshtml: Moved binding-related declarations to separate file. 2011-07-24 12:32:30 +02:00
Jacek Caban 3e422b9ed8 mshtml: Use zone mapping instead of hardcoded protocols in use_gecko_script. 2011-03-29 13:05:55 +02:00
Thomas Mullaly 5624ece30d mshtml: Fixed a few typos. 2011-02-16 14:26:27 +01:00
Piotr Caban fe5ce7120e mshtml: Make sure previous request is stopped before starting new request in IPersistMoniker and IPersistStreamInit. 2011-02-01 12:04:08 +01:00
Michael Stefaniuc 2e24de635d mshtml: COM cleanup for the IHTMLWindow2 iface. 2010-12-27 15:39:40 +01:00
Michael Stefaniuc 6c3bb4de6f mshtml: COM cleanup for the IOleObject iface. 2010-12-23 13:47:24 +01:00
Michael Stefaniuc 7e32a1abb3 mshtml: COM cleanup for the IMonikerProp iface. 2010-12-23 13:47:24 +01:00
Michael Stefaniuc f0c55f59e3 mshtml: COM cleanup for the IPersist* ifaces in HTMLDocument. 2010-12-22 12:49:52 +01:00
Jacek Caban c63a5fa8fd mshtml: IHTMLDocument2 iface handling clean up. 2010-12-17 13:26:01 +01:00
Jacek Caban 6ae22663c0 mshtml: Don't use start_binding in IPersistStreamInit::InitNew. 2010-08-19 17:32:20 +02:00
Alexander Nicolaysen Sørnes aa733bedd5 mshtml: Send more informative messages to OleInPlaceFrame. 2010-08-04 13:19:21 +02:00
Jacek Caban 8629433f5f mshtml: Fire readystatechange event on document nodes. 2010-03-18 11:17:51 +01:00
Jacek Caban 92ff4bb7c2 mshtml: Fixed ref count leak. 2010-03-15 14:18:05 +01:00
Jacek Caban 9fbc3b6061 mshtml: Added IHTMLPrivateWindow::SuperNavigate implementation. 2010-03-03 15:29:25 +01:00
Jacek Caban 8dd7b39603 mshtml: Correctly handle document with already loaded moniker in set_moniker. 2010-03-03 15:29:17 +01:00
Jacek Caban 4ae97b169d mshtml: Call OnViewChange in set_downloading_proc. 2010-03-03 15:29:12 +01:00
Jacek Caban 2a092e212b mshtml: Moved SZ_HTML_CLIENTSITE_OBJECTPARAM handling to IPersistMoniker::Load. 2010-03-03 15:29:07 +01:00
Jacek Caban 18423e8dd9 mshtml: Load data from moniker in IPersistStreamInit::InitNew. 2010-03-03 15:29:02 +01:00
Jacek Caban 01b2388c22 mshtml: Allow post data and headers to be passed to create_channelbsc. 2010-03-03 15:28:43 +01:00
Jacek Caban ba1db4c199 mshtml: Use nsWineURL structure directly in load_nsuri. 2010-02-22 12:00:40 +01:00
Jacek Caban 2e6353d4bc mshtml: Use nsIDocShell to load a page in set_moniker. 2010-01-04 11:41:29 +01:00
Jacek Caban 4e6e908966 mshtml: Use JScript for JavaScript in res: protocol documents. 2009-12-22 13:48:25 +01:00
Piotr Caban 45e0dd9d1f mshtml: Added PersistStreamInit_InitNew implementation. 2009-12-07 15:40:47 +01:00
Jacek Caban f91e71d7ce mshtml: Added onreadystatechange event support. 2009-12-01 11:39:45 +01:00
Jacek Caban 7f6630ee44 mshtml: Get rid of no longer needed bind_complete in set_moniker. 2009-11-12 15:20:12 +01:00
Jacek Caban deef140186 mshtml: Moved readystate to HTMLWindow. 2009-11-03 21:25:20 +01:00
Jacek Caban 67c8d4b405 mshtml: Moved readystate changes to separated function. 2009-11-03 21:25:04 +01:00
Jacek Caban 745f601d23 mshtml: Moved binding list to HTMLDocumentNode. 2009-10-27 10:52:37 +01:00
Jacek Caban 12bddc55ed mshtml: Allow task queue to be used for different targets. 2009-10-27 10:52:28 +01:00
Jacek Caban fd47fa4647 mshtml: Moved url and mon to HTMLWindow. 2009-10-27 10:52:17 +01:00
Jacek Caban 207fe98e2a mshtml: Moved bscallback to HTMLWindow. 2009-10-27 10:52:08 +01:00