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 |
Jacek Caban
|
0db1b86c17
|
mshtml: Added script engine initialization implementation.
|
2008-03-28 21:54:07 +01:00 |
Jacek Caban
|
5d905ddd41
|
mshtml: Added IActiveScriptSite::OnStateChange implementation.
|
2008-03-28 21:54:04 +01:00 |
Jacek Caban
|
7b48298e27
|
mshtml: Don't access released object in release_script_hosts.
|
2008-03-27 20:47:11 +01:00 |
Jacek Caban
|
1b5bce0d4c
|
mshtml: Added script engine loading implementation.
|
2008-03-25 11:44:26 +01:00 |