Commit Graph

54 Commits

Author SHA1 Message Date
Jacek Caban 1b2525d1bf mshtml: Default to previous script type if not given. 2012-08-13 11:52:32 +02:00
Jacek Caban 73984d4da8 mshtml: Moved conversion to unicode of buffers from binding to navigate.c. 2012-07-27 17:05:24 +02:00
Jacek Caban 6d2902f680 mshtml: Use inline wrappers and fixed found warnings. 2012-07-26 13:40:40 +02:00
Jacek Caban 8bb4a6b3ea mshtml: Simplify ASServiceProvider_QueryService. 2012-07-11 10:00:29 -05:00
Jacek Caban 94f0f884fd mshtml: Moved binding list to HTMLInnerWindow. 2012-07-11 10:00:26 -05:00
Jacek Caban d9efd6a44d mshtml: Use inner window as script global object. 2012-06-26 17:06:11 +02:00
Jacek Caban bb02767f15 mshtml: Moved script_hosts from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:21 +02:00
Jacek Caban 79356c65c1 mshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:19 +02:00
Jacek Caban 08964ede45 mshtml: Added separated types for outer and inner HTML windows. 2012-06-25 17:45:19 +02:00
Jacek Caban 3a268796b8 mshtml: Added support for text/vbscript script type. 2011-09-02 14:42:57 +02:00
Jacek Caban 7891fc45d3 mshtml: Removed duplicated includes. 2011-08-03 14:15:49 +02:00
Jacek Caban ddf46bbe9f mshtml: Moved script mode out of get_script_host to allow exec_script calls in Gecko script mode. 2011-07-24 12:32:41 +02:00
Michael Stefaniuc f341ed11e2 mshtml: COM cleanup for the IActiveScriptSite* ifaces. 2011-01-04 11:13:23 +01:00
Michael Stefaniuc e5214b24bb mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode. 2011-01-03 12:14:26 +01:00
Michael Stefaniuc 2e24de635d mshtml: COM cleanup for the IHTMLWindow2 iface. 2010-12-27 15:39:40 +01:00
Michael Stefaniuc 389a7f547e mshtml: COM cleanup for all the IServiceProvider ifaces. 2010-12-27 11:51:18 +01:00
Jacek Caban e560a2246f mshtml: Added IHTMLWindow2::execScript implementation. 2010-11-09 14:21:25 +01:00
Jacek Caban 4f16b73fa4 mshtml: Use IActiveScriptSiteDebug64 instead of IActiveScriptSiteDebug32 on win64. 2010-08-26 12:39:13 +02:00
Jacek Caban 4b5dcc9e6b mshtml: Optimize more nsAString handling. 2010-01-29 14:59:02 +01:00
Jacek Caban f3d805862a mshtml: Don't pass fdexNameEnsure flag to script engines in find_global_prop. 2009-12-07 14:18:28 +01:00
Jacek Caban ceb02fb027 mshtml: Improve debug traces. 2009-10-29 13:08:20 +01:00
Jacek Caban 745f601d23 mshtml: Moved binding list to HTMLDocumentNode. 2009-10-27 10:52:37 +01:00
Jacek Caban b6dff3f733 mshtml: Return HTMLDocumentNode object in ScriptHost::QueryService for SID_SInternetHostSecurityManager. 2009-10-01 11:33:41 +02:00
Jacek Caban c14c3a6e91 mshtml: Added ScriptHost IServiceProvider stub implementation. 2009-09-29 14:22:23 +02:00
Jacek Caban b827996515 mshtml: Moved NSContainer to HTMLDocumentObj. 2009-09-17 09:40:35 -05:00
Jacek Caban 62ccef389f mshtml: Store document node in window. 2009-09-17 09:40:09 -05:00
Jacek Caban a50c4edb93 mshtml: Added support for quering global variables from window object. 2009-09-10 11:06:45 +02:00
Jacek Caban 705fb0f239 mshtml: Moved script host objects to HTMLWindow. 2009-09-10 11:06:36 +02:00
Jacek Caban ccc5a575d2 mshtml: Fixed script tests on IE8. 2009-08-31 12:19:13 +02:00
Michael Stefaniuc 25e90e2251 mshtml: Remove superfluous pointer casts. 2009-02-16 16:01:37 +01:00
Alistair Leslie-Hughes 87ce5275bb mshtml: Do a case-insensitive compare of type. 2009-02-11 15:56:02 +01:00
Jacek Caban 2e29c7d516 activscp.idl: Added IActiveScriptParseProcedure*64 interfaces and use it on Win64. 2009-02-10 12:31:25 +01:00
Jacek Caban 0194b8f08c jscript: Add IActiveScriptParse64 declaration and use it on Win64. 2009-02-03 12:39:23 +01:00
Jacek Caban f0da28fc50 mshtml: Fixed a typo. 2008-12-10 10:48:45 +01:00
Alistair Leslie-Hughes 13eb734251 mshtml: Add tests for supported interfaces. 2008-11-12 11:49:13 +01:00
Jacek Caban c3bdda8102 mshtml: Use ActiveScript for JavaScript in file protocol documents. 2008-09-25 11:18:49 +02:00
Jacek Caban 6f33fee5af mshtml: Return S_OK in QueryContinue. 2008-04-24 11:59:42 +02:00
Jacek Caban 38e9364b65 mshtml: Fixed typo. 2008-04-24 11:59:36 +02:00
Jacek Caban 4c21a5d3b0 mshtml: Parse and store onload attributes. 2008-04-21 11:53:27 +02:00
Jacek Caban dfc84bd964 mshtml: Store IActiveScriptParseProcedure in ScriptHost. 2008-04-18 13:57:14 +02:00
Jacek Caban d0d8dc2811 mshtml: Added IActiveScriptDebug32 stub implementation. 2008-04-17 11:43:19 +02:00
Jacek Caban b2c80e6b18 mshtml: Make sure to null terminate buffer in parse_extern_script. 2008-04-17 11:43:11 +02:00
Jacek Caban cb7b58c528 mshtml: Added parsing external scripts support. 2008-03-31 12:16:20 +02:00
Jacek Caban 620a9500e2 mshtml: Added parsing inline script support. 2008-03-31 12:15:42 +02:00
Jacek Caban 40ab8e0c17 mshtml: Return S_OK in OnEnterScript and OnLeaveScript. 2008-03-31 12:15:37 +02:00
Jacek Caban 4383503211 mshtml: Added IActiveScriptSite::GetItemInfo implementation. 2008-03-31 12:15:32 +02:00
Jacek Caban b24151b5df mshtml: Added IActiveScriptSite::GetLCID implementation. 2008-03-31 12:15:28 +02:00
Jacek Caban 2db8f1a160 mshtml: Added IActiveScriptSiteWindow stub implementation. 2008-03-31 12:15:23 +02:00
Jacek Caban 05935eb6b8 mshtml: Added IActiveScriptSiteInterruptPoll stub implementation. 2008-03-28 21:54:12 +01:00
Jacek Caban ac6cbb79af mshtml: Set script engine state to SCRIPTSTATE_CONNECTED when page is loaded. 2008-03-28 21:54:09 +01:00